/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 24 fails=$((fails+1)) 29 if test $fails != 0; then 30 echo "$fails tests failed."
|
/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
|
/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;
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/ |
bp_signal_overflow.c | 65 int fd, i, fails = 0; local 122 fails++; 128 fails++; 131 return fails ? TEST_FAIL : TEST_OK;
|
/external/lldb/utils/vim-lldb/python-vim-lldb/ |
import_lldb.py | 8 1. Simply by doing "import lldb" in case the system python installation is aware of lldb. If that fails, 11 path, it is added to sys.path and the import is attempted again. If that fails, 3. On Mac OS X the
|
/external/llvm/bindings/ocaml/linker/ |
llvm_linker.mli | 25 if the linking 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 | 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...] |
/ndk/tests/device/test-gabi++/jni/ |
Android.mk | 7 # mips64 fails to compile.
|
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_browsertest.cc | 435 int fails = 0; local 436 for (int i = 0; i < bitmap.width() && fails < 10; ++i) { 437 for (int j = 0; j < bitmap.height() && fails < 10; ++j) { 455 << " Failure " << ++fails; local 460 << " Failure " << ++fails; local 465 << " Failure " << ++fails; local 470 << " Failure " << ++fails; local 473 EXPECT_LT(fails, 10); 796 // Short-circuit a pass for platforms where setting up high-DPI fails.
|
/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.
|
/external/chromium_org/v8/test/promises-aplus/lib/ |
mocha.js | 138 if (assert.fails.length > 0) { 139 return suite.ReportError(this, assert.fails[0]); 148 if (assert.fails.length > 0) { 149 return suite.ReportError(this, assert.fails[0]); 158 if (assert.fails.length > 0) { 159 return suite.ReportError(this, assert.fails[0]);
|
/frameworks/opt/bitmap/src/com/android/bitmap/util/ |
InputStreamBuffer.java | 203 int fails = 0; local 208 fails++; 213 if (fails >= 5) {
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/ |
InputStreamBuffer.java | 203 int fails = 0; local 208 fails++; 213 if (fails >= 5) {
|
/external/fio/profiles/ |
act.c | 377 unsigned int i, fails = 0; local 392 fails += show_slice(&act_run_data->slices[i], i + 1); 394 log_info("\nact: test complete, device(s): %s\n", fails ? "FAILED" : "PASSED");
|
/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/apache-harmony/jdwp/ |
Android.mk | 87 # If this fails complaining about TestRunner, build "external/junit" manually. 99 # If this fails complaining about TestRunner, build "external/junit" manually.
|