Home
last modified time | relevance | path

Searched refs:prepared (Results 1 – 25 of 133) sorted by relevance

123456

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowMediaPlayer.java22 private boolean prepared; field in ShadowMediaPlayer
77 prepared = true; in prepare()
87 prepared = true; in prepareAsync()
103 prepared = false; in release()
109 prepared = false; in reset()
147 return prepared; in isPrepared()
DShadowHandlerThread.java69 Method prepared; in onLooperPrepared() local
71 prepared = HandlerThread.class.getDeclaredMethod("onLooperPrepared"); in onLooperPrepared()
72 prepared.setAccessible(true); in onLooperPrepared()
73 prepared.invoke(thread); in onLooperPrepared()
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DSection.java44 private boolean prepared; field in Section
80 this.prepared = false; in Section()
215 prepared = true; in prepare()
243 if (!prepared) { in throwIfNotPrepared()
253 if (prepared) { in throwIfPrepared()
/external/chromium_org/third_party/sqlite/src/test/
Dcapi3d.test22 # Create N prepared statements against database connection db
23 # and return a list of all the generated prepared statements.
65 # Database initially has no prepared statements.
72 # Run the following tests for between 1 and 100 prepared statements.
Dtkt-f7b4edec.test34 # Create a prepared statement
56 # Rerun the prepared statement that was created prior to the
Dschema.test141 # Tests 5.1 to 5.4 check that prepared statements are invalidated when
168 # Tests 6.* check that prepared statements are invalidated when
188 # Tests 7.* check that prepared statements are invalidated when
211 # Tests 8.1 and 8.2 check that prepared statements are invalidated when
361 # $::STMT was prepared. So unless it has been expired, it would be
Dschema2.test142 # Tests 5.1 to 5.4 check that prepared statements are invalidated when
169 # Tests 6.* check that prepared statements are invalidated when
189 # Tests 7.* check that prepared statements are invalidated when
212 # Tests 8.1 and 8.2 check that prepared statements are invalidated when
Dmisc4.test22 # a rollback. Then try to execute the prepared statement.
64 # Drop the temporary table, then rerun the prepared statement to
Ddbstatus.test222 # for the prepared statements according to sqlite3_db_status().
224 # 3. Finalize all prepared statements Measure the total memory
225 # and the prepared statement memory again.
Dtkt-b72787b1.test31 # Note that B was prepared after the schema change and hence is perfectly
Dblob.test128 # Try to bind a blob value to a prepared statement.
/external/chromium_org/content/browser/renderer_host/
Dcompositing_iosurface_context_mac.mm77 bool prepared = false;
79 prepared = true;
81 prepared = (
87 if (!prepared) {
Dcompositing_iosurface_transformer_mac.cc150 const bool prepared = shader_program_cache_->UseBlitProgram(); in ResizeBilinear() local
151 DCHECK(prepared); in ResizeBilinear()
/external/libvpx/libvpx/
Dkeywords.dox43 prepared to interoperate with another implementation which does
46 \ref MUST be prepared to interoperate with another implementation which
/external/dnsmasq/contrib/try-all-ns/
DREADME13 and it seems to work. I prepared a patch in the event that others might
/external/mesa3d/src/glsl/glcpp/
DREADME16 Any downstream compiler accepting output from glcpp should be prepared
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
DREADME16 Any downstream compiler accepting output from glcpp should be prepared
/external/elfutils/
DTODO15 ELF_F_LAYOUT flag is set. This is OK if the data is prepared by a
16 ELF_C_NULL call but not if the user prepared the data herself
/external/dropbear/debian/
DREADME.runit5 service supervision, and this package already has prepared an adequate
/external/chromium_org/third_party/sqlite/src/src/
Dsqlite.h.in268 ** Applications must [sqlite3_finalize | finalize] all [prepared statements]
272 ** outstanding [prepared statements] or [BLOB handles], then it returns
904 ** next. Applications that use these interfaces must be prepared for any
1250 ** mutexing on [database connection] and [prepared statement] objects.
1252 ** [database connections] and [prepared statements]. But other mutexes
1265 ** mutexes on [database connection] and [prepared statement] objects.
1268 ** to [database connections] and [prepared statements] so that the
1270 ** same [prepared statement] in different threads at the same time.
1780 ** or [prepared statement] that invoked the busy handler.
2139 ** [prepared statement] statement is constructed to substitute
[all …]
/external/sonivox/jet_tools/JetCreator/
Deas.py337 self.prepared = False
341 if self.prepared:
349 self.prepared = True
493 if not self.prepared:
/external/chromium_org/sync/test/android/javatests/src/org/chromium/sync/test/util/
DMockAccountManager.java206 AccountAuthTokenPreparation prepared = getPreparedPermission(account, authTokenType);
209 applyPreparedPermission(prepared);
/external/e2fsprogs/tests/
DREADME15 prepared to deal with)
/external/grub/
DMAINTENANCE48 have more features, but you must be prepared for more burdens.
/external/hyphenation/
DREADME107 * Warning! Correct working of Libhnj *needs* prepared hyphenation patterns. *

123456