HomeSort by relevance Sort by last modified time
    Searched refs:bad (Results 176 - 200 of 298) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/skia/src/opts/
SkBitmapProcState_matrix_repeat_neon.h 251 int bad = 0;
258 bad++;
263 if (bad) {
SkBlitRow_opts_arm_neon.cpp 794 int i, bad=0; local
    [all...]
  /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 87 boolean bad; // True if disabled in the bad process list field in class:ProcessRecord
264 || anrDialog != null || bad) {
270 pw.print(" bad="); pw.print(bad);
  /external/libsepol/src/
services.c 889 goto bad;
898 goto bad;
907 goto bad;
913 goto bad;
919 goto bad;
925 bad:
    [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
  /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() );
  /ndk/tests/device/test-stlport/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/dropbear/
scp.c 924 SCREWUP("bad mode");
964 goto bad;
973 goto bad;
992 bad: run_err("%s: %s", np, strerror(errno));
1200 goto bad;
1208 goto bad;
1216 bad: fprintf(stderr, "%s: invalid user name\n", cp0);
  /external/icu4c/test/iotest/
stream.cpp 191 | (stream.bad()<<IOSTREAM_BAD_SHIFT)
205 log_verbose("bad");
  /external/mksh/src/
histrap.c 217 bi_errorf("bad substitution");
891 goto bad;
905 goto bad;
916 goto bad;
919 bad:
    [all...]
  /external/openssh/
scp.c 1001 SCREWUP("bad mode");
1041 goto bad;
1050 goto bad;
1069 bad: run_err("%s: %s", np, strerror(errno));
1272 goto bad;
1280 goto bad;
1288 bad: fprintf(stderr, "%s: invalid user name\n", cp0);
  /external/valgrind/main/memcheck/
mc_malloc_wrappers.c 682 UInt n_chunks, i, bad = 0; local
721 bad = 1;
731 bad = 1;
735 if (bad) {
737 "Bad mempool (%d chunks), dumping chunks for inspection:\n",
  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c     [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c 319 if (!inRange) goto bad;
322 if (!inRange) goto bad;
325 bad:
571 It seems to me that the Intel Fortran compiler generates bad
    [all...]
  /external/valgrind/main/VEX/priv/
host_x86_defs.c     [all...]
guest_x86_helpers.c     [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 1945 Bool bad = False; local
    [all...]
  /system/core/sh/
exec.c 234 goto bad;
238 bad: error("Bad #! line");
264 error("Bad #! line");
  /external/llvm/test/MC/ARM/
diagnostics.s 189 @ bad values for SETEND
205 @ Out of range immediates and bad shift types for SSAT
342 @ Bad register lists for VFP.
359 @ Bad CPS instruction format.
365 @ Bad operands for msr

Completed in 2221 milliseconds

1 2 3 4 5 6 78 91011>>