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

  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLContextTest.java 51 SSLContext oldContext = SSLContext.getDefault();
52 assertNotNull(oldContext);
55 assertNotSame(oldContext, newContext);
  /external/webkit/Source/WebCore/platform/text/
TextCodecICU.cpp 277 const void* oldContext;
281 &oldContext, &err);
283 ASSERT(!strcmp(static_cast<const char*>(oldContext), UCNV_SUB_STOP_ON_ILLEGAL));
  /external/webkit/Examples/NetscapeCocoaPlugin/
main.m 199 NSGraphicsContext *oldContext = [[NSGraphicsContext currentContext] retain];
221 [NSGraphicsContext setCurrentContext:oldContext];
  /external/icu4c/common/unicode/
ucnv.h     [all...]
ubidi.h     [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucnv.h 876 * @param oldContext fillin: returns the old callback's private void* context. This can be NULL.
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ucnv.h 876 * @param oldContext fillin: returns the old callback's private void* context. This can be NULL.
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucnv.h 876 * @param oldContext fillin: returns the old callback's private void* context. This can be NULL.
    [all...]
  /external/webkit/Examples/NetscapeInputMethodPlugin/
main.m 212 NSGraphicsContext *oldContext = [[NSGraphicsContext currentContext] retain];
267 [NSGraphicsContext setCurrentContext:oldContext];
  /external/icu4c/common/
ucnv.c 729 const void** oldContext,
736 if (oldContext) *oldContext = converter->toUContext;
745 const void** oldContext,
752 if (oldContext) *oldContext = converter->fromUContext;
    [all...]
ubidi.c     [all...]
  /external/icu4c/test/cintltst/
ncnvtst.c     [all...]
nccbtst.c     [all...]
cbiditst.c     [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 258 milliseconds