HomeSort by relevance Sort by last modified time
    Searched defs:fails (Results 1 - 19 of 19) sorted by null

  /external/clang/test/CodeGen/
2008-01-21-PackedStructField.c 11 int fails; variable
  /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;
  /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/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) {
  /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/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...]
  /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)
BigIntegerTest.java 172 int fails = 0; local
175 fails++;
191 fails++;
199 fails++;
206 fails++;
210 fails <= 1);
285 assertTrue("add fails to carry on bit " + i, midbit.add(midbit)
324 assertTrue("neg fails on bit " + i, midbit.negate().add(midbit)
938 assertTrue("mod fails on negative divisor only", i2.signum() <= 0);
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_browsertest.cc 436 int fails = 0; local
437 for (int i = 0; i < bitmap.width() && fails < 10; ++i) {
438 for (int j = 0; j < bitmap.height() && fails < 10; ++j) {
456 << " Failure " << ++fails; local
461 << " Failure " << ++fails; local
466 << " Failure " << ++fails; local
471 << " Failure " << ++fails; local
474 EXPECT_LT(fails, 10);
768 // Short-circuit a pass for platforms where setting up high-DPI fails.
    [all...]
  /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");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 36 import _tkinter # If this fails your Python may not be configured for Tk namespace
    [all...]
Tkinter.py 39 import _tkinter # If this fails your Python may not be configured for Tk namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 36 import _tkinter # If this fails your Python may not be configured for Tk namespace
    [all...]
Tkinter.py 39 import _tkinter # If this fails your Python may not be configured for Tk namespace
    [all...]
  /art/test/083-compiler-regressions/src/
Main.java 88 System.out.println("b17325447 fails: " + d);
100 System.out.println("b17630605 fails: " + answer);
111 System.out.println("b17411468 fails: Math.round(" + d1 + ") returned " + d2);
124 System.out.println("minDoubleWith3ConstsTest fails: " + result +
150 System.out.println("returnConstantTest fails: " + res +
168 System.out.println("wideIdentityTest fails: 0x" + Long.toHexString(i) +
202 System.out.println("wideGetterSetterTest fails: " +
221 System.out.println("identityTest fails: " + i +
250 System.out.println("getterSetterTest fails: " + foo.getBar0() +
363 System.out.println("setterTestWithReturnArgIgnoreReturn fails: " + sum
9812 StringBuilder fails = new StringBuilder(); local
    [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 1400 milliseconds