HomeSort by relevance Sort by last modified time
    Searched refs:fails (Results 1 - 25 of 148) sorted by null

1 2 3 4 5 6

  /external/clang/utils/ABITest/
build-and-summarize.sh 12 ../summarize.sh $1 &> fails-x.txt
13 cat fails-x.txt
14 wc -l fails-x.txt
  /external/chromium_org/third_party/WebKit/ManualTests/blackberry/
http-auth-private-mode-changed.php 9 echo 'If you can\'t see the dialog, this test fails.<br>';
  /external/clang/test/CodeGen/
2008-01-21-PackedStructField.c 11 int fails; variable
  /system/extras/tests/bionic/libc/common/
test_drand48.c 6 static int fails = 0; variable
35 fails += 1; \
48 fails += 1; \
113 return (fails > 0) ? 1 : 0;
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
TestThread.java 23 public int fails = 0; field in class:TestThread
64 fails++;
84 return fails;
CipherThread.java 36 private int fails = 0; field in class:CipherThread
111 fails++;
182 return fails;
  /libcore/luni/src/test/java/tests/api/java/math/
OldBigIntegerTest.java 124 int fails = 0; local
127 fails++;
143 fails++;
151 fails++;
158 fails++;
162 fails <= 1);
308 assertTrue("add fails to carry on bit " + i, midbit.add(midbit)
  /development/ndk/samples/hello-neon/jni/
helloneon.c 149 int nn, fails = 0; local
152 if (++fails < 16)
156 D("%d fails\n", fails);
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
InputStreamBuffer.java 203 int fails = 0; local
208 fails++;
213 if (fails >= 5) {
  /external/valgrind/main/VEX/useful/
fp_80_64.c 548 Int fails=0, tests=0; local
562 fails += do_80_to_64_test(tests, f80, f64h, f64s);
580 fails += do_80_to_64_test(tests, f80, f64h, f64s);
583 printf("\n80 -> 64: %d tests, %d fails\n\n", tests, fails);
590 Int fails=0, tests=0; local
604 fails += do_64_to_80_test(tests, f64, f80h, f80s);
622 fails += do_64_to_80_test(tests, f64, f80h, f80s);
625 printf("\n64 -> 80: %d tests, %d fails\n\n", tests, fails);
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_browsertest.cc 59 // high-DPI fails.
512 int fails = 0; local
513 for (int i = 0; i < bitmap.width() && fails < 10; ++i) {
514 for (int j = 0; j < bitmap.height() && fails < 10; ++j) {
532 << " Failure " << ++fails; local
537 << " Failure " << ++fails; local
542 << " Failure " << ++fails; local
547 << " Failure " << ++fails; local
550 EXPECT_LT(fails, 10);
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
negative_lookup.js 59 // Verify that directly setting x fails.
63 // Verify that setting x through the IC fails.
readonly1.js 64 // Verify that direct setting fails.
68 // Verify that setting through the IC fails.
readonly2.js 55 // Verify that direct setting fails.
59 // Verify that setting through the IC fails.
readonly3.js 58 // Verify that direct setting fails.
62 // Verify that setting through the IC fails.
readonly5.js 61 // Verify that directly setting x fails.
65 // Verify that setting x through the IC fails.
  /system/extras/libublock/
ublock.c 41 int fails; member in struct:ublock_ctx
56 ub_ctx->fails = 0;
63 ub_ctx->fails++;
64 if (ub_ctx->fails > MAX_FAILURES)
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
backtracking.rb 44 * The LL(*) analysis algorithm fails to deal with this due to
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
event_page.js 47 * rss or wallpaper from server fails.
106 // fails. Fallback to use a random one from wallpaper server.
128 * the wallpaper download fails, retry one hour later. Wallpapers that are
162 * the wallpaper fails, retry one hour later.
  /external/chromium_org/chrome/test/functional/tracing/
timeline_model_shim.js 16 // invokes sendJSON. The JSON conversion is what fails. This way works
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_host_browsertest.cc 844 int fails = 0; local
862 << " Failure " << ++fails; local
867 << " Failure " << ++fails; local
872 << " Failure " << ++fails; local
877 << " Failure " << ++fails; local
    [all...]
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-2.js 28 // The compilation of this function currently fails when resolving
  /external/chromium_org/v8/test/webkit/
dfg-uint32-to-number.js 25 "This tests that if the DFG fails to convert a uint32 to a number, it will OSR exit correctly."
  /external/chromium_org/v8/test/webkit/fast/js/
toString-exception.js 25 'This test checks for regression against <a href="https://bugs.webkit.org/show_bug.cgi?id=7343">7343: REGRESSION: fast/js/toString-overrides.html fails when run multiple times</a>.'
  /external/openssh/regress/
bsd.regress.mk 58 # XXX - we need a better method to see if a test fails due to timeout or just

Completed in 1509 milliseconds

1 2 3 4 5 6