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

/frameworks/compile/libbcc/lib/Core/
H A DCompiler.cpp53 return "Failed to compile the script since there's no available "
245 enum Compiler::ErrorCode Compiler::compile(Script &pScript, function in class:Compiler
297 enum Compiler::ErrorCode Compiler::compile(Script &pScript, function in class:Compiler
312 enum Compiler::ErrorCode err = compile(pScript, *out, IRStream);
/frameworks/compile/slang/
H A Dslang.cpp428 int Slang::compile() { function in class:slang::Slang
475 // warnings if we suppressed them (i.e. we are doing the 64-bit compile after
476 // an existing 32-bit compile).
H A Dslang_rs.cpp273 bool SlangRS::compile( function in class:slang::SlangRS
347 if (Slang::compile() > 0)
/frameworks/base/core/java/android/speech/srec/
H A DRecognizer.java65 * grammar.compile();
209 public void compile() { method in class:Recognizer.Grammar

Completed in 156 milliseconds