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

  /external/llvm/unittests/ExecutionEngine/JIT/
MultiJITTest.cpp 55 void createModule2(LLVMContext &Context2, Module *&M2, Function *&FooF2) {
56 M2 = new Module("test2", Context2);
78 LLVMContext Context2;
81 createModule2(Context2, M2, FooF2);
108 LLVMContext Context2;
111 createModule2(Context2, M2, FooF2);
142 LLVMContext Context2;
145 createModule2(Context2, M2, FooF2);
  /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...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 300 milliseconds