Home
last modified time | relevance | path

Searched refs:currentContext (Results 1 – 21 of 21) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
DNamespaceSupport2.java51 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/
Dcatch_context.cpp48 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()
Dcatch_context.h39 static IMutableContext *currentContext;
47 if( !IMutableContext::currentContext ) in getCurrentMutableContext()
49 return *IMutableContext::currentContext; in getCurrentMutableContext()
/external/v8/src/
Dasync-hooks-wrapper.cc90 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/
DCreatePlatformGLTestContext_iOS.mm18 EAGLContext* context = [EAGLContext currentContext];
86 if ([EAGLContext currentContext] == fEAGLContext) {
105 if ([EAGLContext currentContext] == fEAGLContext) {
/external/skia/tools/gpu/gl/iOS/
DCreatePlatformGLTestContext_iOS.mm18 EAGLContext* context = [EAGLContext currentContext];
86 if ([EAGLContext currentContext] == fEAGLContext) {
105 if ([EAGLContext currentContext] == fEAGLContext) {
/external/skia/experimental/wasm-skp-debugger/
Dcpu.js79 DebuggerView.currentContext = DebuggerView.currentContext || function() {
/external/skia/modules/canvaskit/
Dcpu.js78 CanvasKit.currentContext = CanvasKit.currentContext || function() {
Dexterns.js59 currentContext: function() {}, method
/external/skqp/experimental/canvaskit/
Dcpu.js78 CanvasKit.currentContext = CanvasKit.currentContext || function() {
Dexterns.js53 currentContext: function() {}, method
/external/skia/site/user/modules/
Dcanvaskit.md179 const context = CanvasKit.currentContext();
241 const context = CanvasKit.currentContext();
316 const context = CanvasKit.currentContext();
394 const context = CanvasKit.currentContext();
/external/skqp/site/user/modules/
Dcanvaskit.md168 const context = CanvasKit.currentContext();
228 const context = CanvasKit.currentContext();
321 const context = CanvasKit.currentContext();
/external/guice/core/src/com/google/inject/internal/
DInjectorImpl.java1047 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/
DtcuIOSPlatform.mm142 if ([EAGLContext currentContext] == m_context)
152 if ([EAGLContext currentContext] == m_context)
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java1057 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/
DRTCOpenGLVideoRenderer.mm255 if ([EAGLContext currentContext] != _context) {
259 if ([NSOpenGLContext currentContext] != _context) {
/external/swiftshader/tests/GLESUnitTests/
Dunittests.cpp184 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/
DRTCOpenGLVideoRenderer.mm274 if ([EAGLContext currentContext] != _context) {
278 if ([NSOpenGLContext currentContext] != _context) {
/external/bcc/tests/cc/
Dcatch.hpp6940 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/
Dcatch.hpp3942 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()