/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/ |
D | ExecutionContextSelector.js | 53 var newContext = /** @type {?WebInspector.ExecutionContext} */ (event.data); 54 if (newContext) 55 WebInspector.context.setFlavor(WebInspector.Target, newContext.target()); 73 var newContext = executionContexts[0]; 76 newContext = executionContexts[i]; 78 WebInspector.context.setFlavor(WebInspector.ExecutionContext, newContext); 104 var newContext = null; 108 newContext = executionContexts[0]; 112 WebInspector.context.setFlavor(WebInspector.ExecutionContext, newContext);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowLayoutInflater.java | 77 @Override public LayoutInflater cloneInContext(Context newContext) { in cloneInContext() argument 78 return bind(new MyLayoutInflater(newContext), newContext); in cloneInContext()
|
/external/smack/src/org/apache/harmony/javax/security/auth/ |
D | Subject.java | 184 AccessControlContext newContext; in doAs_PrivilegedAction() local 202 newContext = (AccessControlContext) AccessController.doPrivileged(dccAction); in doAs_PrivilegedAction() 204 return AccessController.doPrivileged(action, newContext); in doAs_PrivilegedAction() 265 AccessControlContext newContext; in doAs_PrivilegedExceptionAction() local 282 newContext = AccessController.doPrivileged(dccAction); in doAs_PrivilegedExceptionAction() 284 return AccessController.doPrivileged(action, newContext); in doAs_PrivilegedExceptionAction()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | PaintInfo.h | 53 …PaintInfo(GraphicsContext* newContext, const IntRect& newRect, PaintPhase newPhase, PaintBehavior … 56 : context(newContext) in context()
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
D | TextBreakIteratorICU.cpp | 300 TextContext newContext = textGetContext(text, nativeIndex, forward); in textLatin1Access() local 301 ASSERT(newContext != NoContext); in textLatin1Access() 302 if (newContext == currentContext) { in textLatin1Access() 308 } else if (newContext == PrimaryContext) { in textLatin1Access() 311 ASSERT(newContext == PriorContext); in textLatin1Access() 423 TextContext newContext = textGetContext(text, nativeIndex, forward); in textUTF16Access() local 424 ASSERT(newContext != NoContext); in textUTF16Access() 425 if (newContext == currentContext) { in textUTF16Access() 431 } else if (newContext == PrimaryContext) { in textUTF16Access() 434 ASSERT(newContext == PriorContext); in textUTF16Access()
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | tracetst.c | 225 const void *newContext = (const char *)originalTContext + 1; in TestTraceAPI() local 231 utrace_setFunctions(newContext, testTraceEntry, testTraceExit, testTraceData); in TestTraceAPI() 236 TEST_ASSERT(context == newContext); in TestTraceAPI()
|
/external/icu/icu4c/source/test/cintltst/ |
D | tracetst.c | 225 const void *newContext = (const char *)originalTContext + 1; in TestTraceAPI() local 231 utrace_setFunctions(newContext, testTraceEntry, testTraceExit, testTraceData); in TestTraceAPI() 236 TEST_ASSERT(context == newContext); in TestTraceAPI()
|
/external/chromium_org/third_party/WebKit/Source/platform/mac/ |
D | LocalCurrentGraphicsContext.mm | 46 …NSGraphicsContext* newContext = [NSGraphicsContext graphicsContextWithGraphicsPort:cgContext flipp… 47 [NSGraphicsContext setCurrentContext:newContext];
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GameRenderer.java | 324 public void setContext(Context newContext) { in setContext() argument 325 mContext = newContext; in setContext()
|
/external/icu/icu4c/source/common/unicode/ |
D | ucnv.h | 1048 const void* newContext, 1071 const void *newContext,
|
D | ubidi.h | 2042 const void *newContext, UBiDiClassCallback **oldFn,
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | ucnv.h | 1048 const void* newContext, 1071 const void *newContext,
|
D | ubidi.h | 2042 const void *newContext, UBiDiClassCallback **oldFn,
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
D | NFAToDFAConverter.java | 677 NFAContext newContext = new NFAContext(context, p); in closure() local 682 closure(ruleTarget, alt, newContext, semanticContext, d, collectPredicates); in closure() 690 NFAContext newContext = context.parent; // "pop" invoking state in closure() local 691 closure(continueState, alt, newContext, semanticContext, d, collectPredicates); in closure()
|
/external/chromium_org/third_party/icu/source/common/ |
D | ucnv.c | 735 const void* newContext, in ucnv_setToUCallBack() argument 745 converter->toUContext = newContext; in ucnv_setToUCallBack() 751 const void* newContext, in ucnv_setFromUCallBack() argument 761 converter->fromUContext = newContext; in ucnv_setFromUCallBack()
|
D | ubidi.c | 2867 const void *newContext, UBiDiClassCallback **oldFn, in ubidi_setClassCallback() argument 2884 pBiDi->coClassCallback = newContext; in ubidi_setClassCallback()
|
/external/icu/icu4c/source/common/ |
D | ucnv.c | 735 const void* newContext, in ucnv_setToUCallBack() argument 745 converter->toUContext = newContext; in ucnv_setToUCallBack() 751 const void* newContext, in ucnv_setFromUCallBack() argument 761 converter->fromUContext = newContext; in ucnv_setFromUCallBack()
|
D | ubidi.c | 2965 const void *newContext, UBiDiClassCallback **oldFn, in ubidi_setClassCallback() argument 2982 pBiDi->coClassCallback = newContext; in ubidi_setClassCallback()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/console/ |
D | ConsoleView.js | 382 var newContext = this._currentExecutionContext(); 383 WebInspector.context.setFlavor(WebInspector.ExecutionContext, newContext);
|