Searched refs:test (Results 176 - 200 of 2693) sorted by relevance

1234567891011>>

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
H A DFakeNextAlarmController.java25 public FakeNextAlarmController(LeakCheck test) { argument
26 super(test, "alarm");
H A DFakeUserInfoController.java24 public FakeUserInfoController(LeakCheck test) { argument
25 super(test, "user_info");
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/
H A DOuterTest.java17 package android.test.suitebuilder.examples;
19 import android.test.suitebuilder.TestSuiteBuilder;
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/suppress/
H A DPartiallySuppressedTest.java17 package android.test.suitebuilder.examples.suppress;
19 import android.test.suitebuilder.annotation.Suppress;
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestRunner.java19 import android.test.InstrumentationTestRunner;
20 import android.test.InstrumentationTestSuite;
/frameworks/base/tests/LegacyAssistant/src/com/google/android/test/legacyassistant/
H A DAssistActivity.java17 package com.google.android.test.legacyassistant;
21 import com.google.android.test.legacyassistant.R;
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DTextCacheHighHitrateActivity.java16 package com.android.test.uibench;
21 import com.android.test.uibench.listview.CompatListActivity;
H A DTextCacheLowHitrateActivity.java16 package com.android.test.uibench;
21 import com.android.test.uibench.listview.CompatListActivity;
H A DTrivialListActivity.java16 package com.android.test.uibench;
21 import com.android.test.uibench.listview.CompatListActivity;
/frameworks/data-binding/integration-tests/IndependentLibrary/app/src/main/java/android/databinding/test/independentlibrary/vo/
H A DMyBindableObject.java17 package android.databinding.test.independentlibrary.vo;
20 import android.databinding.test.independentlibrary.BR;
/frameworks/multidex/instrumentation/src/com/android/test/runner/
H A DMultiDexTestRunner.java17 package com.android.test.runner;
21 import android.test.InstrumentationTestRunner;
24 * {@link android.test.InstrumentationTestRunner} for testing application needing multidex support.
27 * <a href="{@docRoot}reference/android/support/test/runner/AndroidJUnitRunner.html">
/frameworks/opt/telephony/tests/telephonytests/
H A DAndroid.mk10 LOCAL_JAVA_LIBRARIES := android.test.runner telephony-common ims-common services.core bouncycastle
14 android-support-test \
15 platform-test-annotations \
16 legacy-android-test
/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
H A Dglobal_float.rs19 #pragma rs java_package_name(com.android.rs.rsov.test)
H A Dglobal_int.rs19 #pragma rs java_package_name(com.android.rs.rsov.test)
H A Dmodulo.rs19 #pragma rs java_package_name(com.android.rs.rsov.test)
/frameworks/support/transition/tests/src/android/support/transition/
H A DBaseTest.java19 import android.support.test.rule.ActivityTestRule;
20 import android.support.test.runner.AndroidJUnit4;
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
H A DBasicsTestCaseWithToolbar.java19 import android.support.test.annotation.UiThreadTest;
20 import android.support.test.filters.SmallTest;
H A DBasicsTestCaseWithWindowDecor.java19 import android.support.test.annotation.UiThreadTest;
20 import android.support.test.filters.SmallTest;
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
H A DAppCompatButtonAutoSizeTest.java19 import android.support.test.filters.MediumTest;
20 import android.support.test.runner.AndroidJUnit4;
/frameworks/av/media/libaudioprocessing/tests/
H A DAndroid.mk6 # resampler unit test
32 # audio mixer test tool
37 test-mixer.cpp \
52 LOCAL_MODULE := test-mixer
61 # build audio resampler test tool
66 test-resampler.cpp \
81 LOCAL_MODULE := test-resampler
/frameworks/base/test-runner/src/android/test/
H A DTestCaseUtil.java17 package android.test;
43 public static List<? extends Test> getTests(Test test, boolean flatten) { argument
44 return getTests(test, flatten, new HashSet<Class<?>>());
47 private static List<? extends Test> getTests(Test test, boolean flatten, argument
50 if (test != null) {
55 * invoke the suite() method, because we will run all test methods
58 if (test instanceof TestCase &&
59 ((TestCase)test).getName() == null) {
60 workingTest = invokeSuiteMethodIfPossible(test.getClass(),
64 workingTest = test;
113 getTestName(Test test) argument
[all...]
/frameworks/base/legacy-test/src/android/test/
H A DInstrumentationTestSuite.java17 package android.test;
30 * <a href="{@docRoot}reference/android/support/test/InstrumentationRegistry.html">
41 * test before running it.
54 * @param theClass Inspected for methods starting with 'test'
55 * @param instr The instrumentation to inject into each test before
71 public void runTest(Test test, TestResult result) { argument
73 if (test instanceof InstrumentationTestCase) {
74 ((InstrumentationTestCase) test).injectInstrumentation(mInstrumentation);
77 // run the test as usual
78 super.runTest(test, resul
[all...]
/frameworks/base/core/tests/coretests/src/android/text/format/
H A DTimeTest.java23 import android.support.test.filters.SmallTest;
24 import android.support.test.filters.Suppress;
25 import android.support.test.runner.AndroidJUnit4;
191 DateTest test = dayTests[index];
192 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1);
195 local.monthDay += test
[all...]
/frameworks/base/tools/aapt2/link/
H A DReferenceLinker_test.cpp19 #include "test/Test.h"
28 test::ResourceTableBuilder()
29 .SetPackageId("com.app.test", 0x7f)
30 .AddReference("com.app.test:string/foo", ResourceId(0x7f020000),
31 "com.app.test:string/bar")
34 .AddReference("com.app.test:string/bar", ResourceId(0x7f020001),
37 .AddReference("com.app.test:string/baz", ResourceId(0x7f020002),
42 test::ContextBuilder()
43 .SetCompilationPackage("com.app.test")
45 .SetNameManglerPolicy(NameManglerPolicy{"com.app.test"})
[all...]
H A DTableMerger_test.cpp21 #include "test/Test.h"
23 using ::aapt::test::ValueEq;
38 test::ContextBuilder()
54 test::ResourceTableBuilder()
60 test::StyleableBuilder().AddItem("com.app.b:id/foo").Build())
63 std::unique_ptr<ResourceTable> table_b = test::ResourceTableBuilder()
78 EXPECT_TRUE(final_table.FindResource(test::ParseNameOrDie("com.app.a:id/foo")));
79 EXPECT_TRUE(final_table.FindResource(test::ParseNameOrDie("com.app.a:id/bar")));
80 EXPECT_TRUE(final_table.FindResource(test::ParseNameOrDie("com.app.a:styleable/view")));
83 EXPECT_FALSE(final_table.FindResource(test
[all...]

Completed in 1353 milliseconds

1234567891011>>