Searched refs:detail (Results 76 - 100 of 256) sorted by relevance

1234567891011

/external/valgrind/main/
H A Dglibc-2.X-drd.supp284 # boost::detail::this_thread_epoch. See also the source file
294 drd-libboost-boost::detail::get_once_per_thread_epoch()
298 # Suppress the race reports on boost::detail::current_thread_tls_key. See also
302 drd-libboost-boost::detail::get_current_thread_data()
308 drd-libboost-boost::detail::set_current_thread_data(boost::detail::thread_data_base*)
/external/chromium_org/third_party/WebKit/Source/platform/
H A DCheckedInt.h52 namespace detail { namespace in namespace:blink
480 } // namespace detail
564 MOZ_STATIC_ASSERT(detail::IsSupported<T>::value,
583 mIsValid(detail::IsInRange<T>(value))
585 MOZ_STATIC_ASSERT(detail::IsSupported<T>::value,
592 MOZ_STATIC_ASSERT(detail::IsSupported<T>::value,
639 T result = detail::OppositeIfSigned(mValue);
642 mIsValid && detail::IsSubValid(T(0),
721 if (!detail::Is##NAME##Valid(lhs.mValue, rhs.mValue)) \
741 namespace detail { namespace in namespace:blink
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dprovided_file_systems.js32 * @param {number} detail Detail.
35 rowClicked: function(event, detail, sender) {
163 * @param {number} detail Detail.
166 zoomInClicked: function(event, detail, sender) {
173 * @param {number} detail Detail.
176 zoomOutClicked: function(event, detail, sender) {
183 * @param {number} detail Detail.
186 elementClicked: function(event, detail, sender) {
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DMouseRelatedEvent.h68 PassRefPtrWillBeRawPtr<AbstractView>, int detail, const IntPoint& screenLocation,
H A DMouseRelatedEvent.cpp56 int detail, const IntPoint& screenLocation, const IntPoint& windowLocation,
59 : UIEventWithKeyState(eventType, canBubble, cancelable, abstractView, detail, ctrlKey, altKey, shiftKey, metaKey)
55 MouseRelatedEvent(const AtomicString& eventType, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> abstractView, int detail, const IntPoint& screenLocation, const IntPoint& windowLocation, const IntPoint& movementDelta, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool isSimulated) argument
/external/libvpx/libvpx/vpx/internal/
H A Dvpx_codec_internal.h485 char detail[80]; member in struct:vpx_internal_error_info
500 size_t sz = sizeof(info->detail);
504 vsnprintf(info->detail, sz - 1, fmt, ap);
506 info->detail[sz - 1] = '\0';
/external/llvm/include/llvm/Analysis/
H A DCGSCCPassManager.h54 typedef detail::PassConcept<LazyCallGraph::SCC *, CGSCCAnalysisManager>
58 : detail::PassModel<LazyCallGraph::SCC *, CGSCCAnalysisManager, PassT> {
60 : detail::PassModel<LazyCallGraph::SCC *, CGSCCAnalysisManager, PassT>(
72 class CGSCCAnalysisManager : public detail::AnalysisManagerBase<
74 friend class detail::AnalysisManagerBase<CGSCCAnalysisManager,
76 typedef detail::AnalysisManagerBase<CGSCCAnalysisManager,
131 std::pair<void *, std::unique_ptr<detail::AnalysisResultConcept<
H A DPtrUseVisitor.h35 namespace detail { namespace in namespace:llvm
165 } // end namespace detail
194 public detail::PtrUseVisitorBase {
/external/llvm/include/llvm/Object/
H A DELFTypes.h40 typedef support::detail::packed_endian_specific_integral<
43 typedef support::detail::packed_endian_specific_integral<
46 typedef support::detail::packed_endian_specific_integral<
49 typedef support::detail::packed_endian_specific_integral<
52 typedef support::detail::packed_endian_specific_integral<
64 typedef support::detail::packed_endian_specific_integral<
67 typedef support::detail::packed_endian_specific_integral<
77 typedef support::detail::packed_endian_specific_integral<
80 typedef support::detail::packed_endian_specific_integral<
/external/llvm/include/llvm/Support/
H A DFileSystem.h737 namespace detail { namespace
763 IntrusiveRefCntPtr<detail::DirIterState> State;
767 State = new detail::DirIterState;
769 ec = detail::directory_iterator_construct(*State,
774 State = new detail::DirIterState;
775 ec = detail::directory_iterator_construct(*State, de.path());
807 namespace detail { namespace
824 IntrusiveRefCntPtr<detail::RecDirIterState> State;
829 : State(new detail::RecDirIterState) {
/external/llvm/include/llvm/ADT/
H A DHashing.h149 namespace detail { namespace in namespace:llvm::hashing
475 } // namespace detail
487 return ::llvm::hashing::detail::hash_combine_range_impl(first, last);
493 namespace detail { namespace in namespace:llvm::hashing
643 } // namespace detail
662 ::llvm::hashing::detail::hash_combine_recursive_helper helper;
675 ::llvm::hashing::detail::hash_combine_recursive_helper helper;
682 ::llvm::hashing::detail::hash_combine_recursive_helper helper;
689 ::llvm::hashing::detail::hash_combine_recursive_helper helper;
695 ::llvm::hashing::detail
715 namespace detail { namespace in namespace:llvm::hashing
[all...]
/external/chromium_org/content/shell/common/
H A Dshell_messages.h126 IPC_STRUCT_TRAITS_MEMBER(detail)
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8HiddenValue.h31 V(detail) \
/external/chromium_org/google_apis/gaia/
H A Doauth2_mint_token_flow.cc51 const char kDetailKey[] = "detail";
261 base::string16 detail; local
264 !scopes_entry->GetString(kDetailKey, &detail)) {
272 Tokenize(detail, detail_separators, &entry.details);
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dtools_common.c73 const char *detail = vpx_codec_error_detail(ctx); local
76 if (detail)
77 printf(" %s\n", detail);
/external/clang/include/clang/Basic/
H A DVirtualFileSystem.h103 namespace detail { namespace in namespace:clang::vfs
113 } // end namespace detail
118 std::shared_ptr<detail::DirIterImpl> Impl; // Input iterator semantics on copy
121 directory_iterator(std::shared_ptr<detail::DirIterImpl> I) : Impl(I) {
/external/libvpx/libvpx/examples/
H A Ddecode_with_partial_drops.c93 const char *detail = vpx_codec_error_detail(ctx); local
96 if(detail)
97 printf(" %s\n",detail);
/external/libvpx/libvpx/
H A Dtools_common.c73 const char *detail = vpx_codec_error_detail(ctx); local
76 if (detail)
77 printf(" %s\n", detail);
/external/chromium_org/third_party/sqlite/src/tool/
H A Dshowdb.c423 int detail, /* Show leaf pages if true */
433 if( detail ){
532 int detail = 0; local
537 if( zLeft[i]=='d' ) detail = 1;
539 decode_trunk_page(iStart, pagesize, detail, recursive);
420 decode_trunk_page( int pgno, int pagesize, int detail, int recursive ) argument
/external/chromium_org/ui/events/test/
H A Devents_test_utils_x11.cc114 xiev->detail = tracking_id;
186 xievent->detail = XKeyCodeForWindowsKeyCode(key_code, flags, display);
198 xievent->detail = XButtonEventButton(type, flags);
201 XISetMask(xievent->buttons.mask, xievent->detail);
211 xievent->detail = wheel_delta > 0 ? Button4 : Button5;
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Duser_commands.js237 var detail = new cvox.UserEventDetail({command: cmdStruct.command});
238 var evt = detail.createEventObject();
791 var detail = new cvox.UserEventDetail(cvoxUserEvent.detail);
792 if (detail.command) {
794 cvox.ChromeVoxUserCommands.lookupCommand_(detail.command, detail));
/external/chromium_org/third_party/webrtc/system_wrappers/source/spreadsortlib/
H A Dspreadsort.hpp25 namespace detail { namespace in namespace:boost
369 if(last - first < detail::MIN_SORT_SIZE)
372 detail::spread_sort(first, last, *first >> 0, *first);
379 if(last - first < detail::MIN_SORT_SIZE)
382 detail::spread_sort(first, last, shift(*first, 0), *first, shift, comp);
389 if(last - first < detail::MIN_SORT_SIZE)
392 detail::spread_sort(first, last, shift(*first, 0), *first, shift);
416 namespace detail { namespace in namespace:boost
965 if(last - first < detail::MIN_SORT_SIZE)
968 detail
1000 namespace detail { namespace in namespace:boost
[all...]
/external/webrtc/src/system_wrappers/source/spreadsortlib/
H A Dspreadsort.hpp25 namespace detail { namespace in namespace:boost
369 if(last - first < detail::MIN_SORT_SIZE)
372 detail::spread_sort(first, last, *first >> 0, *first);
379 if(last - first < detail::MIN_SORT_SIZE)
382 detail::spread_sort(first, last, shift(*first, 0), *first, shift, comp);
389 if(last - first < detail::MIN_SORT_SIZE)
392 detail::spread_sort(first, last, shift(*first, 0), *first, shift);
416 namespace detail { namespace in namespace:boost
965 if(last - first < detail::MIN_SORT_SIZE)
968 detail
1000 namespace detail { namespace in namespace:boost
[all...]
/external/deqp/framework/delibs/decpp/
H A DdeCommandLine.hpp139 namespace detail namespace in namespace:de::cmdline
419 } // detail
421 using detail::Parser;
422 using detail::CommandLine;
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/h264/
H A DAvcConfigurationBox.java341 String detail = "not parsable";
343 detail = SeqParameterSet.read(new ByteArrayInputStream(sequenceParameterSet)).toString();
347 l.add(detail);

Completed in 825 milliseconds

1234567891011