/external/tcpdump/tests/ |
D | crypto.sh | 9 passed=`cat .passed` 13 passed=`expr $passed + 1` 14 echo $passed >.passed 22 passed=`expr $passed + 1` 23 echo $passed >.passed 31 passed=`expr $passed + 1` 32 echo $passed >.passed 50 passed=`expr $passed + 1` 51 echo $passed >.passed 59 passed=`expr $passed + 1` [all …]
|
D | TESTrun.sh | 5 passed=0 20 passed=`cat .passed` 33 passed=`expr $passed + 1` 34 echo $passed >.passed 42 passed=`cat .passed` 46 echo $passed >.passed 63 printf "%4u tests passed\n" $passed
|
D | nflog-e.sh | 9 passed=`cat .passed` 13 passed=`expr $passed + 1` 14 echo $passed >.passed
|
D | lmp-v.sh | 18 passed=`cat .passed` 22 passed=`expr $passed + 1` 23 echo $passed >.passed
|
D | isis-seg-fault-1-v.sh | 15 passed=`cat .passed` 19 passed=`expr $passed + 1` 20 echo $passed >.passed
|
/external/catch2/projects/SelfTest/Baselines/ |
D | compact.sw.approved.txt | 1 Misc.tests.cpp:<line number>: passed: with 1 message: 'yay' 2 Decomposition.tests.cpp:<line number>: passed: fptr == 0 for: 0 == 0 3 Decomposition.tests.cpp:<line number>: passed: fptr == 0l for: 0 == 0 4 Compilation.tests.cpp:<line number>: passed: y.v == 0 for: 0 == 0 5 Compilation.tests.cpp:<line number>: passed: 0 == y.v for: 0 == 0 6 Compilation.tests.cpp:<line number>: passed: y.v == 0 for: 0 == 0 7 Compilation.tests.cpp:<line number>: passed: 0 == y.v for: 0 == 0 8 Compilation.tests.cpp:<line number>: passed: t1 == t2 for: {?} == {?} 9 Compilation.tests.cpp:<line number>: passed: t1 != t2 for: {?} != {?} 10 Compilation.tests.cpp:<line number>: passed: t1 < t2 for: {?} < {?} [all …]
|
/external/e2fsprogs/tests/f_ind_inode_collision/ |
D | expect.1 | 16 Multiply-claimed block(s) in inode 12: 41 40Illegal block number passed to ext2fs_test_block_bitmap… 17 Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed block map 18 Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed block map 19 Illegal block number passed to ext2fs_test_block_bitmap #16877 for multiply claimed block map 20 Illegal block number passed to ext2fs_test_block_bitmap #4096 for multiply claimed block map 21 Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed block map 22 Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed block map 23 Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed block map 24 Illegal block number passed to ext2fs_test_block_bitmap #196608 for multiply claimed block map 25 …34 8 3Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed blo… [all …]
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cLayoutBindingTests.cpp | 221 bool passed = true; in getUniformLocations() local 227 passed &= (0 <= location); in getUniformLocations() 228 if (passed) in getUniformLocations() 331 …LayoutBindingTestResult(bool passed = true, const String& reason = String(), bool notRunforThisCon… in LayoutBindingTestResult() argument 332 : m_passed(passed), m_notRunForThisContext(notRunforThisContext), m_reason(reason) in LayoutBindingTestResult() 1099 bool passed = true; in iterate() local 1139 passed &= result.testPassed(); in iterate() 1149 getContext().getTestContext().setTestResult(passed ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, in iterate() 1150 passed ? "Pass" : "Fail"); in iterate() 1162 bool passed = true; in drawTestCompute() local [all …]
|
/external/testng/src/test/java/test/ |
D | JUnitTest1.java | 30 String[] passed = { in methodsThatStartWithTest() local 36 verifyTests("Passed", passed, getPassedTests()); in methodsThatStartWithTest() 44 String[] passed = { in methodsWithSetup() local 50 verifyTests("Passed", passed, getPassedTests()); in methodsWithSetup() 58 String[] passed = { in testSuite() local 65 verifyTests("Passed", passed, getPassedTests()); in testSuite() 73 String[] passed = { in testNewInstance() local 79 verifyTests("Passed", passed, getPassedTests()); in testNewInstance() 87 String[] passed = { in setUpFailingShouldCauseMethodsToBeSkipped() local 95 verifyTests("Passed", passed, getPassedTests()); in setUpFailingShouldCauseMethodsToBeSkipped() [all …]
|
D | Test1.java | 25 String[] passed = { in includedGroups() local 30 verifyTests("Passed", passed, getPassedTests()); in includedGroups() 45 String passed[] = { in groupsOfGroupsSimple() local 50 verifyTests("Passed", passed, getPassedTests()); in groupsOfGroupsSimple() 68 String[] passed = { in groupsOfGroupsWithIndirections() local 73 verifyTests("Passed", passed, getPassedTests()); in groupsOfGroupsWithIndirections() 85 String[] passed = { in groupsOfGroupsWithCycle() local 89 verifyTests("Passed", passed, getPassedTests()); in groupsOfGroupsWithCycle() 98 String passed[] = { in excludedGroups() local 106 verifyTests("Passed", passed, getPassedTests()); in excludedGroups() [all …]
|
D | CommandLineTest.java | 34 List<ITestResult> passed = tla.getPassedTests(); in junitParsing() local 35 assertEquals(passed.size(), 2); in junitParsing() 36 String test1 = passed.get(0).getMethod().getMethodName(); in junitParsing() 37 String test2 = passed.get(1).getMethod().getMethodName(); in junitParsing() 56 List<ITestResult> passed = tla.getPassedTests(); in junitParsing2() local 57 assertEquals(passed.size(), 0); in junitParsing2() 123 List<ITestResult> passed = tla.getPassedTests(); in testMethodParameter() local 124 Assert.assertEquals(passed.size(), 2); in testMethodParameter() 125 Assert.assertTrue((passed.get(0).getName().equals("method1") && in testMethodParameter() 126 passed.get(1).getName().equals("method3")) in testMethodParameter() [all …]
|
D | JUnit4Test.java | 27 String[] passed = JUnit4Sample2.EXPECTED; in testTests() local 31 verifyTests("Passed", passed, getPassedTests()); in testTests() 42 String[] passed = JUnit4SampleSuite.EXPECTED; in testSuite() local 46 verifyTests("Passed", passed, getPassedTests()); in testSuite() 57 String[] passed = JUnit4Child.EXPECTED; in testSuiteInheritance() local 61 verifyTests("Passed", passed, getPassedTests()); in testSuiteInheritance() 73 String[] passed = {"t1", "t1"}; in testTestInheritance() local 77 verifyTests("Passed", passed, getPassedTests()); in testTestInheritance() 88 String[] passed = JUnit4ParameterizedTest.EXPECTED; in testTestParameterized() local 92 verifyTests("Passed", passed, getPassedTests()); in testTestParameterized()
|
/external/testng/src/test/java/test/pkg/ |
D | PackageTest.java | 22 String[] passed = { in stringSingle() local 28 verifyTests("Passed", passed, getPassedTests()); in stringSingle() 43 String[] passed = { in packageWithRegExp1() local 48 verifyTests("Passed", passed, getPassedTests()); in packageWithRegExp1() 56 String[] passed = { in packageWithRegExp2() local 61 verifyTests("Passed", passed, getPassedTests()); in packageWithRegExp2() 69 String[] passed = { in packageWithRegExp3() local 74 verifyTests("Passed", passed, getPassedTests()); in packageWithRegExp3() 82 String[] passed = { in packageWithRegExp4() local 87 verifyTests("Passed", passed, getPassedTests()); in packageWithRegExp4() [all …]
|
/external/testng/src/test/java/test/methodselectors/ |
D | CommandLineTest.java | 56 String[] passed = { in commandLineNegativePriorityAllGroups() local 61 verifyTests("Passed", passed, tla.getPassedTests()); in commandLineNegativePriorityAllGroups() 70 String[] passed = { in commandLineNegativePriorityGroup2() local 75 verifyTests("Passed", passed, tla.getPassedTests()); in commandLineNegativePriorityGroup2() 85 String[] passed = { in commandLineLessThanPriorityTest1Test() local 90 verifyTests("Passed", passed, tla.getPassedTests()); in commandLineLessThanPriorityTest1Test() 100 String[] passed = { in commandLineGreaterThanPriorityTest1Test2() local 105 verifyTests("Passed", passed, tla.getPassedTests()); in commandLineGreaterThanPriorityTest1Test2() 114 String[] passed = { in commandLineLessThanPriorityAllTests() local 119 verifyTests("Passed", passed, tla.getPassedTests()); in commandLineLessThanPriorityAllTests() [all …]
|
D | MethodSelectorTest.java | 14 String[] passed = { in negativePriorityAllGroups() local 19 verifyTests("Passed", passed, getPassedTests()); in negativePriorityAllGroups() 28 String[] passed = { in negativePriorityGroup2() local 33 verifyTests("Passed", passed, getPassedTests()); in negativePriorityGroup2() 43 String[] passed = { in lessThanPriorityTest1Test() local 48 verifyTests("Passed", passed, getPassedTests()); in lessThanPriorityTest1Test() 58 String[] passed = { in greaterThanPriorityTest1Test2() local 63 verifyTests("Passed", passed, getPassedTests()); in greaterThanPriorityTest1Test2() 73 String[] passed = { in lessThanPriorityAllTests() local 78 verifyTests("Passed", passed, getPassedTests()); in lessThanPriorityAllTests()
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | pickle_unittest.cc | 334 [&](std::vector<PickledStructChromium> passed) { in TEST_F() argument 335 ASSERT_EQ(2u, passed.size()); in TEST_F() 336 EXPECT_EQ(1, passed[0].foo()); in TEST_F() 337 EXPECT_EQ(2, passed[0].bar()); in TEST_F() 338 EXPECT_EQ(0, passed[0].baz()); in TEST_F() 339 EXPECT_EQ(3, passed[1].foo()); in TEST_F() 340 EXPECT_EQ(4, passed[1].bar()); in TEST_F() 341 EXPECT_EQ(0, passed[1].baz()); in TEST_F() 373 [&](std::vector<std::vector<PickledStructChromium>> passed) { in TEST_F() argument 374 ASSERT_EQ(2u, passed.size()); in TEST_F() [all …]
|
D | lazy_serialization_unittest.cc | 96 const test::StructWithUnreachableTraitsImpl& passed) { in TEST_F() argument 97 *received_number = passed.magic_number; in TEST_F() 122 [&](const test::StructForceSerializeImpl& passed) { in TEST_F() argument 123 EXPECT_EQ(kTestValue, passed.value()); in TEST_F() 124 EXPECT_TRUE(passed.was_deserialized()); in TEST_F() 125 EXPECT_FALSE(passed.was_serialized()); in TEST_F() 152 [&](const test::StructNestedForceSerializeImpl& passed) { in TEST_F() argument 153 EXPECT_EQ(kTestValue, passed.force().value()); in TEST_F() 154 EXPECT_TRUE(passed.was_deserialized()); in TEST_F() 155 EXPECT_FALSE(passed.was_serialized()); in TEST_F()
|
/external/testng/src/test/java/test/dependent/ |
D | ImplicitGroupInclusionTest.java | 15 String[] passed = { in verifyImplicitGroupInclusion() local 23 verifyTests("Passed", passed, getPassedTests()); in verifyImplicitGroupInclusion() 33 String[] passed = { in verifyImplicitGroupInclusion2() local 41 verifyTests("Passed", passed, getPassedTests()); in verifyImplicitGroupInclusion2() 51 String[] passed = { in verifyImplicitGroupInclusion4() local 59 verifyTests("Passed", passed, getPassedTests()); in verifyImplicitGroupInclusion4() 70 String[] passed = { in verifyImplicitGroupInclusion3() local 78 verifyTests("Passed", passed, getPassedTests()); in verifyImplicitGroupInclusion3() 88 String[] passed = { in verifyImplicitMethodInclusion() local 96 verifyTests("Passed", passed, getPassedTests()); in verifyImplicitMethodInclusion()
|
D | DependentTest.java | 19 String[] passed = {}; in simpleSkip() local 22 verifyTests("Passed", passed, getPassedTests()); in simpleSkip() 31 String[] passed = { "oneA", "oneB", "secondA", "thirdA", "canBeRunAnytime" }; in dependentMethods() local 34 verifyTests("Passed", passed, getPassedTests()); in dependentMethods() 43 String[] passed = { "step1", }; in dependentMethodsWithSkip() local 46 verifyTests("Passed", passed, getPassedTests()); in dependentMethodsWithSkip() 56 String[] passed = { "step1", "step2" }; in dependentMethodsWithNonExistentMethod() local 59 verifyTests("Passed", passed, getPassedTests()); in dependentMethodsWithNonExistentMethod() 80 String[] passed = { "init", }; in multipleSkips() local 83 verifyTests("Passed", passed, getPassedTests()); in multipleSkips()
|
/external/pdfium/testing/resources/javascript/xfa_specific/ |
D | xfa_layout_pseudomodel_expected.txt | 3 Alert: PASS: xfa.layout.absPage() threw XFAObject.absPage: Incorrect number of parameters passed to… 4 …fa.layout.absPage(1, 2) threw XFAObject.absPage: Incorrect number of parameters passed to function. 10 …absPageInBatch() threw XFAObject.absPageInBatch: Incorrect number of parameters passed to function. 11 …ageInBatch(1, 2) threw XFAObject.absPageInBatch: Incorrect number of parameters passed to function. 13 …ayout.absPageSpan() threw XFAObject.absPageSpan: Incorrect number of parameters passed to function. 14 …t.absPageSpan(1, 2) threw XFAObject.absPageSpan: Incorrect number of parameters passed to function. 16 Alert: PASS: xfa.layout.h() threw XFAObject.h: Incorrect number of parameters passed to function. 17 …h(4, 'is', 'toomany', 'args') threw XFAObject.h: Incorrect number of parameters passed to function. 21 Alert: PASS: xfa.layout.page() threw XFAObject.page: Incorrect number of parameters passed to funct… 22 Alert: PASS: xfa.layout.page(1, 2) threw XFAObject.page: Incorrect number of parameters passed to f… [all …]
|
D | xfa_host_pseudomodel_expected.txt | 24 Alert: PASS: xfa.host.beep(1, 1) threw XFAObject.beep: Incorrect number of parameters passed to fun… 33 …fa.host.exportData() threw XFAObject.exportData: Incorrect number of parameters passed to function. 34 ….exportData(1, 2, 3) threw XFAObject.exportData: Incorrect number of parameters passed to function. 39 Alert: PASS: xfa.host.gotoURL() threw XFAObject.gotoURL: Incorrect number of parameters passed to f… 40 Alert: PASS: xfa.host.gotoURL(1, 2) threw XFAObject.gotoURL: Incorrect number of parameters passed … 42 …fa.host.importData() threw XFAObject.importData: Incorrect number of parameters passed to function. 43 …ost.importData(1, 2) threw XFAObject.importData: Incorrect number of parameters passed to function. 45 Alert: PASS: xfa.host.openList() threw XFAObject.openList: Incorrect number of parameters passed to… 46 …fa.host.openList(1, 2) threw XFAObject.openList: Incorrect number of parameters passed to function. 53 …rint(1, 2, 3, 4, 5, 6, 7) threw XFAObject.print: Incorrect number of parameters passed to function. [all …]
|
/external/rust/crates/url/tests/ |
D | data.rs | 23 let mut passed = true; in urltestdata() localVariable 42 passed = false; in urltestdata() 56 passed = false; in urltestdata() 65 passed = false; in urltestdata() 70 passed &= check_invariants(&url, &format!("invariants for {:?}", input), None); in urltestdata() 73 passed &= test_eq_eprint( in urltestdata() 82 passed &= test_eq_eprint( in urltestdata() 91 assert!(passed) in urltestdata() 100 let mut passed = true; in setters_tests() localVariable 116 passed &= check_invariants(&url, &name, comment_ref); in setters_tests() [all …]
|
/external/libchrome/mojo/public/interfaces/bindings/tests/ |
D | struct_with_traits.mojom | 67 EchoStructWithTraits(StructWithTraits s) => (StructWithTraits passed); 70 (TrivialStructWithTraits passed); 73 (MoveOnlyStructWithTraits passed); 76 (MoveOnlyStructWithTraits? passed); 78 EchoEnumWithTraits(EnumWithTraits e) => (EnumWithTraits passed); 81 StructWithTraitsForUniquePtr passed); 84 StructWithTraitsForUniquePtr? passed); 86 EchoUnionWithTraits(UnionWithTraits u) => (UnionWithTraits passed); 91 => (StructWithUnreachableTraits passed); 109 => (StructForceSerialize passed); [all …]
|
/external/pdfium/testing/resources/javascript/ |
D | public_methods_expected.txt | 2 Alert: PASS: AFDate_Format() threw AFDate_Format: Incorrect number of parameters passed to function. 3 Alert: PASS: AFDate_Format(1, 2) threw AFDate_Format: Incorrect number of parameters passed to func… 9 Alert: PASS: AFDate_FormatEx() threw AFDate_FormatEx: Incorrect number of parameters passed to func… 10 Alert: PASS: AFDate_FormatEx(1, 2) threw AFDate_FormatEx: Incorrect number of parameters passed to … 17 Alert: PASS: AFDate_Keystroke() threw AFDate_Keystroke: Incorrect number of parameters passed to fu… 18 Alert: PASS: AFDate_Keystroke(1, 2) threw AFDate_Keystroke: Incorrect number of parameters passed t… 31 Alert: PASS: AFExtractNums() threw AFExtractNums: Incorrect number of parameters passed to function. 32 Alert: PASS: AFExtractNums(1, 2) threw AFExtractNums: Incorrect number of parameters passed to func… 35 Alert: PASS: AFMakeNumber() threw AFMakeNumber: Incorrect number of parameters passed to function. 36 Alert: PASS: AFMakeNumber(1, 2) threw AFMakeNumber: Incorrect number of parameters passed to functi… [all …]
|
/external/catch2/include/internal/ |
D | catch_totals.cpp | 14 diff.passed = passed - other.passed; in operator -() 21 passed += other.passed; in operator +=() 28 return passed + failed + failedButOk; in total() 57 ++diff.testCases.passed; in delta()
|