/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/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/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/ |
D | debug-names-verify-completeness.s | 3 # CHECK: error: Name Index @ 0x0: Entry for DIE @ 0x10 (DW_TAG_namespace) with name namesp missing. 4 …: error: Name Index @ 0x0: Entry for DIE @ 0x15 (DW_TAG_variable) with name var_block_addr missing. 5 … Name Index @ 0x0: Entry for DIE @ 0x25 (DW_TAG_namespace) with name (anonymous namespace) missing. 6 …CK: error: Name Index @ 0x0: Entry for DIE @ 0x26 (DW_TAG_variable) with name var_loc_addr missing. 7 …ECK: error: Name Index @ 0x0: Entry for DIE @ 0x30 (DW_TAG_variable) with name var_loc_tls missing. 8 … error: Name Index @ 0x0: Entry for DIE @ 0x37 (DW_TAG_variable) with name var_loc_gnu_tls missing. 9 …HECK: error: Name Index @ 0x0: Entry for DIE @ 0x3e (DW_TAG_subprogram) with name fun_name missing. 10 …K: error: Name Index @ 0x0: Entry for DIE @ 0x3e (DW_TAG_subprogram) with name _Z8fun_name missing. 11 …r: Name Index @ 0x0: Entry for DIE @ 0x4f (DW_TAG_inlined_subroutine) with name fun_inline missing. 12 # CHECK: error: Name Index @ 0x0: Entry for DIE @ 0x64 (DW_TAG_label) with name label missing.
|
/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/autotest/server/site_tests/firmware_Cr50ConsoleCommands/ |
D | firmware_Cr50ConsoleCommands.py | 53 self.missing = [] 117 missing = [] 129 missing.append('%s:%s' % (k, regexp)) 138 missing.append(regexp) 141 if missing: 142 self.missing.append('%s-(%s)' % (cmd, ', '.join(missing))) 191 if len(self.missing): 192 err.append('MISSING OUTPUT: ' + ', '.join(self.missing))
|
/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/libchrome/third_party/jinja2/ |
D | environment.py | 29 from jinja2.utils import import_string, LRUCache, Markup, missing, \ 356 def overlay(self, block_start_string=missing, block_end_string=missing, 357 variable_start_string=missing, variable_end_string=missing, 358 comment_start_string=missing, comment_end_string=missing, 359 line_statement_prefix=missing, line_comment_prefix=missing, 360 trim_blocks=missing, lstrip_blocks=missing, 361 extensions=missing, optimized=missing, 362 undefined=missing, finalize=missing, autoescape=missing, 363 loader=missing, cache_size=missing, auto_reload=missing, 364 bytecode_cache=missing): [all …]
|
/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/syzkaller/pkg/compiler/ |
D | consts.go | 180 missing := "" 185 comp.patchIntConst(&arg.Value, &arg.Ident, consts, &missing) 188 &arg.Ident2, consts, &missing) 195 comp.patchIntConst(&v.Value, &v.Ident, consts, &missing) 202 comp.patchIntConst(&sz.Value, &sz.Ident, consts, &missing) 206 if missing == "" { 218 typ, name, missing) 227 func (comp *compiler) patchIntConst(val *uint64, id *string, consts map[string]uint64, missing *str… 233 if missing != nil && *missing == "" { 234 *missing = *id
|
/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/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
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | test_util.cc | 46 std::vector<string> missing; in ShapeAnnotationsMatch() local 47 missing.reserve(expected_shapes.size()); in ShapeAnnotationsMatch() 49 missing.push_back(entry.first); in ShapeAnnotationsMatch() 52 str_util::Join(missing, ",")); in ShapeAnnotationsMatch()
|