Home
last modified time | relevance | path

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

12345678910>>...138

/external/skia/tools/tests/skdiff/test2/output-expected/
Dstdout12 …xyz missing-files/missing-from-baseDir.png missing-files/missing-from-baseDir.xyz missing-files/mi…
14 …in baseDir and not found in comparisonDir: missing-files/missing-from-comparisonDir.png missing-fi…
15 … found in baseDir and found in comparisonDir: missing-files/missing-from-baseDir.png missing-files…
/external/chromium_org/third_party/skia/tools/tests/skdiff/test2/output-expected/
Dstdout12 …xyz missing-files/missing-from-baseDir.png missing-files/missing-from-baseDir.xyz missing-files/mi…
14 …in baseDir and not found in comparisonDir: missing-files/missing-from-comparisonDir.png missing-fi…
15 … found in baseDir and found in comparisonDir: missing-files/missing-from-baseDir.png missing-files…
/external/tcpdump/
DMakefile.in173 pcap-missing.h \
236 missing/addrinfo.h \
237 missing/dlnames.c \
238 missing/datalinks.c \
239 missing/getnameinfo.c \
240 missing/inet_aton.c \
241 missing/inet_ntop.c \
242 missing/inet_pton.c \
243 missing/snprintf.c \
244 missing/sockstorage.h \
[all …]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
Dannotate.py63 missing = analysis.missing
77 while j < len(missing) and missing[j] < lineno:
80 covered = j >= len(missing) or missing[j] > lineno
85 if i >= len(statements) and j >= len(missing):
87 elif i >= len(statements) or j >= len(missing):
89 elif statements[i] == missing[j]:
Dresults.py35 self.missing = sorted(set(self.statements) - set(exec1))
45 [len(v) for k,v in mba.items() if k not in self.missing]
55 n_missing=len(self.missing),
66 return format_lines(self.statements, self.missing)
88 missing = [
93 return sorted(missing)
125 missing = self.arcs_missing()
128 for l1, l2 in missing:
148 missing = len(missing_arcs[lnum])
150 missing = 0
[all …]
/external/lldb/test/unittest2/
Dutil.py34 missing = []
41 missing.append(e)
60 missing.extend(expected[i:])
63 return missing, unexpected
72 missing = []
79 missing.append(item)
96 return missing, unexpected
99 return missing, actual
/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.m32 … // expected-warning {{convenience initializer missing a 'self' call to another initializer}}
47 -(id)initB2 { return 0; } // expected-warning {{convenience initializer missing a 'self' call to an…
63 -(id)initS1 { // expected-warning {{designated initializer missing a 'super' call to a designated i…
69 -(id)initS3 { // expected-warning {{designated initializer missing a 'super' call to a designated i…
72 -(id)initS4 { // expected-warning {{designated initializer missing a 'super' call to a designated i…
107 -(id)initSS1 { // expected-warning {{designated initializer missing a 'super' call to a designated …
118 -(id)initB1 { // expected-warning {{designated initializer missing a 'super' call to a designated i…
131 -(id)initB1 { // expected-warning {{designated initializer missing a 'super' call to a designated i…
159 -(id)initS2 { // expected-warning {{convenience initializer missing a 'self' call to another initia…
175 -(id)initS6 { // expected-warning {{convenience initializer missing a 'self' call to another initia…
[all …]
/external/chromium_org/tools/gyp/test/lib/
DTestCommon.py184 missing = []
189 missing.append(f)
190 return existing, missing
229 existing, missing = separate_files(files)
231 if missing:
232 print "Missing files: `%s'" % string.join(missing, "', `")
235 self.fail_test(missing + unwritable)
263 missing = []
266 missing.append(line)
268 if missing:
[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.m81 …ViewController:' instance method in UIViewController subclass 'TestB' is missing a [super addChild…
82 …'viewDidAppear:' instance method in UIViewController subclass 'TestB' is missing a [super viewDidA…
83 …ewDidDisappear:' instance method in UIViewController subclass 'TestB' is missing a [super viewDidD…
84 … 'viewDidUnload' instance method in UIViewController subclass 'TestB' is missing a [super viewDidU…
85 …he 'viewDidLoad' instance method in UIViewController subclass 'TestB' is missing a [super viewDidL…
86 …'viewWillUnload' instance method in UIViewController subclass 'TestB' is missing a [super viewWill…
87 …viewWillAppear:' instance method in UIViewController subclass 'TestB' is missing a [super viewWill…
88 …wWillDisappear:' instance method in UIViewController subclass 'TestB' is missing a [super viewWill…
89 …veMemoryWarning' instance method in UIViewController subclass 'TestB' is missing a [super didRecei…
90 …tViewController' instance method in UIViewController subclass 'TestB' is missing a [super removeFr…
[all …]
/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/clang/test/Modules/Inputs/submodules/
Dmodule.map15 module missing { header "missing.h" }
20 module missing {
22 header "missing.h"
/external/chromium_org/media/cast/net/rtp/
Dcast_message_builder.cc172 PacketIdSet missing; in BuildPacketList() local
176 next_expected_frame_id, last_frame, &missing); in BuildPacketList()
177 if (!missing.empty()) { in BuildPacketList()
180 std::make_pair(next_expected_frame_id, missing)); in BuildPacketList()
184 missing.insert(kRtcpCastAllPacketsLost); in BuildPacketList()
185 cast_msg_.missing_frames_and_packets[next_expected_frame_id] = missing; in BuildPacketList()
/external/chromium_org/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/chromium_org/chromeos/test/data/network/
Dtranslation_of_shill_openvpn_with_errors.onc2 // "GUID" missing because it was missing in the Shill dict.
22 // "SaveCredentials" missing because of wrong type in the Shill dict.
23 // "ServerPollTimeout" missing because of wrong type in the Shill dict.
/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'}}
Dmissing-end-2.m7 @implementation A // expected-error {{missing '@end'}}
13 @implementation B // expected-error {{missing '@end'}}
19 @implementation C // expected-error 2 {{missing '@end'}}
/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 \
/external/skia/src/pathops/
DSkOpSegment.cpp1964 MissingSpan& missing = missingSpans.push_back(); in checkDuplicates() local
1965 missing.fOther = NULL; in checkDuplicates()
1966 SkDEBUGCODE(sk_bzero(&missing, sizeof(missing))); in checkDuplicates()
1967 missing.fPt = thisSpan->fPt; in checkDuplicates()
1970 missing.fSegment = this; in checkDuplicates()
1971 missing.fT = thisSpan->fT; in checkDuplicates()
1974 missing.fSegment = other; in checkDuplicates()
1975 missing.fT = oSpan.fT; in checkDuplicates()
1990 MissingSpan& missing = missingSpans[index]; in checkDuplicates() local
1991 SkOpSegment* missingOther = missing.fOther; in checkDuplicates()
[all …]
/external/chromium_org/third_party/skia/src/pathops/
DSkOpSegment.cpp2034 MissingSpan& missing = missingSpans.push_back(); in checkDuplicates() local
2035 missing.fOther = NULL; in checkDuplicates()
2036 SkDEBUGCODE(sk_bzero(&missing, sizeof(missing))); in checkDuplicates()
2037 missing.fPt = thisSpan->fPt; in checkDuplicates()
2040 missing.fSegment = this; in checkDuplicates()
2041 missing.fT = thisSpan->fT; in checkDuplicates()
2044 missing.fSegment = other; in checkDuplicates()
2045 missing.fT = oSpan.fT; in checkDuplicates()
2060 MissingSpan& missing = missingSpans[index]; in checkDuplicates() local
2061 SkOpSegment* missingOther = missing.fOther; in checkDuplicates()
[all …]
/external/chromium_org/net/quic/
Dquic_fec_group.cc99 QuicPacketSequenceNumber missing = kNoSequenceNumber; in Revive() local
104 missing = i; in Revive()
108 DCHECK_NE(kNoSequenceNumber, missing); in Revive()
118 header->packet_sequence_number = missing; in Revive()
121 received_packets_.insert(missing); in Revive()
/external/libpng/
Dautogen.sh170 missing=
173 test -f "$file" || missing=1
176 test -z "$missing" || {
/external/chromium_org/build/
Dinstall-build-deps.sh307 missing="$(echo "${failed_check}" | \
316 missing="${p}\n${missing}"
327 if [ -n "${missing}" ]; then
329 echo -e "${missing}" | sed -e "s/^/ /"

12345678910>>...138