/external/google-breakpad/src/tools/windows/converter/ |
D | ms_symbol_server_converter.cc | 341 MSSymbolServerConverter::LocatePEFile(const MissingSymbolInfo &missing, in LocatePEFile() argument 343 return LocateFile(missing.code_file, missing.code_identifier, in LocatePEFile() 344 missing.version, pe_file); in LocatePEFile() 348 MSSymbolServerConverter::LocateSymbolFile(const MissingSymbolInfo &missing, in LocateSymbolFile() argument 350 return LocateFile(missing.debug_file, missing.debug_identifier, in LocateSymbolFile() 351 missing.version, symbol_file); in LocateSymbolFile() 433 const MissingSymbolInfo &missing, in LocateAndConvertSymbolFile() argument 446 LocateResult result = LocateSymbolFile(missing, &pdb_file); in LocateAndConvertSymbolFile() 460 result = LocatePEFile(missing, &pe_file); in LocateAndConvertSymbolFile() 483 missing.debug_file.c_str(), in LocateAndConvertSymbolFile() [all …]
|
/external/tensorflow/tensorflow/go/ |
D | graph_test.go | 26 var missing []string 29 missing = append(missing, op) 32 if len(missing) != 0 { 33 return fmt.Errorf("Graph does not have the operations %v", missing) 43 missing = append(missing, op) 47 if len(missing) != 0 { 48 return fmt.Errorf("Operations %v are missing from graph.Operations()", missing)
|
/external/python/cpython2/Lib/email/ |
D | message.py | 321 missing = object() 322 return self.get(name, missing) is not missing 445 missing = object() 446 value = self.get('content-type', missing) 447 if value is missing: 495 missing = object() 496 value = self.get(header, missing) 497 if value is missing: 526 missing = object() 527 params = self._get_params_preserve(missing, header) [all …]
|
/external/tcpdump/ |
D | Makefile.in | 287 pcap-missing.h \ 344 missing/dlnames.c \ 345 missing/datalinks.c \ 346 missing/getopt_long.c \ 347 missing/snprintf.c \ 348 missing/strdup.c \ 349 missing/strlcat.c \ 350 missing/strlcpy.c \ 351 missing/strsep.c \ 382 datalinks.o: $(srcdir)/missing/datalinks.c [all …]
|
/external/libxml2/python/ |
D | setup.py.in | 22 def missing(file): function 68 if not missing(dir + "/libxml2/libxml/tree.h"): 78 if not missing(dir + "/iconv.h"): 99 if missing("libxml2-py.c") or missing("libxml2.py"): 125 if missing("libxslt-py.c") or missing("libxslt.py"): 126 if missing("xsltgenerator.py") or missing("libxslt-api.xml"): 155 if not missing(dir + "/libxslt/xsltconfig.h"): 204 if missing("MANIFEST"):
|
/external/clang/test/SemaObjC/ |
D | warn-missing-super.m | 44 // CHECK: warn-missing-super.m:24:1: warning: method possibly missing a [super dealloc] call 48 // CHECK-GC: warn-missing-super.m:24:1: warning: method possibly missing a [super dealloc] call 49 // CHECK-GC: warn-missing-super.m:26:1: warning: method possibly missing a [super finalize] call 53 // CHECK-GC-ONLY: warn-missing-super.m:26:1: warning: method possibly missing a [super finalize] ca… 57 // CHECK-ARC: warn-missing-super.m:36:10: error: ARC forbids explicit message send of 'dealloc'
|
D | super-dealloc-attribute.m | 41 } // expected-warning {{method possibly missing a [super XXX] call}} 44 - (void) AnnotMyDeallocMeth{} // expected-warning {{method possibly missing a [super AnnotMyDealloc… 47 + (void)registerClass:(id)name {} // expected-warning {{method possibly missing a [super registerCl… 54 - (void) MyDeallocMeth {} // expected-warning {{method possibly missing a [super MyDeallocMeth] cal… 55 - (void) AnnotMyDeallocMeth{} // expected-warning {{method possibly missing a [super AnnotMyDealloc… 56 - (void) AnnotMeth{}; // expected-warning {{method possibly missing a [super AnnotMeth] call}} 65 - (void) MyDeallocMeth {} // expected-warning {{method possibly missing a [super MyDeallocMeth] cal… 66 - (void) AnnotMyDeallocMeth{} // expected-warning {{method possibly missing a [super AnnotMyDealloc… 67 - (void) AnnotMeth{}; // expected-warning {{method possibly missing a [super AnnotMeth] call}} 68 - (void) AnnotMyDeallocMethCAT{}; // expected-warning {{method possibly missing a [super AnnotMyDea… [all …]
|
/external/pcre/dist2/testdata/ |
D | testoutput14-8 | 37 Failed: error -3: UTF-8 error: 1 byte missing at end at offset 1 39 Failed: error -4: UTF-8 error: 2 bytes missing at end at offset 2 41 Failed: error -3: UTF-8 error: 1 byte missing at end at offset 3 43 Failed: error -5: UTF-8 error: 3 bytes missing at end at offset 1 45 Failed: error -4: UTF-8 error: 2 bytes missing at end at offset 2 47 Failed: error -3: UTF-8 error: 1 byte missing at end at offset 3 51 Failed: error -3: UTF-8 error: 1 byte missing at end at offset 2 53 Failed: error -4: UTF-8 error: 2 bytes missing at end at offset 2 55 Failed: error -3: UTF-8 error: 1 byte missing at end at offset 2 57 Failed: error -5: UTF-8 error: 3 bytes missing at end at offset 0 [all …]
|
/external/llvm/test/MC/AsmParser/ |
D | macro-qualifier-diagnostics.s | 5 # CHECK: error: missing parameter qualifier for 'parameter' in macro 'missing_qualifier' 11 # CHECK: error: missing parameter qualifier for 'parameter' in macro 'non_identifier_qualifier' 33 # CHECK: error: missing value for required parameter 'parameter' in macro 'missing_required_paramet… 42 # CHECK: error: missing value for required parameter 'second' in macro 'missing_second_required_arg… 51 # CHECK: error: missing value for required parameter 'second' in macro 'second_third_required' 55 # CHECK: error: missing value for required parameter 'third' in macro 'second_third_required' 61 # CHECK: error: missing value for required parameter 'second' in macro 'second_third_required'
|
/external/python/cpython2/Lib/unittest/ |
D | util.py | 30 missing = [] 37 missing.append(e) 56 missing.extend(expected[i:]) 59 return missing, unexpected 69 missing = [] 76 missing.append(item) 93 return missing, unexpected 96 return missing, actual
|
/external/clang/test/Analysis/ |
D | superclass.m | 100 …ViewController:' instance method in UIViewController subclass 'TestB' is missing a [super addChild… 101 …'viewDidAppear:' instance method in UIViewController subclass 'TestB' is missing a [super viewDidA… 102 …ewDidDisappear:' instance method in UIViewController subclass 'TestB' is missing a [super viewDidD… 103 … 'viewDidUnload' instance method in UIViewController subclass 'TestB' is missing a [super viewDidU… 104 …he 'viewDidLoad' instance method in UIViewController subclass 'TestB' is missing a [super viewDidL… 105 …'viewWillUnload' instance method in UIViewController subclass 'TestB' is missing a [super viewWill… 106 …viewWillAppear:' instance method in UIViewController subclass 'TestB' is missing a [super viewWill… 107 …wWillDisappear:' instance method in UIViewController subclass 'TestB' is missing a [super viewWill… 108 …veMemoryWarning' instance method in UIViewController subclass 'TestB' is missing a [super didRecei… 109 …tViewController' instance method in UIViewController subclass 'TestB' is missing a [super removeFr… [all …]
|
/external/autotest/server/site_tests/firmware_Cr50ConsoleCommands/ |
D | firmware_Cr50ConsoleCommands.py | 48 self.missing = [] 105 missing = [] 122 missing.append(regexp) 124 if len(missing): 125 self.missing.append('%s-(%s)' % (cmd, ', '.join(missing))) 153 if len(self.missing): 154 err.append('MISSING OUTPUT: ' + ', '.join(self.missing))
|
/external/libpng/scripts/ |
D | checksym.awk | 24 missing = "error"# log an error on missing symbols 55 missing = $2 140 if (missing != "ignore") { 142 print "png.h:", missing ": missing symbols:", unexported "-" o-1 144 print "png.h:", missing ": missing symbol:", unexported 145 if (missing != "warning")
|
/external/autotest/server/site_tests/hardware_DiskFirmwareUpgrade/missing_firmware_liteon/ |
D | rules | 1 LITEONIT_LSS_32L6G_HP DS51704 DS517xx - missing.bin 2 LITEONIT_LSS_16L6G_HP DS41702 DS417xx - missing.bin 3 LITEONIT_LSS_32L6G_HP DS51702 DS517xx - missing.bin 4 LITEONIT_LSS_16L6G_HP DS41701 DS417xx - missing.bin
|
/external/skqp/infra/bots/recipe_modules/isolate/ |
D | test_api.py | 14 def output_json(self, targets=None, missing=None): argument 24 missing = missing or () 28 target: None if target in missing else '[dummy hash for %s]' % target
|
/external/skia/infra/bots/recipe_modules/isolate/ |
D | test_api.py | 14 def output_json(self, targets=None, missing=None): argument 24 missing = missing or () 28 target: None if target in missing else '[dummy hash for %s]' % target
|
/external/autotest/client/site_tests/security_SysVIPC/ |
D | security_SysVIPC.py | 79 missing = self.expected_shm.difference(observed_shm) 81 if missing: 83 logging.error(missing) 91 missing = self.expected_sem.difference(observed_sem) 93 if missing: 95 logging.error(missing)
|
/external/tcpdump/win32/prj/ |
D | GNUmakefile | 35 ../../missing/inet_aton.o \ 36 ../../missing/inet_ntop.o \ 37 ../../missing/strlcpy.o \ 38 ../../missing/dlnames.o \ 39 ../../missing/datalinks.o \ 40 ../../missing/strsep.o \ 41 ../../missing/inet_pton.o \ 42 ../../missing/getopt_long.o \
|
/external/python/cpython3/Lib/email/ |
D | message.py | 577 missing = object() 578 value = self.get('content-type', missing) 579 if value is missing: 627 missing = object() 628 value = self.get(header, missing) 629 if value is missing: 658 missing = object() 659 params = self._get_params_preserve(missing, header) 660 if params is missing: 814 missing = object() [all …]
|
/external/libmojo/third_party/jinja2/ |
D | environment.py | 28 from jinja2.utils import import_string, LRUCache, Markup, missing, \ 323 def overlay(self, block_start_string=missing, block_end_string=missing, 324 variable_start_string=missing, variable_end_string=missing, 325 comment_start_string=missing, comment_end_string=missing, 326 line_statement_prefix=missing, line_comment_prefix=missing, 327 trim_blocks=missing, lstrip_blocks=missing, 328 extensions=missing, optimized=missing, 329 undefined=missing, finalize=missing, autoescape=missing, 330 loader=missing, cache_size=missing, auto_reload=missing, 331 bytecode_cache=missing): [all …]
|
/external/curl/tests/ |
D | manpage-scan.pl | 265 my $missing; 270 $missing=" tool_getparam.c"; 276 $missing.= " curl.1"; 282 $missing .= " tool_help.c"; 285 print STDERR "$o is not in$missing (but in$exists)\n";
|
/external/python/cpython3/Lib/unittest/ |
D | util.py | 66 missing = [] 73 missing.append(e) 92 missing.extend(expected[i:]) 95 return missing, unexpected 104 missing = [] 110 missing.append(item) 113 return missing, actual
|
/external/python/cpython2/ |
D | setup.py | 182 missing = self.detect_modules() 284 if missing: 288 print_three_column(missing) 531 missing = [] 640 missing.append('unicodedata') 677 missing.append('spwd') 693 missing.append('mmap') 723 missing.extend(['imageop']) 793 missing.append('readline') 836 missing.append('_ssl') [all …]
|
/external/clang/test/Modules/Inputs/submodules/ |
D | module.map | 15 module missing { header "missing.h" } 20 module missing { 22 header "missing.h"
|
/external/python/cpython2/Lib/distutils/ |
D | dep_util.py | 52 def newer_group(sources, target, missing='error'): argument 79 if missing == 'error': # blow up when we stat() the file 81 elif missing == 'ignore': # missing source dropped from 83 elif missing == 'newer': # missing source means target is
|