/external/clang/test/Analysis/ |
superclass.m | 81 } // expected-warning {{The 'addChildViewController:' instance method in UIViewController subclass 'TestB' is missing a [super addChildViewController:] call}} 82 - (void)viewDidAppear:(BOOL)animated {} // expected-warning {{The 'viewDidAppear:' instance method in UIViewController subclass 'TestB' is missing a [super viewDidAppear:] call}} 83 - (void)viewDidDisappear:(BOOL)animated {} // expected-warning {{The 'viewDidDisappear:' instance method in UIViewController subclass 'TestB' is missing a [super viewDidDisappear:] call}} 84 - (void)viewDidUnload {} // expected-warning {{The 'viewDidUnload' instance method in UIViewController subclass 'TestB' is missing a [super viewDidUnload] call}} 85 - (void)viewDidLoad {} // expected-warning {{The 'viewDidLoad' instance method in UIViewController subclass 'TestB' is missing a [super viewDidLoad] call}} 86 - (void)viewWillUnload {} // expected-warning {{The 'viewWillUnload' instance method in UIViewController subclass 'TestB' is missing a [super viewWillUnload] call}} 87 - (void)viewWillAppear:(BOOL)animated {} // expected-warning {{The 'viewWillAppear:' instance method in UIViewController subclass 'TestB' is missing a [super viewWillAppear:] call}} 88 - (void)viewWillDisappear:(BOOL)animated {} // expected-warning {{The 'viewWillDisappear:' instance method in UIViewController subclass 'TestB' is missing a [super viewWillDisappear:] call}} 89 - (void)didReceiveMemoryWarning {} // expected-warning {{The 'didReceiveMemoryWarning' instance method in UIViewController subclass 'TestB' is missing a [super didReceiveMemoryWarning] call}} 90 - (void)removeFromParentViewController {} // expected-warning {{The 'removeFromParentViewController' instance method in UIViewController subclass 'TestB' is missing a [super removeFromParentViewController] call} [all...] |
/external/clang/test/Lexer/ |
eof-char.c | 7 // expected-warning@+1{{missing terminating ' character}} expected-error@+1{{expected expression}} expected-error@+1{{expected ';'}}
|
eof-string.c | 7 // expected-warning@+1{{missing terminating '"' character}} expected-error@+1{{expected expression}} expected-error@+1{{expected ';'}}
|
/external/clang/test/Parser/ |
designator.c | 4 [4]4, // expected-warning {{use of GNU 'missing =' extension in designator}}
|
/external/clang/test/SemaObjCXX/ |
crash.mm | 17 } // note the missing semicolon
|
/external/llvm/test/Transforms/InstCombine/ |
2002-05-14-SubFailure.ll | 1 ; Instcombine was missing a test that caused it to make illegal transformations
|
/external/skia/tools/tests/skdiff/test1/output-expected/ |
stdout | 5 ERROR: no codec found for <tools/tests/skdiff/comparisonDir/missing-files/missing-from-baseDir.xyz> 6 ERROR: no codec found for <tools/tests/skdiff/baseDir/missing-files/missing-from-comparisonDir.xyz>
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
mp_fork_bomb.py | 6 # Because "if __name__ == '__main__'" is missing this will not work
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
mp_fork_bomb.py | 6 # Because "if __name__ == '__main__'" is missing this will not work
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
custom-cursors.html | 1 <a href="http://bugs.webkit.org/show_bug.cgi?id=8991">Bug 8991</a>: REGRESSION: missing or broken CSS custom cursors are displayed as a missing image icon.<p> 2 Move the cursor over the blue box - it should not turn into a missing image icon, and should turn into an I-beam over text.
|
/external/clang/test/Sema/ |
block-sentinel-attribute.c | 16 b(1, "%s", 0); // expected-warning {{missing sentinel in block call}} 17 z(1, "%s",4 ,1,0); // expected-warning {{missing sentinel in block call}} 20 y(1, "%s", 1,2,3,4,5,6,7); // expected-warning {{missing sentinel in block call}}
|
/external/e2fsprogs/debian/ |
libblkid1.symbols | 10 #MISSING: 1.41.1# blkid_devdirs@Base 1.34 40 #MISSING: 1.40.7# check_for_modules@Base 1.40.6 41 #MISSING: 1.40.7# fs_proc_check@Base 1.40.6
|
/frameworks/native/services/surfaceflinger/Effects/ |
Daltonizer.h | 27 protanopia, // L (red) cone missing 28 deuteranopia, // M (green) cone missing 29 tritanopia, // S (blue) cone missing
|
/external/chromium_org/third_party/angle_dx11/src/compiler/ |
ConstantUnion.h | 117 default: assert(false && "Default missing"); 130 default: assert(false && "Default missing"); 143 default: assert(false && "Default missing"); 155 default: assert(false && "Default missing"); 167 default: assert(false && "Default missing"); 179 default: assert(false && "Default missing"); 191 default: assert(false && "Default missing"); 203 default: assert(false && "Default missing"); 215 default: assert(false && "Default missing"); 227 default: assert(false && "Default missing"); [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
ListResourceBundleTest.java | 42 assertTrue("Missing key parent1", result.contains("parent1")); 43 assertTrue("Missing key parent2", result.contains("parent2")); 44 assertTrue("Missing key parent3", result.contains("parent3")); 45 assertTrue("Missing key parent4", result.contains("parent4")); 46 assertTrue("Missing key child1", result.contains("child1")); 47 assertTrue("Missing key child2", result.contains("child2")); 48 assertTrue("Missing key child3", result.contains("child3"));
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
results.py | 32 # Identify missing statements. 35 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), 61 """The missing line numbers, formatted nicely. 66 return format_lines(self.statements, self.missing) 88 missing = [ 93 return sorted(missing) 96 """Returns a sorted list of the executed arcs missing from the code.""" 125 missing = self.arcs_missing( [all...] |
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/ |
CtsXmlGenerator.java | 57 appPackageName = getArg(args, ++i, "Missing value for test package"); 59 name = getArg(args, ++i, "Missing value for executable name"); 61 testType = getArg(args, ++i, "Missing value for test type"); 63 jarPath = getArg(args, ++i, "Missing value for jar path"); 65 manifestFile = new File(getArg(args, ++i, "Missing value for manifest")); 67 instrumentation = getArg(args, ++i, "Missing value for instrumentation"); 70 "Missing value for expectation store"))); 72 outputPath = getArg(args, ++i, "Missing value for output file"); 74 appNameSpace = getArg(args, ++i, "Missing value for app name space"); 76 targetNameSpace = getArg(args, ++i, "Missing value for target name space") [all...] |
/external/chromium_org/chrome/common/ |
automation_id.cc | 20 *error = "automation ID 'type' missing or invalid"; 25 *error = "automation ID 'type_id' missing or invalid"; 40 *error = base::StringPrintf("automation ID '%s' missing", key.c_str());
|
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
Parser.java | 64 * exception if the message is missing required fields. Instead, a partial 72 * but does not throw an exception if the message is missing required fields. 100 * exception if the message is missing required fields. Instead, a partial 108 * but does not throw an exception if the message is missing required fields. 149 * exception if the message is missing required fields. Instead, a partial 157 * but does not throw an exception if the message is missing required fields. 166 * exception if the message is missing required fields. Instead, a partial 174 * but does not throw an exception if the message is missing required fields. 206 * exception if the message is missing required fields. Instead, a partial 214 * but does not throw an exception if the message is missing required fields [all...] |
/external/chromium_org/v8/test/webkit/ |
regexp-compile-crash-expected.txt | 30 PASS /[/ threw exception SyntaxError: Invalid regular expression: missing /. 31 PASS /[a/ threw exception SyntaxError: Invalid regular expression: missing /. 32 PASS /[-/ threw exception SyntaxError: Invalid regular expression: missing /.
|
/external/clang/test/SemaCXX/ |
default1.cpp | 12 int l, // expected-error {{missing default argument on parameter 'l'}} 13 int, // expected-error {{missing default argument on parameter}} 14 int n);// expected-error {{missing default argument on parameter 'n'}}
|
/external/openssh/regress/ |
banner.sh | 10 trace "test missing banner file" 11 verbose "test $tid: missing banner file" 14 fail "missing banner file"
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
auto_fs4.h | 46 /* Indirect mount missing and expire requests. */ 50 /* Direct mount missing and expire requests */ 64 struct autofs_packet_missing missing; member in union:autofs_packet_union
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
auto_fs4.h | 46 /* Indirect mount missing and expire requests. */ 50 /* Direct mount missing and expire requests */ 64 struct autofs_packet_missing missing; member in union:autofs_packet_union
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
auto_fs4.h | 46 /* Indirect mount missing and expire requests. */ 50 /* Direct mount missing and expire requests */ 64 struct autofs_packet_missing missing; member in union:autofs_packet_union
|