Searched refs:failed (Results 1 - 25 of 734) sorted by relevance

1234567891011>>

/external/chromium_org/testing/gtest/xcode/Samples/FrameworkSample/
H A Druntests.sh41 # Now execute each one in turn keeping track of how many succeeded and failed.
43 failed=0
51 failed=$(( failed + 1 ))
57 echo "Tests complete with $succeeded successes and $failed failures."
58 if [ $failed -ne 0 ]; then
59 echo "The following tests failed:"
62 exit $failed
/external/chromium_org/testing/gtest/xcode/Scripts/
H A Druntests.sh44 # Now execute each one in turn keeping track of how many succeeded and failed.
46 failed=0
54 failed=$(( failed + 1 ))
60 echo "Tests complete with $succeeded successes and $failed failures."
61 if [ $failed -ne 0 ]; then
62 echo "The following tests failed:"
65 exit $failed
/external/protobuf/gtest/xcode/Scripts/
H A Druntests.sh15 # Now execute each one in turn keeping track of how many succeeded and failed.
17 failed=0
25 failed=$(( failed + 1 ))
31 echo "Tests complete with $succeeded successes and $failed failures."
32 if [ $failed -ne 0 ]; then
33 echo "The following tests failed:"
36 exit $failed
/external/tcpdump/tests/
H A DTESTrun.sh6 failed=0
20 echo $i: failed.
21 failed=`expr $failed + 1`
26 echo $failed >.failed
43 echo $name: failed.
44 failed=`expr $failed + 1`
45 echo $failed >
[all...]
/external/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/
H A Dfailed.pass.cpp14 // bool failed() const throw();
24 assert(i.failed());
28 assert(i.failed());
/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...]
/external/e2fsprogs/tests/
H A Dtest_post5 num_failed=`ls *.failed 2>/dev/null | wc -l`
7 echo "$num_ok tests succeeded $num_failed tests failed"
11 echo -n "Tests failed: "
12 for fname in $(ls *.failed); do
13 echo -n "${fname%%.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...]
/external/chromium_org/tools/valgrind/
H A Dregrind.sh8 # Also save files regrind-failed.txt listing failed tests,
9 # and regrind-failed-map.txt showing which bot URLs have which failed tests
25 valgrind:.*: Assertion.*failed|VALGRIND INTERNAL ERROR"
29 echo "--noscrape: don't scrape bots, just use old regrind-failed.txt"
35 # Given a log on stdin, list all the tests that failed in that log.
44 # Generate a list of failed tests in regrind-failed.txt by scraping bot.
47 rm -f regrind-*.tmp* regrind-failed
[all...]
/external/stlport/test/eh/
H A DLeakCheck.h67 bool failed = false; local
69 for (long count = 0; !succeeded && !failed && count < max_iters; ++count) {
86 failed = gTestController.ReportLeaked();
87 EH_ASSERT( !failed );
92 EH_ASSERT( succeeded || failed ); // Make sure the count hasn't gone over
105 bool failed = false; local
107 for (long count = 0; !succeeded && !failed && count < max_iters; ++count) {
122 failed = gTestController.ReportLeaked();
123 EH_ASSERT( !failed );
128 EH_ASSERT( succeeded || failed ); // Mak
147 bool failed = false; local
[all...]
/external/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons/
H A Dostream.pass.cpp25 assert(!i.failed());
30 assert(!i.failed());
H A Dstreambuf.pass.cpp25 assert(!i.failed());
30 assert(!i.failed());
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/bin/
H A Dfailed-syscalls-report2 # description: system-wide failed syscalls
10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/failed-syscalls.pl $comm
/external/lldb/test/
H A Ddosep.ty15 failed = []
31 failed.append(name)
34 return (failed, passed)
51 (failed, passed) = walk_and_invoke(test_root, dotest_options)
52 num_tests = len(failed) + len(passed)
55 if len(failed) > 0:
56 print "Failing Tests (%d)" % len(failed)
57 for f in failed:
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
H A DFuzzy.m98 state.failed = NO;
103 if ( state.failed ) {
147 [self matchString:@"import"]; if ( state.failed ) return ;
151 [self mWS]; if ( state.failed ) return ;
156 [self mQIDStar]; if ( state.failed ) return ;
173 [self mWS]; if ( state.failed ) return ;
183 [self matchChar:';']; if ( state.failed ) return ;
216 [self matchString:@"return"]; if ( state.failed ) return ;
235 [self matchAny]; if ( state.failed ) return ;
248 [self matchChar:';']; if ( state.failed ) retur
[all...]
/external/clang/utils/TestUtils/
H A Dpch-test.pl14 my $failed = 0;
33 $failed++;
41 $failed++;
52 print("$failed tests failed\n");
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DRecognizerSharedState.js32 * has failed to match. Reset to false upon valid token match.
34 this.failed = false;
/external/chromium_org/ppapi/thunk/
H A Dppb_find_private_thunk.cc21 if (enter.failed())
31 if (enter.failed())
39 if (enter.failed())
49 if (enter.failed())
H A Dppb_audio_buffer_thunk.cc28 if (enter.failed())
36 if (enter.failed())
44 if (enter.failed())
52 if (enter.failed())
60 if (enter.failed())
68 if (enter.failed())
76 if (enter.failed())
84 if (enter.failed())
H A Dppb_input_event_private_thunk.cc18 if (enter.failed())
25 if (enter.failed())
H A Dppb_url_loader_trusted_thunk.cc22 if (enter.failed())
31 if (enter.failed())
/external/chromium_org/rlz/win/lib/
H A Dlib_mutex.h19 bool failed(void) { return !acquired_; } function in class:rlz_lib::LibMutex
/external/chromium_org/third_party/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/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/vixl/tools/
H A Dprinter.py58 # [time| progress|+ passed|- failed] Name
59 def UpdateProgress(start_time, passed, failed, count, verbose, name):
64 progress = float(passed + failed) / count * 100
66 failed_colour = '\x1b[31m' if failed != 0 else ''
77 sys.stdout.write(indicator % (minutes, seconds, progress, passed, failed))

Completed in 1461 milliseconds

1234567891011>>