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

  /cts/hostsidetests/appsecurity/test-apps/InstrumentationAppDiffCert/src/com/android/cts/instrumentationdiffcertapp/
InstrumentationFailToRunTest.java 31 Context myContext = getInstrumentation().getContext();
34 ComponentName appDiffCertInstrumentation = new ComponentName(myContext,
  /external/icu4c/common/
ucnv_io.c 765 UAliasContext *myContext = (UAliasContext *)(enumerator->context);
766 uint32_t listOffset = myContext->listOffset;
779 UAliasContext *myContext = (UAliasContext *)(enumerator->context);
780 uint32_t listOffset = myContext->listOffset;
786 if (myContext->listIdx < listCount) {
787 const char *myStr = GET_STRING(currList[myContext->listIdx++]);
836 UAliasContext *myContext;
844 myContext = uprv_malloc(sizeof(UAliasContext));
845 if (myContext == NULL) {
850 myContext->listOffset = listOffset
    [all...]
uloc.c     [all...]
uresbund.c     [all...]
  /frameworks/base/core/java/android/content/
BroadcastReceiver.java 508 * @param myContext The Context that had been passed to {@link #onReceive(Context, Intent)}
512 public IBinder peekService(Context myContext, Intent service) {
518 myContext.getContentResolver()));
    [all...]
  /external/icu4c/i18n/
ucurr.cpp     [all...]