Home
last modified time | relevance | path

Searched refs:newTest (Results 1 – 7 of 7) sorted by relevance

/aosp12/build/soong/cc/
H A Dtest_data_test.go127 ctx.RegisterModuleType("test", newTest)
168 func newTest() android.Module { func
/aosp12/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
H A DBlasTestList.java61 static TestBase newTest(TestName testName) { in newTest() method in BlasTestList
H A DBlasBenchmark.java233 TestBase tb = BlasTestList.newTest(t); in changeTest()
/aosp12/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A DIPTestList.java102 static TestBase newTest(TestName testName) { in newTest() method in IPTestList
H A DImageProcessingActivity2.java578 TestBase tb = IPTestList.newTest(t); in changeTest()
/aosp12/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A DIPTestListJB.java105 static TestBase newTest(TestName testName) { in newTest() method in IPTestListJB
H A DImageProcessingActivityJB.java539 TestBase tb = IPTestListJB.newTest(t); in changeTest()