/external/clang/test/Misc/ |
diag-format.c | 28 #endif bad // extension!
|
diag-mapping.c | 28 #endif bad // extension!
|
/external/valgrind/main/memcheck/tests/ |
execve1.c | 6 char* bad[2] = { (char*)1, NULL }; local 9 execve(null_filename, bad, bad);
|
signal2.stdout.exp | 2 doing bad thing
|
/external/valgrind/main/none/tests/ |
cmdline4.stderr.exp | 1 valgrind: Bad option: --bad-bad-option
|
shell_badinterp.stderr.exp | 1 valgrind: ./shell_badinterp: bad interpreter: No such file or directory
|
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostreams.base/ios/iostate.flags/ |
bad.pass.cpp | 14 // bool bad() const; 26 assert(ios.bad()); 28 assert(ios.bad()); 33 assert(!ios.bad()); 35 assert(!ios.bad()); 37 assert(!ios.bad()); 39 assert(ios.bad());
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
cleanup2.cpp | 10 static bool bad = false; variable 26 {printf ("in ctor X %s\n", __PRETTY_FUNCTION__); bad = true;} 28 {printf ("in dtor X %s\n", __PRETTY_FUNCTION__); bad = true;} 38 {printf ("in ctor Y%s\n", __PRETTY_FUNCTION__); bad = true;} 40 {printf ("in dtor Y%s\n", __PRETTY_FUNCTION__); bad = true;} 52 return bad;
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
cleanup2.cpp | 10 static bool bad = false; variable 26 {printf ("in ctor X %s\n", __PRETTY_FUNCTION__); bad = true;} 28 {printf ("in dtor X %s\n", __PRETTY_FUNCTION__); bad = true;} 38 {printf ("in ctor Y%s\n", __PRETTY_FUNCTION__); bad = true;} 40 {printf ("in dtor Y%s\n", __PRETTY_FUNCTION__); bad = true;} 52 return bad;
|
/device/sample/frameworks/PlatformLibrary/java/com/example/android/platform_library/ |
PlatformLibrary.java | 36 public int getInt(boolean bad) { 38 int result = getJniInt(bad); 56 * Trivial native method call. If "bad" is true, this will throw an 59 native private int getJniInt(boolean bad);
|
/external/openssl/crypto/x509v3/ |
tabtest.c | 71 int i, prev = -1, bad = 0; local 78 if((*tmp)->ext_nid < prev) bad = 1; 82 if(bad) {
|
/build/tools/ |
check_radio_versions.py | 37 bad = False variable 55 if not bad: print 57 bad = True variable 66 if not bad: print 68 bad = True variable 72 if not bad: print 75 bad = True variable 77 if bad:
|
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/output.streams/ostream.unformatted/ |
flush.pass.cpp | 51 assert(os.bad());
|
/external/openssl/apps/ |
prime.c | 87 goto bad; 94 goto bad; 100 goto bad; 109 goto bad; 155 bad:
|
ec.c | 126 if (--argc < 1) goto bad; 131 if (--argc < 1) goto bad; 136 if (--argc < 1) goto bad; 141 if (--argc < 1) goto bad; 146 if (--argc < 1) goto bad; 151 if (--argc < 1) goto bad; 156 if (--argc < 1) goto bad; 166 goto bad; 176 goto bad; 181 goto bad; [all...] |
asn1pars.c | 125 if (--argc < 1) goto bad; 130 if (--argc < 1) goto bad; 135 if (--argc < 1) goto bad; 145 if (--argc < 1) goto bad; 150 if (--argc < 1) goto bad; 155 if (--argc < 1) goto bad; 157 if (length == 0) goto bad; 165 if (--argc < 1) goto bad; 167 if (dump <= 0) goto bad; 171 if (--argc < 1) goto bad; [all...] |
genpkey.c | 117 if (!args[1]) goto bad; 124 goto bad; 131 goto bad; 134 goto bad; 150 goto bad; 157 goto bad; 161 goto bad; 173 goto bad; 198 bad: 275 BIO_printf(bio_err, "Bad format specified for key\n") [all...] |
spkac.c | 114 if (--argc < 1) goto bad; 119 if (--argc < 1) goto bad; 124 if (--argc < 1) goto bad; 129 if (--argc < 1) goto bad; 134 if (--argc < 1) goto bad; 139 if (--argc < 1) goto bad; 144 if (--argc < 1) goto bad; 150 if (--argc < 1) goto bad; 167 bad:
|
/external/regex-re2/util/ |
rune.cc | 45 Bad = Runeerror, 70 goto bad; 73 goto bad; 76 goto bad; 87 goto bad; 91 goto bad; 102 goto bad; 106 goto bad; 113 * since we don't have that, we'll just fall through to bad. 117 * bad decodin [all...] |
/external/openssl/crypto/rc4/ |
rc4.c | 90 if (--argc < 1) goto bad; 95 if (--argc < 1) goto bad; 100 if (--argc < 1) goto bad; 115 bad: 160 fprintf(stderr,"bad password read\n");
|
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/input.streams/istream.unformatted/ |
putback.pass.cpp | 50 assert(is.bad()); 63 assert(is.bad()); 73 assert(is.bad()); 86 assert(is.bad());
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/ |
CertificateFactory_ImplTest.java | 239 private static String[][] bad = { field in class:CertificateFactory_ImplTest 248 // array contains bad PEM encoded content. 329 for (int i=0; i<bad.length; i++) { 331 (bad[i][0] + x509crl + bad[i][1]).getBytes("UTF-8")); 368 bad = 4, npe_bad = 5, npe_bad2 = 6, num_of_variants = 7; local 382 {-1, pem_x509, bad}, 386 {-2, pem_pkcs, bad}, 390 {-1, asn_x509, bad}, 394 {-error, bad}, 467 bad = 4, bad1 = 5, bad2 = 6, num_of_variants = 7; local [all...] |
/external/skia/tests/ |
BlitRowTest.cpp | 24 /** Returns -1 on success, else the x coord of the first bad pixel, return its 25 value in bad 27 typedef int (*Proc)(const void*, int width, uint32_t expected, uint32_t* bad); 29 static int proc_32(const void* ptr, int w, uint32_t expected, uint32_t* bad) { 33 *bad = addr[x]; 40 static int proc_16(const void* ptr, int w, uint32_t expected, uint32_t* bad) { 44 *bad = addr[x]; 51 static int proc_8(const void* ptr, int w, uint32_t expected, uint32_t* bad) { 55 *bad = SkGetPackedA32(addr[x]); 62 static int proc_bad(const void* ptr, int, uint32_t, uint32_t* bad) { 92 uint32_t bad; local [all...] |
/external/clang/test/SemaCXX/ |
qual-id-test.cpp | 30 struct bad struct 51 a.bad::x(); // expected-error{{'bad::x' is not a member of class 'A::sub'}} 72 a->bad::x(); // expected-error{{'bad::x' is not a member of class 'A::sub'}} 110 a.bad::x(); // expected-error{{'bad::x' is not a member of class 'A::sub'}}
|
/external/wpa_supplicant_8/src/wps/ |
httpread.c | 232 goto bad; 245 goto bad; 292 goto bad; 333 goto bad; 335 goto bad; 383 bad: 412 goto bad; 421 goto bad; 429 goto bad; 456 goto bad; [all...] |