HomeSort by relevance Sort by last modified time
    Searched defs:Compile (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
codeop.py 1 r"""Utilities to compile possibly incomplete Python source code.
4 function compile(), which take program text, a filename and a 'mode'
19 Compile three times: as is, with \n, and with \n\n appended. If it
21 we expect more. If it doesn't compile either way, we compare the
53 Compile():
55 Instances of this class act like the built-in function compile,
64 __all__ = ["compile_command", "Compile", "CommandCompiler"]
102 return compile(source, filename, symbol, PyCF_DONT_IMPLY_DEDENT)
105 r"""Compile a command and determine whether it is incomplete.
124 class Compile:
    [all...]
  /external/python/cpython2/Lib/
codeop.py 1 r"""Utilities to compile possibly incomplete Python source code.
4 function compile(), which take program text, a filename and a 'mode'
19 Compile three times: as is, with \n, and with \n\n appended. If it
21 we expect more. If it doesn't compile either way, we compare the
53 Compile():
55 Instances of this class act like the built-in function compile,
64 __all__ = ["compile_command", "Compile", "CommandCompiler"]
102 return compile(source, filename, symbol, PyCF_DONT_IMPLY_DEDENT)
105 r"""Compile a command and determine whether it is incomplete.
124 class Compile
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
codeop.py 1 r"""Utilities to compile possibly incomplete Python source code.
4 function compile(), which take program text, a filename and a 'mode'
19 Compile three times: as is, with \n, and with \n\n appended. If it
21 we expect more. If it doesn't compile either way, we compare the
53 Compile():
55 Instances of this class act like the built-in function compile,
64 __all__ = ["compile_command", "Compile", "CommandCompiler"]
102 return compile(source, filename, symbol, PyCF_DONT_IMPLY_DEDENT)
105 r"""Compile a command and determine whether it is incomplete.
124 class Compile
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
codeop.py 1 r"""Utilities to compile possibly incomplete Python source code.
4 function compile(), which take program text, a filename and a 'mode'
19 Compile three times: as is, with \n, and with \n\n appended. If it
21 we expect more. If it doesn't compile either way, we compare the
53 Compile():
55 Instances of this class act like the built-in function compile,
64 __all__ = ["compile_command", "Compile", "CommandCompiler"]
102 return compile(source, filename, symbol, PyCF_DONT_IMPLY_DEDENT)
105 r"""Compile a command and determine whether it is incomplete.
124 class Compile
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
codeop.py 1 r"""Utilities to compile possibly incomplete Python source code.
4 function compile(), which take program text, a filename and a 'mode'
19 Compile three times: as is, with \n, and with \n\n appended. If it
21 we expect more. If it doesn't compile either way, we compare the
53 Compile():
55 Instances of this class act like the built-in function compile,
64 __all__ = ["compile_command", "Compile", "CommandCompiler"]
102 return compile(source, filename, symbol, PyCF_DONT_IMPLY_DEDENT)
105 r"""Compile a command and determine whether it is incomplete.
124 class Compile
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
codeop.py 1 r"""Utilities to compile possibly incomplete Python source code.
4 function compile(), which take program text, a filename and a 'mode'
19 Compile three times: as is, with \n, and with \n\n appended. If it
21 we expect more. If it doesn't compile either way, we compare the
53 Compile():
55 Instances of this class act like the built-in function compile,
64 __all__ = ["compile_command", "Compile", "CommandCompiler"]
102 return compile(source, filename, symbol, PyCF_DONT_IMPLY_DEDENT)
105 r"""Compile a command and determine whether it is incomplete.
124 class Compile
    [all...]
  /external/clang/include/clang/Driver/
Phases.h 21 Compile,
  /external/libchrome/sandbox/linux/bpf_dsl/
codegen.cc 34 // we could trace back through the program in Compile() and elide
60 CodeGen::Program CodeGen::Compile(CodeGen::Node head) {
  /external/regex-re2/re2/
filtered_re2.cc 31 LOG(ERROR) << "Couldn't compile regular expression, skipping: "
43 void FilteredRE2::Compile(vector<string>* atoms) {
54 prefilter_tree_->Compile(atoms);
68 LOG(DFATAL) << "FirstMatch called before Compile";
set.cc 30 LOG(DFATAL) << "RE2::Set::Add after Compile";
69 bool RE2::Set::Compile() {
71 LOG(DFATAL) << "RE2::Set::Compile multiple times";
86 LOG(ERROR) << "Error simplifying during Compile.";
96 LOG(DFATAL) << "RE2::Set::Match without Compile";
  /frameworks/base/tools/preload/
Compile.java 31 public class Compile {
35 System.err.println("Usage: Compile [log file] [output file]");
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
Phases.h 21 Compile,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
Phases.h 21 Compile,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
Phases.h 21 Compile,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Phases.h 21 Compile,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
Phases.h 21 Compile,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
Phases.h 21 Compile,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
Phases.h 21 Compile,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Phases.h 21 Compile,
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
compile.go 18 // Compile is the main entry point for this package.
19 // Compile modifies f so that on return:
24 func Compile(f *Func) {
279 r, ok := regexp.Compile(underphase[1:])
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
compile.go 18 // Compile is the main entry point for this package.
19 // Compile modifies f so that on return:
24 func Compile(f *Func) {
279 r, ok := regexp.Compile(underphase[1:])
  /build/soong/cmd/microfactory/
microfactory.go 15 // Microfactory is a tool to incrementally compile a go program. It's similar
241 func (p *GoPackage) Compile(outDir, trimPath string) error {
255 dep.Compile(outDir, trimPath)
266 endTrace := trace("check compile %s", p.Name)
275 cmd := exec.Command(filepath.Join(goToolDir, "compile"),
330 defer un(trace("compile %s", p.Name))
446 if err := pkg.Compile(intermediates, mysrc); err != nil {
551 err = mainPackage.Compile(intermediates, trimPath)
553 fmt.Fprintln(os.Stderr, "Failed to compile:", err)
  /external/llvm/include/llvm/ExecutionEngine/Orc/
IRCompileLayer.h 1 //===------ IRCompileLayer.h -- Eagerly compile IR for JIT ------*- C++ -*-===//
46 IRCompileLayer(BaseLayerT &BaseLayer, CompileFtor Compile)
47 : BaseLayer(BaseLayer), Compile(std::move(Compile)), ObjCache(nullptr) {}
52 /// @brief Compile each module in the given module set, then add the resulting
73 *Object = Compile(*M);
140 CompileFtor Compile;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
IRCompileLayer.h 1 //===------ IRCompileLayer.h -- Eagerly compile IR for JIT ------*- C++ -*-===//
45 IRCompileLayer(BaseLayerT &BaseLayer, CompileFtor Compile)
46 : BaseLayer(BaseLayer), Compile(std::move(Compile)), ObjCache(nullptr) {}
51 /// @brief Compile each module in the given module set, then add the resulting
72 *Object = Compile(*M);
139 CompileFtor Compile;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
IRCompileLayer.h 1 //===------ IRCompileLayer.h -- Eagerly compile IR for JIT ------*- C++ -*-===//
45 IRCompileLayer(BaseLayerT &BaseLayer, CompileFtor Compile)
46 : BaseLayer(BaseLayer), Compile(std::move(Compile)), ObjCache(nullptr) {}
51 /// @brief Compile each module in the given module set, then add the resulting
72 *Object = Compile(*M);
139 CompileFtor Compile;

Completed in 675 milliseconds

1 2 3 4