Searched defs:bad (Results 1 - 25 of 26) sorted by relevance

12

/external/valgrind/main/memcheck/tests/
H A Dexecve.c6 char* bad[2] = { (char*)1, NULL }; local
9 execve(null_filename, bad, bad);
/external/openssl/crypto/x509v3/
H A Dtabtest.c71 int i, prev = -1, bad = 0; local
78 if((*tmp)->ext_nid < prev) bad = 1;
82 if(bad) {
/external/clang/test/SemaCXX/
H A Dcxx0x-nontrivial-union.cpp14 union bad { union
H A Dqual-id-test.cpp30 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/e2fsprogs/lib/blkid/
H A Dcache.c139 blkid_tag bad = list_entry(tag->bit_names.next, local
144 bad->bit_name, bad->bit_val));
145 blkid_free_tag(bad);
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertificateFactory_ImplTest.java239 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;
382 {-1, pem_x509, bad},
386 {-2, pem_pkcs, bad},
390 {-1, asn_x509, bad},
394 {-error, bad},
[all...]
/external/openssl/crypto/rsa/
H A Drsa_oaep.c102 int bad = 0; local
116 * so we use a 'bad' flag */
117 bad = 1;
150 if (memcmp(db, phash, SHA_DIGEST_LENGTH) != 0 || bad)
/external/chromium/chrome/common/
H A Djson_pref_store.cc20 const FilePath::CharType* kBadExtension = FILE_PATH_LITERAL("bad");
111 FilePath bad = path.ReplaceExtension(kBadExtension); local
116 if (file_util::PathExists(bad))
118 file_util::Move(path, bad);
/external/e2fsprogs/e2fsck/
H A Dea_refcount.c325 const char *bad = "bad refcount"; local
328 fprintf(out, "%s: count > size\n", bad);
334 bad, i-1, refcount->list[i-1].ea_blk,
/external/jpeg/
H A Djdphuff.c94 boolean is_DC_band, bad; local
102 bad = FALSE;
105 bad = TRUE;
109 bad = TRUE;
112 bad = TRUE;
117 bad = TRUE;
120 bad = TRUE;
127 if (bad)
/external/openssl/crypto/evp/
H A Dencode.c418 int i,num=0,bad=0; local
/external/skia/src/utils/
H A DSkParseColor.cpp520 char bad[24]; local
522 memcpy(bad, nameRGB.name, len);
523 bad[len - 1] -= 1;
524 SkASSERT(FindColor(bad, &result) == false);
525 bad[len - 1] += 2;
526 SkASSERT(FindColor(bad, &result) == false);
/external/skia/tests/
H A DBlitRowTest.cpp17 /** Returns -1 on success, else the x coord of the first bad pixel, return its
18 value in bad
20 typedef int (*Proc)(const void*, int width, uint32_t expected, uint32_t* bad);
22 static int proc_32(const void* ptr, int w, uint32_t expected, uint32_t* bad) { argument
26 *bad = addr[x];
33 static int proc_16(const void* ptr, int w, uint32_t expected, uint32_t* bad) { argument
37 *bad = addr[x];
44 static int proc_8(const void* ptr, int w, uint32_t expected, uint32_t* bad) { argument
48 *bad = SkGetPackedA32(addr[x]);
55 static int proc_bad(const void* ptr, int, uint32_t, uint32_t* bad) { argument
85 uint32_t bad; local
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dicount.c474 const char *bad = "bad icount"; local
479 fprintf(out, "%s: count > size\n", bad);
485 bad, i-1, icount->list[i-1].ino,
/external/skia/src/core/
H A DSkBitmapProcState_matrix_clamp.h427 int bad = (-1); local
434 bad = i;
438 if (bad >= 0) {
439 SkDebugf("clamp-nofilter-persp failed piece %d\n", bad);
441 bad -= (bad & 0x7); /* align */
442 for (int i = bad; i < bad + 8; i++) {
719 SkDebugf("[bad-y] got %08x want %08x\n", xy[i*2+0], val);
728 SkDebugf("[bad
[all...]
/external/skia/src/opts/
H A DSkBlitRow_opts_arm.cpp1073 int i, bad=0; local
1077 if (tmpbuf[i] != dst[i]) bad=1;
1078 if (bad) {
/external/stlport/stlport/stl/
H A D_ios_base.h175 bool bad() const { return (_M_iostate & badbit) != 0; } function in class:ios_base
/external/valgrind/main/memcheck/
H A Dmc_malloc_wrappers.c583 UInt n_chunks, i, bad = 0; local
622 bad = 1;
632 bad = 1;
636 if (bad) {
/external/clang/lib/AST/
H A DStmt.cpp118 struct bad {}; struct in namespace:__anon2757
129 static inline bad implements_children(children_t Stmt::*) {
130 return bad();
137 static inline bad implements_getSourceRange(getSourceRange_t Stmt::*) {
138 return bad();
/external/e2fsprogs/misc/
H A Dbadblocks.c23 * 94/02/27 - Made a separate bad blocks checker
27 * blocks known to be bad, multiple passes to
78 static unsigned int max_bb = 0; /* Abort test if more than this number of bad blocks has been encountered */
136 * This routine reports a new bad block. If the bad block has already
139 static int bb_output (blk_t bad) argument
143 if (ext2fs_badblocks_list_test(bb_list, bad))
146 fprintf(out, "%lu\n", (unsigned long) bad);
149 errcode = ext2fs_badblocks_list_add (bb_list, bad);
151 com_err (program_name, errcode, "adding to in-memory bad bloc
[all...]
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c875 // signal because the client jumped to a bad address. That
931 // signal because the client jumped to a bad address. That
1203 M(" warning about a bad jump, it's probably your program's fault.");
1684 Bool bad = False; local
1694 bad = True;
1701 bad = True;
1710 bad = True;
1717 if (0 && (!bad) && (lasttime + 4000/*ms*/ <= now)) {
1725 show it above if bad==True. */
1726 if (bad)
[all...]
/external/chromium/testing/gmock/test/
H A Dgmock-matchers_test.cc2451 const string bad = "bad"; local
2452 EXPECT_NONFATAL_FAILURE(EXPECT_THAT(bad, ends_with_ok),
2453 "Value of: bad\n"
2455 " Actual: \"bad\"");
/external/icu4c/test/intltest/
H A Dcalregts.cpp219 UBool bad = FALSE; local
247 bad = TRUE;
251 if (bad)
253 // delete [] ids; // TODO: bad APIs
545 errln("FAIL: Min/max bad");
1906 logln(UnicodeString(" Year ") + years[i] + (valid? " ok " : " bad") +
H A Dusettest.cpp133 dataerrln((UnicodeString)"FAIL: bad pattern " + OTHER_TOPATTERN_TESTS[j] + " - " + UnicodeString(u_errorName(ec)));
1995 UnicodeString bad; local
2002 bad.append(c);
2005 if (bad.length() > 0) {
2006 errln((UnicodeString)"Fail: set " + setName + " does not contain " + prettify(bad) +
2012 bad.truncate(0);
2016 bad.append(c);
2019 if (bad.length() > 0) {
2020 errln((UnicodeString)"Fail: set " + setName + " contains " + prettify(bad) +
/external/icu4c/i18n/
H A DdecNumber.c367 if (uin==0) return dn; /* [or decGetDigits bad call] */
391 /* special or too many digits, or bad exponent */
392 if (dn->bits&DECSPECIAL || dn->digits>10 || dn->exponent!=0) ; /* bad */
410 /* bad -- drop through */
426 /* special or too many digits, or bad exponent, or negative (<0) */
428 || (dn->bits&DECNEG && !ISZERO(dn))); /* bad */
493 /* If bad syntax is detected, the result will be a quiet NaN. */
2076 if (!set->extended) { /* [bad if subset] */
2091 /* any -ve lhs is bad, as is either operand or context out of */
2478 if (rotate==BADINT /* something bad
7912 Flag bad=0; local
[all...]

Completed in 4703 milliseconds

12