Home
last modified time | relevance | path

Searched defs:passed (Results 1 – 25 of 387) sorted by relevance

12345678910>>...16

/aosp_15_r20/external/testng/src/test/java/test/methodselectors/
H A DCommandLineTest.java56 String[] passed = { in commandLineNegativePriorityAllGroups() local
70 String[] passed = { in commandLineNegativePriorityGroup2() local
85 String[] passed = { in commandLineLessThanPriorityTest1Test() local
100 String[] passed = { in commandLineGreaterThanPriorityTest1Test2() local
114 String[] passed = { in commandLineLessThanPriorityAllTests() local
129 String[] passed = { in commandLineMultipleSelectors() local
143 String[] passed = { in commandLineNoTest1Selector() local
158 String[] passed = { in commandLineTestWithXmlFile() local
H A DMethodSelectorTest.java14 String[] passed = { in negativePriorityAllGroups() local
28 String[] passed = { in negativePriorityGroup2() local
43 String[] passed = { in lessThanPriorityTest1Test() local
58 String[] passed = { in greaterThanPriorityTest1Test2() local
73 String[] passed = { in lessThanPriorityAllTests() local
/aosp_15_r20/external/testng/src/test/java/test/
H A DJUnitTest1.java30 String[] passed = { in methodsThatStartWithTest() local
44 String[] passed = { in methodsWithSetup() local
58 String[] passed = { in testSuite() local
73 String[] passed = { in testNewInstance() local
87 String[] passed = { in setUpFailingShouldCauseMethodsToBeSkipped() local
105 String[] passed = { in setNameShouldBeInvoked() local
128 String[] passed = { in testAbstract() local
H A DTest1.java25 String[] passed = { in includedGroups() local
45 String passed[] = { in groupsOfGroupsSimple() local
68 String[] passed = { in groupsOfGroupsWithIndirections() local
85 String[] passed = { in groupsOfGroupsWithCycle() local
98 String passed[] = { in excludedGroups() local
116 String passed[] = { in regexp() local
H A DJUnit4Test.java27 String[] passed = JUnit4Sample2.EXPECTED; in testTests() local
42 String[] passed = JUnit4SampleSuite.EXPECTED; in testSuite() local
57 String[] passed = JUnit4Child.EXPECTED; in testSuiteInheritance() local
73 String[] passed = {"t1", "t1"}; in testTestInheritance() local
88 String[] passed = JUnit4ParameterizedTest.EXPECTED; in testTestParameterized() local
H A DMethodTest.java17 String[] passed = { in includeMethodsOnly() local
32 String[] passed = { in excludeMethodsOnly() local
47 String[] passed = { in excludePackage() local
H A DInvocationAndSuccessPercentageTest.java17 String[] passed = { in invocationCount() local
44 String[] passed = { in successPercentageThatSucceeds() local
75 String[] passed = { in successPercentageThatFails() local
H A DTest2.java33 String[] passed = { in noGroups() local
57 String[] passed = { in partialGroupsClass() local
77 String[] passed = { in partialGroupsMethod() local
H A DCommandLineTest.java34 List<ITestResult> passed = tla.getPassedTests(); in junitParsing() local
56 List<ITestResult> passed = tla.getPassedTests(); in junitParsing2() local
123 List<ITestResult> passed = tla.getPassedTests(); in testMethodParameter() local
/aosp_15_r20/cts/tests/tests/rscpp/librscpptest/
H A Drs_jni_allocation.cpp147 bool passed = true; in helperCopy1D() local
193 bool passed = true; in helperFloatAllocationCopy1D() local
240 bool passed = true; in helperCopy2D() local
281 bool passed = true; in helperFloatAllocationCopy2D() local
332 bool passed = true; in helperCopy3D() local
385 bool passed = true; in helperFloatAllocationCopy3D() local
432 bool passed = true; in Java_android_cts_rscpp_RSAllocationTest_test1DCopy() local
469 bool passed = true; in Java_android_cts_rscpp_RSAllocationTest_test2DCopy() local
500 bool passed = true; in Java_android_cts_rscpp_RSAllocationTest_test3DCopy() local
531 bool passed = true; in Java_android_cts_rscpp_RSAllocationTest_test1DCopyPadded() local
[all …]
H A Drs_jni_object.cpp45 bool passed = true; in Java_android_cts_rscpp_RSObjectTest_testClearObjectElement() local
73 bool passed = true; in Java_android_cts_rscpp_RSObjectTest_testClearObjectType() local
101 bool passed = true; in Java_android_cts_rscpp_RSObjectTest_testClearObjectAllocation() local
130 bool passed = true; in Java_android_cts_rscpp_RSObjectTest_testClearObjectSampler() local
160 bool passed = true; in Java_android_cts_rscpp_RSObjectTest_testClearObjectScript() local
H A Drs_jni_element.cpp41 bool passed = true; in Java_android_cts_rscpp_RSElementTest_testCreatePixel() local
73 bool passed = true; in Java_android_cts_rscpp_RSElementTest_testCreateVector() local
99 bool passed = true; in Java_android_cts_rscpp_RSElementTest_testPrebuiltElements() local
168 bool passed = true; in Java_android_cts_rscpp_RSElementTest_testIsCompatible() local
232 bool passed = true; in Java_android_cts_rscpp_RSElementTest_testElementBuilder() local
H A Drs_jni_type.cpp70 bool passed = true; in Java_android_cts_rscpp_RSTypeTest_testCreate() local
111 bool passed = true; in Java_android_cts_rscpp_RSTypeTest_testGetCount() local
178 bool passed = true; in Java_android_cts_rscpp_RSTypeTest_testGet() local
H A Drs_jni_foreach.cpp45 bool passed = true; in Java_android_cts_rscpp_RSForEachTest_testForEach() local
290 bool passed = true; in Java_android_cts_rscpp_RSForEachTest_testMultipleForEach() local
324 bool passed = true; in Java_android_cts_rscpp_RSForEachTest_testNoRoot() local
H A Drs_jni_script.cpp57 bool passed = true; in Java_android_cts_rscpp_RSScriptTest_testSet() local
97 bool passed = true; in Java_android_cts_rscpp_RSScriptTest_testInstance() local
169 bool passed = true; in Java_android_cts_rscpp_RSScriptTest_testVector() local
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cLayoutBindingTests.cpp220 bool passed = true; in getUniformLocations() local
330 …LayoutBindingTestResult(bool passed = true, const String &reason = String(), bool notRunforThisCon… in LayoutBindingTestResult()
1099 bool passed = true; in iterate() local
1162 bool passed = true; in drawTestCompute() local
1255 bool passed = true; in drawTest() local
1298 bool passed = true; in binding_basic_default() local
1339 bool passed = true; in binding_basic_explicit() local
1386 bool passed = true; in binding_basic_multiple() local
1439 bool passed = true; in binding_basic_render() local
1474 bool passed = true; in binding_integer_constant() local
[all …]
/aosp_15_r20/external/testng/src/test/java/test/pkg/
H A DPackageTest.java22 String[] passed = { in stringSingle() local
43 String[] passed = { in packageWithRegExp1() local
56 String[] passed = { in packageWithRegExp2() local
69 String[] passed = { in packageWithRegExp3() local
82 String[] passed = { in packageWithRegExp4() local
95 String[] passed = { in packageWithRegExp5() local
/aosp_15_r20/external/testng/src/test/java/test/dependent/
H A DImplicitGroupInclusionTest.java15 String[] passed = { in verifyImplicitGroupInclusion() local
33 String[] passed = { in verifyImplicitGroupInclusion2() local
51 String[] passed = { in verifyImplicitGroupInclusion4() local
70 String[] passed = { in verifyImplicitGroupInclusion3() local
88 String[] passed = { in verifyImplicitMethodInclusion() local
H A DDependentTest.java19 String[] passed = {}; in simpleSkip() local
31 String[] passed = { "oneA", "oneB", "secondA", "thirdA", "canBeRunAnytime" }; in dependentMethods() local
43 String[] passed = { "step1", }; in dependentMethodsWithSkip() local
56 String[] passed = { "step1", "step2" }; in dependentMethodsWithNonExistentMethod() local
80 String[] passed = { "init", }; in multipleSkips() local
H A DDependentAlwaysRunTest.java13 String[] passed = { in verifyDependsOnMethodsAlwaysRun() local
31 String[] passed = { in verifyDependsOnGroups1AlwaysRun() local
49 String[] passed = { in verifyDependsOnGroups2AlwaysRun() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/optional/test/
Doptional_test.cpp289 bool passed = false ; in test_uninitialized_access() local
353 bool passed = false ; in test_throwing_direct_init() local
401 bool passed = false ; in test_throwing_val_assign_on_uninitialized() local
446 bool passed = false ; in test_throwing_val_assign_on_initialized() local
486 bool passed = false ; in test_throwing_copy_initialization() local
529 bool passed = false ; in test_throwing_assign_to_uninitialized() local
571 bool passed = false ; in test_throwing_assign_to_initialized() local
654 bool passed = false ; in test_throwing_swap() local
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/
H A Dstruct_traits_unittest.cc298 const StructWithTraitsImpl& passed) { in ExpectStructWithTraits()
348 TrivialStructWithTraitsImpl passed) { in ExpectTrivialStructWithTraits()
368 MoveOnlyStructWithTraitsImpl passed) { in CaptureMessagePipe()
410 base::Optional<MoveOnlyStructWithTraitsImpl> passed) { in CaptureNullableMoveOnlyStructWithTraitsImpl()
518 std::unique_ptr<test::UnionWithTraitsBase> passed) { in TEST_F()
538 std::unique_ptr<test::UnionWithTraitsBase> passed) { in TEST_F()
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/
H A DPassFailButtons.java118 void setTestResultAndFinish(boolean passed); in setTestResultAndFinish()
263 public void setTestResultAndFinish(boolean passed) { in setTestResultAndFinish()
380 public void setTestResultAndFinish(boolean passed) { in setTestResultAndFinish()
478 public void setTestResultAndFinish(boolean passed) { in setTestResultAndFinish()
709 String testDetails, boolean passed, ReportLog reportLog, in setTestResultAndFinishHelper()
/aosp_15_r20/hardware/interfaces/thermal/1.0/vts/functional/
H A DVtsHalThermalV1_0TargetTest.cpp168 hidl_vec<Temperature> passed; in TEST_P() local
183 hidl_vec<CpuUsage> passed; in TEST_P() local
198 hidl_vec<CoolingDevice> passed; in TEST_P() local
/aosp_15_r20/external/google-cloud-java/java-dataplex/proto-google-cloud-dataplex-v1/src/main/proto/google/cloud/dataplex/v1/
H A Ddata_quality.proto37 bool passed = 5; field
58 bool passed = 7; field
91 bool passed = 3; field

12345678910>>...16