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/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/webkit/Source/WebCore/platform/graphics/android/
H A DPaintedSurface.cpp82 void PaintedSurface::prepare(GLWebViewState* state) function in class:WebCore::PaintedSurface
98 XLOG("prepare layer %d %x at scale %.2f",
111 m_tiledTexture->prepare(state, m_scale, m_pictureUsed != paintingLayer->pictureUsed(),
H A DBaseLayerAndroid.cpp149 prefetchTiledPage->prepare(goingDown, goingLeft, bounds,
239 // Let's prepare the page if needed so that it will start painting
247 nextTiledPage->prepare(goingDown, goingLeft, viewportTileBounds,
290 tiledPage->prepare(goingDown, goingLeft, preZoomBounds,
337 bool BaseLayerAndroid::prepare(double currentTime, IntRect& viewRect, function in class:WebCore::BaseLayerAndroid
342 // base layer is simply drawn in prepare, since there is always a base layer it doesn't matter
350 compositedRoot->prepare();
361 // TODO: consider moving drawBackground outside of prepare (into tree manager)
H A DTiledTexture.cpp110 XLOG("TT %p prepare, scale %f, area %d x %d", this, scale, area.width(), area.height());
130 void TiledTexture::prepare(GLWebViewState* state, float scale, bool repaint, function in class:WebCore::TiledTexture
141 XLOG("for TiledTexture %p, we prepare with scale %.2f, have a visible area of "
203 // prepare() function
360 void DualTiledTexture::prepare(GLWebViewState* state, float scale, bool repaint, function in class:WebCore::DualTiledTexture
378 m_frontTexture->prepare(state, m_scale, repaint, startFastSwap, m_preZoomVisibleArea);
382 m_backTexture->prepare(state, m_futureScale, repaint, startFastSwap, visibleArea);
H A DLayer.h94 virtual bool prepare(double currentTime, WebCore::IntRect& viewRect, function in class:Layer
H A DTiledPage.cpp82 // textures. This is because prepare() asks for a tile before it reserves
137 // We defer marking the tile as dirty until the next time we need to prepare
188 // page) into prepare() function
232 void TiledPage::prepare(bool goingDown, bool goingLeft, const SkIRect& tileBounds, PrepareBounds bounds) function in class:WebCore::TiledPage
251 // prepare tiles outside of the visible bounds
H A DLayerAndroid.cpp1021 void LayerAndroid::prepare() function in class:WebCore::LayerAndroid
1036 sublayers[i]->prepare();
1040 m_texture->prepare(m_state);
/external/bison/src/
H A Doutput.c584 prepare (void)
645 prepare ();
583 prepare (void) function
/external/bluetooth/glib/glib/
H A Dgmain.h81 gboolean (*prepare) (GSource *source, member in struct:_GSourceFuncs
/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.cpp347 void SpillPlacement::prepare(BitVector &RegBundles) { function in class:SpillPlacement
358 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/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 459 milliseconds