HomeSort by relevance Sort by last modified time
    Searched defs:testContext (Results 1 - 11 of 11) sorted by null

  /external/owasp/sanitizer/src/tests/org/owasp/html/
HtmlChangeReporterTest.java 43 final Context testContext = new Context();
51 assertSame(testContext, context);
57 assertSame(testContext, context);
66 renderer, listener, testContext);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestContext.java 18 public class TestContext extends BidiTest {
66 public void testContext()
73 logln("\nEntering TestContext\n");
97 logln("\nExiting TestContext\n");
102 new TestContext().run(args);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
MoreKeySpecStringReferenceTests.java 39 final Context testContext = instrumentation.getContext();
40 final Resources testRes = testContext.getResources();
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLContextTest.java 557 TestSSLContext testContext = TestSSLContext.create();
558 assertNotNull(testContext);
559 assertNotNull(testContext.clientKeyStore);
560 assertNull(testContext.clientStorePassword);
561 assertNotNull(testContext.serverKeyStore);
562 assertEquals(StandardNames.IS_RI, testContext.serverStorePassword != null);
563 assertNotNull(testContext.clientKeyManagers);
564 assertNotNull(testContext.serverKeyManagers);
565 if (testContext.clientKeyManagers.length == 0) {
568 if (testContext.serverKeyManagers.length == 0)
    [all...]
  /frameworks/base/libs/hwui/tests/
main.cpp 27 #include "TestContext.h"
76 TestContext testContext;
81 sp<Surface> surface = testContext.surface();
106 testContext.waitForVsync();
112 testContext.waitForVsync();
  /frameworks/base/test-runner/src/android/test/
AndroidTestRunner.java 186 Context testContext = mInstrumentation == null ? mContext : mInstrumentation.getContext();
188 setContextIfAndroidTestCase(testCase, mContext, testContext);
195 private void setContextIfAndroidTestCase(Test test, Context context, Context testContext) {
198 ((AndroidTestCase) test).setTestContext(testContext);
  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
SyncStorageEngineTest.java 80 new TestContext(mockResolver, getContext()));
97 new TestContext(mockResolver, getContext()));
300 new TestContext(mockResolver, getContext()));
626 final TestContext testContext = new TestContext(mockResolver, getContext());
643 SyncStorageEngine engine = SyncStorageEngine.newTestInstance(testContext);
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
InstrumentationTest.java 191 public void testContext() throws Exception {
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c 86 static void testContext(void);
137 addTest(root, testContext, "complex/bidi/testContext");
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/parboiled/parboiled-core/1.0.2/
parboiled-core-1.0.2.jar 

Completed in 718 milliseconds