/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
|
/development/samples/GlobalTime/ |
Android.mk | 10 # TODO: build fails with this set
|
/external/llvm/test/MC/ARM/ |
neont2-absdiff-encoding.s | 3 @ NOTE: This currently fails because the ASM parser doesn't parse vabal.
|
/external/llvm/test/FrontendC/ |
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);
|
/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/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
|
/ndk/build/core/ |
check-cygwin-make.mk | 19 # have another GNU Make installed in their path, that fails
|
/external/llvm/utils/ |
NewNightlyTest.pl | 558 # passes, fails, and xfails. 586 # Compile passes, fails, xfails. 589 my ($Passes, $Fails, $XFails) = ""; 596 $Fails .= "$TestSuiteResultLines[$x]\n"; 603 return ($SSProgs, $MSProgs, $ExtProgs, $All, $Passes, $Fails, $XFails); 679 $all_tests, $passes, $fails, $xfails) = ""; 682 $all_tests, $passes, $fails, $xfails) = RunNightlyTest(); 789 'unexpfail_tests' => $fails,
|
/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
|
gcc-hp11.mak | 42 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails
|
gcc-irix.mak | 41 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails
|
gcc-linux.mak | 41 # also, test_slist won't compile with -O3/-O2 when targeting PPC. It fails
|