Searched refs:Compiler (Results 1 - 25 of 95) sorted by relevance

1234

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DCompilerTest.java25 * @tests java.lang.Compiler#command(java.lang.Object)
28 assertNull("Incorrect behavior.", Compiler.command(new Object()));
32 * @tests java.lang.Compiler#compileClass(java.lang.Class)
37 Compiler.compileClass(Compiler.class);
41 * @tests java.lang.Compiler#compileClasses(java.lang.String)
46 Compiler.compileClasses("Compiler");
50 * @tests java.lang.Compiler#disable()
53 Compiler
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DAttributeIterator.java24 import org.apache.xpath.compiler.Compiler;
39 * @param compiler A reference to the Compiler that contains the op map.
45 AttributeIterator(Compiler compiler, int opPos, int analysis)
H A DSelfIteratorNoPredicate.java25 import org.apache.xpath.compiler.Compiler;
40 * @param compiler A reference to the Compiler that contains the op map.
47 SelfIteratorNoPredicate(Compiler compiler, int opPos, int analysis)
H A DChildIterator.java26 import org.apache.xpath.compiler.Compiler;
42 * @param compiler A reference to the Compiler that contains the op map.
49 ChildIterator(Compiler compiler, int opPos, int analysis)
H A DChildTestIterator.java27 import org.apache.xpath.compiler.Compiler;
48 * @param compiler A reference to the Compiler that contains the op map.
54 ChildTestIterator(Compiler compiler, int opPos, int analysis)
H A DOneStepIteratorForward.java26 import org.apache.xpath.compiler.Compiler;
46 * @param compiler A reference to the Compiler that contains the op map.
52 OneStepIteratorForward(Compiler compiler, int opPos, int analysis)
H A DWalkingIteratorSorted.java25 import org.apache.xpath.compiler.Compiler;
56 * into the Compiler to create predicate expressions.
58 * @param compiler The Compiler which is creating
69 Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers)
H A DBasicTestIterator.java27 import org.apache.xpath.compiler.Compiler;
64 * into the Compiler to create predicate expressions.
66 * @param compiler The Compiler which is creating
73 protected BasicTestIterator(Compiler compiler, int opPos, int analysis)
99 * into the Compiler to create predicate expressions.
101 * @param compiler The Compiler which is creating
112 Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers)
/external/regex-re2/re2/
H A Dcompile.cc9 // The Compiler class defined in this file is private.
121 class Compiler : public Regexp::Walker<Frag> { class in namespace:re2
123 explicit Compiler();
124 ~Compiler();
141 // The Compiler traverses the Regexp parse tree, visiting
235 DISALLOW_EVIL_CONSTRUCTORS(Compiler);
238 Compiler::Compiler() { function in class:re2::Compiler
253 Compiler::~Compiler() {
[all...]
/external/clang/lib/Tooling/
H A DTooling.cpp3 // The LLVM Compiler Infrastructure
192 clang::CompilerInstance Compiler; local
193 Compiler.setInvocation(Invocation);
194 Compiler.setFileManager(Files);
198 Compiler.createDiagnostics(CC1Args.size(),
200 if (!Compiler.hasDiagnostics())
203 Compiler.createSourceManager(*Files);
204 addFileMappingsTo(Compiler.getSourceManager());
207 if (Compiler.getHeaderSearchOpts().UseBuiltinIncludes &&
208 Compiler
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncLast.java26 import org.apache.xpath.compiler.Compiler;
45 public void postCompileStep(Compiler compiler)
H A DFuncPosition.java27 import org.apache.xpath.compiler.Compiler;
44 public void postCompileStep(Compiler compiler)
H A DFunction.java28 import org.apache.xpath.compiler.Compiler;
140 public void postCompileStep(Compiler compiler)
/external/compiler-rt/lib/arm/
H A DMakefile.mk3 # The LLVM Compiler Infrastructure
/external/compiler-rt/lib/asan/interception/mach_override/
H A DMakefile.mk3 # The LLVM Compiler Infrastructure
/external/compiler-rt/lib/i386/
H A DMakefile.mk3 # The LLVM Compiler Infrastructure
/external/compiler-rt/lib/ppc/
H A DMakefile.mk3 # The LLVM Compiler Infrastructure
/external/compiler-rt/lib/profile/
H A DMakefile.mk3 # The LLVM Compiler Infrastructure
/external/compiler-rt/lib/x86_64/
H A DMakefile.mk3 # The LLVM Compiler Infrastructure
/external/llvm/bindings/ocaml/analysis/
H A Dllvm_analysis.ml3 * The LLVM Compiler Infrastructure
/external/llvm/bindings/ocaml/bitreader/
H A Dllvm_bitreader.ml3 * The LLVM Compiler Infrastructure
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/
H A DMessages.Designer.cs22 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
/external/compiler-rt/lib/asan/
H A DMakefile.mk3 # The LLVM Compiler Infrastructure
/external/compiler-rt/lib/asan/interception/
H A DMakefile.mk3 # The LLVM Compiler Infrastructure
/external/llvm/bindings/ocaml/bitwriter/
H A Dllvm_bitwriter.ml3 * The LLVM Compiler Infrastructure

Completed in 228 milliseconds

1234