Searched defs:compile (Results 1 - 25 of 51) sorted by relevance

123

/external/proguard/build/
H A Dbuild.sh40 function compile { function
69 compile $PROGUARD
72 compile $PROGUARD_GUI
75 compile $RETRACE
80 compile $ANT_TASK
84 echo "if you want to compile the optional ProGuard Ant task."
89 compile $WTK_PLUGIN
93 echo "if you want to compile the optional ProGuard WTK plugin."
/external/chromium_org/tools/grit/grit/
H A Dlazy_re.py6 '''In GRIT, we used to compile a lot of regular expressions at parse
7 time. Since many of them never get used, we use lazy_re to compile
30 self._lazy_re = re.compile(*self._stash_args, **self._stash_kwargs)
40 def compile(*args, **kwargs): function
41 '''Creates a LazyRegexObject that, when invoked on, will compile a
42 re.RegexObject (via re.compile) with the same arguments passed to
/external/bison/etc/
H A Dbench.pl.in329 sub compile ($) subroutine
355 compile ($name);
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/
H A Dgl-matrix.rb34 GLMatrix.compile
63 def compile(source = 'gl-matrix.js', dest = 'dist/gl-matrix.js') method in class:GLMatrix
77 dest = compile source, dest do |js|
78 Uglifier.compile js
/external/javasqlite/src/main/java/SQLite/
H A DVm.java16 * Internal last error code for compile()/step() methods.
29 * Vm vm = db.compile("select * from x; select * from y;");
33 * while (vm.compile()) {
55 public native boolean compile() throws SQLite.Exception; method in class:Vm
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtask.rb76 full_name = ( @namespace + [ @name, 'compile' ] ).join( ':' )
80 def compile!
106 desc( "compile ANTLR grammars" )
107 task( 'compile' => target_files )
201 def compile( grammar ) method in class:ANTLR3.CompileTask.GrammarSet
381 @group.compile( self )
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dgrammar.rb167 def compile( options = {} ) method in class:ANTLR3.Test.Grammar
169 compile!( options )
173 def compile!( options = {} )
H A Dfunctional.rb77 # 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/srec/srec/Grammar/include/
H A DSR_Grammar.h95 ESR_ReturnCode(*compile)(struct SR_Grammar_t* self); member in struct:SR_Grammar_t
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-private.hh75 inline void compile (hb_ot_shape_plan_t &plan) function in struct:hb_ot_shape_planner_t
79 map.compile (plan.map);
H A Dhb-ot-map.cc130 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/
H A DWCMatcher.java21 public static WCMatcher compile (final String pattern) method in class:WCMatcher
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-private.hh76 inline void compile (hb_ot_shape_plan_t &plan) function in struct:hb_ot_shape_planner_t
80 map.compile (plan.map);
H A Dhb-ot-map.cc170 hb_ot_map_builder_t::compile (hb_ot_map_t &m) function in class:hb_ot_map_builder_t
/external/qemu/android/build/
H A Dcommon.sh240 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...]
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
H A DJUnitCodeGen.java101 public void compile() throws IOException{ method in class:JUnitCodeGen
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
H A DXPathImpl.java391 public XPathExpression compile(String expression) method in class:XPathImpl
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/llvm/
H A Dinvocation.cpp95 compile(const std::string &source, const std::string &name, function in namespace:__anon13299
259 llvm::Module *mod = compile(source, "cl_input", triple);
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DTemplateCompiler.java72 return compile(templateFactory.find(templateName, resourceLoader, escapeMode), templateName,
78 return compile(templateFactory.createTemp(content, escapeMode), name, escapeMode);
88 private Template compile(TemplateSyntaxTree ast, String templateName, EscapeMode mode) { method in class:TemplateCompiler
91 String errorMessage = "Could not compile template: " + templateName;
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
H A Dinvocation.cpp95 compile(const std::string &source, const std::string &name, function in namespace:__anon23784
259 llvm::Module *mod = compile(source, "cl_input", triple);
/external/chromium_org/third_party/angle/src/compiler/
H A DCompiler.cpp116 bool TCompiler::compile(const char* const shaderStrings[], function in class:TCompiler
146 // We preserve symbols at the built-in level from compile-to-compile.
/external/chromium_org/third_party/icu/source/i18n/
H A Dregexcmp.cpp103 void RegexCompile::compile( function in class:RegexCompile
113 compile(&patternText, pp, e);
119 // compile, UText mode
122 void RegexCompile::compile( function in class:RegexCompile
267 // Set stack cleanup: a successful compile would have left it empty,
539 // compile time conventions require the slot anyhow.
H A Drepattrn.cpp269 // compile
273 RegexPattern::compile(const UnicodeString &regex, function in class:RegexPattern
309 compiler.compile(regex, pe, status);
321 // compile, UText mode
324 RegexPattern::compile(UText *regex, function in class:RegexPattern
360 compiler.compile(regex, pe, status);
371 // compile with default flags.
374 RegexPattern::compile(const UnicodeString &regex, function in class:RegexPattern
378 return compile(regex, 0, pe, err);
383 // compile wit
386 RegexPattern::compile(UText *regex, function in class:RegexPattern
398 RegexPattern::compile(const UnicodeString &regex, function in class:RegexPattern
411 RegexPattern::compile(UText *regex, function in class:RegexPattern
[all...]
/external/icu4c/i18n/
H A Dregexcmp.cpp104 void RegexCompile::compile( function in class:RegexCompile
114 compile(&patternText, pp, e);
120 // compile, UText mode
123 void RegexCompile::compile( function in class:RegexCompile
275 // Set stack cleanup: a successful compile would have left it empty,
553 // compile time conventions require the slot anyhow.
H A Drepattrn.cpp266 // compile
270 RegexPattern::compile(const UnicodeString &regex, function in class:RegexPattern
306 compiler.compile(regex, pe, status);
318 // compile, UText mode
321 RegexPattern::compile(UText *regex, function in class:RegexPattern
357 compiler.compile(regex, pe, status);
368 // compile with default flags.
371 RegexPattern::compile(const UnicodeString &regex, function in class:RegexPattern
375 return compile(regex, 0, pe, err);
380 // compile wit
383 RegexPattern::compile(UText *regex, function in class:RegexPattern
395 RegexPattern::compile(const UnicodeString &regex, function in class:RegexPattern
408 RegexPattern::compile(UText *regex, function in class:RegexPattern
[all...]

Completed in 1813 milliseconds

123