HomeSort by relevance Sort by last modified time
    Searched refs:TestAction (Results 1 - 11 of 11) sorted by null

  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
ImageProcessingTest.java 63 class TestAction implements Runnable {
66 public TestAction(TestName testName) {
96 public void runTest(TestAction ta, String testName) {
117 TestAction ta = new TestAction(TestName.LEVELS_VEC3_RELAXED);
124 TestAction ta = new TestAction(TestName.LEVELS_VEC4_RELAXED);
131 TestAction ta = new TestAction(TestName.LEVELS_VEC3_FULL);
138 TestAction ta = new TestAction(TestName.LEVELS_VEC4_FULL)
    [all...]
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
ImageProcessingTest.java 78 class TestAction implements Runnable {
81 public TestAction(TestName testName) {
111 public void runTest(TestAction ta, String testName) {
132 TestAction ta = new TestAction(TestName.LEVELS_VEC3_RELAXED);
139 TestAction ta = new TestAction(TestName.LEVELS_VEC4_RELAXED);
146 TestAction ta = new TestAction(TestName.LEVELS_VEC3_FULL);
153 TestAction ta = new TestAction(TestName.LEVELS_VEC4_FULL)
    [all...]
  /frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
BlasTest.java 64 class TestAction implements Runnable {
67 public TestAction(TestName testName) {
97 public void runTest(TestAction ta, String testName) {
118 TestAction ta = new TestAction(TestName.SGEMM_SMALL);
125 TestAction ta = new TestAction(TestName.SGEMM_MEDIUM);
132 TestAction ta = new TestAction(TestName.SGEMM_LARGE);
139 TestAction ta = new TestAction(TestName.BNNM_SMALL)
    [all...]
  /packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
CarActivityTest.java 44 TestCarActivity.sCreateTestAction = new TestAction<TestCarActivity>() {
50 TestCarActivity.sStartTestAction = new TestAction<TestCarActivity>() {
56 TestCarActivity.sResumeTestAction = new TestAction<TestCarActivity>() {
62 TestCarActivity.sPauseTestAction = new TestAction<TestCarActivity>() {
68 TestCarActivity.sStopTestAction = new TestAction<TestCarActivity>() {
74 TestCarActivity.sDestroyTestAction = new TestAction<TestCarActivity>() {
TestCarActivity.java 30 public static volatile TestAction<TestCarActivity> sCreateTestAction;
31 public static volatile TestAction<TestCarActivity> sStartTestAction;
32 public static volatile TestAction<TestCarActivity> sResumeTestAction;
33 public static volatile TestAction<TestCarActivity> sPauseTestAction;
34 public static volatile TestAction<TestCarActivity> sStopTestAction;
35 public static volatile TestAction<TestCarActivity> sDestroyTestAction;
45 Log.d(TAG, "TestAction " + sCreateTestAction);
87 private void doRunTest(TestAction<TestCarActivity> test) {
TestAction.java 29 public abstract class TestAction<T> {
40 Log.i(TAG, "TestAction doRun " + this + " param:" + param);
44 Log.i(TAG, "TestAction doRun get exception", t);
84 public static <U> TestAction<U> buildEmptyAction() {
85 return new TestAction<U>() {
  /external/clang/unittests/Frontend/
FrontendActionTest.cpp 186 TestPPCallbacksFrontendAction TestAction(Callbacks);
188 ASSERT_FALSE(TestAction.SeenEnd);
189 ASSERT_TRUE(Compiler.ExecuteAction(TestAction));
191 ASSERT_TRUE(TestAction.SeenEnd);
  /external/clang/unittests/Tooling/
TestVisitor.h 78 return new TestAction(this);
94 class TestAction : public ASTFrontendAction {
96 TestAction(TestVisitor *Visitor) : Visitor(Visitor) {}
ToolingTest.cpp 33 class TestAction : public clang::ASTFrontendAction {
36 explicit TestAction(std::unique_ptr<clang::ASTConsumer> TestConsumer)
67 runToolOnCode(new TestAction(llvm::make_unique<FindTopLevelDeclConsumer>(
107 runToolOnCode(new TestAction(llvm::make_unique<FindClassDeclXConsumer>(
114 runToolOnCode(new TestAction(llvm::make_unique<FindClassDeclXConsumer>(
CommentHandlerTest.cpp 68 class CommentHandlerAction : public base::TestAction {
71 : TestAction(Visitor) { }
RefactoringTest.cpp 288 return runToolOnCode(new TestAction(this), Code);
308 class TestAction : public clang::ASTFrontendAction {
310 TestAction(TestVisitor *Visitor) : Visitor(Visitor) {}

Completed in 113 milliseconds