Searched defs:prepare (Results 1 - 20 of 20) sorted by relevance

/external/valgrind/main/none/tests/
H A Dpth_atfork1.c53 prepare (void) function
80 pthread_atfork (prepare, parent, child);
104 /* We check whether the `prepare' and `child' function ran. */
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DSection.java42 /** whether {@link #prepare} has been called successfully on this
212 public final void prepare() { method in class:Section
227 * Does the main work of {@link #prepare}.
239 * Throws an exception if {@link #prepare} has not been
249 * Throws an exception if {@link #prepare} has already been called
/external/javasqlite/src/main/java/SQLite/
H A DStmt.java21 * Internal last error code for prepare()/step() methods.
32 public native boolean prepare() throws SQLite.Exception; method in class:Stmt
41 * Stmt s = db.prepare("select * from x; select * from y;");
50 * // s.prepare() for the next piece of SQL
51 * while (s.prepare()) {
H A DDatabase.java713 public Stmt prepare(String sql) throws SQLite.Exception { method in class:Database
767 * Internal SQLite3 prepare method.
/external/bison/src/
H A Doutput.c584 prepare (void)
645 prepare ();
583 prepare (void) function
/external/chromium/chrome/common/
H A Dsqlite_utils.h233 int prepare(sqlite3* db, const char* sql) { function in class:SQLStatement
234 return prepare(db, sql, -1);
237 int prepare(sqlite3* db, const char* sql, int sql_len);
H A Dsqlite_utils.cc113 if (statement.prepare(db, sql.c_str()) != SQLITE_OK)
140 if (s.prepare(db, sql.c_str()) != SQLITE_OK)
159 if (s.prepare(db, b.c_str()) != SQLITE_OK)
281 int SQLStatement::prepare(sqlite3* db, const char* sql, int sql_len) { function in class:SQLStatement
/external/llvm/lib/CodeGen/
H A DSpillPlacement.cpp358 void SpillPlacement::prepare(BitVector &RegBundles) { function in class:SpillPlacement
369 assert(ActiveNodes && "Call prepare() first");
/external/webkit/Source/WebCore/bindings/v8/
H A DV8Binding.h284 V8Parameter(v8::Local<v8::Value> object, bool) : V8ParameterBase(object) { prepare(); }
286 bool prepare();
289 template<> inline bool V8Parameter<DefaultMode>::prepare() function in class:WebCore::V8Parameter
294 template<> inline bool V8Parameter<WithNullCheck>::prepare() function in class:WebCore::V8Parameter
304 template<> inline bool V8Parameter<WithUndefinedOrNullCheck>::prepare() function in class:WebCore::V8Parameter
/external/webkit/Source/WebCore/platform/sql/
H A DSQLiteStatement.cpp64 int SQLiteStatement::prepare() function in class:WebCore::SQLiteStatement
73 LOG(SQLDatabase, "SQL - prepare - %s", m_query.ascii().data());
140 if (!m_statement && prepare() != SQLITE_OK)
153 if (!m_statement && prepare() != SQLITE_OK)
429 if (prepare() != SQLITE_OK) {
457 if (prepare() != SQLITE_OK)
477 if (prepare() != SQLITE_OK)
497 if (prepare() != SQLITE_OK)
517 if (prepare() != SQLITE_OK)
/external/kernel-headers/original/linux/
H A Dpm.h124 int (*prepare)(suspend_state_t state); member in struct:pm_ops
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js2038 // Position.prepare(); // To be done manually by Scripty when it needs it.
2062 // Position.prepare(); // To be done manually by Scripty when it needs it.
4171 prepare: function() {
4227 Position.prepare();
4232 Position.prepare();
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h109 int (*prepare)(sqlite3*,const char*,int,sqlite3_stmt**,const char**); member in struct:sqlite3_api_routines
289 #define sqlite3_prepare sqlite3_api->prepare
/external/sqlite/dist/orig/
H A Dsqlite3ext.h117 int (*prepare)(sqlite3*,const char*,int,sqlite3_stmt**,const char**); member in struct:sqlite3_api_routines
332 #define sqlite3_prepare sqlite3_api->prepare
/external/sqlite/dist/
H A Dsqlite3ext.h117 int (*prepare)(sqlite3*,const char*,int,sqlite3_stmt**,const char**); member in struct:sqlite3_api_routines
332 #define sqlite3_prepare sqlite3_api->prepare
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 446 milliseconds