/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | NamespaceSupport2.java | 51 private Context2 currentContext; // Current point on the double-linked stack field in NamespaceSupport2 99 currentContext = new Context2(null); in reset() 100 currentContext.declarePrefix("xml", XMLNS); in reset() 125 Context2 parentContext=currentContext; in pushContext() 126 currentContext = parentContext.getChild(); in pushContext() 127 if (currentContext == null){ in pushContext() 128 currentContext = new Context2(parentContext); in pushContext() 133 currentContext.setParent(parentContext); in pushContext() 153 Context2 parentContext=currentContext.getParent(); in popContext() 157 currentContext = parentContext; in popContext() [all …]
|
/external/catch2/include/internal/ |
D | catch_context.cpp | 48 IMutableContext *IMutableContext::currentContext = nullptr; member in Catch::IMutableContext 52 currentContext = new Context(); in createContext() 56 delete IMutableContext::currentContext; in cleanUpContext() 57 IMutableContext::currentContext = nullptr; in cleanUpContext()
|
D | catch_context.h | 39 static IMutableContext *currentContext; 47 if( !IMutableContext::currentContext ) in getCurrentMutableContext() 49 return *IMutableContext::currentContext; in getCurrentMutableContext()
|
/external/v8/src/ |
D | async-hooks-wrapper.cc | 90 Local<Context> currentContext = isolate->GetCurrentContext(); in CreateHook() local 107 ->Get(currentContext, \ in CreateHook() 124 ->NewInstance(currentContext) in CreateHook() 138 Local<Context> currentContext = hooks->isolate_->GetCurrentContext(); in ShellPromiseHook() local 145 promise->SetPrivate(currentContext, in ShellPromiseHook() 154 promise->SetPrivate(currentContext, in ShellPromiseHook() 160 promise->SetPrivate(currentContext, in ShellPromiseHook()
|
/external/skqp/tools/gpu/gl/iOS/ |
D | CreatePlatformGLTestContext_iOS.mm | 18 EAGLContext* context = [EAGLContext currentContext]; 86 if ([EAGLContext currentContext] == fEAGLContext) { 105 if ([EAGLContext currentContext] == fEAGLContext) {
|
/external/skia/tools/gpu/gl/iOS/ |
D | CreatePlatformGLTestContext_iOS.mm | 18 EAGLContext* context = [EAGLContext currentContext]; 86 if ([EAGLContext currentContext] == fEAGLContext) { 105 if ([EAGLContext currentContext] == fEAGLContext) {
|
/external/skia/experimental/wasm-skp-debugger/ |
D | cpu.js | 79 DebuggerView.currentContext = DebuggerView.currentContext || function() {
|
/external/skia/modules/canvaskit/ |
D | cpu.js | 78 CanvasKit.currentContext = CanvasKit.currentContext || function() {
|
D | externs.js | 59 currentContext: function() {}, method
|
/external/skqp/experimental/canvaskit/ |
D | cpu.js | 78 CanvasKit.currentContext = CanvasKit.currentContext || function() {
|
D | externs.js | 53 currentContext: function() {}, method
|
/external/skia/site/user/modules/ |
D | canvaskit.md | 179 const context = CanvasKit.currentContext(); 241 const context = CanvasKit.currentContext(); 316 const context = CanvasKit.currentContext(); 394 const context = CanvasKit.currentContext();
|
/external/skqp/site/user/modules/ |
D | canvaskit.md | 168 const context = CanvasKit.currentContext(); 228 const context = CanvasKit.currentContext(); 321 const context = CanvasKit.currentContext();
|
/external/guice/core/src/com/google/inject/internal/ |
D | InjectorImpl.java | 1047 InternalContext currentContext = enterContext(); 1048 Dependency previous = currentContext.pushDependency(dependency, source); 1050 T t = internalFactory.get(currentContext, dependency, false); 1055 currentContext.popStateAndSetDependency(previous); 1056 currentContext.close();
|
/external/deqp/framework/platform/ios/ |
D | tcuIOSPlatform.mm | 142 if ([EAGLContext currentContext] == m_context) 152 if ([EAGLContext currentContext] == m_context)
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLSurfaceView.java | 1057 EGLContext currentContext = mEgl.eglGetCurrentContext(); in verifyContext() local 1058 return currentContext != EGL10.EGL_NO_CONTEXT && mEgl.eglGetError() != EGL11.EGL_CONTEXT_LOST; in verifyContext()
|
/external/webrtc/webrtc/api/objc/ |
D | RTCOpenGLVideoRenderer.mm | 255 if ([EAGLContext currentContext] != _context) { 259 if ([NSOpenGLContext currentContext] != _context) {
|
/external/swiftshader/tests/GLESUnitTests/ |
D | unittests.cpp | 184 EGLContext currentContext = eglGetCurrentContext(); in Initialize() local 186 EXPECT_EQ(context, currentContext); in Initialize() 212 EGLContext currentContext = eglGetCurrentContext(); in Uninitialize() local 214 EXPECT_EQ(EGL_NO_CONTEXT, currentContext); in Uninitialize()
|
/external/webrtc/talk/app/webrtc/objc/ |
D | RTCOpenGLVideoRenderer.mm | 274 if ([EAGLContext currentContext] != _context) { 278 if ([NSOpenGLContext currentContext] != _context) {
|
/external/bcc/tests/cc/ |
D | catch.hpp | 6940 Context* currentContext = CATCH_NULL; variable 6943 if( !currentContext ) in getCurrentMutableContext() 6944 currentContext = new Context(); in getCurrentMutableContext() 6945 return *currentContext; in getCurrentMutableContext() 6952 delete currentContext; in cleanUpContext() 6953 currentContext = CATCH_NULL; in cleanUpContext()
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 3942 static IMutableContext *currentContext; member 3950 if( !IMutableContext::currentContext ) in getCurrentMutableContext() 3952 return *IMutableContext::currentContext; in getCurrentMutableContext() 8351 IMutableContext *IMutableContext::currentContext = nullptr; member in Catch::IMutableContext 8355 currentContext = new Context(); in createContext() 8359 delete IMutableContext::currentContext; in cleanUpContext() 8360 IMutableContext::currentContext = nullptr; in cleanUpContext()
|