HomeSort by relevance Sort by last modified time
    Searched defs:bad (Results 76 - 97 of 97) sorted by null

1 2 34

  /external/v8/test/cctest/
test-parsing.cc 796 bool bad = false; local
799 // Bad UTF-8 sequence turns the first in the sequence into kBadChar,
801 bad = true;
805 if (!bad) {
    [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 1945 Bool bad = False; local
    [all...]
  /external/chromium/testing/gmock/test/
gmock-matchers_test.cc 2451 const string bad = "bad"; local
    [all...]
  /external/stressapptest/src/
worker.cc 67 // Why ubuntu, do you hate gettid so bad?
590 char *bad = reinterpret_cast<char*>(&(error->actual)); local
595 if (good[offset] != bad[offset])
648 char *bad = reinterpret_cast<char*>(&(error->actual)); local
653 if (good[offset] != bad[offset])
3283 char *bad = reinterpret_cast<char*>(&(error->actual)); local
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ProcessRecord.java 98 boolean bad; // True if disabled in the bad process list field in class:ProcessRecord
300 || anrDialog != null || bad) {
306 pw.print(" bad="); pw.print(bad);
  /ndk/sources/host-tools/make-3.81/
main.c 2002 char bad; local
2403 int bad = 0; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
calregts.cpp 219 UBool bad = FALSE; local
247 bad = TRUE;
251 if (bad)
253 // delete [] ids; // TODO: bad APIs
319 // delete ids; // TODO: BAD API
545 errln("FAIL: Min/max bad");
    [all...]
usettest.cpp 133 dataerrln((UnicodeString)"FAIL: bad pattern " + OTHER_TOPATTERN_TESTS[j] + " - " + UnicodeString(u_errorName(ec)));
1995 UnicodeString bad; local
    [all...]
  /external/icu4c/test/intltest/
calregts.cpp 259 UBool bad = FALSE; local
287 bad = TRUE;
291 if (bad)
293 // delete [] ids; // TODO: bad APIs
363 // delete ids; // TODO: BAD API
589 errln("FAIL: Min/max bad");
    [all...]
usettest.cpp 133 dataerrln((UnicodeString)"FAIL: bad pattern " + OTHER_TOPATTERN_TESTS[j] + " - " + UnicodeString(u_errorName(ec)));
1995 UnicodeString bad; local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
decNumber.c 367 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. */
7921 Flag bad=0; local
    [all...]
  /external/icu4c/i18n/
decNumber.c 380 if (uin==0) return dn; /* [or decGetDigits bad call] */
404 /* special or too many digits, or bad exponent */
405 if (dn->bits&DECSPECIAL || dn->digits>10 || dn->exponent!=0) ; /* bad */
423 /* bad -- drop through */
439 /* special or too many digits, or bad exponent, or negative (<0) */
441 || (dn->bits&DECNEG && !ISZERO(dn))); /* bad */
506 /* If bad syntax is detected, the result will be a quiet NaN. */
7953 Flag bad=0; local
    [all...]
  /external/valgrind/main/memcheck/
mc_main.c 835 // This policy is designed to avoid bad table bloat in the worst case where
3969 Bool bad; local
4737 Bool bad = False; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
org.eclipse.equinox.util_1.0.200.v20100503.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 5151 milliseconds

1 2 34