Searched defs:test (Results 1 - 25 of 222) sorted by relevance

123456789

/frameworks/compile/libbcc/runtime/test/timing/
H A Dtime3 function test () { function
29 test $ARCH $FILE libgcc ""
30 test $ARCH $FILE tuned ../../darwin_fat/Release/libcompiler_rt.a
32 test $ARCH $FILE installed $INSTALLED
/frameworks/base/test-runner/src/android/test/
H A DNoExecTestResult.java16 package android.test;
22 * A benign test result that does no actually test execution, just runs
30 * Override parent to just inform listeners of test,
31 * and skip test execution.
34 protected void run(final TestCase test) { argument
35 startTest(test);
36 endTest(test);
H A DAssertionFailedError.java17 package android.test;
H A DTestSuiteProvider.java17 package android.test;
22 * Implementors will know how to get a test suite.
H A DTimedTest.java17 package android.test;
23 * This annotation can be used on an {@link junit.framework.TestCase}'s test methods. When the
24 * annotation is present, the test method is timed and the results written through instrumentation
25 * output. It can also be used on the class itself, which is equivalent to tagging all test methods
H A DLoaderTestCase.java17 package android.test;
29 * A convenience class for testing {@link Loader}s. This test case
56 // The test thread blocks on this queue until the loader puts it's result in
59 // This callback runs on the "main" thread and unblocks the test thread
69 // Store the result, unblocking the test thread
H A DDatabaseTestUtils.java17 package android.test;
H A DInstrumentationUtils.java17 package android.test;
H A DLaunchPerformanceBase.java17 package android.test;
H A DPackageInfoSources.java17 package android.test;
H A DPerformanceCollectorTestCase.java17 package android.test;
H A DSimpleCache.java17 package android.test;
H A DTestCase.java17 package android.test;
23 * More complex interface for test cases.
25 * <p>Just implementing Runnable is enough for many test cases. If you
27 * especially if you need to share it between different test cases, or your
28 * teardown code must execute regardless of whether your test passed.
30 * <p>See the android.test package documentation (click the more... link)
/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 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/tools/localize/
H A Dtest.cpp12 test() function
/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.
H A DSmallTest.java17 package android.test.suitebuilder.annotation;
25 * Marks a test that should run as part of the small tests.
H A DSmoke.java17 package android.test.suitebuilder.annotation;
25 * Marks a test that should run as part of the smoke tests.
26 * The <code>android.test.suitebuilder.SmokeTestSuiteBuilder</code>
29 * @see android.test.suitebuilder.SmokeTestSuiteBuilder
H A DSuppress.java17 package android.test.suitebuilder.annotation;
25 * Use this annotation on test classes or test methods that should not be included in a test
27 * the annotation appears only on a test method then only that method will be excluded.
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
H A DSmokeTestSuiteBuilderTest.java17 package android.test.suitebuilder;
32 assertEquals("Unexpected test name", "testSmoke", testCaseNames.get(0));
/frameworks/base/test-runner/src/android/test/mock/
H A DMockDialogInterface.java3 package android.test.mock;
/frameworks/base/test-runner/src/android/test/suitebuilder/
H A DAssignableFrom.java17 package android.test.suitebuilder;

Completed in 212 milliseconds

123456789