/external/chromium-trace/catapult/dashboard/dashboard/ |
D | stats_test.py | 232 self.assertEqual(['date'], stat.details.keys()) 235 details = may_12.details 238 details['bots']) 240 'octane': 2}, details['test_suites']) 242 'octane/Total': 2}, details['tests']) 243 self.assertEqual({'-1': 1, '-2': 1, '12345': 2}, details['bug_ids']) 245 details['percent_changed_buckets']) 248 details = may_15.details 249 self.assertEqual({'ChromiumPerf/linux-release': 1}, details['bots']) 250 self.assertEqual({'sunspider': 1}, details['test_suites']) [all …]
|
D | stats.py | 54 details = ndb.JsonProperty() variable in IndividualStat 159 data['tests'].append(stat.details) 173 date = individual_stat.details['date'] 179 details = [s.details for s in stats] 187 axis_map = {i: d['date'] for i, d in enumerate(details)} 192 for d in details: 199 'data': sum(d.get(category, {}).get(key_name, 0) for d in details) 203 for i, d in enumerate(details): 214 'alert_summaries': [s.details for s in stats], 357 details = { [all …]
|
/external/v8/src/ |
D | property.cc | 25 explicit FastPropertyDetails(const PropertyDetails& v) : details(v) {} in FastPropertyDetails() 26 const PropertyDetails details; member 31 std::ostream& operator<<(std::ostream& os, const PropertyDetails& details) { in operator <<() argument 33 if (details.location() == kDescriptor) { in operator <<() 36 os << (details.kind() == kData ? "data" : "accessor"); in operator <<() 37 return os << ", dictionary_index: " << details.dictionary_index() in operator <<() 38 << ", attrs: " << details.attributes() << ")"; in operator <<() 45 const PropertyDetails& details = details_fast.details; in operator <<() local 47 if (details.location() == kDescriptor) { in operator <<() 50 os << (details.kind() == kData ? "data" : "accessor"); in operator <<() [all …]
|
D | layout-descriptor.cc | 43 Handle<Map> map, PropertyDetails details) { in ShareAppend() argument 49 if (!InobjectUnboxedField(map->GetInObjectProperties(), details)) { in ShareAppend() 50 DCHECK(details.location() != kField || in ShareAppend() 51 layout_descriptor->IsTagged(details.field_index())); in ShareAppend() 54 int field_index = details.field_index(); in ShareAppend() 56 isolate, layout_descriptor, field_index + details.field_width_in_words()); in ShareAppend() 61 if (details.field_width_in_words() > 1) { in ShareAppend() 69 Handle<Map> map, PropertyDetails details, in AppendIfFastOrUseFull() argument 76 if (!InobjectUnboxedField(map->GetInObjectProperties(), details)) { in AppendIfFastOrUseFull() 77 DCHECK(details.location() != kField || in AppendIfFastOrUseFull() [all …]
|
D | layout-descriptor-inl.h | 30 PropertyDetails details) { in InobjectUnboxedField() argument 31 if (details.type() != DATA || !details.representation().IsDouble()) { in InobjectUnboxedField() 35 return details.field_index() < inobject_properties; in InobjectUnboxedField() 186 PropertyDetails details = descriptors->GetDetails(i); in CalculateCapacity() local 187 if (!InobjectUnboxedField(inobject_properties, details)) continue; in CalculateCapacity() 188 int field_index = details.field_index(); in CalculateCapacity() 189 int field_width_in_words = details.field_width_in_words(); in CalculateCapacity() 206 PropertyDetails details = descriptors->GetDetails(i); in Initialize() local 207 if (!InobjectUnboxedField(inobject_properties, details)) { in Initialize() 208 DCHECK(details.location() != kField || in Initialize() [all …]
|
D | transitions.cc | 68 PropertyDetails details = is_special_transition in Insert() local 81 : array->Search(details.kind(), *name, details.attributes(), in Insert() 128 : array->Search(details.kind(), *name, details.attributes(), in Insert() 167 PropertyDetails details = GetSimpleTargetDetails(target); in SearchTransition() local 168 if (details.attributes() != attributes) return NULL; in SearchTransition() 169 if (details.kind() != kind) return NULL; in SearchTransition() 201 PropertyDetails details = target->GetLastDescriptorDetails(); in FindTransitionToField() local 202 DCHECK_EQ(NONE, details.attributes()); in FindTransitionToField() 203 if (details.type() != DATA) return Handle<Map>::null(); in FindTransitionToField() 214 PropertyDetails details = GetSimpleTargetDetails(target); in ExpectedTransitionKey() local [all …]
|
/external/opencv3/modules/videoio/src/ |
D | ppltasks_winrt.hpp | 165 #define _CAPTURE_CALLSTACK() ::Concurrency_winrt::details::_TaskCreationCallstack::_CaptureSingleFr… 167 #define _CAPTURE_CALLSTACK() ::Concurrency_winrt::details::_TaskCreationCallstack::_CaptureMultiFra… 170 #define _CAPTURE_CALLSTACK() ::Concurrency_winrt::details::_TaskCreationCallstack::_CaptureSingleFr… 208 return ::Concurrency::details::_TaskCollection_t::_Is_cancellation_requested(); in is_task_cancellation_requested() 238 namespace details namespace 274 …_csc._M_frames.resize(::Concurrency::details::platform::CaptureCallstack(&_csc._M_frames[0], 2, _C… in _CaptureMultiFramesCallstack() 395 …std::is_same<_TypeSelectorAsyncAction, decltype(details::_AsyncOperationKindSelector(stdx::declval… 396 …std::is_same<_TypeSelectorAsyncOperation, decltype(details::_AsyncOperationKindSelector(stdx::decl… 397 …std::is_same<_TypeSelectorAsyncOperationWithProgress, decltype(details::_AsyncOperationKindSelecto… 398 …std::is_same<_TypeSelectorAsyncActionWithProgress, decltype(details::_AsyncOperationKindSelector(s… [all …]
|
/external/opencv3/modules/highgui/src/ |
D | ppltasks_winrt.h | 165 #define _CAPTURE_CALLSTACK() ::Concurrency_winrt::details::_TaskCreationCallstack::_CaptureSingleFr… 167 #define _CAPTURE_CALLSTACK() ::Concurrency_winrt::details::_TaskCreationCallstack::_CaptureMultiFra… 170 #define _CAPTURE_CALLSTACK() ::Concurrency_winrt::details::_TaskCreationCallstack::_CaptureSingleFr… 208 return ::Concurrency::details::_TaskCollection_t::_Is_cancellation_requested(); in is_task_cancellation_requested() 238 namespace details 274 …_csc._M_frames.resize(::Concurrency::details::platform::CaptureCallstack(&_csc._M_frames[0], 2, _C… in _CaptureMultiFramesCallstack() 395 …std::is_same<_TypeSelectorAsyncAction, decltype(details::_AsyncOperationKindSelector(stdx::declval… 396 …std::is_same<_TypeSelectorAsyncOperation, decltype(details::_AsyncOperationKindSelector(stdx::decl… 397 …std::is_same<_TypeSelectorAsyncOperationWithProgress, decltype(details::_AsyncOperationKindSelecto… 398 …std::is_same<_TypeSelectorAsyncActionWithProgress, decltype(details::_AsyncOperationKindSelector(s… [all …]
|
/external/jetty/src/java/org/eclipse/jetty/client/security/ |
D | DigestAuthentication.java | 35 Map details; field in DigestAuthentication 37 public DigestAuthentication(Realm realm, Map details) in DigestAuthentication() argument 40 this.details=details; in DigestAuthentication() 51 …buffer.append(", ").append("realm").append('=').append('"').append(String.valueOf(details.get("rea… in setCredentials() 53 …buffer.append(", ").append("nonce").append('=').append('"').append(String.valueOf(details.get("non… in setCredentials() 57 …buffer.append(", ").append("algorithm").append('=').append(String.valueOf(details.get("algorithm")… in setCredentials() 59 String cnonce = newCnonce(exchange, securityRealm, details); in setCredentials() 62 exchange, securityRealm, details)).append('"'); in setCredentials() 64 buffer.append(", ").append("qop").append('=').append(String.valueOf(details.get("qop"))); in setCredentials() 75 …rotected String newResponse(String cnonce, HttpExchange exchange, Realm securityRealm, Map details) in newResponse() argument [all …]
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treewalkers/ |
D | _base.py | 144 details = self.getNodeDetails(currentNode) 145 type, details = details[0], details[1:] 149 yield self.doctype(*details) 152 for token in self.text(*details): 156 namespace, name, attributes, hasChildren = details 166 yield self.comment(details[0]) 169 yield self.entity(details[0]) 175 yield self.unknown(details[0]) 186 details = self.getNodeDetails(currentNode) 187 type, details = details[0], details[1:] [all …]
|
/external/deqp/modules/glshared/ |
D | glsLifetimeTests.hpp | 44 namespace details namespace 404 using details::BindFunc; 405 using details::GenFunc; 406 using details::DeleteFunc; 407 using details::ExistsFunc; 409 using details::Context; 410 using details::Binder; 411 using details::SimpleBinder; 412 using details::Type; 413 using details::SimpleType; [all …]
|
/external/valgrind/gdbserver_tests/ |
D | mcleak.stderr.exp | 2 expecting details 10 bytes reachable 7 expecting to have NO details 8 expecting details +10 bytes lost, +21 bytes reachable 9 expecting details +65 bytes reachable 10 expecting to have NO details 11 expecting details +10 bytes reachable 12 expecting details -10 bytes reachable, +10 bytes lost 13 expecting details -10 bytes lost, +10 bytes reachable 14 expecting details 32 (+32) bytes lost, 33 (-32) bytes reachable
|
D | mcleak.stdinB.gdb | 14 # fprintf(stderr, "expecting details 10 bytes reachable\n"); fflush(stderr); breakme(); 20 # fprintf(stderr, "expecting to have NO details\n"); fflush(stderr); 28 # fprintf(stderr, "expecting details +10 bytes lost, +21 bytes reachable\n"); fflush(stderr); bre… 36 # fprintf(stderr, "expecting details +65 bytes reachable\n"); fflush(stderr); breakme(); 42 # fprintf(stderr, "expecting to have NO details\n"); fflush(stderr); breakme(); 49 # fprintf(stderr, "expecting details +10 bytes reachable\n"); fflush(stderr); breakme(); 56 # fprintf(stderr, "expecting details -10 bytes reachable, +10 bytes lost\n"); fflush(stderr); bre… 63 # fprintf(stderr, "expecting details -10 bytes lost, +10 bytes reachable\n"); fflush(stderr); bre… 70 # fprintf(stderr, "expecting details 32 (+32) bytes lost, 33 (-32) bytes reachable\n"); fflush(st…
|
/external/llvm/test/Transforms/PhaseOrdering/ |
D | 2010-03-22-empty-baseclass.ll | 6 %"struct.boost::compressed_pair<empty_t,int>" = type { %"struct.boost::details::compressed_pair_imp… 7 %"struct.boost::details::compressed_pair_imp<empty_t,int,1>" = type { i32 } 82 …ost7details19compressed_pair_impI7empty_tiLi1EE6secondEv(%"struct.boost::details::compressed_pair_… 84 …%this_addr = alloca %"struct.boost::details::compressed_pair_imp<empty_t,int,1>"*, align 8 ; <%"st… 88 …store %"struct.boost::details::compressed_pair_imp<empty_t,int,1>"* %this, %"struct.boost::details… 89 …details::compressed_pair_imp<empty_t,int,1>"*, %"struct.boost::details::compressed_pair_imp<empty_… 90 … = getelementptr inbounds %"struct.boost::details::compressed_pair_imp<empty_t,int,1>", %"struct.b… 109 …oost::compressed_pair<empty_t,int>"* %1, i32 0, i32 0 ; <%"struct.boost::details::compressed_pair_… 110 …ost7details19compressed_pair_impI7empty_tiLi1EE6secondEv(%"struct.boost::details::compressed_pair_… 121 …oost7details19compressed_pair_impI7empty_tiLi1EE5firstEv(%"struct.boost::details::compressed_pair_… [all …]
|
/external/wpa_supplicant_8/hostapd/logwatch/ |
D | hostapd | 29 if (my ($iface,$mac,$layer,$details) = ($line =~ /(.*?): STA (.*?) (.*?): (.*?)$/i)) { 32 $details =~ s/^(associated) .*$/$1/i; 34 $hostapd{$iface}->{$mac}->{$layer}->{$details}++; 47 foreach my $details (sort keys %{$hostapd{$iface}->{$mac}->{$layer}}) { 48 print " $details"; 49 my $count = $hostapd{$iface}->{$mac}->{$layer}->{$details};
|
/external/autotest/frontend/server/ |
D | models.py | 82 details = {} 83 details['hostname'] = self.hostname 84 details['status'] = self.status 85 details['roles'] = self.get_role_names() 88 details['attributes'] = attributes 89 details['date_created'] = self.date_created 90 details['date_modified'] = self.date_modified 91 details['note'] = self.note 92 return details
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/swf/ |
D | layer1_decisions.py | 90 def record_marker(self, marker_name, details=None): argument 101 if details is not None: 102 attrs['details'] = details 117 def fail_workflow_execution(self, reason=None, details=None): argument 127 if details is not None: 128 attrs['details'] = details 131 def cancel_workflow_executions(self, details=None): argument 139 if details is not None: 140 attrs['details'] = details
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
D | CertPathReviewerMessages.properties | 8 CertPathReviewer.emptyCertPath.details = PKIXCertPathReviewer: the CertPath is empty. 17 CertPathReviewer.notPermittedDN.details = Name constraint checking error. The certificate DN {0} is… 24 CertPathReviewer.excludedDN.details = Name constraint checking error. The certificate DN {0} is ins… 31 CertPathReviewer.notPermittedEmail.details = Name constraint checking error. The certificate contai… 38 CertPathReviewer.excludedEmail.details = Name constraint checking error. The certificate contains t… 45 CertPathReviewer.notPermittedIP.details = Name constraint checking error. The certificate contains … 52 CertPathReviewer.excludedIP.details = Name constraint checking error. The certificate contains the … 58 CertPathReviewer.ncExtError.details = Name constraint checking failed: there was an error processin… 64 CertPathReviewer.subjAltNameExtError.details = Name constraint checking failed: there was an error … 71 CertPathReviewer.ncSubjectNameError.details = Name constraint checking failed: there was an excepti… [all …]
|
/external/v8/src/runtime/ |
D | runtime-debug.cc | 304 Handle<FixedArray> details = isolate->factory()->NewFixedArray(2); in RUNTIME_FUNCTION() local 308 details->set(0, *element_or_char); in RUNTIME_FUNCTION() 309 details->set(1, PropertyDetails::Empty().AsSmi()); in RUNTIME_FUNCTION() 310 return *isolate->factory()->NewJSArrayWithElements(details); in RUNTIME_FUNCTION() 326 Handle<FixedArray> details = in RUNTIME_FUNCTION() local 328 details->set(0, *value); in RUNTIME_FUNCTION() 333 details->set(1, d.AsSmi()); in RUNTIME_FUNCTION() 334 details->set( in RUNTIME_FUNCTION() 338 details->set(3, isolate->heap()->ToBoolean(has_caught)); in RUNTIME_FUNCTION() 339 details->set(4, accessors->GetComponent(ACCESSOR_GETTER)); in RUNTIME_FUNCTION() [all …]
|
/external/libbrillo/brillo/dbus/ |
D | data_serialization.cc | 78 return details::DescendIntoVariantIfPresent(&reader, &variant_reader) && in PopValueFromReader() 84 return details::DescendIntoVariantIfPresent(&reader, &variant_reader) && in PopValueFromReader() 90 return details::DescendIntoVariantIfPresent(&reader, &variant_reader) && in PopValueFromReader() 96 return details::DescendIntoVariantIfPresent(&reader, &variant_reader) && in PopValueFromReader() 102 return details::DescendIntoVariantIfPresent(&reader, &variant_reader) && in PopValueFromReader() 108 return details::DescendIntoVariantIfPresent(&reader, &variant_reader) && in PopValueFromReader() 114 return details::DescendIntoVariantIfPresent(&reader, &variant_reader) && in PopValueFromReader() 120 return details::DescendIntoVariantIfPresent(&reader, &variant_reader) && in PopValueFromReader() 126 return details::DescendIntoVariantIfPresent(&reader, &variant_reader) && in PopValueFromReader() 132 return details::DescendIntoVariantIfPresent(&reader, &variant_reader) && in PopValueFromReader() [all …]
|
/external/parameter-framework/upstream/parameter/log/include/log/ |
D | Logger.h | 62 details::Info info() { return details::Info(mLogger, mProlog); } in info() 69 details::Warning warning() { return details::Warning(mLogger, mProlog); } in warning()
|
/external/parameter-framework/upstream/utility/ |
D | convert.hpp | 42 namespace details namespace 199 return details::convertTo<T>(str, result); in convertTo() 222 return details::convertToVia<unsigned char, unsigned int>(str, result); in convertTo() 232 return details::convertToVia<signed char, int>(str, result); in convertTo() 252 if (!details::convertTo(str, result)) { in convertTo() 281 if (!details::convertTo(str, result)) { in convertTo()
|
/external/valgrind/memcheck/tests/ |
D | leak-delta.stderr.exp | 1 expecting details 10 bytes reachable 7 expecting to have NO details 8 expecting details +10 bytes lost, +21 bytes reachable 19 expecting details +65 bytes reachable 25 expecting to have NO details 26 expecting details +10 bytes reachable 32 expecting details -10 bytes reachable, +10 bytes lost 43 expecting details -10 bytes lost, +10 bytes reachable 54 expecting details 32 (+32) bytes lost, 33 (-32) bytes reachable
|
/external/mockito/src/org/mockito/exceptions/ |
D | Reporter.java | 606 public void cannotInitializeForSpyAnnotation(String fieldName, Exception details) { in cannotInitializeForSpyAnnotation() argument 609 "However, I failed because: " + details.getMessage(), in cannotInitializeForSpyAnnotation() 614 ""), details); in cannotInitializeForSpyAnnotation() 617 public void cannotInitializeForInjectMocksAnnotation(String fieldName, Exception details) { in cannotInitializeForInjectMocksAnnotation() argument 620 "However, I failed because: " + details.getMessage(), in cannotInitializeForInjectMocksAnnotation() 626 ""), details); in cannotInitializeForInjectMocksAnnotation() 640 public void fieldInitialisationThrewException(Field field, Throwable details) { in fieldInitialisationThrewException() argument 644 …"However the constructor or the initialization block threw an exception : " + details.getMessage(), in fieldInitialisationThrewException() 645 ""), details); in fieldInitialisationThrewException() 663 public void cannotInjectDependency(Field field, Object matchingMock, Exception details) { in cannotInjectDependency() argument [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/ |
D | instancestatus.py | 91 def __init__(self, status=None, details=None): argument 93 if not details: 94 details = Details() 95 self.details = details 102 return self.details
|