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

  /system/core/toolbox/
restorecon.c 26 char *oldcontext, *newcontext; local
28 if (lgetfilecon(pathname, &oldcontext) < 0) {
39 strcmp(oldcontext, newcontext)) {
41 printf("Relabeling %s from %s to %s.\n", pathname, oldcontext, newcontext);
50 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 521 char *oldcontext, *newcontext; local
523 if (lgetfilecon(pathname, &oldcontext) < 0)
529 if (strcmp(newcontext, "<<none>>") && strcmp(oldcontext, newcontext))
535 if (oldcontext)
536 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 156 void *OldContext = Ctx.getInlineAsmDiagnosticContext();
162 Ctx.setInlineAsmDiagnosticHandler(OldHandler, OldContext);
  /external/icu4c/test/cintltst/
nccbtst.c     [all...]
cbiditst.c     [all...]
ncnvtst.c     [all...]
  /external/icu4c/common/
ucnv.c 727 const void** oldContext,
734 if (oldContext) *oldContext = converter->toUContext;
743 const void** oldContext,
750 if (oldContext) *oldContext = converter->fromUContext;
    [all...]
ubidi.c     [all...]

Completed in 2212 milliseconds