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

  /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...]
  /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...]
  /frameworks/ml/nn/runtime/test/benchmark/src/com/example/android/nn/benchmark/
NNTest.java 63 class TestAction implements Runnable {
66 public TestAction(TestName testName) {
96 public void runTest(TestAction ta, String testName) {
115 TestAction ta = new TestAction(TestName.MobileNet_FLOAT);
122 TestAction ta = new TestAction(TestName.MobileNet_QUANT8);
  /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/Frontend/
FrontendActionTest.cpp 186 TestPPCallbacksFrontendAction TestAction(Callbacks);
188 ASSERT_FALSE(TestAction.SeenEnd);
189 ASSERT_TRUE(Compiler.ExecuteAction(TestAction));
191 ASSERT_TRUE(TestAction.SeenEnd);
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/inspector/
InspectorControllerTest.java 79 private TestAction mShowInProvider;
80 private TestAction mDefaultsTestDouble;
95 mShowInProvider = new TestAction();
96 mDefaultsTestDouble = new TestAction();
331 private static class TestAction implements ActionDisplay {
333 private TestAction() {
  /external/clang/unittests/Tooling/
TestVisitor.h 78 return new TestAction(this);
94 class TestAction : public ASTFrontendAction {
96 TestAction(TestVisitor *Visitor) : Visitor(Visitor) {}
CommentHandlerTest.cpp 68 class CommentHandlerAction : public base::TestAction {
71 : TestAction(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>(
RefactoringTest.cpp 322 return runToolOnCode(new TestAction(this), Code);
342 class TestAction : public clang::ASTFrontendAction {
344 TestAction(TestVisitor *Visitor) : Visitor(Visitor) {}
  /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)
793 vector<TestAction> testActions;
823 TestAction action
    [all...]

Completed in 664 milliseconds