/frameworks/rs/tests/cpp_api/cppbasic-getpointer/ |
compute.cpp | 13 bool failed = false; local 77 failed = true; 78 return failed; 84 return failed; 88 bool failed = test_compute(); local 90 if (failed) { 91 printf("TEST FAILED!\n"); 96 return failed;
|
/frameworks/rs/tests/cpp_api/cppbasic-shared/ |
compute.cpp | 8 bool failed = false; local 46 // We read back the status from the script-side via a "failed" allocation. 53 failed_alloc->copy1DRangeFrom(0, failed_t->getCount(), &failed); 96 failed_alloc->copy1DTo(&failed); 100 return failed; 104 bool failed = test_compute(); local 106 if (failed) { 107 printf("TEST FAILED!\n"); 112 return failed;
|
/libcore/luni/src/test/java/libcore/java/nio/charset/ |
CharsetTest.java | 35 private boolean failed = false; field in class:CharsetTest.CheckerThread 46 failed = true; 68 assertTrue(!ct.failed);
|
/libcore/ojluni/src/test/java/net/Socket/ |
ShutdownInput.java | 43 static boolean failed = false; field in class:ShutdownInput 66 if (failed) { 67 throw new RuntimeException("Failed: check output"); 79 failed = true; 89 failed = true;
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/ |
assert.go | 44 failed = true 53 failed = true 59 failed = true 64 failed = true 69 failed = true 75 failed = true 84 failed = true 90 failed = true 95 failed = true 100 failed = tru 135 var failed = false var [all...] |
loadstore.go | 17 println("testLoadStoreOrder failed") 18 failed = true 37 fmt.Println("testStoreSize failed. want =", want, ", got =", a) 38 failed = true 58 var failed = false var 74 fmt.Println("testExtStore failed. want =", start, ", got =", got) 75 failed = true 100 fmt.Println("testDeadStorePanic failed. want =", want, ", got =", got) 101 failed = true 156 fmt.Println("testLoadHitStore (int8) failed. want =", want, ", got =", got [all...] |
/prebuilts/go/darwin-x86/src/cmd/vet/all/ |
main.go | 37 var failed uint32 // updated atomically var 66 if atomic.LoadUint32(&failed) != 0 { 251 fmt.Fprintf(os.Stderr, "failed to parse %s vet output:\n", p) 271 atomic.StoreUint32(&failed, 1) 277 atomic.StoreUint32(&failed, 1) 281 log.Fatalf("failed to scan vet output: %v", scan.Err()) 285 // Make sure it has failed appropriately, though (for example, not a PathError). 300 atomic.StoreUint32(&failed, 1)
|
/prebuilts/go/darwin-x86/src/cmd/vet/ |
vet_test.go | 45 failed = false // We have failed to build the binary, don't try again. 54 if failed { 62 failed = true 79 t.Fatal("vet command failed") 140 t.Fatal("vet command failed") 44 failed = false \/\/ We have failed to build the binary, don't try again. var
|
/prebuilts/go/darwin-x86/src/runtime/race/ |
race_test.go | 38 failed = false 49 t.Fatalf("Failed to run tests: %v\n%v", err, string(testOutput)) 71 t.Fatalf("failed to parse test output:\n%s", testOutput) 76 if failed { 121 failed = true 136 failed = true 139 return fmt.Sprintf("%s %s%s", testName, "FAILED", pos) 37 failed = false var
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/ |
assert.go | 44 failed = true 53 failed = true 59 failed = true 64 failed = true 69 failed = true 75 failed = true 84 failed = true 90 failed = true 95 failed = true 100 failed = tru 135 var failed = false var [all...] |
loadstore.go | 17 println("testLoadStoreOrder failed") 18 failed = true 37 fmt.Println("testStoreSize failed. want =", want, ", got =", a) 38 failed = true 58 var failed = false var 74 fmt.Println("testExtStore failed. want =", start, ", got =", got) 75 failed = true 100 fmt.Println("testDeadStorePanic failed. want =", want, ", got =", got) 101 failed = true 156 fmt.Println("testLoadHitStore (int8) failed. want =", want, ", got =", got [all...] |
/prebuilts/go/linux-x86/src/cmd/vet/all/ |
main.go | 37 var failed uint32 // updated atomically var 66 if atomic.LoadUint32(&failed) != 0 { 251 fmt.Fprintf(os.Stderr, "failed to parse %s vet output:\n", p) 271 atomic.StoreUint32(&failed, 1) 277 atomic.StoreUint32(&failed, 1) 281 log.Fatalf("failed to scan vet output: %v", scan.Err()) 285 // Make sure it has failed appropriately, though (for example, not a PathError). 300 atomic.StoreUint32(&failed, 1)
|
/prebuilts/go/linux-x86/src/cmd/vet/ |
vet_test.go | 45 failed = false // We have failed to build the binary, don't try again. 54 if failed { 62 failed = true 79 t.Fatal("vet command failed") 140 t.Fatal("vet command failed") 44 failed = false \/\/ We have failed to build the binary, don't try again. var
|
/prebuilts/go/linux-x86/src/runtime/race/ |
race_test.go | 38 failed = false 49 t.Fatalf("Failed to run tests: %v\n%v", err, string(testOutput)) 71 t.Fatalf("failed to parse test output:\n%s", testOutput) 76 if failed { 121 failed = true 136 failed = true 139 return fmt.Sprintf("%s %s%s", testName, "FAILED", pos) 37 failed = false var
|
/system/connectivity/wifilogd/ |
os.cpp | 54 int failed = raw_os_->ClockGettime(clock_id, &now_timespec); local 55 if (failed) { 78 int failed = 0; local 81 failed = raw_os_->Nanosleep(&sleep_timespec, &remaining_timespec); 83 } while (failed && errno == EINTR && sleep_timespec.tv_nsec > 0); 85 if (failed && errno != EINTR) {
|
/toolchain/binutils/binutils-2.27/bfd/ |
elf32-gen.c | 61 check_for_relocs (bfd * abfd, asection * o, void * failed) 72 * (bfd_boolean *) failed = TRUE; 79 bfd_boolean failed = FALSE; local 82 bfd_map_over_sections (abfd, check_for_relocs, & failed); 84 if (failed)
|
elf64-gen.c | 61 check_for_relocs (bfd * abfd, asection * o, void * failed) 72 * (bfd_boolean *) failed = TRUE; 79 bfd_boolean failed = FALSE; local 82 bfd_map_over_sections (abfd, check_for_relocs, & failed); 84 if (failed)
|
/toolchain/binutils/binutils-2.27/gold/testsuite/ |
tls_test_main.cc | 60 bool failed = false; variable 67 fprintf(stderr, "Test %s failed\n", name); 68 failed = true; 172 return failed ? 1 : 0;
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
RecognizerSharedState.java | 61 * has failed to match. Reset to false upon valid token match. 63 public boolean failed = false; field in class:RecognizerSharedState 130 this.failed = state.failed;
|
/external/compiler-rt/test/tsan/ |
real_deadlock_detector_stress_test.cc | 31 printf("SOMETHING HAS FAILED\n"); 72 fprintf(stderr, "pthread_rwlock_init failed with %d\n", err); 76 fprintf(stderr, "init commit failed\n"); 84 bool failed = false; local 88 fprintf(stderr, "pthread_rwlock_wrlock failed with %d\n", err); 94 fprintf(stderr, "pthread_rwlock_rdlock failed with %d\n", err); 101 fprintf(stderr, "pthread_rwlock_trywrlock failed with %d\n", err); 104 failed = err == EBUSY; 109 fprintf(stderr, "pthread_rwlock_tryrdlock failed with %d\n", err); 112 failed = err == EBUSY [all...] |
/external/dagger2/producers/src/test/java/dagger/producers/internal/ |
SetOfProducedProducerTest.java | 61 Produced.successful(1), Produced.successful(2), Produced.<Integer>failed(e)); method
|
/external/e2fsprogs/lib/ext2fs/ |
tst_iscan.c | 37 int failed = 0; variable 56 failed++; 186 failed++; 198 failed++; 221 if (!failed) 223 return failed;
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
Service.java | 42 * therefore every method of the listener will be called at most once. N.B. The {@link State#FAILED} 120 * @throws IllegalStateException if the service {@linkplain State#FAILED fails}. 128 * {@link Service.State#TERMINATED terminated} or {@link Service.State#FAILED failed}) for no 134 * @throws IllegalStateException if the service {@linkplain State#FAILED fails}. 142 * @throws IllegalStateException if this service's state isn't {@linkplain State#FAILED FAILED}. 236 FAILED { 291 * Called when the service transitions to the {@linkplain State#FAILED FAILED} state. The 300 public void failed(State from, Throwable failure) {} method in class:Service.Listener [all...] |
/external/junit/src/main/java/org/junit/rules/ |
Stopwatch.java | 13 * time spent by each passed, failed, skipped, and finished test: 33 * protected void failed(long nanos, Throwable e, Description description) { 34 * logInfo(description, "failed", nanos); 111 protected void failed(long nanos, Throwable e, Description description) { method in class:Stopwatch 115 * Invoked when a test is skipped due to a failed assumption. 166 @Override protected void failed(Throwable e, Description description) { method in class:Stopwatch.InternalWatcher 168 Stopwatch.this.failed(getNanos(), e, description);
|
/external/ltp/testcases/kernel/io/direct_io/ |
diotest2.c | 89 tst_resm(TFAIL, "valloc() buf1 failed: %s", strerror(errno)); 93 tst_resm(TFAIL, "valloc() buf2 failed: %s", strerror(errno)); 101 tst_resm(TFAIL, "lseek before write failed: %s", 106 tst_resm(TFAIL, "write failed: %s", strerror(errno)); 110 tst_resm(TFAIL, "lseek before read failed: %s", 115 tst_resm(TFAIL, "read failed: %s", strerror(errno)); 119 tst_resm(TFAIL, "read/write comparision failed"); 141 int fail_count = 0, total = 0, failed = 0; local 184 "open(%s, O_WRONLY..) failed", filename); 187 "open(%s, O_DIRECT|O_RDONLY..) failed", filename) [all...] |