Home
last modified time | relevance | path

Searched defs:TestAction (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
H A DBlasTest.java64 class TestAction implements Runnable { class in BlasTest
67 public TestAction(TestName testName) { in TestAction() method in BlasTest.TestAction
/aosp12/frameworks/base/tools/bit/
H A Dmain.cpp171 struct TestAction { struct
193 TestAction::TestAction() in TestAction() argument
/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/inspector/
H A DInspectorControllerTest.java308 private static class TestAction implements ActionDisplay { class in InspectorControllerTest
310 private TestAction() { in TestAction() method in InspectorControllerTest.TestAction
/aosp12/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingTest.java63 class TestAction implements Runnable { class in ImageProcessingTest
66 public TestAction(TestName testName) { in TestAction() method in ImageProcessingTest.TestAction
/aosp12/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingTest.java74 class TestAction implements Runnable { class in ImageProcessingTest
77 public TestAction(TestName testName) { in TestAction() method in ImageProcessingTest.TestAction
/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DSurfaceInterceptor_test.cpp159 using TestAction = void (SurfaceInterceptorTest::*)(); typedef in android::SurfaceInterceptorTest