Home
last modified time | relevance | path

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

/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
108 public void runTest(TestAction ta, String testName) { in runTest()
151 TestAction ta = new TestAction(TestName.LEVELS_VEC3_RELAXED); in testLevelsVec3Relaxed()
158 TestAction ta = new TestAction(TestName.LEVELS_VEC4_RELAXED); in testLevelsVec4Relaxed()
165 TestAction ta = new TestAction(TestName.LEVELS_VEC3_FULL); in testLevelsVec3Full()
172 TestAction ta = new TestAction(TestName.LEVELS_VEC4_FULL); in testLevelsVec4Full()
179 TestAction ta = new TestAction(TestName.BLUR_RADIUS_25); in testBlurRadius25()
186 TestAction ta = new TestAction(TestName.INTRINSIC_BLUR_RADIUS_25); in testIntrinsicBlurRadius25()
193 TestAction ta = new TestAction(TestName.GREYSCALE); in testGreyscale()
[all …]
/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
96 public void runTest(TestAction ta, String testName) { in runTest()
117 TestAction ta = new TestAction(TestName.LEVELS_VEC3_RELAXED); in testLevelsVec3Relaxed()
124 TestAction ta = new TestAction(TestName.LEVELS_VEC4_RELAXED); in testLevelsVec4Relaxed()
131 TestAction ta = new TestAction(TestName.LEVELS_VEC3_FULL); in testLevelsVec3Full()
138 TestAction ta = new TestAction(TestName.LEVELS_VEC4_FULL); in testLevelsVec4Full()
145 TestAction ta = new TestAction(TestName.BLUR_RADIUS_25); in testBlurRadius25()
152 TestAction ta = new TestAction(TestName.INTRINSIC_BLUE_RADIUS_25); in testIntrinsicBlurRadius25()
159 TestAction ta = new TestAction(TestName.GREYSCALE); in testGreyscale()
[all …]
/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
96 public void runTest(TestAction ta, String testName) { in runTest()
115 TestAction ta = new TestAction(TestName.SGEMM_SMALL); in testSGEMMSmall()
122 TestAction ta = new TestAction(TestName.SGEMM_MEDIUM); in testSGEMMedium()
129 TestAction ta = new TestAction(TestName.SGEMM_LARGE); in testSGEMMLarge()
136 TestAction ta = new TestAction(TestName.BNNM_SMALL); in testBNNMSmall()
143 TestAction ta = new TestAction(TestName.BNNM_MEDIUM); in testBNNMMMedium()
150 TestAction ta = new TestAction(TestName.BNNM_LARGE); in testBNNMLarge()
157 TestAction ta = new TestAction(TestName.SGEMM_GoogLeNet); in testSGEMMGoogLeNet()
[all …]
/frameworks/base/tools/bit/
Dmain.cpp171 struct TestAction { struct
172 TestAction();
193 TestAction::TestAction() in TestAction() argument
223 void SetCurrentAction(TestAction* action);
230 TestAction* m_currentAction;
317 TestResults::SetCurrentAction(TestAction* action) in SetCurrentAction()
961 vector<TestAction> testActions; in run_phases()
992 TestAction action; in run_phases()
1010 TestAction action; in run_phases()
1029 TestAction& action = testActions[i]; in run_phases()
/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp148 using TestAction = void (SurfaceInterceptorTest::*)(); typedef in android::SurfaceInterceptorTest
161 void captureTest(TestAction action, TestBooleanVerification verification);
162 void captureTest(TestAction action, TestVerification verification);
221 void capture(TestAction action, Trace*);
233 void SurfaceInterceptorTest::capture(TestAction action, Trace* outTrace) { in capture()
291 void SurfaceInterceptorTest::captureTest(TestAction action, TestBooleanVerification verification) { in captureTest()
297 void SurfaceInterceptorTest::captureTest(TestAction action, TestVerification verification) { in captureTest()