/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/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
|
/external/pthreadpool/src/ |
D | threadpool-object.h | 86 …* Copy of the default_uarch_index argument passed to the pthreadpool_parallelize_1d_with_uarch fun… 90 …* Copy of the max_uarch_index argument passed to the pthreadpool_parallelize_1d_with_uarch functio… 97 * Copy of the range argument passed to the pthreadpool_parallelize_1d_tile_1d function. 101 * Copy of the tile argument passed to the pthreadpool_parallelize_1d_tile_1d function. 108 * FXdiv divisor for the range_j argument passed to the pthreadpool_parallelize_2d function. 115 * Copy of the range_j argument passed to the pthreadpool_parallelize_2d_tile_1d function. 119 * Copy of the tile_j argument passed to the pthreadpool_parallelize_2d_tile_1d function. 130 * Copy of the range_i argument passed to the pthreadpool_parallelize_2d_tile_2d function. 134 * Copy of the tile_i argument passed to the pthreadpool_parallelize_2d_tile_2d function. 138 * Copy of the range_j argument passed to the pthreadpool_parallelize_2d_tile_2d function. [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 | InvocationAndSuccessPercentageTest.java | 17 String[] passed = { in invocationCount() local 22 verifyResults(getPassedTests(), 10, "passed tests"); in invocationCount() 29 // "Expected 10 tests to have passed, but only found " + n; in invocationCount() 30 verifyTests("Passed", passed, getPassedTests()); in invocationCount() 36 * 8 passed 44 String[] passed = { in successPercentageThatSucceeds() local 54 verifyTests("Passed", passed, getPassedTests()); in successPercentageThatSucceeds() 57 // Should have 8 passed, 2 failed but within success percentage in successPercentageThatSucceeds() 58 verifyResults(getPassedTests(), 8, "passed tests"); in successPercentageThatSucceeds() 66 * 8 passed [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 | 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()
|
D | Test2.java | 33 String[] passed = { in noGroups() local 42 verifyTests("Passed", passed, getPassedTests()); in noGroups() 57 String[] passed = { in partialGroupsClass() local 63 verifyTests("Passed", passed, getPassedTests()); in partialGroupsClass() 66 // ppp("@@@@@@@@@@@@@@@@@@ PASSED TESTS"); in partialGroupsClass() 68 // ppp("@@@@@@@@@@ PASSED:" + o); in partialGroupsClass() 77 String[] passed = { in partialGroupsMethod() local 83 verifyTests("Passed", passed, getPassedTests()); in partialGroupsMethod()
|
/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/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/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/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() [all …]
|
/external/catch2/examples/ |
D | 120-Bdd-ScenarioGivenWhenThen.cpp | 57 // 120-Bdd-ScenarioGivenWhenThen.cpp:12: passed: v.size() == 5 for: 5 == 5 58 // 120-Bdd-ScenarioGivenWhenThen.cpp:13: passed: v.capacity() >= 5 for: 5 >= 5 59 // 120-Bdd-ScenarioGivenWhenThen.cpp:19: passed: v.size() == 10 for: 10 == 10 60 // 120-Bdd-ScenarioGivenWhenThen.cpp:20: passed: v.capacity() >= 10 for: 10 >= 10 61 // 120-Bdd-ScenarioGivenWhenThen.cpp:12: passed: v.size() == 5 for: 5 == 5 62 // 120-Bdd-ScenarioGivenWhenThen.cpp:13: passed: v.capacity() >= 5 for: 5 >= 5 63 // 120-Bdd-ScenarioGivenWhenThen.cpp:27: passed: v.size() == 0 for: 0 == 0 64 // 120-Bdd-ScenarioGivenWhenThen.cpp:28: passed: v.capacity() >= 5 for: 5 >= 5 65 // 120-Bdd-ScenarioGivenWhenThen.cpp:12: passed: v.size() == 5 for: 5 == 5 66 // 120-Bdd-ScenarioGivenWhenThen.cpp:13: passed: v.capacity() >= 5 for: 5 >= 5 [all …]
|
D | 100-Fix-Section.cpp | 53 // 100-Fix-Section.cpp:17: passed: v.size() == 5 for: 5 == 5 54 // 100-Fix-Section.cpp:18: passed: v.capacity() >= 5 for: 5 >= 5 55 // 100-Fix-Section.cpp:23: passed: v.size() == 10 for: 10 == 10 56 // 100-Fix-Section.cpp:24: passed: v.capacity() >= 10 for: 10 >= 10 57 // 100-Fix-Section.cpp:17: passed: v.size() == 5 for: 5 == 5 58 // 100-Fix-Section.cpp:18: passed: v.capacity() >= 5 for: 5 >= 5 59 // 100-Fix-Section.cpp:29: passed: v.size() == 0 for: 0 == 0 60 // 100-Fix-Section.cpp:30: passed: v.capacity() >= 5 for: 5 >= 5 61 // 100-Fix-Section.cpp:17: passed: v.size() == 5 for: 5 == 5 62 // 100-Fix-Section.cpp:18: passed: v.capacity() >= 5 for: 5 >= 5 [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/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 …]
|
/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/clang/test/Sema/ |
D | warn-documentation.cpp | 98 // expected-warning@+1 {{empty paragraph passed to '\brief' command}} 102 // expected-warning@+1 {{empty paragraph passed to '\brief' command}} 106 // expected-warning@+1 {{empty paragraph passed to '\brief' command}} 111 // expected-warning@+1 {{empty paragraph passed to '\brief' command}} 118 // expected-warning@+1 {{empty paragraph passed to '\brief' command}} 191 // expected-warning@+1 {{empty paragraph passed to '\param' command}} 196 // expected-warning@+1 {{empty paragraph passed to '\param' command}} 415 // expected-warning@+1 {{empty paragraph passed to '\tparam' command}} 558 // expected-warning@+1 {{empty paragraph passed to '\invariant' command}} 678 // expected-warning@+1 {{empty paragraph passed to '\brief' command}} [all …]
|
/external/llvm-project/clang/test/SemaCXX/ |
D | attr-nonnull.cpp | 16 S s(0); // expected-warning{{null passed}} in test() 18 s.f(0, ""); // expected-warning{{null passed}} in test() 20 s.g("", 0, ""); // expected-warning{{null passed}} in test() 30 f1(0); // expected-warning{{null passed to a callee that requires a non-null argument}} in test_f1() 31 f2(0, 0); // expected-warning{{null passed to a callee that requires a non-null argument}} in test_f1() 39 f(static_cast<char*>((void*)0)); // expected-warning{{null passed}} in g() 40 f(static_cast<char*>(0)); // expected-warning{{null passed}} in g() 51 (void)(x == 0); // expected-warning{{null passed}} in test() 52 (void)(x != 0); // expected-warning{{null passed}} in test() 65 constexpr int i12 = f1(&c, 0); //expected-error {{constant expression}} expected-note {{null passed… [all …]
|
/external/e2fsprogs/tests/progs/test_data/ |
D | expect.icount | 4 store: Invalid argument passed to ext2 library while calling ext2fs_icount_store 6 fetch: Invalid argument passed to ext2 library while calling ext2fs_icount_fetch 8 increment: Invalid argument passed to ext2 library while calling ext2fs_icount_increment 10 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement 12 store: Invalid argument passed to ext2 library while calling ext2fs_icount_store 14 fetch: Invalid argument passed to ext2 library while calling ext2fs_icount_fetch 16 increment: Invalid argument passed to ext2 library while calling ext2fs_icount_increment 18 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement 61 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement 93 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement [all …]
|