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

  /packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
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/Tooling/
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>(
RefactoringTest.cpp 322 return runToolOnCode(new TestAction(this), Code);
342 class TestAction : public clang::ASTFrontendAction {
344 TestAction(TestVisitor *Visitor) : Visitor(Visitor) {}
TestVisitor.h 78 return new TestAction(this);
94 class TestAction : public ASTFrontendAction {
96 TestAction(TestVisitor *Visitor) : Visitor(Visitor) {}
  /frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
BlasTest.java 65 class TestAction implements Runnable {
68 public TestAction(TestName testName) {
97 public void runTest(TestAction ta, String testName) {
116 TestAction ta = new TestAction(TestName.SGEMM_SMALL);
123 TestAction ta = new TestAction(TestName.SGEMM_MEDIUM);
130 TestAction ta = new TestAction(TestName.SGEMM_LARGE);
137 TestAction ta = new TestAction(TestName.BNNM_SMALL)
    [all...]
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/inspector/
InspectorControllerTest.java 70 private TestAction mShowInProvider;
71 private TestAction mDefaultsTestDouble;
86 mShowInProvider = new TestAction();
87 mDefaultsTestDouble = new TestAction();
275 private static class TestAction implements ActionDisplay {
277 private TestAction() {
  /frameworks/base/tools/bit/
main.cpp 139 struct TestAction {
140 TestAction();
161 TestAction::TestAction()
188 * Set the TestAction that the tests are for.
191 void SetCurrentAction(TestAction* action);
198 TestAction* m_currentAction;
279 TestResults::SetCurrentAction(TestAction* action)
784 vector<TestAction> testActions;
814 TestAction action
    [all...]
  /frameworks/rs/tests/java_api/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/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
ImageProcessingTest.java 75 class TestAction implements Runnable {
78 public TestAction(TestName testName) {
109 public void runTest(TestAction ta, String testName) {
152 TestAction ta = new TestAction(TestName.LEVELS_VEC3_RELAXED);
159 TestAction ta = new TestAction(TestName.LEVELS_VEC4_RELAXED);
166 TestAction ta = new TestAction(TestName.LEVELS_VEC3_FULL);
173 TestAction ta = new TestAction(TestName.LEVELS_VEC4_FULL)
    [all...]

Completed in 1041 milliseconds