Searched defs:failed (Results 1 - 25 of 158) sorted by relevance

1234567

/external/webrtc/src/system_wrappers/test/map/
H A Dmap.cc18 void FailTest(bool failed) argument
20 if (failed)
22 printf("Test failed!\n");
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DRecognizerSharedState.as33 * 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/
H A DANTLRRecognizerSharedState.h37 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/
H A DANTLRRecognizerSharedState.h37 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/
H A DANTLRRecognizerSharedState.h37 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/
H A DANTLRRecognizerSharedState.h38 BOOL failed; // indicate that some match failed variable
56 @property (assign, getter=getFailed, setter=setFailed:) BOOL failed; variable
/external/harfbuzz_ng/util/
H A Dshape-consumer.hh37 : failed (false),
46 failed = false;
62 failed = true;
79 bool failed; member in struct:shape_consumer_t
H A Dhb-ot-shape-closure.cc60 failed = false;
100 bool failed; member in struct:shape_closure_consumer_t
/external/junit/src/org/junit/rules/
H A DTestWatcher.java19 * protected void failed(Description d) {
52 failed(t, description);
75 protected void failed(Throwable e, Description description) { method in class:TestWatcher
H A DTestWatchman.java19 * public void failed(Throwable e, FrameworkMethod method) {
58 failed(t, method);
81 public void failed(Throwable e, FrameworkMethod method) { method in class:TestWatchman
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DRouteDatabase.java23 * A blacklist of failed routes to avoid when creating a new connection to a
32 public synchronized void failed(Route failedRoute) { method in class:RouteDatabase
41 /** Returns true if {@code route} has failed recently and should be avoided. */
/external/openssh/openbsd-compat/regress/
H A Dsnprintftest.c26 static int failed = 0; variable
32 failed = 1;
58 fail("malloc failed");
63 fail("failed with length limit '%%.s'");
72 return failed;
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DRpcController.java64 * 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/
H A Dprinter.h113 // 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/testing/
H A Dcompile_test.cc105 int failed = 0; local
111 failed++;
118 failed++;
127 failed++;
132 EXPECT_EQ(failed, 0);
/external/strace/
H A Dxattr.c13 print_xattr_val(struct tcb *tcp, int failed, argument
22 goto failed;
26 goto failed;
35 goto failed;
39 goto failed;
53 failed:
/external/webrtc/src/system_wrappers/test/list/
H A Dlist.cc18 void FailTest(bool failed) argument
20 if (failed)
22 printf("Test failed!\n");
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DRecognizerSharedState.cs81 * has failed to match. Reset to false upon valid token match.
84 public bool failed; field in class:Antlr.Runtime.RecognizerSharedState
167 failed = state.failed;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DRecognizerSharedState.cs83 * has failed to match. Reset to false upon valid token match.
86 public bool failed; field in class:Antlr.Runtime.RecognizerSharedState
171 failed = state.failed;
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DRecognizerSharedState.java61 * 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/libxml2/python/tests/
H A Dthread2.py13 failed = 0 variable
33 global failed
36 failed = 1
46 assert "failed"
89 if failed:
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachVMRegion.cpp139 const bool failed = m_err.Fail(); local
142 if (log_protections || failed)
145 if (failed)
/external/toybox/toys/other/
H A Dtaskset.c38 char *s = *toys.optargs, *failed = "failed to %s %d's affinity"; local
46 perror_exit(failed, "get", pid);
76 perror_exit(failed, "set", pid);
/external/e2fsprogs/lib/ext2fs/
H A Dtst_iscan.c36 int failed = 0; variable
55 failed++;
185 failed++;
197 failed++;
220 if (!failed)
222 return failed;
/external/e2fsprogs/lib/uuid/
H A Dtst_uuid.c79 int failed = 0; local
94 failed++;
111 failed++;
116 failed++;
134 failed++;
139 failed++;
150 printf("UUID time comparison failed!\n");
151 failed++;
160 printf("UUID parse and compare failed!\n");
161 failed
[all...]

Completed in 1049 milliseconds

1234567