HomeSort by relevance Sort by last modified time
    Searched refs:Context2 (Results 1 - 2 of 2) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/utils/
NamespaceSupport2.java 51 private Context2 currentContext; // Current point on the double-linked stack
99 currentContext = new Context2(null);
125 Context2 parentContext=currentContext;
128 currentContext = new Context2(parentContext);
153 Context2 parentContext=currentContext.getParent();
441 final class Context2 {
469 private Context2 parent = null;
470 private Context2 child = null;
475 Context2 (Context2 parent
    [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
MultiJITTest.cpp 51 void createModule2(LLVMContext &Context2, Module *&M2, Function *&FooF2) {
52 M2 = new Module("test2", Context2);
77 LLVMContext Context2;
80 createModule2(Context2, M2, FooF2);
107 LLVMContext Context2;
110 createModule2(Context2, M2, FooF2);
141 LLVMContext Context2;
144 createModule2(Context2, M2, FooF2);

Completed in 153 milliseconds