HomeSort by relevance Sort by last modified time
    Searched refs:failed (Results 1 - 25 of 603) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/http/tests/ssl/resources/
no-http-referer.cgi 7 my $failed = 0;
11 $failed = 1;
14 if (!$failed) {
  /external/chromium/testing/gtest/xcode/Samples/FrameworkSample/
runtests.sh 41 # 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/testing/gtest/xcode/Scripts/
runtests.sh 44 # 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/
runtests.sh 15 # 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
  /system/extras/tests/bionic/libc/glibc/assert/
test-assert.c 50 volatile int failed = 1; local
62 failed = 0; /* should happen */
67 failed = 1; /* should not happen */
72 failed = 1; /* should not happen */
77 failed = 1;
81 failed = 1;
85 failed = 1;
87 return failed;
  /external/e2fsprogs/lib/uuid/
tst_uuid.c 78 int failed = 0; local
93 failed++;
109 failed++;
114 failed++;
130 failed++;
135 failed++;
146 printf("UUID parse and compare failed!\n");
147 failed++;
153 printf("UUID clear and is null failed!\n");
154 failed++
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
vcdecoder2_test.cc 93 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 = false 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...]
vcdecoder3_test.cc 575 bool failed = false; local
580 failed = true;
584 EXPECT_TRUE(failed);
591 bool failed = false; local
594 failed = true;
600 EXPECT_TRUE(failed);
608 bool failed = false; local
611 failed = true;
617 EXPECT_TRUE(failed);
645 bool failed = false local
672 bool failed = false; local
709 bool failed = false; local
723 bool failed = false; local
741 bool failed = false; local
764 bool failed = false; local
791 bool failed = false; local
810 bool failed = false; local
832 bool failed = false; local
847 bool failed = false; local
862 bool failed = false; local
877 bool failed = false; local
894 bool failed = false; local
911 bool failed = false; local
931 bool failed = false; local
948 bool failed = false; local
965 bool failed = false; local
982 bool failed = false; local
1002 bool failed = false; local
1024 bool failed = false; local
1039 bool failed = false; local
1054 bool failed = false; local
1069 bool failed = false; local
1086 bool failed = false; local
1103 bool failed = false; local
1123 bool failed = false; local
1145 bool failed = false; local
1160 bool failed = false; local
1175 bool failed = false; local
1190 bool failed = false; local
1207 bool failed = false; local
1224 bool failed = false; local
    [all...]
  /external/stlport/test/eh/
LeakCheck.h 67 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 ); // Make sure the count hasn't gone ove
147 bool failed = false; local
    [all...]
  /external/linux-tools-perf/scripts/perl/bin/
failed-syscalls-report 2 # description: system-wide failed syscalls
10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/failed-syscalls.pl $comm
  /external/tcpdump/tests/
bgp_vpn_attrset.sh 8 echo failed.
eapon1.sh 11 echo failed.
esp0.sh 9 echo failed.
isakmp1.sh 10 echo failed.
isakmp2.sh 10 echo failed.
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
Fuzzy.m 98 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 ) return
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
RecognizerSharedState.js 32 * has failed to match. Reset to false upon valid token match.
34 this.failed = false;
  /external/clang/utils/TestUtils/
pch-test.pl 14 my $failed = 0;
31 print("\n---Failed to dump AST file for \"$file\"---\n");
33 $failed++;
39 print("\n---Failed to build PCH file for \"$file\"---\n");
41 $failed++;
52 print("$failed tests failed\n");
  /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/linux-tools-perf/scripts/python/bin/
failed-syscalls-by-pid-report 2 # description: system-wide failed syscalls, by pid
10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/failed-syscalls-by-pid.py $comm
  /dalvik/dx/tests/
run-all-tests 37 failed=0
46 ((failed += 1))
53 echo "failed: $failed test(s)"
56 echo "failed: $i"
  /external/webkit/Tools/Scripts/
update-javascriptcore-test-results 58 my $failed = 0;
63 $failed = 1;
69 die "won't update, failures introduced\n" if $failed && !$force;
  /frameworks/base/tests/backup/
backup_stress_test.sh 30 failed=0
42 ./test_restore.sh "$@" 2>&1 || failed=1
44 if [ "$failed" -ne 0 ]; then
47 echo "FAILED iteration $i of $iterations; $failures failures so far"
48 echo "FAILED iteration $i of $iterations; $failures failures so far" > /dev/stderr
  /external/clang/test/SemaTemplate/
instantiate-field.cpp 37 struct failed ;
39 template <class Model> struct requirement<failed *Model::*>
41 static void failed() function in struct:PR7123::requirement
47 template <class Model> struct requirement_<void(*)(Model)> : requirement<failed *Model::*>
64 instantiate< requirement_<void(*)(usage_requirements<BidirectionalIterator>)>::failed> int534; // expected-note{{in instantiation of}}
  /external/dbus/bus/
config-loader-expat.c 37 dbus_bool_t failed; member in struct:__anon5960
43 if (context->failed)
52 context->failed = TRUE;
74 if (context->failed)
91 context->failed = TRUE;
115 context->failed = TRUE;
136 context->failed = TRUE;
148 if (context->failed)
155 context->failed = TRUE;
178 context.failed = FALSE
    [all...]

Completed in 512 milliseconds

1 2 3 4 5 6 7 8 91011>>