Home
last modified time | relevance | path

Searched refs:details (Results 1 – 25 of 2907) sorted by relevance

12345678910>>...117

/external/v8/tools/clang/plugins/
DCheckIPCVisitor.cpp119 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/strace/
Dsocketutils.c53 char *details; member
61 cache_inode_details(const unsigned long inode, char *const details) in cache_inode_details() argument
64 free(e->details); in cache_inode_details()
66 e->details = details; in cache_inode_details()
75 return (e && inode == e->inode) ? e->details : NULL; in get_sockaddr_by_inode_cached()
81 const char *const details = get_sockaddr_by_inode_cached(inode); in print_sockaddr_by_inode_cached() local
82 if (details) { in print_sockaddr_by_inode_cached()
83 tprints(details); in print_sockaddr_by_inode_cached()
166 char *details; in inet_parse_response() local
180 if (asprintf(&details, "%s:[%s:%u->%s:%u]", proto_name, in inet_parse_response()
[all …]
/external/ltp/testcases/kernel/power_management/lib/
Dpm_sched_mc.py64 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/v8/src/
Dlayout-descriptor.cc44 Handle<Map> map, PropertyDetails details) { in ShareAppend() argument
50 if (!InobjectUnboxedField(map->GetInObjectProperties(), details)) { in ShareAppend()
51 DCHECK(details.location() != kField || in ShareAppend()
52 layout_descriptor->IsTagged(details.field_index())); in ShareAppend()
55 int field_index = details.field_index(); in ShareAppend()
57 isolate, layout_descriptor, field_index + details.field_width_in_words()); in ShareAppend()
62 if (details.field_width_in_words() > 1) { in ShareAppend()
70 Handle<Map> map, PropertyDetails details, in AppendIfFastOrUseFull() argument
77 if (!InobjectUnboxedField(map->GetInObjectProperties(), details)) { in AppendIfFastOrUseFull()
78 DCHECK(details.location() != kField || in AppendIfFastOrUseFull()
[all …]
Dlayout-descriptor-inl.h30 PropertyDetails details) { in InobjectUnboxedField() argument
31 if (details.location() != kField || !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 …]
Dtransitions.cc68 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.location() != kField) return Handle<Map>::null(); in FindTransitionToField()
206 DCHECK_EQ(kData, details.kind()); in FindTransitionToField()
[all …]
/external/autotest/frontend/client/src/autotest/moblab/rpc/
DOperationStatus.java16 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/
DglsLifetimeTests.hpp44 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/llvm/test/Transforms/PhaseOrdering/
D2010-03-22-empty-baseclass.ll6 %"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
89details::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/tensorflow/tensorflow/core/protobuf/
Dworker_service.proto39 // See worker.proto for details.
42 // See worker.proto for details.
46 // See worker.proto for details.
50 // See worker.proto for details.
53 // See worker.proto for details.
56 // See worker.proto for details.
59 // See worker.proto for details.
62 // See worker.proto for details.
65 // See worker.proto for details.
70 // See worker.proto for details.
[all …]
/external/valgrind/gdbserver_tests/
Dmcleak.stderr.exp2 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
Dmcleak.stdinB.gdb14 # 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/tensorflow/tensorflow/contrib/lite/toco/tflite/
Dexport_test.cc58 details::TensorsMap tensors; in TEST_F()
59 details::LoadTensorsMap(input_model_, &tensors); in TEST_F()
67 details::OperatorsMap operators; in TEST_F()
68 details::LoadOperatorsMap(input_model_, &operators); in TEST_F()
69 EXPECT_EQ(0, operators[details::OperatorKey(OperatorType::kAdd, "")]); in TEST_F()
70 EXPECT_EQ(1, operators[details::OperatorKey(OperatorType::kConv, "")]); in TEST_F()
71 EXPECT_EQ(2, operators[details::OperatorKey(OperatorType::kSub, "")]); in TEST_F()
72 EXPECT_EQ(3, operators[details::OperatorKey( in TEST_F()
Dexport.cc48 details::OperatorKey GetOperatorKey(const ::toco::Operator& op) { in GetOperatorKey()
55 return details::OperatorKey(op.type, custom_code); in GetOperatorKey()
60 namespace details { namespace
93 const Model& model, const details::TensorsMap& tensors_map, in ExportTensors()
149 const Model& model, const details::TensorsMap& tensors_map, in ExportInputTensors()
159 const Model& model, const details::TensorsMap& tensors_map, in ExportOutputTensors()
171 const details::OperatorsMap& operators_map, FlatBufferBuilder* builder, in ExportOperatorCodes()
188 const details::OperatorKey operator_key = GetOperatorKey(*op); in ExportOperatorCodes()
231 const details::OperatorsMap& operators_map, in ExportOperators()
232 const details::TensorsMap& tensors_map, FlatBufferBuilder* builder) { in ExportOperators()
[all …]
Dimport.cc27 namespace details { namespace
98 const details::TensorsTable& tensors_table, in ImportOperators()
99 const details::OperatorsTable& operators_table, Model* model) { in ImportOperators()
144 const details::TensorsTable& tensors_table, Model* model) { in ImportIOTensors()
176 details::TensorsTable tensors_table; in Import()
177 details::LoadTensorsTable(*input_model, &tensors_table); in Import()
179 details::OperatorsTable operators_table; in Import()
180 details::LoadOperatorsTable(*input_model, &operators_table); in Import()
/external/swiftshader/third_party/LLVM/test/Transforms/PhaseOrdering/
D2010-03-22-empty-baseclass.ll6 %"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/wpa_supplicant_8/hostapd/logwatch/
Dhostapd29 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/
Dmodels.py82 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/
DCertPathReviewerMessages.properties8 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/
Ddebugger-script.js63 var scopeDetails = functionMirror.scope(i).details();
91 var scopeDetails = generatorMirror.scope(i).details();
171 var details = /** @type {!LiveEditErrorDetails} */(e.details);
172 if (details.type === "liveedit_compile_error") {
173 var startPosition = details.position.start;
174 …return [1, String(e), String(details.syntaxErrorMessage), Number(startPosition.line), Number(start…
217 var frameDetails = frameMirror.details();
241 var scopeDetails = scopeMirrors[i].details();
259 var details;
320 if (!details) {
[all …]
/external/libbrillo/brillo/dbus/
Ddata_serialization.cc78 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/autotest/client/bin/result_tools/
Dresult_info.py156 self.details[utils_lib.DIRS] = []
198 self.details[utils_lib.DIRS] = []
304 def details(self): member in ResultInfo
338 return self.details[utils_lib.DIRS]
356 return self.details[utils_lib.ORIGINAL_SIZE_BYTES]
364 self.details[utils_lib.ORIGINAL_SIZE_BYTES] = value
374 return self.details.get(utils_lib.TRIMMED_SIZE_BYTES,
383 self.details[utils_lib.TRIMMED_SIZE_BYTES] = value
400 return self.details.get(utils_lib.COLLECTED_SIZE_BYTES,
409 self.details[utils_lib.COLLECTED_SIZE_BYTES] = value
[all …]
/external/valgrind/memcheck/tests/
Dleak-delta.stderr.exp1 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/parameter-framework/upstream/utility/
Dconvert.hpp42 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/parameter-framework/upstream/parameter/log/include/log/
DLogger.h62 details::Info info() { return details::Info(mLogger, mProlog); } in info()
69 details::Warning warning() { return details::Warning(mLogger, mProlog); } in warning()

12345678910>>...117