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

1 2 3 4 5 6

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/
ifunc.exp 162 set fails 0
167 set fails [expr $fails + 1]
171 set fails [expr $fails + 1]
175 set fails [expr $fails + 1]
179 set fails [expr $fails + 1]
183 set fails [expr $fails + 1
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-unique/
unique.exp 110 set fails 0
115 set fails [expr $fails + 1]
121 set fails [expr $fails + 1]
127 set fails [expr $fails + 1]
133 set fails [expr $fails + 1]
139 set fails [expr $fails + 1
    [all...]
  /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/harfbuzz_ng/test/shaping/
run-tests.sh 9 fails=0
32 fails=$((fails+1))
42 fails=$((fails+1))
47 if test $fails != 0; then
48 $reference || echo "$fails tests failed."
  /external/curl/tests/unit/
unit1395.c 46 int fails=0; variable
75 fails++;
82 fail_if(fails, "output mismatched");
  /external/clang/test/CodeGen/
2008-01-21-PackedStructField.c 11 int fails; variable
  /toolchain/binutils/binutils-2.25/libiberty/testsuite/
test-strtol.c 117 Return number of fails */
122 int fails = 0, failed; local
172 fails++;
175 return fails;
181 int fails; local
182 fails = run_tests (test_data, sizeof (test_data) / sizeof (test_data[0]));
183 exit (fails ? EXIT_FAILURE : EXIT_SUCCESS);
test-expandargv.c 238 Return number of fails */
245 int i, j, k, fails, failed; local
247 i = j = fails = 0;
296 fails++;
306 return fails;
316 int fails; local
325 else the test fails.
328 fails = run_tests (test_data);
329 if (!fails)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
string-1.s 3 ; fail if the parsing "\x20a" fails to recoignize this as " a".
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
abs-call-1.s 15 @ bl foo is broken - gas fails to preserve the symbol reference
  /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/jsr166-tests/src/test/java/jsr166/
ThreadLocalRandom8Test.java 121 AtomicInteger fails = new AtomicInteger(0); local
130 fails.getAndIncrement(); });
133 assertEquals(0, fails.get());
140 AtomicInteger fails = new AtomicInteger(0); local
149 fails.getAndIncrement(); });
152 assertEquals(0, fails.get());
159 AtomicInteger fails = new AtomicInteger(0); local
168 fails.getAndIncrement(); });
171 assertEquals(0, fails.get());
  /external/llvm/bindings/ocaml/linker/
llvm_linker.mli 18 if the linking fails. The src module is destroyed. *)
  /external/v8/test/mjsunit/es6/
string-search.js 11 // Check object coercible fails.
debug-liveedit-new-target-2.js 7 // Test that live-editing a frame to introduce new.target fails.
  /external/v8/test/mjsunit/harmony/
string-match.js 11 // Check object coercible fails.
string-split.js 12 // Check object coercible fails.
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/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 157 int nn, fails = 0; local
160 if (++fails < 16)
164 D("%d fails\n", fails);
  /external/v8/test/mjsunit/regress/
regress-crbug-513602.js 24 // Now modify the prototype chain. The right cell fails to get invalidated.
  /external/valgrind/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...]
  /hardware/libhardware/tests/input/evdev/
Android.mk 29 # mkfifo fails on existing files.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
insns.s 57 ldy #%addr(test2) ; otherwise linker relaxation fails
  /external/autotest/frontend/health/
check_test_health_unittest.py 64 """Test that False is returned if a preparation step fails."""
76 """Test that the other prep scripts are not ran if one fails."""
138 """"Test that False is returned when at least one script fails."""
150 """Test that the other analysis scripts are ran even if one fails."""

Completed in 882 milliseconds

1 2 3 4 5 6