HomeSort by relevance Sort by last modified time
    Searched refs:testContext (Results 26 - 50 of 90) sorted by null

12 3 4

  /cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
TestHelper.java 65 final Context testContext = InstrumentationRegistry.getContext();
66 mTestInfo = new TestInfo(testContext.getPackageName(), testClass.getName(), testMethod);
67 mResolver = testContext.getContentResolver();
  /external/testng/src/main/java/org/testng/
TestListenerAdapter.java 68 public void onStart(ITestContext testContext) {
69 m_testContexts.add(testContext);
73 public void onFinish(ITestContext testContext) {
  /external/testng/src/main/java/org/testng/reporters/
XMLSuiteResultWriter.java 66 ITestContext testContext = suiteResult.getTestContext();
67 addAllTestResults(testResults, testContext.getPassedTests());
68 addAllTestResults(testResults, testContext.getFailedTests());
69 addAllTestResults(testResults, testContext.getSkippedTests());
70 addAllTestResults(testResults, testContext.getPassedConfigurations());
71 addAllTestResults(testResults, testContext.getSkippedConfigurations());
72 addAllTestResults(testResults, testContext.getFailedConfigurations());
73 addAllTestResults(testResults, testContext.getFailedButWithinSuccessPercentageTests());
  /external/testng/src/test/java/test/configurationfailurepolicy/
FailurePolicyTest.java 19 public void setupClass( ITestContext testContext) {
20 assertEquals(testContext.getSuite().getXmlSuite().getConfigFailurePolicy(), XmlSuite.CONTINUE);
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/archives/
TestUtils.java 42 public TestUtils(Context targetContext, Context testContext, ExecutorService executor) {
44 mTestContext = testContext;
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/parser/
DeviceAdminIconParserTest.java 61 Context testContext = InstrumentationRegistry.getContext();
68 INPUT_URI = TestUtils.resourceToUri(testContext, R.raw.android);
DisclaimersParserTest.java 77 Context testContext = InstrumentationRegistry.getContext();
82 DISCLAIMER_URI_1 = TestUtils.resourceToUri(testContext, R.raw.test_disclaimer1);
85 DISCLAIMER_URI_2 = TestUtils.resourceToUri(testContext, R.raw.test_disclaimer2);
88 DISCLAIMER_URI_3 = TestUtils.resourceToUri(testContext, R.raw.test_disclaimer3);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
MoreKeySpecStringReferenceTests.java 39 final Context testContext = instrumentation.getContext();
40 final Resources testRes = testContext.getResources();
  /frameworks/base/test-runner/src/android/test/
AndroidTestRunner.java 191 Context testContext = mInstrumentation == null ? mContext : mInstrumentation.getContext();
193 setContextIfAndroidTestCase(testCase, mContext, testContext);
199 private void setContextIfAndroidTestCase(Test test, Context context, Context testContext) {
202 ((AndroidTestCase) test).setTestContext(testContext);
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineSamplerTests.cpp 55 SamplerTest (tcu::TestContext& testContext,
86 SamplerMagFilterTest (tcu::TestContext& testContext,
102 SamplerMinFilterTest (tcu::TestContext& testContext,
118 SamplerLodTest (tcu::TestContext& testContext,
141 SamplerAddressModesTest (tcu::TestContext& testContext,
    [all...]
vktPipelineCacheTests.cpp 428 vkt::TestCase* newTestCase (tcu::TestContext& testContext,
431 return new Test(testContext,
506 CacheTest(tcu::TestContext& testContext,
510 : vkt::TestCase (testContext, name, description)
612 GraphicsCacheTest (tcu::TestContext& testContext,
616 : CacheTest (testContext, name, description, param)
    [all...]
vktPipelineTimestampTests.cpp 594 vkt::TestCase* newTestCase(tcu::TestContext& testContext,
597 return new Test(testContext,
612 TimestampTest(tcu::TestContext& testContext,
616 : vkt::TestCase (testContext, name, description)
    [all...]
vktPipelineMultisampleTests.cpp 102 MultisampleTest (tcu::TestContext& testContext,
128 RasterizationSamplesTest (tcu::TestContext& testContext,
151 MinSampleShadingTest (tcu::TestContext& testContext,
173 SampleMaskTest (tcu::TestContext& testContext,
195 AlphaToOneTest (tcu::TestContext& testContext,
    [all...]
  /external/skqp/tests/
ImageTest.cpp 383 sk_gpu_test::TestContext* testContext = contextInfo.testContext();
386 testContext->makeCurrent();
398 auto restore = otherContextInfo.testContext()->makeCurrentAndAutoRestore();
821 sk_gpu_test::TestContext* testContext = ctxInfo.testContext();
825 sk_gpu_test::TestContext* otherTestContext = otherContextInfo.testContext();
    [all...]
  /build/soong/ui/build/
config_test.go 27 func testContext() Context {
36 ctx := testContext()
108 ctx := testContext()
  /external/testng/src/main/java/org/testng/internal/
FactoryMethod.java 35 ITestContext testContext)
58 m_testContext = testContext;
TestMethodWithDataProviderMethodWorker.java 42 ITestContext testContext, boolean skipFailedInvocationCounts,
57 m_testContext = testContext;
TestNGClassFinder.java 38 ITestContext testContext)
40 m_testContext = testContext;
79 objectFactory = (ITestObjectFactory) m.invoke(instance, testContext);
Invoker.java 107 ITestContext testContext,
114 m_testContext= testContext;
120 m_continueOnFailedConfiguration = XmlSuite.CONTINUE.equals(testContext.getSuite().getXmlSuite().getConfigFailurePolicy());
    [all...]
  /external/deqp/modules/egl/
teglThreadCleanUpTests.cpp 71 void testContext (EGLContext context)
111 testContext(*context);
115 testContext(m_context);
  /external/skia/tests/
ImageTest.cpp 384 sk_gpu_test::TestContext* testContext = contextInfo.testContext();
387 testContext->makeCurrent();
399 auto restore = otherContextInfo.testContext()->makeCurrentAndAutoRestore();
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestContext.java 25 public class TestContext extends BidiFmwk {
74 public void testContext()
81 logln("\nEntering TestContext\n");
105 logln("\nExiting TestContext\n");
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestContext.java 22 public class TestContext extends BidiFmwk {
71 public void testContext()
78 logln("\nEntering TestContext\n");
102 logln("\nExiting TestContext\n");
  /external/deqp/external/vulkancts/modules/vulkan/robustness/
vktRobustnessVertexAccessTests.cpp 54 VertexAccessTest (tcu::TestContext& testContext,
80 DrawAccessTest (tcu::TestContext& testContext,
109 DrawIndexedAccessTest (tcu::TestContext& testContext,
231 VertexAccessTest::VertexAccessTest (tcu::TestContext& testContext,
240 : vkt::TestCase (testContext, name, description)
341 DrawAccessTest::DrawAccessTest (tcu::TestContext& testContext
    [all...]
  /frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/migration/
JournalDbPostMigrationTest.java 179 Context testContext = InstrumentationRegistry.getContext();
181 String[] walModificationDbs = testContext.getAssets().list(DB_NAME);

Completed in 1268 milliseconds

12 3 4