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

123456789

/external/chromium_org/third_party/cython/src/bin/
H A Dcython7 from Cython.Compiler.Main import main
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DCodeGeneration.py1 from Cython.Compiler.Visitor import VisitorTransform
2 from Cython.Compiler.Nodes import StatListNode
/external/clang/unittests/AST/
H A DExternalASTSourceTest.cpp3 // The LLVM Compiler Infrastructure
48 CompilerInstance Compiler; local
49 Compiler.createDiagnostics();
57 Compiler.getDiagnostics());
58 Compiler.setInvocation(Invocation);
61 return Compiler.ExecuteAction(Action);
/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)
/external/chromium_org/third_party/cython/src/Cython/Compiler/Tests/
H A DTestVisitor.py1 from Cython.Compiler.ModuleNode import ModuleNode
2 from Cython.Compiler.Symtab import ModuleScope
4 from Cython.Compiler.Visitor import MethodDispatcherTransform
5 from Cython.Compiler.ParseTreeTransforms import (
H A DTestMemView.py2 import Cython.Compiler.Errors as Errors namespace
3 from Cython.Compiler.Nodes import *
4 from Cython.Compiler.ParseTreeTransforms import *
5 from Cython.Compiler.Buffer import *
H A DTestTreeFragment.py2 from Cython.Compiler.TreeFragment import *
3 from Cython.Compiler.Nodes import *
4 from Cython.Compiler.UtilNodes import *
5 import Cython.Compiler.Naming as Naming namespace
/external/chromium_org/third_party/cython/src/
H A Dcython.py16 from Cython.Compiler.Main import main
/external/chromium_org/tools/stats_viewer/Properties/
H A DSettings.Designer.cs16 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.0.0")]
/external/fio/compiler/
H A Dcompiler.h9 #error Compiler too old, need gcc at least gcc 3.x
/external/compiler-rt/lib/tsan/
H A DMakefile.mk3 # The LLVM Compiler Infrastructure
/external/llvm/bindings/ocaml/all_backends/
H A Dllvm_all_backends.ml3 * The LLVM Compiler Infrastructure
H A Dllvm_all_backends.mli3 * The LLVM Compiler Infrastructure
/external/chromium_org/third_party/re2/re2/
H A Dcompile.cc9 // The Compiler class defined in this file is private.
123 class Compiler : public Regexp::Walker<Frag> { class in namespace:re2
125 explicit Compiler();
126 ~Compiler();
143 // The Compiler traverses the Regexp parse tree, visiting
237 DISALLOW_EVIL_CONSTRUCTORS(Compiler);
240 Compiler::Compiler() { function in class:re2::Compiler
255 Compiler::~Compiler() {
[all...]
/external/regex-re2/re2/
H A Dcompile.cc9 // The Compiler class defined in this file is private.
122 class Compiler : public Regexp::Walker<Frag> { class in namespace:re2
124 explicit Compiler();
125 ~Compiler();
142 // The Compiler traverses the Regexp parse tree, visiting
236 DISALLOW_EVIL_CONSTRUCTORS(Compiler);
239 Compiler::Compiler() { function in class:re2::Compiler
254 Compiler::~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/
H A DMakefile.mk3 # The LLVM Compiler Infrastructure
/external/compiler-rt/lib/builtins/armv6m/
H A DMakefile.mk3 # The LLVM Compiler Infrastructure

Completed in 8625 milliseconds

123456789