Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
DBlasTest.java64 class TestAction implements Runnable { class in BlasTest
67 public TestAction(TestName testName) { in TestAction() method in BlasTest.TestAction
/frameworks/base/tools/bit/
Dmain.cpp171 struct TestAction { struct
193 TestAction::TestAction() in TestAction() argument
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
DImageProcessingTest.java63 class TestAction implements Runnable { class in ImageProcessingTest
66 public TestAction(TestName testName) { in TestAction() method in ImageProcessingTest.TestAction
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
DImageProcessingTest.java74 class TestAction implements Runnable { class in ImageProcessingTest
77 public TestAction(TestName testName) { in TestAction() method in ImageProcessingTest.TestAction
/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp148 using TestAction = void (SurfaceInterceptorTest::*)(); typedef in android::SurfaceInterceptorTest