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

  /art/compiler/
compiler.h 36 class Compiler {
44 static Compiler* Create(CompilerDriver* driver, Kind kind);
97 virtual ~Compiler() {}
113 explicit Compiler(CompilerDriver* driver, uint64_t warning) :
125 DISALLOW_COPY_AND_ASSIGN(Compiler);
  /external/chromium_org/third_party/cython/src/Cython/Compiler/Tests/
TestTreeFragment.py 2 from Cython.Compiler.TreeFragment import *
3 from Cython.Compiler.Nodes import *
4 from Cython.Compiler.UtilNodes import *
5 import Cython.Compiler.Naming as Naming
TestBuffer.py 2 import Cython.Compiler.Errors as Errors
3 from Cython.Compiler.Nodes import *
4 from Cython.Compiler.ParseTreeTransforms import *
5 from Cython.Compiler.Buffer import *
TestMemView.py 2 import Cython.Compiler.Errors as Errors
3 from Cython.Compiler.Nodes import *
4 from Cython.Compiler.ParseTreeTransforms import *
5 from Cython.Compiler.Buffer import *
  /external/clang/unittests/AST/
ExternalASTSourceTest.cpp 3 // The LLVM Compiler Infrastructure
48 CompilerInstance Compiler;
49 Compiler.createDiagnostics();
57 Compiler.getDiagnostics());
58 Compiler.setInvocation(Invocation);
61 return Compiler.ExecuteAction(Action);
  /external/javassist/src/main/javassist/tools/reflect/
Compiler.java 52 * <ul><pre>% java Compiler Dog -m MetaDog -c CMetaDog Cat -m MetaCat Cow
70 public class Compiler {
159 out.println("Usage: java javassist.tools.reflect.Compiler");
  /external/chromium_org/third_party/cython/src/Cython/
TestUtils.py 1 import Cython.Compiler.Errors as Errors
3 from Cython.Compiler.TreeFragment import TreeFragment, strip_common_indent
4 from Cython.Compiler.Visitor import TreeVisitor, VisitorTransform
5 from Cython.Compiler import TreePath
152 # as part of the compiler pipeline
  /external/chromium_org/third_party/re2/re2/
compile.cc 9 // The Compiler class defined in this file is private.
123 class Compiler : public Regexp::Walker<Frag> {
125 explicit Compiler();
126 ~Compiler();
143 // The Compiler traverses the Regexp parse tree, visiting
188 // Rune range compiler.
237 DISALLOW_EVIL_CONSTRUCTORS(Compiler);
240 Compiler::Compiler() {
255 Compiler::~Compiler()
    [all...]
  /external/chromium_org/third_party/cython/src/pyximport/
pyximport.py 28 return dict(script_args=["--compiler=mingw32"])
521 import Cython.Compiler.Main, Cython.Compiler.Pipeline, Cython.Compiler.Optimize
  /external/clang/lib/Tooling/
Tooling.cpp 3 // The LLVM Compiler Infrastructure
51 // code that sets up a compiler to run tools on it, and we should refactor
249 // Create a compiler instance to handle the actual work.
250 clang::CompilerInstance Compiler;
251 Compiler.setInvocation(Invocation);
252 Compiler.setFileManager(Files);
254 // The FrontendAction can have lifetime requirements for Compiler or its
255 // members, and we need to ensure it's deleted earlier than Compiler. So we
256 // pass it to an std::unique_ptr declared after the Compiler variable.
259 // Create the compiler's actual diagnostics engine
    [all...]
  /external/javassist/sample/preproc/
Compiler.java 39 * java sample.preproc.Compiler sample.j
52 public class Compiler {
58 * Constructs a <code>Compiler</code> with a source file.
62 public Compiler(String inputname) throws CannotCompileException {
223 * Is invoked if this compiler encoutenrs:
285 Compiler c = new Compiler(args[0]);
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 19 * $Id: Compiler.java 468655 2006-10-28 07:12:06Z minchau $
21 package org.apache.xpath.compiler;
73 public class Compiler extends OpMap
77 * Construct a Compiler object with a specific ErrorListener and
88 public Compiler(ErrorListener errorHandler, SourceLocator locator,
97 * Construct a Compiler instance that has a null error listener and a
100 public Compiler()
    [all...]
  /external/clang/lib/Driver/
Driver.cpp 3 // The LLVM Compiler Infrastructure
54 DriverTitle("clang LLVM compiler"),
165 // -{fsyntax-only,-analyze,emit-ast,S} only run up to the compiler.
412 // Print the version of the compiler.
616 // was the compiler then assume it gave a reasonable error code. Failures
    [all...]
  /external/chromium_org/third_party/cython/src/
runtests.py 181 warnings.warn("Unable to find the %s compiler: %s: %s" %
294 COMPILER = None
382 compiler_obj = self.compiler
589 from Cython.Compiler import Options
606 from Cython.Compiler import Options
723 from Cython.Compiler.Main import CompilationOptions
724 from Cython.Compiler.Main import compile as cython_compile
725 from Cython.Compiler.Main import default_options
752 if COMPILER:
753 build_extension.compiler = COMPILE
    [all...]
  /external/chromium_org/v8/src/
compiler.h 654 // The V8 compiler
665 class Compiler : public AllStatic {
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 538 milliseconds