HomeSort by relevance Sort by last modified time
    Searched defs:failed (Results 26 - 50 of 550) sorted by null

12 3 4 5 6 7 8 91011>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/detail/
general.hpp 30 static void failed() { ((Model*)0)->~Model(); } function in struct:boost::concepts::requirement
33 struct failed {}; struct in namespace:boost::concepts
36 struct requirement<failed ************ Model::************>
38 static void failed() { ((Model*)0)->~Model(); } function in struct:boost::concepts::requirement
46 static void failed() { ((Model*)0)->constraints(); } function in struct:boost::concepts::constraint
54 , requirement<failed ************ Model::************>
63 : requirement<failed ************ Model::************>
70 &::boost::concepts::requirement_<ModelFnPtr>::failed> \
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
RecognizerSharedState.as 33 * has failed to match. Reset to false upon valid token match.
35 public var failed:Boolean = false; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/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/ANTLR.framework/Versions/A/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/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 60 failed = false;
100 bool failed; member in struct:shape_closure_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/protobuf/java/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/protobuf/src/google/protobuf/io/
printer.h 113 // True if any write to the underlying stream failed. (We don't just
116 bool failed() const { return failed_; } function in class:google::protobuf::io::Printer
  /external/regex-re2/re2/
set.cc 100 bool failed; local
102 Prog::kManyMatch, NULL, &failed, v);
103 if (failed)
  /external/regex-re2/re2/testing/
compile_test.cc 105 int failed = 0; local
111 failed++;
118 failed++;
127 failed++;
132 EXPECT_EQ(failed, 0);
  /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...]

Completed in 2002 milliseconds

12 3 4 5 6 7 8 91011>>