Home
last modified time | relevance | path

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

12345678910>>...42

/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/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/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/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/squashfs-tools/squashfs-tools/
Dlzo_wrapper.c92 goto failed; in lzo_options()
99 goto failed; in lzo_options()
107 failed: in lzo_options()
142 goto failed; in lzo_options_post()
149 failed: in lzo_options_post()
223 goto failed; in lzo_extract_options()
236 goto failed; in lzo_extract_options()
244 goto failed; in lzo_extract_options()
251 goto failed; in lzo_extract_options()
258 failed: in lzo_extract_options()
[all …]
Dgzip_wrapper.c73 goto failed; in gzip_options()
80 goto failed; in gzip_options()
89 goto failed; in gzip_options()
96 goto failed; in gzip_options()
107 goto failed; in gzip_options()
128 goto failed; in gzip_options()
137 failed: in gzip_options()
239 goto failed; in gzip_extract_options()
248 goto failed; in gzip_extract_options()
256 goto failed; in gzip_extract_options()
[all …]
Dxz_wrapper.c76 goto failed; in xz_options()
97 goto failed; in xz_options()
108 goto failed; in xz_options()
116 goto failed; in xz_options()
126 goto failed; in xz_options()
139 goto failed; in xz_options()
148 failed: in xz_options()
177 goto failed; in xz_options_post()
185 goto failed; in xz_options_post()
202 goto failed; in xz_options_post()
[all …]
Dlz4_wrapper.c116 goto failed; in lz4_extract_options()
123 goto failed; in lz4_extract_options()
134 goto failed; in lz4_extract_options()
139 failed: in lz4_extract_options()
168 goto failed; in lz4_check_options()
175 goto failed; in lz4_check_options()
180 failed: in lz4_check_options()
193 goto failed; in lz4_display_options()
200 goto failed; in lz4_display_options()
209 goto failed; in lz4_display_options()
[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/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/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/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/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/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
DFuzzy.m368 state.failed = NO;
373 if ( state.failed == YES ) {
416 [self matchString:@"import"]; if ( state.failed == YES ) return ;
418 [self mWS]; if ( state.failed == YES ) return ;
421 [self mQIDStar]; if ( state.failed == YES ) return ;
436 [self mWS]; if ( state.failed == YES ) return ;
444 [self matchChar:';']; if ( state.failed == YES ) return ;
474 [self matchString:@"return"]; if ( state.failed == YES ) return ;
491 [self matchAny]; if ( state.failed == YES ) return ;
503 [self matchChar:';']; if ( state.failed == YES ) return ;
[all …]
/external/google-breakpad/src/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/protobuf/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/protobuf/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/google-breakpad/src/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/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"
/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_Context.cpp108 goto failed; in decodeFile()
113 goto failed; in decodeFile()
119 goto failed; in decodeFile()
125 goto failed; in decodeFile()
139 failed: in decodeFile()
435 goto failed; in parseSegmentHeader()
440 goto failed; in parseSegmentHeader()
450 goto failed; in parseSegmentHeader()
464 goto failed; in parseSegmentHeader()
470 goto failed; in parseSegmentHeader()
[all …]
/external/v8/tools/testrunner/local/
Dprogress.py88 for failed in self.runner.failed:
89 self.PrintFailureHeader(failed)
90 if failed.output.stderr:
92 print failed.output.stderr.strip()
93 if failed.output.stdout:
95 print failed.output.stdout.strip()
96 print "Command: %s" % EscapeCommand(self.runner.GetCommand(failed))
97 if failed.output.HasCrashed():
98 print "exit code: %d" % failed.output.exit_code
100 if failed.output.HasTimedOut():
[all …]
/external/sonic/
Dwave.c24 int failed; member
36 if(file->failed) { in writeBytes()
42 file->failed = 1; in writeBytes()
91 if(file->failed) { in readBytes()
105 if(file->failed) { in readExactBytes()
111 file->failed = 1; in readExactBytes()
155 file->failed = 1; in expectString()
161 file->failed = 1; in expectString()
282 if(file->failed) { in openOutputWaveFile()
303 if(file->failed) { in closeWaveFile()
[all …]
/external/regex-re2/re2/testing/
Ddfa_test.cc208 bool matched, failed = false; in TEST() local
211 NULL, &failed, NULL); in TEST()
212 CHECK(!failed); in TEST()
216 NULL, &failed, NULL); in TEST()
217 CHECK(!failed); in TEST()
243 bool matched, failed = false; in Run() local
246 NULL, &failed, NULL); in Run()
247 CHECK(!failed); in Run()
251 NULL, &failed, NULL); in Run()
252 CHECK(!failed); in Run()
[all …]

12345678910>>...42