HomeSort by relevance Sort by last modified time
    Searched refs:bad (Results 126 - 150 of 236) sorted by null

1 2 3 4 56 7 8 910

  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 201 bad() const function in class:basic_ios
  /external/wpa_supplicant_8/src/drivers/
driver_bsd.c 820 goto bad;
827 goto bad;
834 goto bad;
836 goto bad;
840 goto bad;
845 goto bad;
853 goto bad;
857 bad:
    [all...]
  /frameworks/base/core/jni/
android_util_XmlBlock.cpp 115 goto bad;
119 bad:
  /system/core/sh/
histedit.c 116 goto bad;
137 bad:
  /external/clang/lib/AST/
Stmt.cpp 118 struct bad {}; struct in namespace:__anon4643
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/
badblocks.c 2 * badblocks.c - Bad blocks checker
23 * 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)
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);
    [all...]
  /external/mksh/src/
histrap.c 389 bi_errorf("bad substitution");
996 goto bad;
1000 goto bad;
1012 goto bad;
1027 goto bad;
1035 bad:
    [all...]
  /external/ppp/pppd/
chap_ms.c 206 goto bad;
214 goto bad;
235 bad:
256 goto bad; /* not even the right length */
294 bad:
  /external/valgrind/main/VEX/priv/
host_ppc_defs.c     [all...]
host_x86_defs.c     [all...]
host_amd64_defs.c     [all...]
  /external/e2fsprogs/lib/ext2fs/
icount.c 474 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/
SkBitmapProcState_matrix_repeat.h 281 int bad = 0;
288 bad++;
293 if (bad) {
  /external/tcpdump/
print-tcp.c 275 (void)printf(" tcp %d [bad hdr length %u - too short, < %lu]",
290 (void)printf(" [bad hdr length %u - too long, > %u]",
418 (void)printf(" [bad hdr length %u - too long, > %u]",
484 goto bad;
491 #define LENCHECK(l) { if ((l) > hlen) goto bad; TCHECK2(*cp, l); }
686 bad:
687 fputs("[bad opt]", stdout);
  /frameworks/base/services/java/com/android/server/am/
ProcessRecord.java 82 boolean bad; // True if disabled in the bad process list field in class:ProcessRecord
245 || anrDialog != null || bad) {
251 pw.print(" bad="); pw.print(bad);
  /external/libsepol/src/
services.c 888 goto bad;
897 goto bad;
906 goto bad;
912 goto bad;
918 goto bad;
924 bad:
    [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 914 // signal because the client jumped to a bad address. That
1820 Bool bad = False; local
    [all...]
  /external/chromium/base/
file_util.cc 129 file1.bad() || file2.bad()) {
  /external/llvm/lib/Archive/
ArchiveWriter.cpp 377 if (!ArchiveFile.is_open() || ArchiveFile.bad()) {
433 if (!FinalFile.is_open() || FinalFile.bad()) {
  /external/stlport/test/unit/
sstream_test.cpp 367 CPPUNIT_ASSERT( out.bad() );
369 //out is bad we have no guaranty on what has been extracted:
374 CPPUNIT_ASSERT( out.fail() && out.bad() );
  /external/webkit/LayoutTests/fast/url/script-tests/
file-http-base.js 32 // seem to be a strong argument for why allowing it here would be bad, so
file.js 32 // seem to be a strong argument for why allowing it here would be bad, so
path.js 37 // Invalid escape sequence: bad characters should be treated the same as
  /gdk/build/core/
build-local.mk 69 # Check that there are no spaces in the project path, or bad things will happen
  /ndk/tests/device/test-gnustl-full/unit/
sstream_test.cpp 367 CPPUNIT_ASSERT( out.bad() );
369 //out is bad we have no guaranty on what has been extracted:
374 CPPUNIT_ASSERT( out.fail() && out.bad() );

Completed in 339 milliseconds

1 2 3 4 56 7 8 910