/external/eigen/blas/testing/ |
runblastest.sh | 21 echo -e $red Test $1 failed: $black 29 echo -e $red "Test $1 failed (FATAL ERROR, read the file $1.summ for details)" $black 36 if [ `grep "FAILED THE TESTS OF ERROR-EXITS" $1.summ | wc -l` -gt 0 ]; then 37 echo -e $red "Test $1 failed (FAILED THE TESTS OF ERROR-EXITS, read the file $1.summ for details)" $black
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
single_source_script.rs | 31 bool failed = false; 46 failed = true; 55 if (failed) { 56 rsDebug("FAILED", 0); 61 if (failed) {
|
/hardware/bsp/intel/peripheral/libupm/examples/python/ |
grovescam.py | 33 print "Failed to setup tty port parameters" 39 print "init() failed" 44 print "preCapture failed." 49 print "doCapture failed." 58 print "storeImage failed."
|
/libcore/support/src/test/java/tests/support/ |
Support_ListTest.java | 45 assertTrue("ListTest - get failed", elem 48 assertTrue("ListTest - hashCode failed", hashCode == list.hashCode()); 51 assertTrue("ListTest - a) add with index failed--did not insert", list 54 "ListTest - b) add with index failed--did not move following elements", 57 "ListTest - c) add with index failed--affected previous elements", 61 assertTrue("ListTest - a) set failed--did not set", list.get(50) 63 assertTrue("ListTest - b) set failed--affected following elements", 65 assertTrue("ListTest - c) set failed--affected previous elements", list 69 assertTrue("ListTest - a) remove with index failed--did not remove", 72 "ListTest - b) remove with index failed--did not move following elements" [all...] |
/prebuilts/go/darwin-x86/src/syscall/ |
syscall_windows_test.go | 18 t.Fatalf("failed to create temp directory: %v", err) 25 t.Fatalf("failed to create %v: %v", path, err) 41 t.Fatalf("FindFirstFile failed: %v", err) 45 t.Fatalf("FindClose failed: %v", err) 54 panic(funcname + " failed: " + err.Error())
|
/prebuilts/go/linux-x86/src/syscall/ |
syscall_windows_test.go | 18 t.Fatalf("failed to create temp directory: %v", err) 25 t.Fatalf("failed to create %v: %v", path, err) 41 t.Fatalf("FindFirstFile failed: %v", err) 45 t.Fatalf("FindClose failed: %v", err) 54 panic(funcname + " failed: " + err.Error())
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/ |
mm_qcamera_video.c | 49 LOGE("Failed in Preview Qbuf\n"); 69 LOGE("add stream failed\n"); 113 LOGE("add channel failed"); 123 LOGE("add video stream failed\n"); 140 LOGE("add preview channel failed"); 146 LOGE("add video channel failed"); 153 LOGE("add snapshot channel failed"); 161 LOGE("start preview failed rc=%d\n", rc); 184 LOGE("Stop Preview failed rc=%d\n", rc); 189 LOGE("Stop Preview failed rc=%d\n", rc) [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/ |
CRC32Test.java | 29 assertEquals("Constructor of CRC32 failed", 0, crc.getValue()); 46 assertEquals("update(max) failed to update the checksum to the correct value ", 55 assertEquals("update(byte[]) failed to update the checksum to the correct value ", 63 // assertEquals("update(int) failed to update the checksum to the correct 66 assertEquals("reset failed to reset the checksum value to zero", 0, crc 80 assertEquals("update(int) failed to update the checksum to the correct value ", 83 assertEquals("reset failed to reset the checksum value to zero", 0, crc 98 assertEquals("update(1) failed to update the checksum to the correct value ", 106 assertEquals("update(max) failed to update the checksum to the correct value ", 114 assertEquals("update(min) failed to update the checksum to the correct value " [all...] |
/prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/lib/linux/ |
libclang_rt.asan-arm-android.so | |
/prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/lib/linux/ |
libclang_rt.asan-arm-android.so | |
/prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/lib/linux/ |
libclang_rt.asan-arm-android.so | |
/prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/lib/linux/ |
libclang_rt.asan-arm-android.so | |
/prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/lib/linux/ |
libclang_rt.asan-arm-android.so | |
/prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/lib/linux/ |
libclang_rt.asan-arm-android.so | |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
TestUScriptRun.java | 109 logln("PASS: UScriptRun failed as expected"); 116 logln("PASS: UScriptRun failed as expected"); 123 logln("PASS: UScriptRun failed as expected"); 130 logln("PASS: UScriptRun failed as expected"); 137 logln("PASS: UScriptRun failed as expected"); 144 logln("PASS: UScriptRun failed as expected"); 151 logln("PASS: UScriptRun failed as expected"); 158 logln("PASS: UScriptRun failed as expected"); 165 logln("PASS: UScriptRun failed as expected"); 172 logln("PASS: UScriptRun failed as expected") [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
TestUScriptRun.java | 105 logln("PASS: UScriptRun failed as expected"); 112 logln("PASS: UScriptRun failed as expected"); 119 logln("PASS: UScriptRun failed as expected"); 126 logln("PASS: UScriptRun failed as expected"); 133 logln("PASS: UScriptRun failed as expected"); 140 logln("PASS: UScriptRun failed as expected"); 147 logln("PASS: UScriptRun failed as expected"); 154 logln("PASS: UScriptRun failed as expected"); 161 logln("PASS: UScriptRun failed as expected"); 168 logln("PASS: UScriptRun failed as expected") [all...] |
/device/htc/flounder/touch/ |
touch_fusion | |
/external/bison/djgpp/ |
subpipe.c | 63 error (EXIT_FAILURE, 0, _("removing of '%s' failed"), (name)); \ 85 error(EXIT_FAILURE, 0, _("creation of a temporary file failed")); 92 error(EXIT_FAILURE, 0, _("creation of a temporary file failed")); 127 error(EXIT_FAILURE, 0, _("saving stdin failed")); 131 error(EXIT_FAILURE, 0, _("saving stdout failed")); 153 error(EXIT_FAILURE, 0, _("opening of tmpfile failed")); 157 error(EXIT_FAILURE, 0, _("redirecting bison's stdout to the temporary file failed")); 197 error(EXIT_FAILURE, 0, _("opening of tmpfile failed")); 201 error(EXIT_FAILURE, 0, _("redirecting m4's stdin from the temporary file failed")); 212 error(EXIT_FAILURE, 0, _("opening of a temporary file failed")); [all...] |
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
math.rs.bak | 225 bool failed = false; 317 if (failed) { 318 rsDebug("test_fp_math FAILED", time); 324 return failed; 328 bool failed = false; 339 if (failed) { 340 rsDebug("test_int_math FAILED", time); 346 return failed; 350 bool failed = false; 361 if (failed) { [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
ProviderServiceTest.java | 68 assertEquals("getType() failed", "type", s.getType()); 69 assertEquals("getAlgorithm() failed", "algorithm", s.getAlgorithm()); 70 assertSame("getProvider() failed", p, s.getProvider()); 71 assertEquals("getClassName() failed", "className", s.getClassName()); 72 assertTrue("supportsParameter() failed", s 86 assertNull("getAttribute(aaa) failed", s.getAttribute("aaa")); 95 assertNull("getAttribute(bbb) failed", s.getAttribute("bbb")); 96 assertEquals("getAttribute(attribute) failed", "value", s 98 assertEquals("getAttribute(KeySize) failed", "1024", s
|
/external/apache-harmony/security/src/test/api/java.injected/java/security/ |
SecureRandomTest.java | 58 fail("next failed"); 69 fail("setSeed failed"); 79 fail("nextBytes failed"); 117 fail("getInstance failed"); 127 fail("getInstance failed"); 138 fail("getInstance failed"); 150 fail("setSeed failed"); 157 fail("getSeed failed"); 166 fail("generateSeed failed");
|
/external/dagger2/producers/src/main/java/dagger/producers/ |
Produced.java | 56 * are failed with equal exceptions. 71 * Returns a failed {@code Produced}, whose {@link #get} will throw an 74 public static <T> Produced<T> failed(Throwable throwable) { method in class:Produced 75 return new Failed<T>(checkNotNull(throwable)); 105 private static final class Failed<T> extends Produced<T> { 108 private Failed(Throwable throwable) { 119 } else if (o instanceof Failed) { 120 Failed<?> that = (Failed<?>) o;
|
/external/dagger2/producers/src/main/java/dagger/producers/monitoring/ |
ProducerMonitor.java | 35 * <li>{@link #failed(Throwable)} if the method threw an exception. 40 * <li>{@link #failed(Throwable)} if the method threw an exception, or returned normally and the 41 * future failed. 45 * <p>If any input to the monitored producer fails, {@link #failed(Throwable)} will be called 46 * immediately with the failed input's exception. If more than one input fails, an arbitrary failed 80 * Called when the producer's future has failed with an exception. 85 public void failed(Throwable t) {} method in class:ProducerMonitor 102 failed(t);
|
/external/icu/icu4c/source/test/cintltst/ |
chashtst.c | 108 log_err("FAIL: uhash_open failed with %s and returned 0x%08x\n", 138 log_err("FAIL: compareChars failed\n"); 144 log_err("FAIL: compareIChars failed\n"); 168 log_err("FAIL: uhash_open failed with %s and returned 0x%08x\n", 180 log_err("FAIL: uhas_count() failed. Expected: 1, Got: %d\n", uhash_count(hash)); 183 log_err("FAIL: uhash_find failed\n"); 191 log_err("FAIL: uhas_count() failed. Expected: 5, Got: %d\n", uhash_count(hash)); 195 log_err("FAIL: uhash_geti failed\n"); 199 log_err("FAIL: uhash_find of \"two\" failed\n"); 203 log_err("FAIL: uhash_remove() failed\n") [all...] |
/external/libvpx/libvpx/examples/ |
vp9_lossless_encoder.c | 41 die_codec(codec, "Failed to encode frame"); 52 die_codec(codec, "Failed to write compressed frame"); 98 die("Failed to allocate image."); 105 die_codec(&codec, "Failed to get default codec config."); 114 die("Failed to open %s for writing.", argv[4]); 117 die("Failed to open %s for reading.", argv[3]); 120 die_codec(&codec, "Failed to initialize encoder"); 123 die_codec(&codec, "Failed to use lossless mode"); 139 die_codec(&codec, "Failed to destroy codec.");
|