Searched defs:compile (Results 1 - 8 of 8) sorted by path

/frameworks/base/core/java/android/speech/srec/
H A DRecognizer.java67 * grammar.compile();
211 public void compile() { method in class:Recognizer.Grammar
/frameworks/compile/libbcc/lib/AndroidBitcode/
H A DABCCompilerDriver.cpp152 bool ABCCompilerDriver::compile(Script &pScript, llvm::raw_ostream &pOutput) { function in class:bcc::ABCCompilerDriver
159 Compiler::ErrorCode result = mCompiler.compile(pScript, pOutput);
274 ALOGE("Failed to prepare the output for compile the input from %d into "
283 if (!compile(*script, *output)) {
/frameworks/compile/libbcc/lib/Core/
H A DCompiler.cpp50 "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);
/frameworks/compile/libbcc/tests/
H A Dbccarm10 def compile(args): function
H A Dtest.py50 def compile(args): function
188 out, err = compile(args)
/frameworks/compile/llvm-ndk-cc/
H A DCompiler.cpp282 int Compiler::compile() { function in class:ndkpc::Compiler
/frameworks/compile/slang/
H A Dslang.cpp421 int Slang::compile() { function in class:slang::Slang
H A Dslang_rs.cpp278 bool SlangRS::compile( function in class:slang::SlangRS
347 if (Slang::compile() > 0)

Completed in 131 milliseconds