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

1 2 3 4 5

  /external/proguard/build/
build.sh 40 function compile { function
41 # Compile java source files.
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."
  /prebuilts/tools/common/proguard/proguard4.7/build/
build.sh 40 function compile { function
41 # Compile java source files.
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."
  /development/ide/emacs/
android-compile.el 1 ;;; android-compile.el --- Compile the Android source tree.
19 ;; Helper functions to compile Android file within emacs.
25 ;; The only interactive function is 'android-compile'.
26 ;; In your .emacs load this file (e.g (require 'android-compile)) then:
28 ;; (add-hook 'c++-mode-hook 'android-compile)
29 ;; (add-hook 'java-mode-hook 'android-compile)
31 ;; (global-set-key [f9] 'android-compile)
34 ;; TODO: Maybe we could cache the result of the compile function in
39 (require 'compile)
    [all...]
  /external/bison/etc/
bench.pl.in 329 sub compile ($) subroutine
355 compile ($name);
  /external/guava/guava/src/com/google/common/io/
PatternFilenameFilter.java 48 this(Pattern.compile(patternStr));
  /external/javasqlite/src/main/java/SQLite/
Vm.java 16 * Internal last error code for compile()/step() methods.
29 * Vm vm = db.compile("select * from x; select * from y;");
33 * while (vm.compile()) {
50 * Compile the next SQL statement for the SQLite VM instance.
55 public native boolean compile() throws SQLite.Exception; method in class:Vm
  /external/jsr305/ri/src/main/java/javax/annotation/
RegEx.java 32 Pattern.compile((String) value);
  /external/harfbuzz_ng/src/
hb-ot-shape-private.hh 76 inline void compile (hb_ot_shape_plan_t &plan) function in struct:hb_ot_shape_planner_t
80 map.compile (plan.map);
  /frameworks/compile/libbcc/tests/
bccarm 10 def compile(args): function
  /libcore/luni/src/main/java/javax/xml/xpath/
XPath.java 164 * <p>Compile an XPath expression for later evaluation.</p>
180 public XPathExpression compile(String expression) method in interface:XPath
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regexp.h 61 RETURN(ptr) Used for normal exit of the `compile' function. `ptr'
65 ERROR(val) Used for abnormal return from `compile'. `val' is the
95 /* Get and compile the user supplied pattern up to end of line or
102 compile (char *__restrict instring, char *__restrict expbuf, function
167 /* Now compile the pattern. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
regexp.h 61 RETURN(ptr) Used for normal exit of the `compile' function. `ptr'
65 ERROR(val) Used for abnormal return from `compile'. `val' is the
95 /* Get and compile the user supplied pattern up to end of line or
102 compile (char *__restrict instring, char *__restrict expbuf, function
167 /* Now compile the pattern. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
regexp.h 61 RETURN(ptr) Used for normal exit of the `compile' function. `ptr'
65 ERROR(val) Used for abnormal return from `compile'. `val' is the
95 /* Get and compile the user supplied pattern up to end of line or
102 compile (char *__restrict instring, char *__restrict expbuf, function
167 /* Now compile the pattern. */
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 76 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/
grammar.rb 167 def compile( options = {} ) method in class:ANTLR3.Test.Grammar
169 compile!( options )
173 def compile!( options = {} )
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/srec/srec/Grammar/include/
SR_Grammar.h 95 ESR_ReturnCode(*compile)(struct SR_Grammar_t* self); member in struct:SR_Grammar_t
261 * - Compile from expressions (not supported by SREC) or load pre-compiled grammars
  /frameworks/compile/libbcc/lib/AndroidBitcode/
ABCCompilerDriver.cpp 156 bool ABCCompilerDriver::compile(Script &pScript, llvm::raw_ostream &pOutput) { function in class:bcc::ABCCompilerDriver
163 Compiler::ErrorCode result = mCompiler.compile(pScript, pOutput);
272 ALOGE("Failed to prepare the output for compile the input from %d into "
279 // Compile.
281 if (!compile(*script, *output)) {
  /frameworks/compile/libbcc/lib/Core/
Compiler.cpp 50 "Failed to compile the script since there's no available TargetMachine."
329 enum Compiler::ErrorCode Compiler::compile(Script &pScript, function in class:Compiler
362 enum Compiler::ErrorCode Compiler::compile(Script &pScript, function in class:Compiler
376 enum Compiler::ErrorCode err = compile(pScript, *out);
  /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/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...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Compiler.cpp 104 bool TCompiler::compile(const char* const shaderStrings[], function in class:TCompiler
123 // We preserve symbols at the built-in level from compile-to-compile.
  /external/webkit/Source/WebCore/platform/text/
RegularExpression.cpp 52 , m_regExpByteCode(compile(pattern, caseSensitivity))
57 PassOwnPtr<JSC::Yarr::BytecodePattern> compile(const String& patternString, TextCaseSensitivity caseSensitivity) function in class:WebCore::RegularExpression::Private
61 LOG_ERROR("RegularExpression: YARR compile failed with '%s'", m_constructionError);
  /development/tools/idegen/src/
Configuration.java 260 patterns.add(Pattern.compile(trimmed));

Completed in 1630 milliseconds

1 2 3 4 5