Home
last modified time | relevance | path

Searched refs:Context2 (Results 1 – 4 of 4) 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
99 currentContext = new Context2(null); in reset()
125 Context2 parentContext=currentContext; in pushContext()
128 currentContext = new Context2(parentContext); in pushContext()
153 Context2 parentContext=currentContext.getParent(); in popContext()
441 final class Context2 { class
469 private Context2 parent = null;
470 private Context2 child = null;
475 Context2 (Context2 parent) in Context2() method in Context2
493 Context2 getChild() in getChild()
[all …]
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
DMultiJITTest.cpp51 void createModule2(LLVMContext &Context2, Module *&M2, Function *&FooF2) { in createModule2() argument
52 M2 = new Module("test2", Context2); in createModule2()
77 LLVMContext Context2; in TEST() local
80 createModule2(Context2, M2, FooF2); in TEST()
107 LLVMContext Context2; in TEST() local
110 createModule2(Context2, M2, FooF2); in TEST()
141 LLVMContext Context2; in TEST() local
144 createModule2(Context2, M2, FooF2); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DLegacyPassManagerTest.cpp423 LLVMContext Context2; in TEST() local
429 Module M2("custom-opt-bisect2", Context2); in TEST()
445 Context2.setOptPassGate(RunOptionalPasses); in TEST()
/external/syzkaller/vendor/golang.org/x/oauth2/
DREADME.md25 In change 96e89be (March 2015), we removed the `oauth2.Context2` type in favor