Searched refs:detail (Results 51 - 75 of 256) sorted by relevance

1234567891011

/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Ddecode_test_driver.h81 const char *detail = vpx_codec_error_detail(&decoder_); local
82 return detail ? detail : vpx_codec_error(&decoder_);
H A Dencode_test_driver.h149 const char *detail = vpx_codec_error_detail(&encoder_); local
150 return detail ? detail : vpx_codec_error(&encoder_);
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
H A Dvpx_codec.c147 size_t sz = sizeof(info->detail);
151 vsnprintf(info->detail, sz - 1, fmt, ap);
153 info->detail[sz - 1] = '\0';
/external/deqp/framework/opengl/
H A DgluCallLogWrapper.cpp58 inline detail::EnumPointerFmt getEnumPointerStr (const deUint32* value, glw::GLsizei size, detail::EnumPointerFmt::GetEnumNameFunc getName)
60 return detail::EnumPointerFmt(value, (deUint32)de::max(0, size), getName);
H A DgluStrUtil.cpp30 namespace detail namespace in namespace:glu
96 } // detail
98 detail::EnumPointerFmt getInvalidateAttachmentStr (const deUint32* attachments, int numAttachments)
100 return detail::EnumPointerFmt(attachments, (deUint32)numAttachments, getInvalidateAttachmentName);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTextCheckingHelper.cpp357 // it begins but before the first detail in it, but we can stop if we find a second grammar result.
361 const GrammarDetail* detail = &result->details[j]; local
362 ASSERT(detail->length > 0 && detail->location >= 0);
363 if (result->location + detail->location >= currentStartOffset && result->location + detail->location + detail->length <= currentEndOffset && (!foundGrammar || result->location + detail->location < grammarDetailLocation)) {
365 grammarDetailLocation = result->location + detail->location;
411 // Found some bad grammar. Find the earliest detail rang
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc291 // https://code.google.com/p/address-sanitizer/issues/detail?id=321.
302 // https://code.google.com/p/address-sanitizer/issues/detail?id=321.
343 // https://code.google.com/p/address-sanitizer/issues/detail?id=321.
361 // https://code.google.com/p/address-sanitizer/issues/detail?id=321.
379 // https://code.google.com/p/address-sanitizer/issues/detail?id=321.
626 // https://code.google.com/p/address-sanitizer/issues/detail?id=321.
639 // https://code.google.com/p/address-sanitizer/issues/detail?id=321.
652 // https://code.google.com/p/address-sanitizer/issues/detail?id=321.
665 // https://code.google.com/p/address-sanitizer/issues/detail?id=321.
709 // https://code.google.com/p/address-sanitizer/issues/detail
[all...]
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DMouseEvent.h60 int detail, int screenX, int screenY, int pageX, int pageY,
66 static PassRefPtrWillBeRawPtr<MouseEvent> create(const AtomicString& eventType, PassRefPtrWillBeRawPtr<AbstractView>, const PlatformMouseEvent&, int detail, PassRefPtrWillBeRawPtr<Node> relatedTarget);
73 int detail, int screenX, int screenY, int clientX, int clientY,
101 int detail, int screenX, int screenY, int pageX, int pageY,
H A DFocusEvent.cpp53 FocusEvent::FocusEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, int detail, EventTarget* relatedTarget) argument
54 : UIEvent(type, canBubble, cancelable, view, detail)
H A DFocusEvent.h50 static PassRefPtrWillBeRawPtr<FocusEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, int detail, EventTarget* relatedTarget) argument
52 return adoptRefWillBeNoop(new FocusEvent(type, canBubble, cancelable, view, detail, relatedTarget));
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
H A Dcontext_menu_widget.js115 var detail = new cvox.UserEventDetail({customCommand: cmd});
116 var userEvt = detail.createEventObject();
/external/chromium_org/chrome/browser/ui/ash/accessibility/
H A Dautomation_manager_ash.cc106 content::AXEventNotificationDetails detail(update.node_id_to_clear,
113 details.push_back(detail);
/external/chromium_org/third_party/polymer/components-chromium/core-dropdown/
H A Dcore-dropdown-extracted.js106 if (e.detail) {
/external/chromium_org/third_party/polymer/components-chromium/core-selector/
H A Dcore-selector-extracted.js282 selectionSelect: function(e, detail) {
284 if (detail.item) {
285 this.applySelection(detail.item, detail.isSelected);
/external/chromium_org/third_party/webrtc/base/
H A Dbind.h.pump44 namespace detail {
52 } // namespace detail
101 typename detail::identity<P$j>::type p$j]]) {
113 typename detail::identity<P$j>::type p$j]]) {
125 typename detail::identity<P$j>::type p$j]]) {
/external/chromium_org/ui/webui/resources/js/cr/
H A Dui.js180 var counter = Math.min(1, e.detail);
186 if (e.detail > counter) {
187 counter = e.detail;
/external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/
H A Dnacl.scons41 # See: https://code.google.com/p/chromium/issues/detail?id=175023
44 # See: https://code.google.com/p/chromium/issues/detail?id=129402
73 # See http://code.google.com/p/nativeclient/issues/detail?id=579
86 # # See bug: https://code.google.com/p/chromium/issues/detail?id=254583
105 # See bug: https://code.google.com/p/chromium/issues/detail?id=303342
/external/llvm/include/llvm/IR/
H A DPassManager.h160 namespace detail { namespace in namespace:llvm
463 } // End namespace detail
493 typedef detail::PassConcept<Module *, ModuleAnalysisManager>
497 : detail::PassModel<Module *, ModuleAnalysisManager, PassT> {
499 : detail::PassModel<Module *, ModuleAnalysisManager, PassT>(
533 typedef detail::PassConcept<Function *, FunctionAnalysisManager>
537 : detail::PassModel<Function *, FunctionAnalysisManager, PassT> {
539 : detail::PassModel<Function *, FunctionAnalysisManager, PassT>(
550 namespace detail { namespace in namespace:llvm
574 typedef detail
[all...]
/external/chromium_org/ui/file_manager/file_manager/background/js/
H A Dfile_operation_handler.js89 var detail = util.getFileErrorString(event.error.data.name);
91 case 'COPY': return strf('COPY_FILESYSTEM_ERROR', detail);
92 case 'MOVE': return strf('MOVE_FILESYSTEM_ERROR', detail);
93 case 'ZIP': return strf('ZIP_FILESYSTEM_ERROR', detail);
94 default: return strf('TRANSFER_FILESYSTEM_ERROR', detail);
/external/chromium_org/chrome/installer/test/
H A Dalternate_version_generator_main.cc63 const std::wstring& detail) {
68 if (!detail.empty())
69 fwprintf(stderr, L" (%s)\n", detail.c_str());
61 DumpUsage(const CommandLine& cmd_line, errors::ErrorCode error_code, const std::wstring& detail) argument
/external/deqp/framework/delibs/decpp/
H A DdeArrayBuffer.hpp33 namespace detail namespace in namespace:de
39 } // detail
89 void* const ptr = detail::ArrayBuffer_AlignedMalloc(storageSize, Alignment);
133 detail::ArrayBuffer_AlignedFree(m_ptr);
/external/jsoncpp/test/
H A Drunjsontests.py86 detail = ( compareOutputs( expected_output, actual_output, 'input' )
88 if detail:
90 failed_tests.append( (input_path, detail) )
/external/libvpx/libvpx/test/
H A Dencode_test_driver.h149 const char *detail = vpx_codec_error_detail(&encoder_); local
150 return detail ? detail : vpx_codec_error(&encoder_);
/external/llvm/include/llvm/Support/
H A DAlignOf.h170 namespace detail { namespace in namespace:llvm
190 } // end namespace detail
204 AlignOf<detail::AlignerImpl<T1, T2, T3, T4, T5,
206 sizeof(detail::SizerImpl<T1, T2, T3, T4, T5,
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Drender_refresher.py44 def error_message(detail):
46 title, item, i + 1, len(items), detail)

Completed in 665 milliseconds

1234567891011