/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRRecognizerSharedState.h | 37 BOOL failed; // indicate that some match failed variable 55 @property (assign, getter=getFailed, setter=setFailed:) BOOL failed; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRRecognizerSharedState.h | 38 BOOL failed; // indicate that some match failed variable 56 @property (assign, getter=getFailed, setter=setFailed:) BOOL failed; variable
|
/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/internal/ |
SetOfProducedProducer.java | 62 * delegate futures fail or are canceled, this future succeeds, with the appropriate failed 92 Produced.<T>failed( method 100 Produced.<T>failed( method 110 builder.add(Produced.<T>failed(e.getCause())); method
|
/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/dagger2/producers/src/test/java/dagger/producers/ |
ProducedTest.java | 43 Produced.failed(cause).get(); 56 .addEqualityGroup(Produced.failed(e1), Produced.failed(e1)) 57 .addEqualityGroup(Produced.failed(e2), Produced.failed(e2))
|
/external/harfbuzz_ng/util/ |
hb-ot-shape-closure.cc | 61 failed = false; 103 bool failed; member in struct:shape_closure_consumer_t
|
shape-consumer.hh | 38 : failed (false), 48 failed = false; 69 failed = true; 90 bool failed; member in struct:shape_consumer_t
|
/external/jemalloc/msvc/projects/vc2015/test_threads/ |
test_threads.cpp | 84 bool failed = leaked > 65536; // in case C++ runtime allocated something (e.g. iostream locale or facet) local 85 printf("\nTest %s!\n", (failed ? "FAILED" : "successful")); 88 return failed ? 1 : 0;
|
/external/libmojo/base/android/ |
scoped_java_ref.cc | 19 int failed = env_->PushLocalFrame(kDefaultLocalFrameCapacity); local 20 DCHECK(!failed); 25 int failed = env_->PushLocalFrame(capacity); local 26 DCHECK(!failed);
|
/external/ltp/testcases/kernel/syscalls/ptrace/ |
ptrace04.c | 56 bool failed = false; local 62 tst_resm(TFAIL | TERRNO, "PTRACE_GETREGS failed"); 72 "(offset %li) failed", 74 failed = true; 86 failed = true; 93 tst_resm((failed ? TFAIL : TPASS), 118 tst_brkm(TFAIL, NULL, "PTRACE_SYSCALL failed: %s",
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
RpcController.java | 64 * After a call has finished, returns true if the call failed. The possible 65 * reasons for failure depend on the RPC implementation. {@code failed()} 69 boolean failed(); method in interface:RpcController 72 * If {@code failed()} is {@code true}, returns a human-readable description 82 * will indicate that the call failed at that time. 91 * Causes {@code failed()} to return true on the client side. {@code reason}
|
/external/skqp/tests/ |
AnimatedImageTest.cpp | 61 ERRORF(r, "Failed to copy %s frame %i", file, options.fPriorFrame); 124 bool failed = false; local 139 failed = true; 144 if (failed) { 151 ERRORF(r, "reset failed"); 158 if (failed) { 167 ERRORF(r, "reset failed for image %s from frame %i", 169 failed = true; 175 ERRORF(r, "failed to match frame %i in %s on iteration %i", 177 failed = true [all...] |
/external/testng/src/test/java/test/ |
InvocationAndSuccessPercentageTest.java | 20 String[] failed = { local 31 verifyTests("Failed", failed, getFailedTests()); 37 * 2 failed but within success percentage 47 String[] failed = { local 55 verifyTests("Failed", failed, getFailedTests()); 57 // Should have 8 passed, 2 failed but within success percentage 67 * 1 failed but within success percentage 68 * 1 failed 78 String[] failed = { local [all...] |
JUnit4Test.java | 28 String[] failed = JUnit4Sample2.FAILED; local 32 verifyTests("Failed", failed, getFailedTests()); 43 String[] failed = JUnit4SampleSuite.FAILED; local 47 verifyTests("Failed", failed, getFailedTests()); 58 String[] failed = {}; local 62 verifyTests("Failed", failed, getFailedTests()) 74 String[] failed = {}; local 89 String[] failed = JUnit4ParameterizedTest.FAILED; local [all...] |
MethodTest.java | 20 String[] failed = { local 23 verifyTests("Failed", failed, getFailedTests()); 35 String[] failed = { local 38 verifyTests("Failed", failed, getFailedTests()); 49 String[] failed = { local 52 verifyTests("Failed", failed, getFailedTests());
|
Test1.java | 28 String[] failed = { local 31 verifyTests("Failed", failed, getFailedTests()); 48 String[] failed = { local 51 verifyTests("Failed", failed, getFailedTests()); 71 String[] failed = { local 74 verifyTests("Failed", failed, getFailedTests()); 87 String[] failed = local 103 String[] failed = { local 119 String[] failed = { local [all...] |
Test2.java | 39 String[] failed = { local 43 verifyTests("Failed", failed, getFailedTests()); 60 String[] failed = { local 64 verifyTests("Failed", failed, getFailedTests()); 80 String[] failed = { local 84 verifyTests("Failed", failed, getFailedTests());
|
/external/testng/src/test/java/test/dependent/ |
ImplicitGroupInclusionTest.java | 18 String[] failed = { local 22 verifyTests("Failed", failed, getFailedTests()); 36 String[] failed = { local 40 verifyTests("Failed", failed, getFailedTests()); 54 String[] failed = { local 58 verifyTests("Failed", failed, getFailedTests()); 73 String[] failed = local 91 String[] failed = { local [all...] |
MultiGroupTest.java | 17 String[] failed = { local 24 verifyTests("Failed", failed, getFailedTests());
|
/external/testng/src/test/java/test/invocationcount/ |
FailedInvocationCountTest.java | 11 int passed, int failed, int skipped) 22 Assert.assertEquals(tla.getFailedTests().size(), failed); local
|
/external/testng/src/test/java/test/methodselectors/ |
MethodSelectorTest.java | 17 String[] failed = { local 20 verifyTests("Failed", failed, getFailedTests()); 31 String[] failed = { local 34 verifyTests("Failed", failed, getFailedTests()); 46 String[] failed = { local 49 verifyTests("Failed", failed, getFailedTests()); 61 String[] failed = local 76 String[] failed = { local [all...] |
/external/testng/src/test/java/test/pkg/ |
PackageTest.java | 26 String[] failed = { local 29 verifyTests("Failed", failed, getFailedTests()); 46 String[] failed = { local 49 verifyTests("Failed", failed, getFailedTests()); 59 String[] failed = { local 62 verifyTests("Failed", failed, getFailedTests()); 72 String[] failed = local 85 String[] failed = { local 97 String[] failed = { local [all...] |
/frameworks/base/tests/backup/ |
backup_helper_test.cpp | 81 int failed = 0; local 92 failed++; 93 printf("failed\n"); 103 if (failed == 0) { 106 printf("Tests failed: (%d of %d)\n", failed, testCount);
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
FutureLikeCompletionHandler.java | 40 public void failed(Throwable exc, Object attachment) { method in class:FutureLikeCompletionHandler
|