Searched defs:compile (Results 1 - 25 of 152) sorted by last modified time

1234567

/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/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Djavassist-3.14.0-GA.jar ... lang.String) throws javassist.CannotCompileException String desc int compile (javassist.CtClass, java.lang.String, javassist. ...
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/qemu/android/build/
H A Dcommon.sh251 echo "Do not compile this program or library with Cygwin, use MSYS instead !!"
263 # check that we can compile a trivial C program with this compiler
271 compile
280 compile
307 # try to compile the current source file in $TMPC into an object
310 compile () function
332 # perform a simple compile / link / run of the source file in $TMPC
336 compile
338 echo "Failure to compile test program"
373 compile
[all...]
/external/proguard/build/
H A Dbuild.sh47 function compile { function
76 compile $PROGUARD
79 compile $PROGUARD_GUI
82 compile $RETRACE
87 compile $ANT_TASK
91 echo "if you want to compile the optional ProGuard Ant task."
96 compile $GRADLE_TASK
100 echo "if you want to compile the optional ProGuard Gradle task."
105 compile $WTK_PLUGIN
109 echo "if you want to compile th
[all...]
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/mksh/src/
H A Dsyn.c906 compile(Source *s, bool skiputf8bom) function
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
H A Dinvocation.cpp95 compile(const std::string &source, const std::string &name, function in namespace:__anon27564
259 llvm::Module *mod = compile(source, "cl_input", triple);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_blorp_blit.cpp487 const GLuint *compile(struct brw_context *brw, GLuint *program_size);
592 brw_blorp_blit_program::compile(struct brw_context *brw, function in class:brw_blorp_blit_program
1882 const GLuint *program = prog.compile(brw, &program_size);
/external/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp225 const void* LTOCodeGenerator::compile(size_t* length, function in class:LTOCodeGenerator
235 // remove old buffer if compile() called twice
/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/javassist/src/main/javassist/compiler/
H A DJavac.java87 public CtMember compile(String src) throws CompileError { method in class:Javac
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/javasqlite/src/main/java/SQLite/
H A DDatabase.java307 Vm vm = compile(sql);
360 Vm vm = compile(sql, args);
414 Vm vm = compile(sql, args);
680 public Vm compile(String sql) throws SQLite.Exception { method in class:Database
697 public Vm compile(String sql, String args[]) throws SQLite.Exception { method in class:Database
748 * Internal compile method.
757 * Internal compile method, SQLite 3.0 only.
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/javassist/src/main/javassist/
H A DCtField.java161 CtMember obj = compiler.compile(src);
813 abstract int compile(CtClass type, String name, Bytecode code, method in class:CtField.Initializer
829 int compile(CtClass type, String name, Bytecode code, method in class:CtField.CodeInitializer0
929 int compile(CtClass type, String name, Bytecode code, method in class:CtField.ParamInitializer
994 int compile(CtClass type, String name, Bytecode code, method in class:CtField.NewInitializer
1090 int compile(CtClass type, String name, Bytecode code, method in class:CtField.MethodInitializer
1165 int compile(CtClass type, String name, Bytecode code, method in class:CtField.IntInitializer
1198 int compile(CtClass type, String name, Bytecode code, method in class:CtField.LongInitializer
1234 int compile(CtClass type, String name, Bytecode code, method in class:CtField.FloatInitializer
1270 int compile(CtClas method in class:CtField.DoubleInitializer
1301 int compile(CtClass type, String name, Bytecode code, method in class:CtField.StringInitializer
1341 int compile(CtClass type, String name, Bytecode code, method in class:CtField.ArrayInitializer
1371 int compile(CtClass type, String name, Bytecode code, method in class:CtField.MultiArrayInitializer
[all...]
H A DCtMethod.java341 int compile(Bytecode code) throws CannotCompileException { method in class:CtMethod.ConstParameter
380 int compile(Bytecode code) throws CannotCompileException { method in class:CtMethod.IntConstParameter
401 int compile(Bytecode code) throws CannotCompileException { method in class:CtMethod.LongConstParameter
422 int compile(Bytecode code) throws CannotCompileException { method in class:CtMethod.StringConstParameter
/external/icu/icu4c/source/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...]
/external/icu/icu4c/source/common/
H A Dsimplepatternformatter.cpp72 compile(pattern, status);
110 UBool SimplePatternFormatter::compile( function in class:SimplePatternFormatter
/external/harfbuzz_ng/src/
H A Dhb-ot-map.cc131 hb_ot_map_builder_t::compile (hb_ot_map_t &m) function in class:hb_ot_map_builder_t
H A Dhb-ot-shape-private.hh80 inline void compile (hb_ot_shape_plan_t &plan) function in struct:hb_ot_shape_planner_t
84 map.compile (plan.map);

Completed in 8593 milliseconds

1234567