Home
last modified time | relevance | path

Searched refs:failed (Results 1 – 25 of 1270) sorted by relevance

12345678910>>...51

/external/chromium_org/sdch/open-vcdiff/src/
Dvcdecoder2_test.cc93 bool failed = false; in TEST_F() local
96 failed = true; in TEST_F()
100 EXPECT_TRUE(failed); in TEST_F()
128 bool failed = false; in TEST_F() local
131 failed = true; in TEST_F()
135 EXPECT_TRUE(failed); in TEST_F()
142 bool failed = false; in TEST_F() local
145 failed = true; in TEST_F()
149 EXPECT_TRUE(failed); in TEST_F()
160 bool failed = false; in TEST_F() local
[all …]
Dvcdecoder3_test.cc578 bool failed = false; in TEST_F() local
583 failed = true; in TEST_F()
587 EXPECT_TRUE(failed); in TEST_F()
594 bool failed = false; in TEST_F() local
597 failed = true; in TEST_F()
603 EXPECT_TRUE(failed); in TEST_F()
611 bool failed = false; in TEST_F() local
614 failed = true; in TEST_F()
620 EXPECT_TRUE(failed); in TEST_F()
648 bool failed = false; in TEST_F() local
[all …]
/external/e2fsprogs/lib/uuid/
Dtst_uuid.c79 int failed = 0; in main() local
94 failed++; in main()
111 failed++; in main()
116 failed++; in main()
134 failed++; in main()
139 failed++; in main()
151 failed++; in main()
161 failed++; in main()
168 failed++; in main()
175 failed++; in main()
[all …]
/external/chromium_org/net/cert/
Dnss_cert_database_unittest.cc286 NSSCertDatabase::ImportCertFailureList failed; in TEST_F() local
288 &failed)); in TEST_F()
290 EXPECT_EQ(0U, failed.size()); in TEST_F()
317 NSSCertDatabase::ImportCertFailureList failed; in TEST_F() local
319 &failed)); in TEST_F()
321 EXPECT_EQ(0U, failed.size()); in TEST_F()
348 NSSCertDatabase::ImportCertFailureList failed; in TEST_F() local
350 &failed)); in TEST_F()
352 EXPECT_EQ(0U, failed.size()); in TEST_F()
379 NSSCertDatabase::ImportCertFailureList failed; in TEST_F() local
[all …]
/external/tcpdump/tests/
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 >.failed
55 failed=`cat .failed`
60 printf "%4u tests failed\n" $failed
67 exit $failed
/external/chromium_org/tools/valgrind/
Dregrind.sh47 rm -f regrind-*.tmp* regrind-failed.txt regrind-failed-map.txt
48 touch regrind-failed.txt
63 layout_list_failed_tests < regrind-$i.tmp > regrind-$i.tmp.failed
64 if test -s regrind-$i.tmp.failed
68 cat regrind-$i.tmp.failed
70 cat regrind-$i.tmp.failed | sed "s,^,$url ," >> regrind-failed-map.txt
72 for test in `cat regrind-$i.tmp.failed`
74 fgrep "$test" regrind-failed.txt > /dev/null 2>&1 || echo "$test" >> regrind-failed.txt
77 rm regrind-$i.tmp.failed
88 cat `cat regrind-errfiles.txt` | layout_list_failed_tests > regrind-failed.txt
[all …]
/external/doclava/src/com/google/doclava/parser/
DJavaParser.java526 if (state.failed) return ; in compilationUnit()
539 if (state.failed) return ; in compilationUnit()
576 if (state.failed) return ; in compilationUnit()
616 if (state.failed) return ; in compilationUnit()
669 match(input,PACKAGE,FOLLOW_PACKAGE_in_packageDeclaration167); if (state.failed) return ; in packageDeclaration()
675 if (state.failed) return ; in packageDeclaration()
677 match(input,SEMI,FOLLOW_SEMI_in_packageDeclaration179); if (state.failed) return ; in packageDeclaration()
739 if (state.backtracking>0) {state.failed=true; return ;} in importDeclaration()
748 if (state.backtracking>0) {state.failed=true; return ;} in importDeclaration()
757 if (state.backtracking>0) {state.failed=true; return ;} in importDeclaration()
[all …]
/external/stlport/test/eh/
DLeakCheck.h67 bool failed = false; variable
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; variable
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 over
[all …]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
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 ) return ;
[all …]
/external/chromium_org/ppapi/thunk/
Dppb_content_decryptor_private_thunk.cc22 if (enter.failed()) in PromiseResolved()
32 if (enter.failed()) in PromiseResolvedWithSession()
44 if (enter.failed()) in PromiseResolvedWithKeyIds()
58 if (enter.failed()) in PromiseRejected()
73 if (enter.failed()) in SessionMessage()
86 if (enter.failed()) in SessionKeysChange()
98 if (enter.failed()) in SessionExpirationChange()
108 if (enter.failed()) in SessionReady()
116 if (enter.failed()) in SessionClosed()
128 if (enter.failed()) in SessionError()
[all …]
Dppb_input_event_thunk.cc24 if (enter.failed()) in RequestInputEvents()
33 if (enter.failed()) in RequestFilteringInputEvents()
56 if (enter.failed()) in GetType()
64 if (enter.failed()) in GetTimeStamp()
72 if (enter.failed()) in GetModifiers()
98 if (enter.failed()) in CreateMouseInputEvent1_0()
118 if (enter.failed()) in CreateMouseInputEvent1_1()
142 if (enter.failed()) in GetMouseButton()
150 if (enter.failed()) in GetMousePosition()
158 if (enter.failed()) in GetMouseClickCount()
[all …]
Dppb_websocket_thunk.cc23 if (enter.failed()) in Create()
41 if (enter.failed()) in Connect()
55 if (enter.failed()) in Close()
65 if (enter.failed()) in ReceiveMessage()
74 if (enter.failed()) in SendMessage()
82 if (enter.failed()) in GetBufferedAmount()
90 if (enter.failed()) in GetCloseCode()
98 if (enter.failed()) in GetCloseReason()
106 if (enter.failed()) in GetCloseWasClean()
114 if (enter.failed()) in GetExtensions()
[all …]
Dppb_file_ref_thunk.cc30 if (enter_file_system.failed()) in Create()
34 if (enter.failed()) in Create()
54 if (enter.failed()) in GetFileSystemType()
62 if (enter.failed()) in GetName()
70 if (enter.failed()) in GetPath()
78 if (enter.failed()) in GetParent()
88 if (enter.failed()) in MakeDirectory()
101 if (enter.failed()) in MakeDirectory_1_2()
113 if (enter.failed()) in Touch()
123 if (enter.failed()) in Delete()
[all …]
Dppb_tcp_socket_thunk.cc25 if (enter.failed()) in Create_1_0()
33 if (enter.failed()) in Create()
49 if (enter.failed()) in Bind()
59 if (enter.failed()) in Connect()
67 if (enter.failed()) in GetLocalAddress()
75 if (enter.failed()) in GetRemoteAddress()
86 if (enter.failed()) in Read()
99 if (enter.failed()) in Write()
111 if (enter.failed()) in Listen()
121 if (enter.failed()) in Accept()
[all …]
/external/e2fsprogs/tests/t_quota_2off/
Dscript11 echo "mke2fs -O quota failed" > $test_name.failed
12 echo "$test_name: $test_description: failed"
19 echo "tune2fs -O ^quota failed" > $test_name.failed
20 echo "$test_name: $test_description: failed"
30 echo "e2fsck with quota enabled failed with $status" > $test_name.failed
31 echo "$test_name: $test_description: failed"
/external/e2fsprogs/tests/t_mmp_2off/
Dscript16 echo "mke2fs -O mmp failed" > $test_name.failed
17 echo "$test_name: $test_description: failed"
24 echo "tune2fs -O ^mmp failed" > $test_name.failed
25 echo "$test_name: $test_description: failed"
35 echo "e2fsck after MMP disable failed" > $test_name.failed
36 echo "$test_name: $test_description: failed"
/external/e2fsprogs/tests/t_mmp_1on/
Dscript16 echo "mke2fs failed" > $test_name.failed
17 echo "$test_name: $test_description: failed"
24 echo "tune2fs -O mmp failed with $status" > $test_name.failed
25 echo "$test_name: $test_description: failed"
35 echo "e2fsck with MMP enabled failed with $status" > $test_name.failed
36 echo "$test_name: $test_description: failed"
/external/e2fsprogs/tests/t_quota_1on/
Dscript11 echo "mke2fs failed" > $test_name.failed
12 echo "$test_name: $test_description: failed"
27 echo "tune2fs -O quota failed with $status" > $test_name.failed
28 echo "$test_name: $test_description: failed"
38 echo "e2fsck with quota enabled failed with $status" > $test_name.failed
39 echo "$test_name: $test_description: failed"
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
Dprinter_unittest.cc58 EXPECT_TRUE(!printer.failed()); in TEST()
74 EXPECT_FALSE(printer.failed()); in TEST()
100 EXPECT_FALSE(printer.failed()); in TEST()
135 EXPECT_FALSE(printer.failed()); in TEST()
160 EXPECT_FALSE(printer.failed()); in TEST()
201 EXPECT_FALSE(printer.failed()); in TEST()
244 EXPECT_FALSE(printer.failed()); in TEST()
248 EXPECT_TRUE(printer.failed()); in TEST()
252 EXPECT_TRUE(printer.failed()); in TEST()
254 EXPECT_TRUE(printer.failed()); in TEST()
[all …]
/external/lldb/test/
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/chromium_org/testing/gtest/xcode/Samples/FrameworkSample/
Druntests.sh43 failed=0
51 failed=$(( failed + 1 ))
57 echo "Tests complete with $succeeded successes and $failed failures."
58 if [ $failed -ne 0 ]; then
62 exit $failed
/external/chromium_org/testing/gtest/xcode/Scripts/
Druntests.sh46 failed=0
54 failed=$(( failed + 1 ))
60 echo "Tests complete with $succeeded successes and $failed failures."
61 if [ $failed -ne 0 ]; then
65 exit $failed
/external/protobuf/gtest/xcode/Scripts/
Druntests.sh17 failed=0
25 failed=$(( failed + 1 ))
31 echo "Tests complete with $succeeded successes and $failed failures."
32 if [ $failed -ne 0 ]; then
36 exit $failed
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DCertPathReviewerMessages.properties55 CertPathReviewer.ncExtError.title = Name constraint checking failed
56 CertPathReviewer.ncExtError.text = Name constraint checking failed: there was an error processing t…
58 CertPathReviewer.ncExtError.details = Name constraint checking failed: there was an error processin…
61 CertPathReviewer.subjAltNameExtError.title = Name constraint checking failed
62 CertPathReviewer.subjAltNameExtError.text = Name constraint checking failed: there was an error pro…
64 CertPathReviewer.subjAltNameExtError.details = Name constraint checking failed: there was an error …
68 CertPathReviewer.ncSubjectNameError.title = Name constraint checking failed
69 CertPathReviewer.ncSubjectNameError.text = Name constraint checking failed: there was an exception …
70 CertPathReviewer.ncSubjectNameError.summary = Name constraint checking failed: exception extracting…
71 CertPathReviewer.ncSubjectNameError.details = Name constraint checking failed: there was an excepti…
[all …]
/external/e2fsprogs/tests/f_mmp/
Dscript17 echo "mke2fs -O mmp failed" > $test_name.failed
18 echo "$test_name: $test_description: failed"
50 echo "e2fsck with MMP as EXT2_MMP_SEQ_FSCK ran!" > $test_name.failed
51 echo "$test_name: $test_description: failed"
59 echo "tune2fs clearing EXT2_MMP_SEQ_FSCK failed" > $test_name.failed
60 echo "$test_name: $test_description: failed"
68 echo "e2fsck after clearing EXT2_MMP_SEQ_FSCK failed"> $test_name.failed
69 echo "$test_name: $test_description: failed"

12345678910>>...51