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

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteProgram.java59 compile(sql, false);
92 * always re-compile the program and should be done if you pass differing SQL strings to this
97 * @param sql the SQL string to compile
101 protected void compile(String sql, boolean forceCompilation) { method in class:SQLiteProgram
102 // Only compile if we don't have a valid statement already or the caller has
252 * @param sql The SQL to compile.
/frameworks/base/core/jni/
H A Dandroid_database_SQLiteProgram.cpp47 sqlite3_stmt * compile(JNIEnv* env, jobject object, function in namespace:android
91 compile(env, object, GET_HANDLE(env, object), sqlString);
/frameworks/base/core/java/android/speech/srec/
H A DRecognizer.java68 * grammar.compile();
212 public void compile() { method in class:Recognizer.Grammar

Completed in 221 milliseconds