Searched refs:test (Results 101 - 125 of 892) sorted by relevance

1234567891011>>

/frameworks/base/test-runner/src/android/test/suitebuilder/annotation/
H A DHasAnnotation.java17 package android.test.suitebuilder.annotation;
21 import android.test.suitebuilder.TestMethod;
/frameworks/base/tests/CoreTests/android/
H A DAndroid.mk9 LOCAL_JAVA_LIBRARIES := android.test.runner bouncycastle
/frameworks/base/tests/DumpRenderTree/
H A DAndroid.mk8 LOCAL_JAVA_LIBRARIES := android.test.runner
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DRsPerfTestRunner.java22 import android.test.InstrumentationTestRunner;
23 import android.test.InstrumentationTestSuite;
/frameworks/native/libs/ui/tests/
H A DAndroid.mk5 # Build the manual test programs.
/frameworks/native/opengl/tests/configdump/
H A DAndroid.mk12 LOCAL_MODULE:= test-opengl-configdump
/frameworks/native/opengl/tests/gralloc/
H A DAndroid.mk12 LOCAL_MODULE:= test-opengl-gralloc
/frameworks/native/services/sensorservice/tests/
H A DAndroid.mk10 LOCAL_MODULE:= test-sensorservice
/frameworks/native/services/surfaceflinger/tests/resize/
H A DAndroid.mk13 LOCAL_MODULE:= test-resize
/frameworks/native/services/surfaceflinger/tests/surface/
H A DAndroid.mk14 LOCAL_MODULE:= test-surface
/frameworks/native/services/surfaceflinger/tests/transform/
H A DAndroid.mk13 LOCAL_MODULE:= test-transform
/frameworks/native/services/surfaceflinger/tests/vsync/
H A DAndroid.mk14 LOCAL_MODULE:= test-vsync-events
/frameworks/opt/telephony/tests/telephonymockriltests/
H A DAndroid.mk10 LOCAL_JAVA_LIBRARIES := android.test.runner
/frameworks/opt/telephony/tests/telephonytests/
H A DAndroid.mk10 LOCAL_JAVA_LIBRARIES := android.test.runner telephony-common
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardTestRunner.java18 import android.test.InstrumentationTestRunner;
19 import android.test.InstrumentationTestSuite;
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DExportTestResolver.java19 import android.test.AndroidTestCase;
20 import android.test.mock.MockContentResolver;
/frameworks/base/media/tests/MediaFrameworkTest/
H A DAndroid.mk8 LOCAL_JAVA_LIBRARIES := android.test.runner
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DMediaPlayerStressTestRunner.java19 import android.test.InstrumentationTestRunner;
20 import android.test.InstrumentationTestSuite;
/frameworks/base/test-runner/src/android/test/
H A DTestRunner.java17 package android.test;
38 * Support class that actually runs a test. Android uses this class,
40 * class yourself. See the full {@link android.test} package description
96 * start of a test.
98 * @param test
100 public void startTest(Test test) { argument
101 started(test.toString());
106 * end of the test.
108 * @param test
110 public void endTest(Test test) { argument
123 addError(Test test, Throwable t) argument
128 addFailure(Test test, junit.framework.AssertionFailedError t) argument
[all...]
/frameworks/base/core/java/android/test/
H A DFlakyTest.java17 package android.test;
25 * This annotation can be used on an {@link android.test.InstrumentationTestCase}'s
26 * test methods. When the annotation is present, the test method is re-executed if
27 * the test fails. The total number of executions is specified by the tolerance and
34 * Indicates how many times a test can run and fail before being reported
35 * as a failed test. If the tolerance factor is less than 1, the test runs
H A DPerformanceTestCase.java17 package android.test;
20 * More complex interface performance for test cases.
22 * If you want your test to be used as a performance test, you must
42 * if you use it, you will probably want to ensure your test is only
43 * executed once by returning 1. Otherwise, return 0 to allow the test
49 * duration of the test whose performance should actually be measured.
59 * This method is used to determine what modes this test case can run in.
61 * @return true if this test case can only be run in performance mode.
H A DRepetitiveTest.java17 package android.test;
25 * This annotation can be used on an {@link android.test.InstrumentationTestCase}'s test methods.
26 * When the annotation is present, the test method is executed the number of times specified by
35 * Indicates the number of times a test case should be run.
H A DUiThreadTest.java17 package android.test;
25 * This annotation can be used on an {@link InstrumentationTestCase}'s test methods.
26 * When the annotation is present, the test method is executed on the application's
/frameworks/base/core/java/android/test/suitebuilder/annotation/
H A DLargeTest.java17 package android.test.suitebuilder.annotation;
25 * Marks a test that should run as part of the large tests.
H A DMediumTest.java17 package android.test.suitebuilder.annotation;
25 * Marks a test that should run as part of the medium tests.

Completed in 1158 milliseconds

1234567891011>>