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

1234567891011>>

/frameworks/base/legacy-test/src/junit/framework/
H A DTestListener.java4 * A Listener for test progress
10 public void addError(Test test, Throwable t); argument
14 public void addFailure(Test test, AssertionFailedError t); argument
16 * A test ended.
18 public void endTest(Test test); argument
20 * A test started.
22 public void startTest(Test test); argument
/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.
/frameworks/layoutlib/create/tests/mock_data/java/lang/
H A DJavaClass.java21 public static String test = "test"; field in class:JavaClass
/frameworks/base/tools/aapt2/filter/
H A DConfigFilter_test.cpp19 #include "test/Test.h"
26 EXPECT_TRUE(filter.Match(test::ParseConfigOrDie("320dpi")));
27 EXPECT_TRUE(filter.Match(test::ParseConfigOrDie("fr")));
32 filter.AddConfig(test::ParseConfigOrDie("fr"));
34 EXPECT_TRUE(filter.Match(test::ParseConfigOrDie("320dpi")));
39 filter.AddConfig(test::ParseConfigOrDie("fr"));
41 EXPECT_TRUE(filter.Match(test::ParseConfigOrDie("fr")));
46 filter.AddConfig(test::ParseConfigOrDie("fr"));
48 EXPECT_TRUE(filter.Match(test::ParseConfigOrDie("fr-320dpi")));
53 filter.AddConfig(test
[all...]
/frameworks/base/tools/aapt2/
H A DResourceTable_test.cpp20 #include "test/Test.h"
35 test::ParseNameOrDie("android:id/hey,there"), ConfigDescription{}, "",
36 test::ValueBuilder<Id>().SetSource("test.xml", 21u).Build(),
37 test::GetDiagnostics()));
40 test::ParseNameOrDie("android:id/hey:there"), ConfigDescription{}, "",
41 test::ValueBuilder<Id>().SetSource("test.xml", 21u).Build(),
42 test::GetDiagnostics()));
49 test
[all...]
/frameworks/base/tools/aapt2/split/
H A DTableSplitter_test.cpp19 #include "test/Test.h"
25 test::ResourceTableBuilder()
28 test::ParseConfigOrDie("mdpi"))
31 test::ParseConfigOrDie("hdpi"))
34 test::ParseConfigOrDie("xhdpi"))
37 test::ParseConfigOrDie("xxhdpi"))
46 EXPECT_EQ(nullptr, test::GetValueForConfig<FileReference>(
48 test::ParseConfigOrDie("mdpi")));
49 EXPECT_EQ(nullptr, test::GetValueForConfig<FileReference>(
51 test
[all...]
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/instrumentation/
H A DInstrumentationTest.java17 package android.test.suitebuilder.examples.instrumentation;
19 import android.test.InstrumentationTestCase;
/frameworks/base/tools/aapt2/optimize/
H A DVersionCollapser_test.cpp19 #include "test/Test.h"
27 test::ResourceTableBuilder builder;
29 builder.AddSimple(name, test::ParseConfigOrDie(item));
36 test::ContextBuilder().SetMinSdkVersion(7).Build();
49 test::GetValueForConfig<Id>(table.get(), res_name,
50 test::ParseConfigOrDie("land-v4")));
52 test::GetValueForConfig<Id>(table.get(), res_name,
53 test::ParseConfigOrDie("land-v5")));
57 test::GetValueForConfig<Id>(table.get(), res_name,
58 test
[all...]
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/androidTest/debug/com/android/layoutlib/test/myapplication/test/
H A DBuildConfig.class ... BuildConfig.java package com.android.layoutlib.test.myapplication.test public final com.android. ...
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestAppTests/src/com/android/multidexlegacytestapp/test/
H A DIntermediate.java1 package com.android.multidexlegacytestapp.test;
/frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
H A DDpiTestNoCompatActivity.java17 package com.google.android.test.dpi;
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/myapplication.widgets/
H A Dpackage-info.java4 * The classes here are both used from the Android project and from the Bridge test project.
6 package com.android.layoutlib.test.myapplication.widgets
/frameworks/base/tools/aapt2/link/
H A DProductFilter_test.cpp19 #include "test/Test.h"
24 std::unique_ptr<IAaptContext> context = test::ContextBuilder().Build();
26 const ConfigDescription land = test::ParseConfigOrDie("land");
27 const ConfigDescription port = test::ParseConfigOrDie("port");
31 test::ParseNameOrDie("android:string/one"), land, "",
32 test::ValueBuilder<Id>().SetSource(Source("land/default.xml")).Build(),
35 test::ParseNameOrDie("android:string/one"), land, "tablet",
36 test::ValueBuilder<Id>().SetSource(Source("land/tablet.xml")).Build(),
40 test::ParseNameOrDie("android:string/one"), port, "",
41 test
[all...]
/frameworks/base/core/tests/coretests/src/android/content/
H A DBrickDeniedTest.java19 import android.test.AndroidTestCase;
20 import android.test.suitebuilder.annotation.SmallTest;
27 // since this test application doesn't have the required permission.
28 // If it does work, well, the test certainly won't pass.
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/smoke/
H A DSmokeTest.java17 package android.test.suitebuilder.examples.smoke;
19 import android.test.suitebuilder.annotation.Smoke;
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/suppress/
H A DSuppressedTest.java17 package android.test.suitebuilder.examples.suppress;
19 import android.test.suitebuilder.annotation.Suppress;
/frameworks/data-binding/integration-tests/IndependentLibrary/app/src/androidTest/java/android/databinding/test/independentlibrary/
H A DApplicationTest.java16 package android.databinding.test.independentlibrary;
19 import android.test.ApplicationTestCase;
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/subclass/
H A DSubclassTest.java17 package android.test.suitebuilder.examples.subclass;
/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
H A DAppCompatibilityRunner.java19 import android.support.test.runner.AndroidJUnitRunner;
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
H A DR$attr.class ... R.java package com.android.layoutlib.test.myapplication public final com.android.layoutlib. ...
H A DR$color.class ... R.java package com.android.layoutlib.test.myapplication public final com.android.layoutlib. ...
H A DR$dimen.class ... R.java package com.android.layoutlib.test.myapplication public final com.android.layoutlib. ...
H A DR$integer.class ... R.java package com.android.layoutlib.test.myapplication public final com.android.layoutlib. ...

Completed in 1390 milliseconds

1234567891011>>