/external/v8/src/ |
D | property.cc | 31 explicit FastPropertyDetails(const PropertyDetails& v) : details(v) {} in FastPropertyDetails() 32 const PropertyDetails details; member 37 std::ostream& operator<<(std::ostream& os, const PropertyDetails& details) { in operator <<() argument 39 if (details.location() == kDescriptor) { in operator <<() 42 os << (details.kind() == kData ? "data" : "accessor"); in operator <<() 43 return os << ", dictionary_index: " << details.dictionary_index() in operator <<() 44 << ", attrs: " << details.attributes() << ")"; in operator <<() 51 const PropertyDetails& details = details_fast.details; in operator <<() local 53 if (details.location() == kDescriptor) { in operator <<() 56 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() 168 PropertyDetails details = GetSimpleTargetDetails(target); in SearchTransition() local 169 if (details.attributes() != attributes) return nullptr; in SearchTransition() 170 if (details.kind() != kind) return nullptr; in SearchTransition() 203 PropertyDetails details = target->GetLastDescriptorDetails(); in FindTransitionToField() local 204 DCHECK_EQ(NONE, details.attributes()); in FindTransitionToField() 205 if (details.type() != DATA) return Handle<Map>::null(); in FindTransitionToField() 216 PropertyDetails details = GetSimpleTargetDetails(target); in ExpectedTransitionKey() local [all …]
|
/external/v8/tools/clang/plugins/ |
D | CheckIPCVisitor.cpp | 119 CheckDetails details; in ValidateWriteParamArgument() local 120 if (CheckType(arg_type, &details)) { in ValidateWriteParamArgument() 124 ReportCheckError(details, in ValidateWriteParamArgument() 143 CheckDetails details; in ValidateCheckedTuple() local 144 if (CheckTemplateArgument(arg, &details)) { in ValidateCheckedTuple() 152 details, in ValidateCheckedTuple() 183 CheckDetails* details) const { in CheckIntegerType() 186 details->exit_type = type; in CheckIntegerType() 192 details->typedefs.push_back(tdef); in CheckIntegerType() 210 bool CheckIPCVisitor::CheckType(QualType type, CheckDetails* details) const { in CheckType() [all …]
|
/external/ltp/testcases/kernel/power_management/lib/ |
D | pm_sched_mc.py | 64 except Exception, details: 65 print "INFO: Failed to get number of sockets in system", details 170 except Exception, details: 200 except Exception, details: 201 print "Exception in generate_siblings_list", details 218 except Exception, details: 219 print "Exception in get_siblings", details 249 except Exception, details: 250 print "Could not read interrupt statistics", details 311 except Exception, details: [all …]
|
/external/autotest/frontend/client/src/autotest/moblab/rpc/ |
D | OperationStatus.java | 16 private String details; field in OperationStatus 26 public OperationStatus(boolean valid, String details) { in OperationStatus() argument 28 this.details = details; in OperationStatus() 36 return details; in getDetails() 43 details = null; in fromJson() 46 details = value.isString().stringValue(); in fromJson() 54 if (details != null) { in toJson() 55 object.put(JSON_FIELD_STATUS_DETAILS, new JSONString(details)); in toJson()
|
/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/strace/ |
D | socketutils.c | 48 char *details; member 56 cache_and_print_inode_details(const unsigned long inode, char *const details) in cache_and_print_inode_details() argument 59 free(e->details); in cache_and_print_inode_details() 61 e->details = details; in cache_and_print_inode_details() 63 tprints(details); in cache_and_print_inode_details() 72 tprints(e->details); in print_sockaddr_by_inode_cached() 153 char *details; in inet_parse_response() local 167 if (asprintf(&details, "%s:[%s:%u->%s:%u]", proto_name, in inet_parse_response() 172 if (asprintf(&details, "%s:[%s:%u]", proto_name, src_buf, in inet_parse_response() 177 return cache_and_print_inode_details(inode, details); in inet_parse_response() [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/swiftshader/third_party/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 …%1 = load %"struct.boost::details::compressed_pair_imp<empty_t,int,1>"** %this_addr, align 8 ; <%"… 90 …%2 = getelementptr inbounds %"struct.boost::details::compressed_pair_imp<empty_t,int,1>"* %1, i32 … 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/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/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/inspector/ |
D | debugger-script.js | 72 var scopeDetails = functionMirror.scope(i).details(); 209 var details = /** @type {!LiveEditErrorDetails} */(e.details); 210 if (details.type === "liveedit_compile_error") { 211 var startPosition = details.position.start; 212 …return [1, String(e), String(details.syntaxErrorMessage), Number(startPosition.line), Number(start… 265 var frameDetails = frameMirror.details(); 289 var scopeDetails = scopeMirrors[i].details(); 307 var details; 368 if (!details) { 386 details = { variable [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/v8/src/runtime/ |
D | runtime-debug.cc | 360 Handle<FixedArray> details = isolate->factory()->NewFixedArray(2); in RUNTIME_FUNCTION() local 364 details->set(0, *element_or_char); in RUNTIME_FUNCTION() 365 details->set(1, PropertyDetails::Empty().AsSmi()); in RUNTIME_FUNCTION() 366 return *isolate->factory()->NewJSArrayWithElements(details); in RUNTIME_FUNCTION() 382 Handle<FixedArray> details = in RUNTIME_FUNCTION() local 384 details->set(0, *value); in RUNTIME_FUNCTION() 389 details->set(1, d.AsSmi()); in RUNTIME_FUNCTION() 390 details->set( in RUNTIME_FUNCTION() 394 details->set(3, isolate->heap()->ToBoolean(has_caught)); in RUNTIME_FUNCTION() 399 details->set(4, *getter); in RUNTIME_FUNCTION() [all …]
|
/external/autotest/frontend/afe/ |
D | moblab_rpc_interface.py | 357 details = "The boto access key is not valid" 358 return (False, details) 405 details = None 409 valid, details = _is_valid_boto_key(key_id, key_secret) 412 valid, details = _is_valid_bucket_url( 417 valid, details = _is_valid_bucket_url( 419 return (valid, details) 422 def _create_operation_status_response(is_ok, details): argument 431 if details: 432 status_response['status_details'] = details [all …]
|
/external/Microsoft-GSL/gsl/ |
D | string_span | 98 namespace details 161 auto len = details::string_length(sz, max); 168 auto len = details::string_length(sz, max); 175 auto len = details::wstring_length(sz, max); 182 auto len = details::wstring_length(sz, max); 203 namespace details 230 return details::string_length(ptr, length); 239 return details::wstring_length(ptr, length); 248 return details::string_length(ptr, length); 257 return details::wstring_length(ptr, length); [all …]
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/ |
D | inspector_runtime.py | 50 details = res['result']['exceptionDetails'] 52 text=details['text'], 53 class_name=details.get('exception', {}).get('className'), 54 description=details.get('exception', {}).get('description'))
|