HomeSort by relevance Sort by last modified time
    Searched full:missing (Results 26 - 50 of 8122) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/Parser/
missing-end-2.m 7 @implementation A // expected-error {{missing '@end'}}
13 @implementation B // expected-error {{missing '@end'}}
19 @implementation C // expected-error 2 {{missing '@end'}}
missing-end.m 7 // expected-error{{missing '@end'}}
  /external/chromium/net/data/proxy_resolver_v8_unittest/
missing_close_brace.js 1 // This PAC script is invalid, because there is a missing close brace
  /external/chromium-libpac/test/js-unittest/
missing_close_brace.js 1 // This PAC script is invalid, because there is a missing close brace
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
missing_close_brace.js 1 // This PAC script is invalid, because there is a missing close brace
  /external/clang/test/SemaObjC/
method-no-context.m 3 - im0 { // expected-error{{missing context for method declaration}}
missing-method-context.m 2 - (void)compilerTestAgainst; // expected-error {{missing context for method declaration}}
crash-label.m 4 // expected-error {{missing context for method declaration}}
8 // expected-error {{missing context for method declaration}}
super-dealloc-attribute.m 41 } // expected-warning {{method possibly missing a [super XXX] call}}
43 - (void) MyDeallocMeth {} // expected-warning {{method possibly missing a [super MyDeallocMeth] call}}
44 - (void) AnnotMyDeallocMeth{} // expected-warning {{method possibly missing a [super AnnotMyDeallocMeth] call}}
45 - (void) AnnotMeth{}; // expected-warning {{method possibly missing a [super AnnotMeth] call}}
47 + (void)registerClass:(id)name {} // expected-warning {{method possibly missing a [super registerClass:] call}}
54 - (void) MyDeallocMeth {} // expected-warning {{method possibly missing a [super MyDeallocMeth] call}}
55 - (void) AnnotMyDeallocMeth{} // expected-warning {{method possibly missing a [super AnnotMyDeallocMeth] call}}
56 - (void) AnnotMeth{}; // expected-warning {{method possibly missing a [super AnnotMeth] call}}
65 - (void) MyDeallocMeth {} // expected-warning {{method possibly missing a [super MyDeallocMeth] call}}
66 - (void) AnnotMyDeallocMeth{} // expected-warning {{method possibly missing a [super AnnotMyDeallocMeth] call}
    [all...]
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] call
57 // CHECK-ARC: warn-missing-super.m:36:10: error: ARC forbids explicit message send of 'dealloc'
  /external/skia/tools/tests/skdiff/test2/output-expected/
stdout 12 [_] 5 file pairs could not be compared: different-bits/different-bits-unknown-format.xyz missing-files/missing-from-baseDir.png missing-files/missing-from-baseDir.xyz missing-files/missing-from-comparisonDir.png missing-files/missing-from-comparisonDir.xyz
14 [_] 2 file pairs found in baseDir and not found in comparisonDir: missing-files/missing-from-comparisonDir.png missing-files/missing-from-comparisonDir.xyz
    [all...]
  /frameworks/compile/slang/tests/F_no_java_package_name/
stderr.txt.expect 1 no_java_package_name.rs:7:1: error: missing "#pragma rs java_package_name(com.foo.bar)" in source file
  /frameworks/compile/slang/tests/F_no_pragma/
stderr.txt.expect 1 second.rs:3:1: error: missing "#pragma rs java_package_name(com.foo.bar)" in source file
  /external/clang/test/Lexer/
rdar-8914293.c 6 /* expected-warning {{missing terminating}} */ #define FOO "foo
7 /* expected-warning {{missing terminating}} */ #define KOO 'k
cxx0x_raw_string_unterminated.cpp 1 // RUN: not %clang_cc1 -std=c++11 -E %s 2>&1 | grep 'error: raw string missing terminating delimiter )foo"'
  /external/chromium_org/tools/gyp/test/mac/
gyptest-missing-cfbundlesignature.py 18 test.run_gyp('test.gyp', chdir='missing-cfbundlesignature')
19 test.build('test.gyp', test.ALL, chdir='missing-cfbundlesignature')
22 chdir='missing-cfbundlesignature')
25 chdir='missing-cfbundlesignature')
28 chdir='missing-cfbundlesignature')
  /ndk/tests/build/import-install/
build.sh 22 MISSING=
28 MISSING="$MISSING $FILE"
33 # In case of missing files, error out
34 if [ "$MISSING" ]; then
35 echo "ERROR: Missing files in build tree:"
36 for FILE in $MISSING; do echo " $FILE"; done
  /external/clang/test/CXX/temp/temp.param/
p11.cpp 6 class T2> // expected-error{{template parameter missing a default argument}}
10 template<class> class> // expected-error{{template parameter missing a default argument}}
14 int M> // expected-error{{template parameter missing a default argument}}
  /external/chromium_org/chromeos/test/data/network/
translation_of_shill_openvpn_with_errors.onc 2 // "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/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/ubench/
LIST 5 function-missing-args
  /external/clang/test/Preprocessor/
directive-invalid.c 5 #if defined( x r_paren // expected-error {{missing ')' after 'defined'}} \
  /external/clang/test/SemaCXX/
attr-sentinel.cpp 19 S s(1,2,3); // expected-warning {{missing sentinel in function call}}
20 S* s2 = new (1,2,3) S(1, __null); // expected-warning {{missing sentinel in function call}}
21 s2->a(1,2,3); // expected-warning {{missing sentinel in function call}}
22 s(1,2,3); // expected-warning {{missing sentinel in function call}}
  /frameworks/compile/slang/tests/F_bad_pragmas/
stderr.txt.expect 3 bad_pragmas.rs:9:27: error: missing ')' after '#pragma missingRight(paren'
4 bad_pragmas.rs:10:16: error: missing ')' after '#pragma ok(not'
  /external/clang/test/Sema/
missing-field-initializers.c 7 struct Foo foo0 = { 1 }; // expected-warning {{missing field 'b' initializer}}
13 { 1 }, // expected-warning {{missing field 'b' initializer}}
21 }; // expected-warning {{missing field 'b' initializer}}
44 { { .one = { 1 } } }, // expected-warning {{missing field 'b' initializer}}
46 { { .two = { 1.0f, 2.0f } } } // expected-warning {{missing field 'e' initializer}}
51 { 1 } // expected-warning {{missing field 'b' initializer}}
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
annotate.py 63 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]:

Completed in 2485 milliseconds

12 3 4 5 6 7 8 91011>>