Home
last modified time | relevance | path

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

12345678910>>...65

/external/e2fsprogs/lib/uuid/
Dtst_uuid.c80 int failed = 0; in main() local
95 failed++; in main()
112 failed++; in main()
117 failed++; in main()
135 failed++; in main()
140 failed++; in main()
152 failed++; in main()
159 failed++; in main()
165 failed++; in main()
172 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/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/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/
Di64operations.c259 int j, failed = 0; in compare_expect_int64() local
276 ++failed; in compare_expect_int64()
298 ++failed; in compare_expect_int64()
305 return failed; in compare_expect_int64()
311 int j, failed = 0; in compare_expect_uint64() local
327 ++failed; in compare_expect_uint64()
348 ++failed; in compare_expect_uint64()
355 return failed; in compare_expect_uint64()
559 int i, j, failed = 0; in main() local
574 if ((failed = compare_expect_int64(int64_preds + i)) > 0) { in main()
[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/libbrillo/brillo/streams/
Dstream_unittest.cc102 bool failed = false; in TEST() local
107 auto error_callback = [](bool* failed, const Error* /* error */) { in TEST() argument
108 *failed = true; in TEST()
128 base::Bind(error_callback, base::Unretained(&failed)), in TEST()
132 EXPECT_FALSE(failed); in TEST()
143 base::Bind(error_callback, base::Unretained(&failed)), in TEST()
158 EXPECT_FALSE(failed); in TEST()
163 bool failed = false; in TEST() local
167 auto error_callback = [](bool* failed, const Error* /* error */) { in TEST() argument
168 *failed = true; in TEST()
[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/server/site_tests/cheets_CTS/
Dcheets_CTS.py234 tests, passed, failed, notexecuted = self._run_cts_tradefed(commands)
240 return session_id, tests, passed, failed, notexecuted
338 tests, passed, failed, notexecuted = self._run_cts_tradefed(
341 'notexecuted=%d', tests, passed, failed, notexecuted)
343 (tests, passed, failed, notexecuted))
357 if tests != passed + failed + notexecuted:
371 while steps < self._max_retry and (notexecuted > 0 or failed > 0):
383 previously_failed = failed
387 tests, passed, failed, notexecuted = self._tradefed_continue(
394 tests == passed + failed + notexecuted):
[all …]
/external/shflags/test_results/1.0.1/
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 …]
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 …]
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/autotest/client/cros/chameleon/
Dchameleon_port_finder.py34 self.failed = None
44 self.failed = []
46 return ChameleonPorts(self.connected, self.failed)
77 if self.failed:
79 % ports_to_str(self.failed))
98 self.failed = []
100 return ChameleonPorts(self.connected, self.failed)
117 self.failed = []
119 return ChameleonPorts(self.connected, self.failed)
274 self.failed = dut_failed_ports
[all …]

12345678910>>...65