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

  /external/icu4c/samples/ucnv/
flagcb.c 156 debugCBContext *newCtx;
157 newCtx = malloc(sizeof(debugCBContext));
159 newCtx->serial = debugCB_nextSerial();
160 newCtx->magic = 0xC0FFEE;
162 newCtx->subCallback = ctx->subCallback;
163 newCtx->subContext = ctx->subContext;
166 printf("debugCB_clone: %p:%d -> new context %p:%d\n", ctx, ctx->serial, newCtx, newCtx->serial);
169 return newCtx;
  /external/libselinux/src/
avc_sidtab.c 53 security_context_t newctx; local
60 newctx = (security_context_t) strdup(ctx);
61 if (!newctx) {
67 hvalue = sidtab_hash(newctx);
69 newnode->sid_s.ctx = newctx;
  /external/openssh/openbsd-compat/
port-linux.c 183 char *oldctx, *newctx, *cx; local
208 newctx = xmalloc(newlen);
210 memcpy(newctx, oldctx, len);
211 strlcpy(newctx + len, newname, newlen - len);
213 strlcat(newctx, cx, newlen);
215 oldctx, newctx);
216 if (setcon(newctx) < 0)
218 newctx, oldctx, strerror(errno));
220 xfree(newctx);
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 696 ContextPtr newCtx = ctx;
698 if (newCtx.Ptr() && prevCtx.Ptr()) {
699 if (newCtx.Ptr() == prevCtx.Ptr()) {
739 if(!EglOS::makeCurrent(dpy->nativeType(),newReadPtr,newDrawPtr,newCtx->nativeType())) {
745 thread->updateInfo(newCtx,dpy,newCtx->getGlesContext(),newCtx->getShareGroup(),dpy->getManager(newCtx->version()));
746 newCtx->setSurfaces(newReadSrfc,newDrawSrfc);
747 g_eglInfo->getIface(newCtx->version())->initContext(newCtx->getGlesContext(),newCtx->getShareGroup())
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]
  /external/icu4c/test/cintltst/
ccapitst.c     [all...]

Completed in 1322 milliseconds