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

1 2 3

  /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/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
97 fails++;
168 return fails;
  /development/ndk/samples/hello-neon/jni/
helloneon.c 149 int nn, fails = 0; local
152 if (++fails < 16)
156 D("%d fails\n", fails);
  /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...]
  /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)
  /libcore/luni/src/main/java/java/util/concurrent/
Exchanger.java 100 * fails to CAS in its chosen slot, it picks an alternative slot
311 int fails = 0; // Number of CAS failures local
340 else if (++fails > 1) { // Allow 2 fails on 1st slot
342 if (fails > 3 && m < FULL && max.compareAndSet(m, m + 1))
425 * Spin-waits for hole for a non-0 slot. Fails if spin elapses
447 * filled in by another thread. Fails if interrupted before
482 * thread. Fails if timed out or interrupted before hole filled.
  /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/openssh/regress/
bsd.regress.mk 58 # XXX - we need a better method to see if a test fails due to timeout or just
  /external/v8/test/mjsunit/compiler/
regress-2.js 28 // The compilation of this function currently fails when resolving
  /external/webkit/LayoutTests/fast/url/script-tests/
relative-win.js 13 // IE doesn't support drive specs starting with two slashes. It fails
  /gdk/build/core/
check-cygwin-make.mk 19 # have another GNU Make installed in their path, that fails
  /ndk/build/core/
check-cygwin-make.mk 19 # have another GNU Make installed in their path, that fails
  /external/chromium-trace/src/shared/js/
load_time_data.js 104 * Checks condition, displays error message if expectation fails.
106 * @param {string} message The message to display if the check fails.
local_strings.js 15 * fails, the value of window.templateDate will be used.
  /external/webkit/Tools/Scripts/webkitpy/common/net/
testoutput.py 135 fails if the files are virtual files (eg: the files may reside inside a
  /external/chromium/chrome/browser/resources/shared/js/
local_strings.js 15 * fails, the value of window.templateDate will be used.
  /external/icu4c/config/
dist.mk 59 @echo "svnversion of $(SVNTOP) is as follows (if this fails, make sure svn is installed..)"
  /external/stlport/test/eh/
cygwin.mak 40 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails
djgpp.mak 40 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails
gcc-99r1.mak 40 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails
gcc-apple-macosx.mak 41 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails
gcc-freebsd.mak 41 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails

Completed in 3568 milliseconds

1 2 3