HomeSort by relevance Sort by last modified time
    Searched defs:compile (Results 26 - 50 of 137) sorted by null

12 3 4 5 6

  /frameworks/compile/libbcc/lib/Core/
Compiler.cpp 51 return "Failed to compile the script since there's no available "
246 enum Compiler::ErrorCode Compiler::compile(Script &pScript, function in class:Compiler
283 enum Compiler::ErrorCode Compiler::compile(Script &pScript, function in class:Compiler
298 enum Compiler::ErrorCode err = compile(pScript, *out, IRStream);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_clib.py 74 def compile(*args, **kw): member in class:BuildCLibTestCase.test_build_libraries.FakeCompiler
76 create_static_lib = compile
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_clib.py 74 def compile(*args, **kw): member in class:BuildCLibTestCase.test_build_libraries.FakeCompiler
76 create_static_lib = compile
  /cts/tools/dex-tools/test/dex/reader/util/
JavaSourceToDexUtil.java 93 CompilationTask compile = javac.getTask(null, xfm, diacol, Arrays local
95 boolean success = compile.call();
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
Interp.java 62 generater.compile();
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/llvm/
invocation.cpp 95 compile(const std::string &source, const std::string &name, function in namespace:__anon14878
130 // Compile the code
259 llvm::Module *mod = compile(source, "cl_input", triple);
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/
invocation.cpp 95 compile(const std::string &source, const std::string &name, function in namespace:__anon25220
130 // Compile the code
259 llvm::Module *mod = compile(source, "cl_input", triple);
  /external/qemu/android/build/
common.sh 240 echo "Do not compile this program or library with Cygwin, use MSYS instead !!"
252 # check that we can compile a trivial C program with this compiler
260 compile
266 compile
270 compile
286 compile
303 # try to compile the current source file in $TMPC into an object
306 compile () function
328 # perform a simple compile / link / run of the source file in $TMPC
332 compile
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
bcppcompiler.py 81 def compile(self, sources, member in class:BCPPCompiler
143 # compile ()
util.py 95 rel_re = re.compile (r'[\d.]+')
248 _wordchars_re = re.compile(r'[^\\\'\"%s ]*' % string.whitespace)
249 _squote_re = re.compile(r"'(?:[^'\\]|\\.)*'")
250 _dquote_re = re.compile(r'"(?:[^"\\]|\\.)*"')
355 """Byte-compile a collection of Python source files to either .pyc
357 to compile; any files that don't end in ".py" are silently skipped.
394 # always compile indirectly if the current interpreter is in either
454 # "Direct" byte-compilation: use the py_compile module to compile
459 from py_compile import compile namespace
486 compile(file, cfile, dfile
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_compile.py 34 # internal: compile a (sub)pattern
180 # compile charset subprogram
363 # internal: compile an info block. in the current version,
486 # compile info block
489 # compile the pattern
496 def compile(p, flags=0): function
521 return _sre.compile(
_strptime.py 16 from re import compile as re_compile
263 def compile(self, format): member in class:TimeRE
308 format_regex = _TimeRE_cache.compile(format)
re.py 85 compile Compile a pattern into a RegexObject.
110 "compile", "purge", "template", "escape", "I", "L", "M", "S", "X",
188 def compile(pattern, flags=0): function
189 "Compile a regular expression pattern, returning a pattern object."
198 "Compile a template pattern, returning a pattern object"
222 _pattern_type = type(sre_compile.compile("", 0))
227 # internal: compile pattern
240 p = sre_compile.compile(pattern, flags)
249 # internal: compile replacement patter
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
bcppcompiler.py 81 def compile(self, sources, member in class:BCPPCompiler
143 # compile ()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_compile.py 34 # internal: compile a (sub)pattern
180 # compile charset subprogram
363 # internal: compile an info block. in the current version,
486 # compile info block
489 # compile the pattern
496 def compile(p, flags=0): function
521 return _sre.compile(
  /art/compiler/
oat_test.cc 68 const bool compile = false; // DISABLED_ due to the time to compile libcore local
80 if (compile) {
99 if (compile) { // OatWriter strips the code, regenerate to compare
  /development/tools/idegen/src/
Configuration.java 260 patterns.add(Pattern.compile(trimmed));
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
functional.rb 74 # Compile and load inline grammars on demand when their constant name
77 # for all grammars to compile, and then discovering there's a big dumb
82 compile( g )
133 def compile( grammar, options = {} ) method in class:ANTLR3.Test.GrammarManager
134 grammar.compile( compile_options.merge( options ) )
183 self.class.compile( grammar, options )
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-map.cc 167 hb_ot_map_builder_t::compile (hb_ot_map_t &m) function in class:hb_ot_map_builder_t
  /external/emma/core/java12/com/vladium/util/
WCMatcher.java 21 public static WCMatcher compile (final String pattern) method in class:WCMatcher
  /external/harfbuzz_ng/src/
hb-ot-map.cc 170 hb_ot_map_builder_t::compile (hb_ot_map_t &m) function in class:hb_ot_map_builder_t
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
TemplateCompiler.java 72 return compile(templateFactory.find(templateName, resourceLoader, escapeMode), templateName,
78 return compile(templateFactory.createTemp(content, escapeMode), name, escapeMode);
82 * Compile AST into Java class.
88 private Template compile(TemplateSyntaxTree ast, String templateName, EscapeMode mode) { method in class:TemplateCompiler
91 String errorMessage = "Could not compile template: " + templateName;
  /frameworks/compile/slang/
slang.cpp 432 int Slang::compile() { function in class:slang::Slang
  /libcore/luni/src/main/java/java/util/regex/
Pattern.java 27 * with the same regular expression, it may be more efficient to compile it once and reuse it.
38 * Pattern p = Pattern.compile("Hello, (\\S+)");
340 * Returns the regular expression supplied to {@code compile}.
352 * Returns the flags supplied to {@code compile}.
373 public static Pattern compile(String regularExpression, int flags) throws PatternSyntaxException { method in class:Pattern
378 * Equivalent to {@code Pattern.compile(pattern, 0)}.
380 public static Pattern compile(String pattern) { method in class:Pattern
394 compile(); method
397 private void compile() throws PatternSyntaxException { method in class:Pattern
416 * Equivalent to {@code Pattern.compile(regularExpression).matcher(input).matches()}
456 compile(); method
    [all...]
  /ndk/build/tools/
ndk-common.sh 468 # check that we can compile a trivial C program with this compiler
478 compile
484 compile
488 compile
501 compile
540 # try to compile the current source file in $TMPC into an object
543 compile () function
571 # perform a simple compile / link / run of the source file in $TMPC
575 compile
577 echo "Failure to compile test program
    [all...]

Completed in 1409 milliseconds

12 3 4 5 6