Home
last modified time | relevance | path

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

12345678910>>...56

/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
18 failed=`expr $failed + 1`
27 echo $failed >.failed
41 failed=`expr $failed + 1`
42 echo $failed >.failed
48 failed=`cat .failed`
65 printf "%4u tests failed\n" $failed
72 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/testng/src/test/java/test/
DJUnitTest1.java33 String[] failed = { in methodsThatStartWithTest() local
37 verifyTests("Failed", failed, getFailedTests()); in methodsThatStartWithTest()
47 String[] failed = { in methodsWithSetup() local
51 verifyTests("Failed", failed, getFailedTests()); in methodsWithSetup()
62 String[] failed = { in testSuite() local
66 verifyTests("Failed", failed, getFailedTests()); in testSuite()
76 String[] failed = { in testNewInstance() local
80 verifyTests("Failed", failed, getFailedTests()); in testNewInstance()
89 String[] failed = { in setUpFailingShouldCauseMethodsToBeSkipped() local
97 verifyTests("Failed", failed, getFailedTests()); in setUpFailingShouldCauseMethodsToBeSkipped()
[all …]
DTest1.java28 String[] failed = { in includedGroups() local
31 verifyTests("Failed", failed, getFailedTests()); in includedGroups()
48 String[] failed = { in groupsOfGroupsSimple() local
51 verifyTests("Failed", failed, getFailedTests()); in groupsOfGroupsSimple()
71 String[] failed = { in groupsOfGroupsWithIndirections() local
74 verifyTests("Failed", failed, getFailedTests()); in groupsOfGroupsWithIndirections()
87 String[] failed = { in groupsOfGroupsWithCycle() local
90 verifyTests("Failed", failed, getFailedTests()); in groupsOfGroupsWithCycle()
103 String[] failed = { in excludedGroups() local
107 verifyTests("Failed", failed, getFailedTests()); in excludedGroups()
[all …]
DJUnit4Test.java28 String[] failed = JUnit4Sample2.FAILED; in testTests() local
32 verifyTests("Failed", failed, getFailedTests()); in testTests()
43 String[] failed = JUnit4SampleSuite.FAILED; in testSuite() local
47 verifyTests("Failed", failed, getFailedTests()); in testSuite()
58 String[] failed = {}; in testSuiteInheritance() local
62 verifyTests("Failed", failed, getFailedTests()); in testSuiteInheritance()
74 String[] failed = {}; in testTestInheritance() local
78 verifyTests("Failed", failed, getFailedTests()); in testTestInheritance()
89 String[] failed = JUnit4ParameterizedTest.FAILED; in testTestParameterized() local
93 verifyTests("Failed", failed, getFailedTests()); in testTestParameterized()
/external/dbus/bus/
Dconfig-loader-expat.c37 dbus_bool_t failed; member
43 if (context->failed) in process_content()
52 context->failed = TRUE; in process_content()
74 if (context->failed) in expat_StartElementHandler()
91 context->failed = TRUE; in expat_StartElementHandler()
115 context->failed = TRUE; in expat_StartElementHandler()
136 context->failed = TRUE; in expat_EndElementHandler()
148 if (context->failed) in expat_CharacterDataHandler()
155 context->failed = TRUE; in expat_CharacterDataHandler()
178 context.failed = FALSE; in bus_config_load()
[all …]
/external/testng/src/test/java/test/pkg/
DPackageTest.java26 String[] failed = { in stringSingle() local
29 verifyTests("Failed", failed, getFailedTests()); in stringSingle()
46 String[] failed = { in packageWithRegExp1() local
49 verifyTests("Failed", failed, getFailedTests()); in packageWithRegExp1()
59 String[] failed = { in packageWithRegExp2() local
62 verifyTests("Failed", failed, getFailedTests()); in packageWithRegExp2()
72 String[] failed = { in packageWithRegExp3() local
75 verifyTests("Failed", failed, getFailedTests()); in packageWithRegExp3()
85 String[] failed = { in packageWithRegExp4() local
88 verifyTests("Failed", failed, getFailedTests()); in packageWithRegExp4()
[all …]
/external/testng/src/test/java/test/methodselectors/
DCommandLineTest.java59 String[] failed = { in commandLineNegativePriorityAllGroups() local
62 verifyTests("Failed", failed, tla.getFailedTests()); in commandLineNegativePriorityAllGroups()
73 String[] failed = { in commandLineNegativePriorityGroup2() local
76 verifyTests("Failed", failed, tla.getFailedTests()); in commandLineNegativePriorityGroup2()
88 String[] failed = { in commandLineLessThanPriorityTest1Test() local
91 verifyTests("Failed", failed, tla.getFailedTests()); in commandLineLessThanPriorityTest1Test()
103 String[] failed = { in commandLineGreaterThanPriorityTest1Test2() local
106 verifyTests("Failed", failed, tla.getFailedTests()); in commandLineGreaterThanPriorityTest1Test2()
117 String[] failed = { in commandLineLessThanPriorityAllTests() local
120 verifyTests("Failed", failed, tla.getFailedTests()); in commandLineLessThanPriorityAllTests()
[all …]
DMethodSelectorTest.java17 String[] failed = { in negativePriorityAllGroups() local
20 verifyTests("Failed", failed, getFailedTests()); in negativePriorityAllGroups()
31 String[] failed = { in negativePriorityGroup2() local
34 verifyTests("Failed", failed, getFailedTests()); in negativePriorityGroup2()
46 String[] failed = { in lessThanPriorityTest1Test() local
49 verifyTests("Failed", failed, getFailedTests()); in lessThanPriorityTest1Test()
61 String[] failed = { in greaterThanPriorityTest1Test2() local
64 verifyTests("Failed", failed, getFailedTests()); in greaterThanPriorityTest1Test2()
76 String[] failed = { in lessThanPriorityAllTests() local
79 verifyTests("Failed", failed, getFailedTests()); in lessThanPriorityAllTests()
/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/testng/src/test/java/test/dependent/
DImplicitGroupInclusionTest.java18 String[] failed = { in verifyImplicitGroupInclusion() local
22 verifyTests("Failed", failed, getFailedTests()); in verifyImplicitGroupInclusion()
36 String[] failed = { in verifyImplicitGroupInclusion2() local
40 verifyTests("Failed", failed, getFailedTests()); in verifyImplicitGroupInclusion2()
54 String[] failed = { in verifyImplicitGroupInclusion4() local
58 verifyTests("Failed", failed, getFailedTests()); in verifyImplicitGroupInclusion4()
73 String[] failed = { in verifyImplicitGroupInclusion3() local
77 verifyTests("Failed", failed, getFailedTests()); in verifyImplicitGroupInclusion3()
91 String[] failed = { in verifyImplicitMethodInclusion() local
95 verifyTests("Failed", failed, getFailedTests()); in verifyImplicitMethodInclusion()
/external/autotest/client/cros/chameleon/
Dchameleon_port_finder.py33 self.failed = None
43 self.failed = []
45 return ChameleonPorts(self.connected, self.failed)
76 if self.failed:
78 % ports_to_str(self.failed))
97 self.failed = []
99 return ChameleonPorts(self.connected, self.failed)
116 self.failed = []
118 return ChameleonPorts(self.connected, self.failed)
246 self.failed = dut_failed_ports
[all …]
/external/shflags/test_results/1.0.1/
DMac_OS_X-10.5.4.txt35 tests failed: 0 0%
52 ASSERT:string (string with spaces) test failed.string (string with spaces) test failed. expected:<s…
63 tests failed: 2 1%
81 tests failed: 0 0%
97 tests failed: 0 0%
124 tests failed: 0 0%
141 ASSERT:string (string with spaces) test failed.string (string with spaces) test failed. expected:<s…
152 tests failed: 2 1%
170 tests failed: 0 0%
186 tests failed: 0 0%
[all …]
DSolaris-nv-77-x86.txt35 tests failed: 0 0%
52 ASSERT:string (string with spaces) test failed.string (string with spaces) test failed. expected:<s…
63 tests failed: 2 1%
81 tests failed: 0 0%
97 tests failed: 0 0%
124 tests failed: 0 0%
141 ASSERT:string (string with spaces) test failed.string (string with spaces) test failed. expected:<s…
152 tests failed: 2 1%
170 tests failed: 0 0%
186 tests failed: 0 0%
[all …]
DSolaris-9-U6-x86.txt35 tests failed: 0 0%
52 ASSERT:string (string with spaces) test failed.string (string with spaces) test failed. expected:<s…
63 tests failed: 2 1%
81 tests failed: 0 0%
97 tests failed: 0 0%
124 tests failed: 0 0%
141 ASSERT:string (string with spaces) test failed.string (string with spaces) test failed. expected:<s…
152 tests failed: 2 1%
170 tests failed: 0 0%
186 tests failed: 0 0%
[all …]
DLinux-Ubuntu_Hardy-8.04.txt35 tests failed: 0 0%
59 tests failed: 0 0%
77 tests failed: 0 0%
93 tests failed: 0 0%
120 tests failed: 0 0%
144 tests failed: 0 0%
162 tests failed: 0 0%
178 tests failed: 0 0%
202 tests failed: 0 0%
226 tests failed: 0 0%
[all …]
DLinux-Ubuntu_Dapper-6.06.txt35 tests failed: 0 0%
59 tests failed: 0 0%
77 tests failed: 0 0%
93 tests failed: 0 0%
120 tests failed: 0 0%
144 tests failed: 0 0%
162 tests failed: 0 0%
178 tests failed: 0 0%
204 tests failed: 0 0%
228 tests failed: 0 0%
[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"

12345678910>>...56