Searched refs:TestAction (Results 1 – 5 of 5) sorted by relevance
74 class TestAction implements Runnable { class in ImageProcessingTest77 public TestAction(TestName testName) { in TestAction() method in ImageProcessingTest.TestAction108 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 …]
63 class TestAction implements Runnable { class in ImageProcessingTest66 public TestAction(TestName testName) { in TestAction() method in ImageProcessingTest.TestAction96 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 …]
64 class TestAction implements Runnable { class in BlasTest67 public TestAction(TestName testName) { in TestAction() method in BlasTest.TestAction96 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 …]
171 struct TestAction { struct172 TestAction();193 TestAction::TestAction() in TestAction() argument223 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()
148 using TestAction = void (SurfaceInterceptorTest::*)(); typedef in android::SurfaceInterceptorTest161 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()