/external/tcpdump/tests/ |
D | TESTrun.sh | 5 passed=0 16 passed=`expr $passed + 1` 26 echo $passed >.passed 38 passed=`expr $passed + 1` 39 echo $passed >.passed 47 passed=`cat .passed` 66 printf "%4u tests passed\n" $passed
|
/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()
|
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() 77 String[] passed = { in partialGroupsMethod() local 83 verifyTests("Passed", passed, getPassedTests()); in partialGroupsMethod()
|
D | MethodTest.java | 17 String[] passed = { in includeMethodsOnly() local 22 verifyTests("Passed", passed, getPassedTests()); in includeMethodsOnly() 32 String[] passed = { in excludeMethodsOnly() local 37 verifyTests("Passed", passed, getPassedTests()); in excludeMethodsOnly() 47 String[] passed = { in excludePackage() local 51 verifyTests("Passed", passed, getPassedTests()); in excludePackage()
|
D | InvocationAndSuccessPercentageTest.java | 17 String[] passed = { in invocationCount() local 30 verifyTests("Passed", passed, getPassedTests()); in invocationCount() 44 String[] passed = { in successPercentageThatSucceeds() local 54 verifyTests("Passed", passed, getPassedTests()); in successPercentageThatSucceeds() 75 String[] passed = { in successPercentageThatFails() local 86 verifyTests("Passed", passed, getPassedTests()); in successPercentageThatFails()
|
/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/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()
|
D | DependentAlwaysRunTest.java | 13 String[] passed = { in verifyDependsOnMethodsAlwaysRun() local 22 verifyTests("Passed", passed, getPassedTests()); in verifyDependsOnMethodsAlwaysRun() 31 String[] passed = { in verifyDependsOnGroups1AlwaysRun() local 40 verifyTests("Passed", passed, getPassedTests()); in verifyDependsOnGroups1AlwaysRun() 49 String[] passed = { in verifyDependsOnGroups2AlwaysRun() local 58 verifyTests("Passed", passed, getPassedTests()); in verifyDependsOnGroups2AlwaysRun()
|
/external/shflags/test_results/1.0.1/ |
D | Linux-Ubuntu_Hardy-8.04.txt | 34 tests passed: 65 100% 58 tests passed: 179 100% 76 tests passed: 50 100% 92 tests passed: 8 89% 119 tests passed: 65 100% 143 tests passed: 179 100% 161 tests passed: 50 100% 177 tests passed: 8 89% 201 tests passed: 65 100% 225 tests passed: 179 100% [all …]
|
D | Linux-Ubuntu_Dapper-6.06.txt | 34 tests passed: 65 100% 58 tests passed: 179 100% 76 tests passed: 50 100% 92 tests passed: 8 89% 119 tests passed: 65 100% 143 tests passed: 179 100% 161 tests passed: 50 100% 177 tests passed: 8 89% 203 tests passed: 65 100% 227 tests passed: 179 100% [all …]
|
D | Mac_OS_X-10.5.4.txt | 34 tests passed: 65 100% 62 tests passed: 89 50% 80 tests passed: 50 100% 96 tests passed: 5 56% 123 tests passed: 65 100% 151 tests passed: 89 50% 169 tests passed: 50 100% 185 tests passed: 5 56% 213 tests passed: 65 100% 241 tests passed: 89 50% [all …]
|
D | Solaris-nv-77-x86.txt | 34 tests passed: 65 100% 62 tests passed: 89 50% 80 tests passed: 50 100% 96 tests passed: 5 56% 123 tests passed: 65 100% 151 tests passed: 89 50% 169 tests passed: 50 100% 185 tests passed: 5 56% 211 tests passed: 65 100% 239 tests passed: 89 50% [all …]
|
D | Solaris-9-U6-x86.txt | 34 tests passed: 65 100% 62 tests passed: 89 50% 80 tests passed: 50 100% 96 tests passed: 5 56% 123 tests passed: 65 100% 151 tests passed: 89 50% 169 tests passed: 50 100% 185 tests passed: 5 56% 211 tests passed: 65 100% 239 tests passed: 89 50% [all …]
|
/external/v8/test/mjsunit/compiler/ |
D | deopt-bool2.js | 8 var passed = expected.length == x.length; 10 if (passed) 11 passed = expected[i] == x[i]; 14 print(passed); 19 print(passed); 20 return passed;
|
D | deopt-bool.js | 8 var passed = a == 3; 9 if (passed) { 10 if (passed) { 11 passed = b == 4; 15 return passed;
|
/external/libchrome/sandbox/linux/bpf_dsl/ |
D | policy_compiler.cc | 143 CodeGen::Node PolicyCompiler::CheckArch(CodeGen::Node passed) { in CheckArch() argument 148 gen_.MakeInstruction(BPF_JMP + BPF_JEQ + BPF_K, SECCOMP_ARCH, passed, in CheckArch() 200 CodeGen::Node PolicyCompiler::CheckSyscallNumber(CodeGen::Node passed) { in CheckSyscallNumber() argument 209 BPF_JMP + BPF_JSET + BPF_K, 0x40000000, passed, invalidX32); in CheckSyscallNumber() 213 BPF_JMP + BPF_JSET + BPF_K, 0x40000000, invalidX32, passed); in CheckSyscallNumber() 218 return passed; in CheckSyscallNumber() 285 CodeGen::Node passed, in MaskedEqual() argument 306 ArgHalf::LOWER, passed, failed), in MaskedEqual() 315 CodeGen::Node passed, in MaskedEqualHalf() argument 335 BPF_JMP + BPF_JEQ + BPF_K, 0, passed, invalid_64bit)); in MaskedEqualHalf() [all …]
|
/external/dbus/test/ |
D | dbus-test-runner | 13 passed=0 23 passed=`expr $passed + 1` 38 echo "PASSED $passed / SKIPPED $skipped" 41 echo "PASSED $passed / FAILED $failed / SKIPPED $skipped"
|
/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 …]
|
/external/clang/test/SemaObjC/ |
D | nonnull.m | 34 …func1(0, cp2, i1); // expected-warning {{null passed to a callee that requires a non-null argumen… 35 …func1(cp1, 0, i1); // expected-warning {{null passed to a callee that requires a non-null argumen… 39 …func3(0, i2, cp3, i3); // expected-warning {{null passed to a callee that requires a non-null argu… 40 …func3(cp3, i2, 0, i3); // expected-warning {{null passed to a callee that requires a non-null arg… 42 func4(0, cp1); // expected-warning {{null passed to a callee that requires a non-null argument}} 43 func4(cp1, 0); // expected-warning {{null passed to a callee that requires a non-null argument}} 67 …_dispatch_queue_push_list(0); // expected-warning {{null passed to a callee that requires a non-nu… 94 …[object doSomethingWithNonNullPointer:NULL:1:NULL]; // expected-warning 2 {{null passed to a calle… 95 …[object doSomethingWithNonNullPointer:vp:1:NULL]; // expected-warning {{null passed to a callee th… 96 …[NSObject doSomethingClassyWithNonNullPointer:NULL]; // expected-warning {{null passed to a callee… [all …]
|