HomeSort by relevance Sort by last modified time
    Searched refs:oldContext (Results 1 - 23 of 23) 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/WebCore/platform/text/
TextCodecICU.cpp 276 const void* oldContext;
280 &oldContext, &err);
282 ASSERT(!strcmp(static_cast<const char*>(oldContext), UCNV_SUB_STOP_ON_ILLEGAL));
  /external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/
main.m 199 NSGraphicsContext *oldContext = [[NSGraphicsContext currentContext] retain];
221 [NSGraphicsContext setCurrentContext:oldContext];
  /external/chromium/third_party/icu/public/common/unicode/
ucnv.h     [all...]
ubidi.h     [all...]
  /external/icu4c/common/unicode/
ucnv.h     [all...]
ubidi.h     [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
ucnv.h 876 * @param oldContext fillin: returns the old callback's private void* context. This can be NULL.
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
ucnv.h 876 * @param oldContext fillin: returns the old callback's private void* context. This can be NULL.
    [all...]
  /external/webkit/WebCore/icu/unicode/
ucnv.h 876 * @param oldContext fillin: returns the old callback's private void* context. This can be NULL.
    [all...]
  /external/webkit/WebCore/bindings/v8/
V8Proxy.cpp 141 SVGElement* oldContext = svgObjectToContextMap().get(object);
143 if (oldContext == context)
146 if (oldContext)
147 oldContext->deref();
  /external/webkit/WebKitExamplePlugins/NetscapeInputMethodPlugin/
main.m 212 NSGraphicsContext *oldContext = [[NSGraphicsContext currentContext] retain];
267 [NSGraphicsContext setCurrentContext:oldContext];
  /external/chromium/third_party/icu/source/common/
ucnv.c 725 const void** oldContext,
732 if (oldContext) *oldContext = converter->toUContext;
741 const void** oldContext,
748 if (oldContext) *oldContext = converter->fromUContext;
    [all...]
ubidi.c     [all...]
  /external/icu4c/common/
ucnv.c 725 const void** oldContext,
732 if (oldContext) *oldContext = converter->toUContext;
741 const void** oldContext,
748 if (oldContext) *oldContext = converter->fromUContext;
    [all...]
ubidi.c     [all...]
  /external/icu4c/test/cintltst/
ncnvtst.c     [all...]
cbiditst.c     [all...]
nccbtst.c     [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cbiditst.c     [all...]
nccbtst.c     [all...]
ncnvtst.c     [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 799 milliseconds