HomeSort by relevance Sort by last modified time
    Searched refs:myContext (Results 1 - 7 of 7) sorted by null

  /external/testng/src/test/java/test/guice/
GuiceTestModule.java 7 private final MyContext myContext;
10 GuiceTestModule(MyContext myContext) {
11 this.myContext = myContext;
16 bind(MySession.class).toInstance(myContext.getSession());
  /cts/hostsidetests/appsecurity/test-apps/InstrumentationAppDiffCert/src/com/android/cts/instrumentationdiffcertapp/
InstrumentationFailToRunTest.java 33 final Context myContext = getInstrumentation().getContext();
37 new ComponentName(myContext, Instrumentation.class);
40 myContext.startInstrumentation(appDiffCertInstrumentation, null, new Bundle()));
47 final Context myContext = getInstrumentation().getContext();
51 new ComponentName(myContext, Instrumentation.class);
53 myContext.startInstrumentation(appDiffCertInstrumentation, null, new Bundle()));
  /external/icu/icu4c/source/common/
ucnv_io.cpp 774 UAliasContext *myContext = (UAliasContext *)(enumerator->context);
775 uint32_t listOffset = myContext->listOffset;
788 UAliasContext *myContext = (UAliasContext *)(enumerator->context);
789 uint32_t listOffset = myContext->listOffset;
795 if (myContext->listIdx < listCount) {
796 const char *myStr = GET_STRING(currList[myContext->listIdx++]);
847 UAliasContext *myContext;
855 myContext = static_cast<UAliasContext *>(uprv_malloc(sizeof(UAliasContext)));
856 if (myContext == NULL) {
861 myContext->listOffset = listOffset
    [all...]
uloc.cpp     [all...]
ucurr.cpp     [all...]
uresbund.cpp     [all...]
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerFakingPublisherTest.java 59 final Context myContext = getTestContext();

Completed in 528 milliseconds