Home
last modified time | relevance | path

Searched refs:missing (Results 1 – 25 of 1463) sorted by relevance

12345678910>>...59

/external/google-breakpad/src/tools/windows/converter/
Dms_symbol_server_converter.cc341 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/
Dmessage.py321 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/tensorflow/tensorflow/go/
Dgraph_test.go26 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/tcpdump/
DMakefile.in287 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/
Dsetup.py.in22 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/pcre/dist2/testdata/
Dtestoutput14-837 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/clang/test/SemaObjC/
Dwarn-missing-super.m44 // 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'
Dsuper-dealloc-attribute.m41 } // 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 …]
Dattr-designated-init.m33 … // expected-warning {{convenience initializer missing a 'self' call to another initializer}}
48 -(id)initB2 { return 0; } // expected-warning {{convenience initializer missing a 'self' call to an…
64 -(id)initS1 { // expected-warning {{designated initializer missing a 'super' call to a designated i…
70 -(id)initS3 { // expected-warning {{designated initializer missing a 'super' call to a designated i…
73 -(id)initS4 { // expected-warning {{designated initializer missing a 'super' call to a designated i…
108 -(id)initSS1 { // expected-warning {{designated initializer missing a 'super' call to a designated …
119 -(id)initB1 { // expected-warning {{designated initializer missing a 'super' call to a designated i…
132 -(id)initB1 { // expected-warning {{designated initializer missing a 'super' call to a designated i…
160 -(id)initS2 { // expected-warning {{convenience initializer missing a 'self' call to another initia…
176 -(id)initS6 { // expected-warning {{convenience initializer missing a 'self' call to another initia…
[all …]
/external/llvm/test/MC/AsmParser/
Dmacro-qualifier-diagnostics.s5 # 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/clang/test/Analysis/
Dsuperclass.m100 …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/python/cpython2/Lib/unittest/
Dutil.py30 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/python/cpython3/Lib/email/
Dmessage.py577 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/
Denvironment.py28 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/autotest/server/site_tests/firmware_Cr50ConsoleCommands/
Dfirmware_Cr50ConsoleCommands.py48 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/tcpdump/win32/prj/
DGNUmakefile35 ../../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/libpng/scripts/
Dchecksym.awk24 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/client/site_tests/security_SysVIPC/
Dsecurity_SysVIPC.py79 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/python/cpython2/
Dsetup.py182 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/autotest/server/site_tests/hardware_DiskFirmwareUpgrade/missing_firmware_liteon/
Drules1 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/
Dtest_api.py14 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/
Dtest_api.py14 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/python/cpython3/Lib/unittest/
Dutil.py66 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/curl/tests/
Dmanpage-scan.pl265 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/Parser/
Dmissing-end-4.m6 @interface Y1 // expected-error {{missing '@end'}}
13 @protocol Y2 // expected-error {{missing '@end'}}
18 @interface X7 // expected-error {{missing '@end'}}
23 @interface P2 // expected-error {{missing '@end'}}
28 @implementation X4 // expected-error {{missing '@end'}}

12345678910>>...59