Searched defs:newContext (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/macosx/native/sun/awt/
H A DQuartzSurfaceData.h105 BOOL newContext; member in struct:_QuartzSDOps
/openjdk7/jdk/src/windows/native/sun/net/www/protocol/http/ntlm/
H A DNTLMAuthSequence.c172 CtxtHandle *newContext; local
179 newContext = (CtxtHandle *)malloc(sizeof(CtxtHandle));
180 (*env)->SetLongField (env, this, ntlm_ctxHandleID, (jlong)newContext);
182 newContext = pCtx;
219 lastToken ? &InBuffDesc : NULL, 0, newContext, &OutBuffDesc,
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/api/
H A DJavacTaskImpl.java506 public void updateContext(Context newContext) { argument
507 context = newContext;

Completed in 312 milliseconds