HomeSort by relevance Sort by last modified time
    Searched full:oldcontext (Results 1 - 21 of 21) sorted by null

  /system/core/toolbox/
restorecon.c 25 char *oldcontext, *newcontext; local
27 if (lgetfilecon(pathname, &oldcontext) < 0) {
38 strcmp(oldcontext, newcontext)) {
40 printf("Relabeling %s from %s to %s.\n", pathname, oldcontext, newcontext);
49 freecon(oldcontext);
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLContextTest.java 51 SSLContext oldContext = SSLContext.getDefault();
52 assertNotNull(oldContext);
55 assertNotSame(oldContext, newContext);
  /external/libselinux/src/
android.c 661 char *oldcontext, *newcontext; local
663 if (lgetfilecon(pathname, &oldcontext) < 0)
669 if (strcmp(newcontext, "<<none>>") && strcmp(oldcontext, newcontext))
675 if (oldcontext)
676 freecon(oldcontext);
  /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/webkit/Examples/NetscapeInputMethodPlugin/
main.m 212 NSGraphicsContext *oldContext = [[NSGraphicsContext currentContext] retain];
267 [NSGraphicsContext setCurrentContext:oldContext];
  /external/icu4c/common/unicode/
ucnv_err.h 36 * const void *oldContext;
46 * &oldContext,
62 * const void *oldContext;
72 * &oldContext,
ucnv.h     [all...]
ubidi.h     [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucnv_err.h 36 * const void *oldContext;
46 * &oldContext,
62 * const void *oldContext;
72 * &oldContext,
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_err.h 36 * const void *oldContext;
46 * &oldContext,
62 * const void *oldContext;
72 * &oldContext,
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_err.h 36 * const void *oldContext;
46 * &oldContext,
62 * const void *oldContext;
72 * &oldContext,
ucnv.h 876 * @param oldContext fillin: returns the old callback's private void* context. This can be NULL.
    [all...]
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 158 void *OldContext = Ctx.getInlineAsmDiagnosticContext();
164 Ctx.setInlineAsmDiagnosticHandler(OldHandler, OldContext);
  /external/icu4c/test/cintltst/
nccbtst.c     [all...]
cbiditst.c     [all...]
ncnvtst.c     [all...]
  /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...]

Completed in 7699 milliseconds