/external/llvm/include/llvm/Support/ |
D | Endian.h | 29 namespace detail { 53 (detail::PickAlignment<value_type, alignment>::value)), in read() 64 (detail::PickAlignment<value_type, alignment>::value)), in write() 70 namespace detail { 91 typedef detail::packed_endian_specific_integral 93 typedef detail::packed_endian_specific_integral 95 typedef detail::packed_endian_specific_integral 97 typedef detail::packed_endian_specific_integral 100 typedef detail::packed_endian_specific_integral 102 typedef detail::packed_endian_specific_integral [all …]
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
D | ExceptionMessages.cpp | 38 String ExceptionMessages::failedToConstruct(const String& type, const String& detail) in failedToConstruct() argument 40 …return "Failed to construct '" + type + (!detail.isEmpty() ? String("': " + detail) : String("'")); in failedToConstruct() 43 … ExceptionMessages::failedToExecute(const String& method, const String& type, const String& detail) in failedToExecute() argument 45 …rn "Failed to execute '" + method + "' on '" + type + (!detail.isEmpty() ? String("': " + detail) … in failedToExecute() 48 …ng ExceptionMessages::failedToGet(const String& property, const String& type, const String& detail) in failedToGet() argument 50 return "Failed to read the '" + property + "' property from '" + type + "': " + detail; in failedToGet() 53 …ng ExceptionMessages::failedToSet(const String& property, const String& type, const String& detail) in failedToSet() argument 55 return "Failed to set the '" + property + "' property on '" + type + "': " + detail; in failedToSet() 58 …ExceptionMessages::failedToDelete(const String& property, const String& type, const String& detail) in failedToDelete() argument 60 return "Failed to delete the '" + property + "' property from '" + type + "': " + detail; in failedToDelete() [all …]
|
D | ExceptionMessages.h | 40 static String failedToConstruct(const String& type, const String& detail = String()); 41 …static String failedToExecute(const String& method, const String& type, const String& detail = Str… 42 static String failedToGet(const String& property, const String& type, const String& detail); 43 static String failedToSet(const String& property, const String& type, const String& detail); 44 static String failedToDelete(const String& property, const String& type, const String& detail); 46 static String incorrectArgumentType(int argumentIndex, const String& detail); 47 static String incorrectPropertyType(const String& property, const String& detail);
|
/external/chromium_org/chrome/browser/resources/ |
D | certificate_viewer.js | 69 tree.detail = {payload: {}, children: {}}; 93 for (var key in tree.detail.children) { 94 revealTree(tree.detail.children[key]); 116 treeItem.detail.children['root'] = root; 123 while (last.detail.children && last.detail.children[0]) 124 last = last.detail.children[0]; 137 detail: {payload: tree.payload ? tree.payload : {}, property 142 treeItem.add(treeItem.detail.children[i] = 154 for (var key in treeItem.detail.children) { 155 treeItem.remove(treeItem.detail.children[key]); [all …]
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
D | SFTPException.java | 28 String[] detail = ErrorCodes.getDescription(errorCode); in constructMessage() local 30 if (detail == null) in constructMessage() 33 return s + " (" + detail[0] + ": " + detail[1] + ")"; in constructMessage() 71 String[] detail = ErrorCodes.getDescription(sftpErrorCode); in getServerErrorCodeSymbol() local 73 if (detail == null) in getServerErrorCodeSymbol() 76 return detail[0]; in getServerErrorCodeSymbol() 86 String[] detail = ErrorCodes.getDescription(sftpErrorCode); in getServerErrorCodeVerbose() local 88 if (detail == null) in getServerErrorCodeVerbose() 91 return detail[1]; in getServerErrorCodeVerbose()
|
/external/chromium_org/chrome/browser/resources/quota_internals/ |
D | event_handler.js | 190 treeViewObject.detail = {payload: {}, children: {}}; 203 var storageObject = treeViewObject.detail.children[type]; 207 detail: {payload: {}, children: {}} property 210 treeViewObject.detail.children[type] = storageObject; 225 var hostObject = storageObject.detail.children[host]; 229 detail: {payload: {}, children: {}} property 232 storageObject.detail.children[host] = hostObject; 248 var originObject = hostObject.detail.children[origin]; 252 detail: {payload: {}, children: {}} property 255 hostObject.detail.children[origin] = originObject; [all …]
|
/external/chromium_org/tools/valgrind/drmemory/ |
D | suppressions_full.txt | 19 name=http://code.google.com/p/drmemory/issues/detail?id=406 80 name=http://code.google.com/p/drmemory/issues/detail?id=12 (1) 86 name=http://code.google.com/p/drmemory/issues/detail?id=12 (2) 91 name=http://code.google.com/p/drmemory/issues/detail?id=12 (3) 96 name=http://code.google.com/p/drmemory/issues/detail?id=12 (4) 101 name=http://code.google.com/p/drmemory/issues/detail?id=12 (5) 106 name=http://code.google.com/p/drmemory/issues/detail?id=12 (6) 111 name=http://code.google.com/p/drmemory/issues/detail?id=12 (7) 116 name=http://code.google.com/p/drmemory/issues/detail?id=12 (8) 121 name=http://code.google.com/p/drmemory/issues/detail?id=12 (9) [all …]
|
/external/mesa3d/include/CL/ |
D | cl.hpp | 685 namespace detail { namespace 761 namespace detail { \ 938 struct param_traits<detail:: token,param_name> \ 1183 class Device : public detail::Wrapper<cl_device_id> 1188 Device() : detail::Wrapper<cl_type>() { } in Device() 1190 Device(const Device& device) : detail::Wrapper<cl_type>(device) { } in Device() 1195 detail::Wrapper<cl_type>::operator=(rhs); in operator =() 1203 return detail::errHandler( in getInfo() 1204 detail::getInfo(&::clGetDeviceInfo, object_, name, param), in getInfo() 1209 detail::param_traits<detail::cl_device_info, name>::param_type [all …]
|
/external/chromium_org/third_party/mesa/src/include/CL/ |
D | cl.hpp | 685 namespace detail { namespace 761 namespace detail { \ 938 struct param_traits<detail:: token,param_name> \ 1183 class Device : public detail::Wrapper<cl_device_id> 1188 Device() : detail::Wrapper<cl_type>() { } in Device() 1190 Device(const Device& device) : detail::Wrapper<cl_type>(device) { } in Device() 1195 detail::Wrapper<cl_type>::operator=(rhs); in operator =() 1203 return detail::errHandler( in getInfo() 1204 detail::getInfo(&::clGetDeviceInfo, object_, name, param), in getInfo() 1209 detail::param_traits<detail::cl_device_info, name>::param_type [all …]
|
/external/chromium_org/chrome/browser/resources/translate_internals/ |
D | translate_internals.js | 139 function onPrefsUpdated(detail) { argument 145 if ('translate_blocked_languages' in detail) { 146 var langs = detail['translate_blocked_languages']; 162 if ('translate_language_blacklist' in detail) { 163 var langs = detail['translate_language_blacklist']; 179 if ('translate_site_blacklist' in detail) { 180 var sites = detail['translate_site_blacklist']; 193 if ('translate_whitelists' in detail) { 194 var pairs = detail['translate_whitelists']; 210 var content = JSON.stringify(detail, null, 2); [all …]
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | bind.h | 65 namespace detail { 130 typename detail::identity<P1>::type p1) { in Bind() 142 typename detail::identity<P1>::type p1) { in Bind() 176 typename detail::identity<P1>::type p1, in Bind() 177 typename detail::identity<P2>::type p2) { in Bind() 190 typename detail::identity<P1>::type p1, in Bind() 191 typename detail::identity<P2>::type p2) { in Bind() 230 typename detail::identity<P1>::type p1, in Bind() 231 typename detail::identity<P2>::type p2, in Bind() 232 typename detail::identity<P3>::type p3) { in Bind() [all …]
|
/external/chromium_org/chrome/browser/ui/bookmarks/ |
D | bookmark_editor_unittest.cc | 19 BookmarkEditor::EditDetails detail( in TEST() local 23 detail, in TEST() 29 BookmarkEditor::EditDetails detail( in TEST() local 33 detail, in TEST() 39 BookmarkEditor::EditDetails detail( in TEST() local 43 detail, in TEST()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebTextCheckingResult.cpp | 49 GrammarDetail detail; in operator TextCheckingResult() local 50 detail.location = 0; in operator TextCheckingResult() 51 detail.length = length; in operator TextCheckingResult() 52 detail.userDescription = replacement; in operator TextCheckingResult() 53 result.details.append(detail); in operator TextCheckingResult()
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
D | V8CustomEventCustom.cpp | 46 …ue> cacheState(v8::Handle<v8::Object> customEvent, v8::Handle<v8::Value> detail, v8::Isolate* isol… in cacheState() argument 48 customEvent->SetHiddenValue(V8HiddenPropertyName::detail(isolate), detail); in cacheState() 49 return detail; in cacheState() 57 …v8::Handle<v8::Value> result = info.Holder()->GetHiddenValue(V8HiddenPropertyName::detail(info.Get… in detailAttributeGetterCustom() 67 …alueFromMainWorldWrapper(info.GetIsolate(), event, V8HiddenPropertyName::detail(info.GetIsolate())… in detailAttributeGetterCustom() 94 info.Holder()->SetHiddenValue(V8HiddenPropertyName::detail(info.GetIsolate()), detailsArg); in initCustomEventMethodCustom()
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | UIEvent.h | 39 int detail; member 48 …nst AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, int detail) in create() argument 50 return adoptRef(new UIEvent(type, canBubble, cancelable, view, detail)); in create() 58 …t(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView>, int detail); 62 int detail() const { return m_detail; } in detail() function 80 …t(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView>, int detail);
|
D | MouseEvent.cpp | 54 …ype, PassRefPtr<AbstractView> view, const PlatformMouseEvent& event, int detail, PassRefPtr<Node> … in create() argument 63 …detail, event.globalPosition().x(), event.globalPosition().y(), event.position().x(), event.positi… in create() 70 int detail, int screenX, int screenY, int pageX, int pageY, in create() argument 77 detail, screenX, screenY, pageX, pageY, in create() 83 int detail, int screenX, int screenY, int pageX, int pageY, in create() argument 89 detail, screenX, screenY, pageX, pageY, in create() 102 int detail, int screenX, int screenY, int pageX, int pageY, in MouseEvent() argument 107 : MouseRelatedEvent(eventType, canBubble, cancelable, view, detail, IntPoint(screenX, screenY), in MouseEvent() 120 …itializer.bubbles, initializer.cancelable, initializer.view, initializer.detail, IntPoint(initiali… in MouseEvent() 138 int detail, int screenX, int screenY, int clientX, int clientY, in initMouseEvent() argument [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/smack/src/org/apache/harmony/javax/security/sasl/ |
D | AuthenticationException.java | 28 public AuthenticationException(String detail) { in AuthenticationException() argument 29 super(detail); in AuthenticationException() 32 public AuthenticationException(String detail, Throwable ex) { in AuthenticationException() argument 33 super(detail, ex); in AuthenticationException()
|
D | SaslException.java | 35 public SaslException(String detail) { in SaslException() argument 36 super(detail); in SaslException() 39 public SaslException(String detail, Throwable ex) { in SaslException() argument 40 super(detail); in SaslException()
|
/external/chromium_org/chrome/test/chromedriver/test/ |
D | test_expectations | 39 # Flaky: https://code.google.com/p/chromedriver/issues/detail?id=374 87 # Flaky: https://code.google.com/p/chromedriver/issues/detail?id=528 89 # Flaky: https://code.google.com/p/chromedriver/issues/detail?id=653 103 # Flaky: https://code.google.com/p/chromedriver/issues/detail?id=282 105 # Flaky: https://code.google.com/p/chromedriver/issues/detail?id=373 108 # Flaky: https://code.google.com/p/chromedriver/issues/detail?id=416 114 # https://code.google.com/p/chromedriver/issues/detail?id=26 118 # Flaky: https://code.google.com/p/chromedriver/issues/detail?id=354 120 # Flaky: https://code.google.com/p/chromedriver/issues/detail?id=375 175 # Flaky: https://code.google.com/p/chromedriver/issues/detail?id=441 [all …]
|
/external/clang/test/SemaCXX/ |
D | discrim-union.cpp | 13 namespace detail { namespace 69 detail::either_impl<T...> impl; 75 elem(impl_t::index(detail::type<U>())), in either() 76 impl(detail::select<impl_t::index(detail::type<U>())>(), move(t.value)) {} in either() 85 decltype(static_cast<const impl_t&>(impl).get(detail::select<N>{})); 92 : impl.get(detail::select<N>{})); in get() 97 return get<impl_t::index(detail::type<U>())>(); in get()
|
/external/chromium_org/chromeos/network/ |
D | network_handler_callbacks.cc | 63 std::string detail; in ShillErrorCallbackFunction() local 65 detail += path + ": "; in ShillErrorCallbackFunction() 66 detail += dbus_error_name; in ShillErrorCallbackFunction() 68 detail += ": " + dbus_error_message; in ShillErrorCallbackFunction() 69 NET_LOG_ERROR(error_name, detail); in ShillErrorCallbackFunction() 74 CreateDBusErrorData(path, error_name, detail, in ShillErrorCallbackFunction()
|
/external/chromium_org/tools/valgrind/gtest_exclude/ |
D | unit_tests.gtest-drmemory_win32.txt | 4 # http://code.google.com/p/drmemory/issues/detail?id=318 10 # http://code.google.com/p/drmemory/issues/detail?id=548 13 # http://code.google.com/p/drmemory/issues/detail?id=979 16 # http://code.google.com/p/drmemory/issues/detail?id=980 19 # http://code.google.com/p/drmemory/issues/detail?id=983 72 # DrM-i#1339: https://code.google.com/p/drmemory/issues/detail?id=1339
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | TextCheckingHelper.cpp | 361 const GrammarDetail* detail = &result->details[j]; in findFirstMisspellingOrBadGrammar() local 362 ASSERT(detail->length > 0 && detail->location >= 0); in findFirstMisspellingOrBadGrammar() 363 …detail->location >= currentStartOffset && result->location + detail->location + detail->length <= … in findFirstMisspellingOrBadGrammar() 365 grammarDetailLocation = result->location + detail->location; in findFirstMisspellingOrBadGrammar() 420 const GrammarDetail* detail = &grammarDetails[i]; in findFirstGrammarDetail() local 421 ASSERT(detail->length > 0 && detail->location >= 0); in findFirstGrammarDetail() 423 int detailStartOffsetInParagraph = badGrammarPhraseLocation + detail->location; in findFirstGrammarDetail() 434 …subrange(m_range.get(), badGrammarPhraseLocation - startOffset + detail->location, detail->length); in findFirstGrammarDetail() 435 …nt().markers()->addMarker(badGrammarRange.get(), DocumentMarker::Grammar, detail->userDescription); in findFirstGrammarDetail() 439 if (earliestDetailIndex < 0 || earliestDetailLocationSoFar > detail->location) { in findFirstGrammarDetail() [all …]
|
/external/chromium_org/chrome/browser/resources/task_manager/ |
D | task_manager.css | 22 /* Container for the detail list views. */ 65 .detail-title { 87 .detail-container-title { 94 .detail-title-image { 100 .detail-title-text { 106 .detail-table { 113 .detail-table:focus {
|