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

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteCompiledSql.java65 compile(sql, true);
72 * always re-compile the program and should be done if you pass differing SQL strings to this
77 * @param sql the SQL string to compile
81 private void compile(String sql, boolean forceCompilation) { method in class:SQLiteCompiledSql
85 // Only compile if we don't have a valid statement already or the caller has
167 * @param sql The SQL to compile.
H A DSQLiteProgram.java163 * @param sql the SQL string to compile
168 protected void compile(String sql, boolean forceCompilation) { method in class:SQLiteProgram
307 * @param sql The SQL to compile.
/frameworks/base/core/jni/
H A Dandroid_database_SQLiteCompiledSql.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 109 milliseconds