/external/llvm/include/llvm/Support/ |
D | Endian.h | 27 namespace detail { 54 reinterpret_cast<const detail::alignment_access_helper 65 reinterpret_cast<detail::alignment_access_helper<value_type, align> *> 72 reinterpret_cast<const detail::alignment_access_helper 83 reinterpret_cast<detail::alignment_access_helper<value_type, align> *> 88 namespace detail { 137 typedef detail::packed_endian_specific_integral 139 typedef detail::packed_endian_specific_integral 141 typedef detail::packed_endian_specific_integral 143 typedef detail::packed_endian_specific_integral [all …]
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | WidgetRenderingContext.cpp | 147 …ct& rect, GtkWidget* widget, GtkStateType stateType, GtkShadowType shadowType, const gchar* detail) in gtkPaintBox() argument 160 widget, detail, paintRect.x, paintRect.y, paintRect.width, paintRect.height); in gtkPaintBox() 163 …ct& rect, GtkWidget* widget, GtkStateType stateType, GtkShadowType shadowType, const gchar* detail) in gtkPaintFlatBox() argument 167 widget, detail, paintRect.x, paintRect.y, paintRect.width, paintRect.height); in gtkPaintFlatBox() 170 …:gtkPaintFocus(const IntRect& rect, GtkWidget* widget, GtkStateType stateType, const gchar* detail) in gtkPaintFocus() argument 174 detail, paintRect.x, paintRect.y, paintRect.width, paintRect.height); in gtkPaintFocus() 177 …* widget, GtkStateType stateType, GtkShadowType shadowType, const gchar* detail, GtkOrientation or… in gtkPaintSlider() argument 181 … detail, paintRect.x, paintRect.y, paintRect.width, paintRect.height, orientation); in gtkPaintSlider() 184 …ct& rect, GtkWidget* widget, GtkStateType stateType, GtkShadowType shadowType, const gchar* detail) in gtkPaintCheck() argument 188 detail, paintRect.x, paintRect.y, paintRect.width, paintRect.height); in gtkPaintCheck() [all …]
|
/external/webkit/Source/WebCore/editing/ |
D | TextCheckingHelper.cpp | 296 const GrammarDetail* detail = &result->details[j]; in findFirstMisspellingOrBadGrammar() local 297 ASSERT(detail->length > 0 && detail->location >= 0); in findFirstMisspellingOrBadGrammar() 298 …detail->location >= currentStartOffset && result->location + detail->location + detail->length <= … in findFirstMisspellingOrBadGrammar() 300 grammarDetailLocation = result->location + detail->location; in findFirstMisspellingOrBadGrammar() 364 const GrammarDetail* detail = &grammarDetails[i]; in findFirstGrammarDetail() local 365 ASSERT(detail->length > 0 && detail->location >= 0); in findFirstGrammarDetail() 367 int detailStartOffsetInParagraph = badGrammarPhraseLocation + detail->location; in findFirstGrammarDetail() 378 …subrange(m_range.get(), badGrammarPhraseLocation - startOffset + detail->location, detail->length); in findFirstGrammarDetail() 380 …t()->markers()->addMarker(badGrammarRange.get(), DocumentMarker::Grammar, detail->userDescription); in findFirstGrammarDetail() 385 if (earliestDetailIndex < 0 || earliestDetailLocationSoFar > detail->location) { in findFirstGrammarDetail() [all …]
|
/external/bluetooth/glib/gobject/ |
D | gsignal.c | 154 GQuark detail, 171 GQuark detail, 178 GQuark detail, 194 GQuark detail; member 249 GQuark detail; member 475 GQuark detail, in handlers_find() argument 499 ((mask & G_SIGNAL_MATCH_DETAIL) || handler->detail == detail) && in handlers_find() 536 ((mask & G_SIGNAL_MATCH_DETAIL) || handler->detail == detail) && in handlers_find() 567 handler->detail = 0; in handler_new() 717 GQuark detail, in emission_find() argument [all …]
|
D | gsignal.h | 214 GQuark detail; member 293 GQuark detail, 297 GQuark detail, 301 GQuark detail, 324 GQuark detail); 328 GQuark detail, 339 GQuark detail, 343 GQuark detail, 367 GQuark detail, 374 GQuark detail, [all …]
|
/external/chromium/chrome/browser/resources/file_manager/css/ |
D | file_manager.css | 45 /* Container for the detail and thumbnail (not implemented yet) list views. */ 99 button.detail-view > img, 156 /* Text box used for renaming in the detail list. */ 157 .detail-table input.rename { 170 .detail-table { 186 .detail-table:focus { 227 .detail-table li.table-row .table-row-cell:first-child div { 253 .detail-name, .detail-size, .detail-date { 257 .detail-icon-container { 265 .detail-icon { [all …]
|
/external/webkit/Source/WebCore/dom/ |
D | UIEvent.h | 40 …nst AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, int detail) in create() argument 42 return adoptRef(new UIEvent(type, canBubble, cancelable, view, detail)); in create() 46 …t(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView>, int detail); 49 int detail() const { return m_detail; } in detail() function 66 …t(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView>, int detail);
|
D | MouseEvent.cpp | 34 …ype, PassRefPtr<AbstractView> view, const PlatformMouseEvent& event, int detail, PassRefPtr<Node> … in create() argument 41 detail, event.globalX(), event.globalY(), event.x(), event.y(), in create() 53 int detail, int screenX, int screenY, int pageX, int pageY, in MouseEvent() argument 57 : MouseRelatedEvent(eventType, canBubble, cancelable, view, detail, screenX, screenY, in MouseEvent() 71 int detail, int screenX, int screenY, int clientX, int clientY, in initMouseEvent() argument 78 initUIEvent(type, canBubble, cancelable, view, detail); in initMouseEvent() 182 if (event()->type() == eventNames().clickEvent && event()->detail() == 2) { in dispatchEvent() 185 … event()->detail(), event()->screenX(), event()->screenY(), event()->clientX(), event()->clientY(), in dispatchEvent()
|
D | MouseEvent.h | 43 int detail, int screenX, int screenY, int pageX, int pageY, 47 …return adoptRef(new MouseEvent(type, canBubble, cancelable, view, detail, screenX, screenY, pageX,… 50 …ing& eventType, PassRefPtr<AbstractView>, const PlatformMouseEvent&, int detail, PassRefPtr<Node> … 55 int detail, int screenX, int screenY, int clientX, int clientY, 79 int detail, int screenX, int screenY, int pageX, int pageY,
|
D | CustomEvent.cpp | 41 …ent::initCustomEvent(const AtomicString& type, bool canBubble, bool cancelable, ScriptValue detail) in initCustomEvent() argument 48 m_detail = detail; in initCustomEvent()
|
D | CustomEvent.h | 44 …oid initCustomEvent(const AtomicString& type, bool canBubble, bool cancelable, ScriptValue detail); 48 ScriptValue detail() const { return m_detail; } in detail() function
|
D | UIEventWithKeyState.h | 48 int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) in UIEventWithKeyState() argument 49 : UIEvent(type, canBubble, cancelable, view, detail) in UIEventWithKeyState()
|
/external/llvm/test/FrontendC++/ |
D | 2010-03-22-empty-baseclass.cpp | 3 namespace detail { namespace 11 …template< typename T > struct remove_cv {typedef typename boost::detail::cv_traits_imp<T*>::unqual… 44 namespace detail { namespace 48 ::boost::integral_constant<bool, ::boost::detail::is_union_impl<T>::value> {}; 49 namespace detail { namespace 58 ::boost::integral_constant<bool,::boost::detail::is_class_impl<T>::value> { }; 59 namespace detail { namespace 68 static const bool value = (::boost::type_traits::ice_or< ::boost::detail::empty_helper 73 ::boost::integral_constant<bool,::boost::detail::is_empty_impl<T>::value> {};
|
/external/webkit/Source/WebCore/accessibility/gtk/ |
D | AXObjectCacheAtk.cpp | 167 CString detail; in emitTextChanged() local 170 detail = "text-changed::insert"; in emitTextChanged() 173 detail = "text-changed::delete"; in emitTextChanged() 177 if (!detail.isNull()) in emitTextChanged() 178 g_signal_emit_by_name(wrapper, detail.data(), offset, count); in emitTextChanged()
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebEditorClient.cpp | 687 GrammarDetail detail; in checkGrammarOfString() local 688 if (FAILED(detailObj->length(&detail.length))) in checkGrammarOfString() 690 if (FAILED(detailObj->location(&detail.location))) in checkGrammarOfString() 695 detail.userDescription = String(userDesc, SysStringLen(userDesc)); in checkGrammarOfString() 705 detail.guesses.append(String(guess, SysStringLen(guess))); in checkGrammarOfString() 709 details.append(detail); in checkGrammarOfString() 713 …ient::updateSpellingUIWithGrammarString(const String& string, const WebCore::GrammarDetail& detail) in updateSpellingUIWithGrammarString() argument 720 for (unsigned i = 0; i < detail.guesses.size(); i++) { in updateSpellingUIWithGrammarString() 721 BString guess(detail.guesses[i]); in updateSpellingUIWithGrammarString() 724 BString userDescriptionBSTR(detail.userDescription); in updateSpellingUIWithGrammarString() [all …]
|
/external/webkit/Source/WebKit2/Shared/ |
D | WebCoreArgumentCoders.h | 434 static void encode(ArgumentEncoder* encoder, const WebCore::GrammarDetail& detail) 436 encoder->encodeInt32(detail.location); 437 encoder->encodeInt32(detail.length); 438 encoder->encode(detail.guesses); 439 encoder->encode(detail.userDescription); 442 static bool decode(ArgumentDecoder* decoder, WebCore::GrammarDetail& detail) 444 if (!decoder->decodeInt32(detail.location)) 446 if (!decoder->decodeInt32(detail.length)) 448 if (!decoder->decode(detail.guesses)) 450 if (!decoder->decode(detail.userDescription))
|
/external/libvpx/examples/ |
D | decoder_tmpl.txt | 11 const char *detail = vpx_codec_error_detail(ctx); 14 if(detail) 15 printf(" %s\n",detail);
|
D | encoder_tmpl.txt | 11 const char *detail = vpx_codec_error_detail(ctx); 14 if(detail) 15 printf(" %s\n",detail);
|
/external/chromium/chrome/browser/resources/ntp4/tools/ |
D | externs.js | 23 function(eventType, bubbles, cancellable, detail) {}; argument 25 CustomEvent.prototype.detail; method in CustomEvent
|
/external/chromium/chrome/browser/resources/touch_ntp/tools/ |
D | externs.js | 23 function(eventType, bubbles, cancellable, detail) {}; argument 25 CustomEvent.prototype.detail; method in CustomEvent
|
/external/libvpx/vpx/internal/ |
D | vpx_codec_internal.h | 442 char detail[80]; member 459 size_t sz = sizeof(info->detail); in vpx_internal_error() 463 vsnprintf(info->detail, sz - 1, fmt, ap); in vpx_internal_error() 465 info->detail[sz-1] = '\0'; in vpx_internal_error()
|
/external/clang/test/SemaTemplate/ |
D | qualified-id.cpp | 37 namespace detail namespace 45 detail::f(a, b); in g()
|
/external/v8/src/ |
D | liveobjectlist.cc | 571 Handle<JSObject> detail, in AddObjDetail() argument 574 detail = Factory::NewJSObject(Top::object_function()); in AddObjDetail() 575 if (detail->IsFailure()) { in AddObjDetail() 576 error = detail; in AddObjDetail() 595 { MaybeObject* maybe_result = detail->SetProperty(*id_sym, in AddObjDetail() 601 { MaybeObject* maybe_result = detail->SetProperty(*desc_sym, in AddObjDetail() 607 { MaybeObject* maybe_result = detail->SetProperty(*size_sym, in AddObjDetail() 614 arr->set(index, *detail); in AddObjDetail() 672 Handle<JSObject> detail; in Write() local 700 detail, in Write() [all …]
|
/external/valgrind/main/ |
D | glibc-2.X-drd.supp | 272 # boost::detail::this_thread_epoch. See also the source file 282 drd-libboost-boost::detail::get_once_per_thread_epoch() 286 # Suppress the race reports on boost::detail::current_thread_tls_key. See also 290 drd-libboost-boost::detail::get_current_thread_data() 296 drd-libboost-boost::detail::set_current_thread_data(boost::detail::thread_data_base*)
|
/external/webkit/Source/WebKit2/UIProcess/API/C/win/ |
D | WKGrammarDetail.cpp | 43 …RefPtr<WebGrammarDetail> detail = WebGrammarDetail::create(location, length, toImpl(guesses), toWT… in WKGrammarDetailCreate() local 44 return toAPI(detail.release().releaseRef()); in WKGrammarDetailCreate()
|