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

1234567891011>>

/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
31 * Override parent to just inform listeners of test,
32 * and skip test execution.
35 protected void run(final TestCase test) { argument
36 startTest(test);
37 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
/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
31 * <a href="{@docRoot}reference/android/support/test/filters/FlakyTest.html">
40 * Indicates how many times a test can run and fail before being reported
41 * 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
31 * <a href="{@docRoot}reference/android/support/test/annotation/UiThreadTest.html">
/frameworks/base/core/tests/utillib/src/android/test/
H A DBandwidthTest.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 profiled for bandwidth metrics and the results
26 * which is equivalent to tagging all test methods with this annotation.
/frameworks/base/tools/aapt2/test/
H A DTest.h20 #include "test/Builders.h"
21 #include "test/Common.h"
22 #include "test/Context.h"
27 namespace test { namespace in namespace:aapt
29 } // namespace test
/frameworks/base/tools/layoutlib/create/tests/mock_data/java/lang/
H A DJavaClass.java21 public static String test = "test"; field in class:JavaClass
/frameworks/compile/mclinker/templates/
H A DheaderTest.h18 namespace test { namespace in namespace:mcld
23 // Constructor can do set-up work for all test here.
29 // SetUp() will be called immediately before each test.
32 // TearDown() will be called immediately after each test.
36 } // namespace of test
/frameworks/compile/mclinker/unittests/
H A DELFBinaryReaderTest.h17 namespace test { namespace in namespace:mcld
21 // Constructor can do set-up work for all test here.
27 // SetUp() will be called immediately before each test.
30 // TearDown() will be called immediately after each test.
34 } // namespace of test
H A DGraphTest.h15 namespace test { namespace in namespace:mcld
19 // Constructor can do set-up work for all test here.
25 // SetUp() will be called immediately before each test.
28 // TearDown() will be called immediately after each test.
32 } // namespace of test
H A DLinkerTest.h18 namespace test { namespace in namespace:mcld
22 // Constructor can do set-up work for all test here.
28 // SetUp() will be called immediately before each test.
31 // TearDown() will be called immediately after each test.
35 } // namespace of test
H A DSystemUtilsTest.h15 namespace test { namespace in namespace:mcld
19 // Constructor can do set-up work for all test here.
25 // SetUp() will be called immediately before each test.
28 // TearDown() will be called immediately after each test.
32 } // namespace of test
/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.
28 * <a href="{@docRoot}reference/android/support/test/filters/LargeTest.html">
H A DMediumTest.java17 package android.test.suitebuilder.annotation;
25 * Marks a test that should run as part of the medium tests.
28 * <a href="{@docRoot}reference/android/support/test/filters/MediumTest.html">
H A DSmallTest.java17 package android.test.suitebuilder.annotation;
25 * Marks a test that should run as part of the small tests.
28 * <a href="{@docRoot}reference/android/support/test/filters/SmallTest.html">
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.
30 * <a href="{@docRoot}reference/android/support/test/filters/Suppress.html">
/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/tests/VectorDrawableTest/src/com/android/test/dynamic/
H A DVectorDrawableDupPerf.java14 package com.android.test.dynamic;
H A DVectorDrawableStaticPerf.java14 package com.android.test.dynamic;
H A DVectorPathChecking.java14 package com.android.test.dynamic;

Completed in 387 milliseconds

1234567891011>>