/external/linux-tools-perf/src/tools/perf/ |
D | builtin-evlist.c | 18 static int __cmd_evlist(const char *file_name, struct perf_attr_details *details) in __cmd_evlist() argument 28 perf_evsel__fprintf(pos, details, stdout); in __cmd_evlist() 36 struct perf_attr_details details = { .verbose = false, }; in cmd_evlist() local 39 OPT_BOOLEAN('F', "freq", &details.freq, "Show the sample frequency"), in cmd_evlist() 40 OPT_BOOLEAN('v', "verbose", &details.verbose, in cmd_evlist() 42 OPT_BOOLEAN('g', "group", &details.event_group, in cmd_evlist() 55 if (details.event_group && (details.verbose || details.freq)) { in cmd_evlist() 60 return __cmd_evlist(input_name, &details); in cmd_evlist()
|
/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 …]
|
D | SecurityListener.java | 166 Map<String,String> details = scrapeAuthenticationDetails( authString ); in onResponseHeader() local 175 …Realm realm = realmResolver.getRealm( details.get("realm"), _destination, pathSpec ); // TODO work… in onResponseHeader() 179 LOG.warn( "Unknown Security Realm: " + details.get("realm") ); in onResponseHeader() 183 _destination.addAuthorization("/",new DigestAuthentication(realm,details)); in onResponseHeader()
|
/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 …]
|
D | glsFboCompletenessTests.hpp | 42 namespace details namespace 139 using details::Context; 140 using details::TestBase; 141 using details::ParamTest; 142 using details::gl;
|
/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/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/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
|
D | leak_cpp_interior.stderr.exp-64bit | 34 To see details of leaked memory, give 'full' arg to leak_check 46 To see details of leaked memory, give 'full' arg to leak_check 58 To see details of leaked memory, give 'full' arg to leak_check 70 To see details of leaked memory, give 'full' arg to leak_check 84 To see details of leaked memory, give 'full' arg to leak_check 98 To see details of leaked memory, give 'full' arg to leak_check 112 To see details of leaked memory, give 'full' arg to leak_check
|
D | leak_cpp_interior.stderr.exp | 34 To see details of leaked memory, give 'full' arg to leak_check 46 To see details of leaked memory, give 'full' arg to leak_check 58 To see details of leaked memory, give 'full' arg to leak_check 70 To see details of leaked memory, give 'full' arg to leak_check 84 To see details of leaked memory, give 'full' arg to leak_check 98 To see details of leaked memory, give 'full' arg to leak_check 112 To see details of leaked memory, give 'full' arg to leak_check
|
/external/v8/src/ |
D | d8.js | 133 var details = {text:'', running:false}; variable in DebugEventDetails 136 details.running = response.running(); 167 details.text = result; 195 details.text = result; 208 details.text = result; 212 details.text = 'Unknown debug event ' + response.event(); 215 return details; 1336 var details = { text: '', running: false }; variable in DebugResponseDetails 1340 details.text = response.message(); 1341 return details; [all …]
|
D | property.h | 47 void Init(Handle<Name> key, Handle<Object> value, PropertyDetails details) { in Init() argument 50 details_ = details; in Init() 53 Descriptor(Handle<Name> key, Handle<Object> value, PropertyDetails details) in Descriptor() argument 56 details_(details) { } in Descriptor() 133 void DescriptorResult(JSObject* holder, PropertyDetails details, int number) { in DescriptorResult() argument 137 details_ = details; in DescriptorResult()
|
D | mirror-debugger.js | 810 var details = %DebugGetPropertyDetails(this.value_, %ToName(name)); 811 if (details) { 812 return new PropertyMirror(this, name, details); 1149 var details = %DebugGetPropertyDetails(this.value_, %ToString(i)); 1151 if (details) { 1152 value = new PropertyMirror(this, i, details); 1435 function PropertyMirror(mirror, name, details) { argument 1439 this.value_ = details[0]; 1440 this.details_ = details[1]; 1441 this.is_interceptor_ = details[2]; [all …]
|
/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/parameter-framework/xmlserializer/ |
D | XmlDocSource.cpp | 258 xmlError* details = xmlGetLastError(); in mkXmlDoc() local 259 if (details != NULL) { in mkXmlDoc() 260 errorMsg += ": " + string(details->message); in mkXmlDoc() 268 xmlError* details = xmlGetLastError(); in mkXmlDoc() local 269 if (details != NULL) { in mkXmlDoc() 270 errorMsg += ": " + string(details->message); in mkXmlDoc()
|
/external/selinux/libsepol/cil/test/unit/ |
D | CuTest.c | 328 void CuSuiteDetails(CuSuite* testSuite, CuString* details) in CuSuiteDetails() argument 337 CuStringAppendFormat(details, "OK (%d %s)\n", passCount, testWord); in CuSuiteDetails() 342 CuStringAppend(details, "There was 1 failure:\n"); in CuSuiteDetails() 344 CuStringAppendFormat(details, "There were %d failures:\n", testSuite->failCount); in CuSuiteDetails() 352 CuStringAppendFormat(details, "%d) %s: %s\n", in CuSuiteDetails() 356 CuStringAppend(details, "\n!!!FAILURES!!!\n"); in CuSuiteDetails() 358 CuStringAppendFormat(details, "Runs: %d ", testSuite->count); in CuSuiteDetails() 359 CuStringAppendFormat(details, "Passes: %d ", testSuite->count - testSuite->failCount); in CuSuiteDetails() 360 CuStringAppendFormat(details, "Fails: %d\n", testSuite->failCount); in CuSuiteDetails()
|
/external/parameter-framework/utility/ |
D | convert.hpp | 41 namespace details namespace 118 return details::convertTo<T>(str, result); in convertTo() 170 if (!details::convertTo(str, result)) { in convertTo() 200 if (!details::convertTo(str, result)) { in convertTo()
|
/external/valgrind/VEX/priv/ |
D | ir_opt.c | 309 IRQop* qop = ex->Iex.Qop.details; in flatten_Expr() 321 IRTriop* triop = ex->Iex.Triop.details; in flatten_Expr() 422 puti = st->Ist.PutI.details; in flatten_Stmt() 445 sg = st->Ist.StoreG.details; in flatten_Stmt() 452 lg = st->Ist.LoadG.details; in flatten_Stmt() 460 cas = st->Ist.CAS.details; in flatten_Stmt() 479 d = st->Ist.Dirty.details; in flatten_Stmt() 670 key = mk_key_GetIPutI( st->Ist.PutI.details->descr ); in redundant_get_removal_BB() 682 IRDirty* d = st->Ist.Dirty.details; in redundant_get_removal_BB() 788 IRStoreG* sg = st->Ist.StoreG.details; in handle_gets_Stmt() [all …]
|
/external/v8/test/mjsunit/ |
D | debug-liveedit-compile-error.js | 56 caught_exception.details.syntaxErrorMessage); 58 assertEquals(2, caught_exception.details.position.start.line);
|
/external/lldb/tools/debugserver/source/MacOSX/ |
D | MachException.cpp | 212 stop_info->details.exception.type = exc_type; in GetStopInfo() 223 stop_info->details.exception.data_count = exc_data.size(); in GetStopInfo() 240 …desc += snprintf(desc, end_desc - desc, " data[%llu] = {", (uint64_t)stop_info->details.exception.… in GetStopInfo() 242 for (idx = 0; desc < end_desc && idx < stop_info->details.exception.data_count; ++idx) in GetStopInfo() 243 …esc - desc, "0x%llx%c", (uint64_t)exc_data[idx], ((idx + 1 == stop_info->details.exception.data_co… in GetStopInfo() 249 for (i=0; i<stop_info->details.exception.data_count; i++) in GetStopInfo() 250 stop_info->details.exception.data[i] = exc_data[i]; in GetStopInfo()
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | resource.cpp | 57 const CFX_WideString& details) { in JSFormatErrorString() argument 64 result += details; in JSFormatErrorString()
|
/external/deqp/framework/delibs/decpp/ |
D | deUniquePtr.hpp | 35 namespace details namespace 245 using details::UniquePtr; 246 using details::MovePtr; 247 using details::newMovePtr;
|