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

12345678910

/external/chromium_org/sdch/open-vcdiff/src/
H A Dvcdecoder2_test.cc93 bool failed = false; local
96 failed = true;
100 EXPECT_TRUE(failed);
128 bool failed = false; local
131 failed = true;
135 EXPECT_TRUE(failed);
142 bool failed = false; local
145 failed = true;
149 EXPECT_TRUE(failed);
160 bool failed local
184 bool failed = false; local
216 bool failed = false; local
234 bool failed = false; local
250 bool failed = false; local
266 bool failed = false; local
282 bool failed = false; local
299 bool failed = false; local
315 bool failed = false; local
331 bool failed = false; local
347 bool failed = false; local
363 bool failed = false; local
379 bool failed = false; local
395 bool failed = false; local
411 bool failed = false; local
428 bool failed = false; local
444 bool failed = false; local
461 bool failed = false; local
475 bool failed = false; local
490 bool failed = false; local
505 bool failed = false; local
521 bool failed = false; local
537 bool failed = false; local
564 bool failed = false; local
581 bool failed = false; local
597 bool failed = false; local
613 bool failed = false; local
629 bool failed = false; local
645 bool failed = false; local
661 bool failed = false; local
678 bool failed = false; local
694 bool failed = false; local
710 bool failed = false; local
726 bool failed = false; local
742 bool failed = false; local
758 bool failed = false; local
775 bool failed = false; local
791 bool failed = false; local
807 bool failed = false; local
823 bool failed = false; local
839 bool failed = false; local
855 bool failed = false; local
871 bool failed = false; local
887 bool failed = false; local
904 bool failed = false; local
925 bool failed = false; local
940 bool failed = false; local
955 bool failed = false; local
970 bool failed = false; local
985 bool failed = false; local
1000 bool failed = false; local
1015 bool failed = false; local
1033 bool failed = false; local
1048 bool failed = false; local
1063 bool failed = false; local
1078 bool failed = false; local
1096 bool failed = false; local
1111 bool failed = false; local
1126 bool failed = false; local
1141 bool failed = false; local
1156 bool failed = false; local
1171 bool failed = false; local
1186 bool failed = false; local
1204 bool failed = false; local
1219 bool failed = false; local
1234 bool failed = false; local
1249 bool failed = false; local
1264 bool failed = false; local
1279 bool failed = false; local
1294 bool failed = false; local
[all...]
H A Dvcdecoder3_test.cc578 bool failed = false; local
583 failed = true;
587 EXPECT_TRUE(failed);
594 bool failed = false; local
597 failed = true;
603 EXPECT_TRUE(failed);
611 bool failed = false; local
614 failed = true;
620 EXPECT_TRUE(failed);
648 bool failed local
675 bool failed = false; local
712 bool failed = false; local
726 bool failed = false; local
744 bool failed = false; local
767 bool failed = false; local
794 bool failed = false; local
813 bool failed = false; local
835 bool failed = false; local
850 bool failed = false; local
865 bool failed = false; local
880 bool failed = false; local
897 bool failed = false; local
914 bool failed = false; local
934 bool failed = false; local
951 bool failed = false; local
968 bool failed = false; local
985 bool failed = false; local
1005 bool failed = false; local
1027 bool failed = false; local
1042 bool failed = false; local
1057 bool failed = false; local
1072 bool failed = false; local
1089 bool failed = false; local
1106 bool failed = false; local
1126 bool failed = false; local
1148 bool failed = false; local
1163 bool failed = false; local
1178 bool failed = false; local
1193 bool failed = false; local
1210 bool failed = false; local
1227 bool failed = false; local
[all...]
/external/chromium_org/rlz/win/lib/
H A Dlib_mutex.h19 bool failed(void) { return !acquired_; } function in class:rlz_lib::LibMutex
/external/skia/dm/
H A DDMReporter.cpp18 const int32_t failed = SK_ANNOTATE_UNPROTECTED_READ(fFailed); local
23 if (failed > 0) {
24 status.appendf(", %d failed", failed);
/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/chromium_org/sandbox/linux/seccomp-bpf/
H A Derrorcode.cc48 const ErrorCode* failed)
55 failed_(failed),
43 ErrorCode(int argno, ArgType width, uint64_t mask, uint64_t value, const ErrorCode* passed, const ErrorCode* failed) argument
/external/chromium_org/third_party/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/chromium_org/third_party/re2/re2/testing/
H A Dcompile_test.cc105 int failed = 0; local
111 failed++;
118 failed++;
127 failed++;
132 EXPECT_EQ(failed, 0);
/external/chromium_org/third_party/skia/dm/
H A DDMReporter.cpp16 const int32_t failed = SK_ANNOTATE_UNPROTECTED_READ(fFailed); local
21 if (failed > 0) {
22 status.appendf(", %d failed", failed);
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dcombpath_test.c90 static char failed[1000]; variable
125 failed[0] = '\0';
132 sprintf(failed, "%s ** F: %s\n", failed, failmsg);
137 numtests-nf, nf, numtests, 100*(numtests-nf)/numtests, failed);
H A Dsplitpath_test.c99 static char failed[1000]; variable
140 failed[0] = '\0';
147 sprintf(failed, "%s ** F: %s\n", failed, failmsg);
152 numtests-nf, nf, numtests, 100*(numtests-nf)/numtests, failed);
/external/chromium_org/tools/telemetry/telemetry/results/
H A Dpage_run.py36 return not self.skipped and not self.failed
47 def failed(self): member in class:PageRun
48 """Whether the current run failed.
/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
/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/
H A DRouteDatabase.java22 * 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/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.h109 // True if any write to the underlying stream failed. (We don't just
112 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/webrtc/src/system_wrappers/test/list/
H A Dlist.cc18 void FailTest(bool failed) argument
20 if (failed)
22 printf("Test failed!\n");

Completed in 6144 milliseconds

12345678910