/external/webrtc/src/system_wrappers/test/map/ |
H A D | map.cc | 18 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 D | 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/ |
H A D | 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/ |
H A D | 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/ |
H A D | 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/ |
H A D | ANTLRRecognizerSharedState.h | 38 BOOL failed; // indicate that some match failed variable 56 @property (assign, getter=getFailed, setter=setFailed:) BOOL failed; variable
|
/external/harfbuzz_ng/util/ |
H A D | shape-consumer.hh | 37 : failed (false), 46 failed = false; 62 failed = true; 79 bool failed; member in struct:shape_consumer_t
|
H A D | hb-ot-shape-closure.cc | 60 failed = false; 100 bool failed; member in struct:shape_closure_consumer_t
|
/external/junit/src/org/junit/rules/ |
H A D | TestWatcher.java | 19 * protected void failed(Description d) { 52 failed(t, description); 75 protected void failed(Throwable e, Description description) { method in class:TestWatcher
|
H A D | TestWatchman.java | 19 * 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 D | RouteDatabase.java | 23 * 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 D | snprintftest.c | 26 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 D | 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/ |
H A D | 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/testing/ |
H A D | compile_test.cc | 105 int failed = 0; local 111 failed++; 118 failed++; 127 failed++; 132 EXPECT_EQ(failed, 0);
|
/external/strace/ |
H A D | xattr.c | 13 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 D | list.cc | 18 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 D | RecognizerSharedState.cs | 81 * 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 D | RecognizerSharedState.cs | 83 * 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 D | 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/libxml2/python/tests/ |
H A D | thread2.py | 13 failed = 0 variable 33 global failed 36 failed = 1 46 assert "failed" 89 if failed:
|
/external/lldb/tools/debugserver/source/MacOSX/ |
H A D | MachVMRegion.cpp | 139 const bool failed = m_err.Fail(); local 142 if (log_protections || failed) 145 if (failed)
|
/external/toybox/toys/other/ |
H A D | taskset.c | 38 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 D | tst_iscan.c | 36 int failed = 0; variable 55 failed++; 185 failed++; 197 failed++; 220 if (!failed) 222 return failed;
|
/external/e2fsprogs/lib/uuid/ |
H A D | tst_uuid.c | 79 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...] |