/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowMediaPlayer.java | 22 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()
|
D | ShadowHandlerThread.java | 69 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/ |
D | Section.java | 44 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/ |
D | capi3d.test | 22 # 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.
|
D | tkt-f7b4edec.test | 34 # Create a prepared statement 56 # Rerun the prepared statement that was created prior to the
|
D | schema.test | 141 # 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
|
D | schema2.test | 142 # 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
|
D | misc4.test | 22 # a rollback. Then try to execute the prepared statement. 64 # Drop the temporary table, then rerun the prepared statement to
|
D | dbstatus.test | 222 # 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.
|
D | tkt-b72787b1.test | 31 # Note that B was prepared after the schema change and hence is perfectly
|
D | blob.test | 128 # Try to bind a blob value to a prepared statement.
|
/external/chromium_org/content/browser/renderer_host/ |
D | compositing_iosurface_context_mac.mm | 77 bool prepared = false; 79 prepared = true; 81 prepared = ( 87 if (!prepared) {
|
D | compositing_iosurface_transformer_mac.cc | 150 const bool prepared = shader_program_cache_->UseBlitProgram(); in ResizeBilinear() local 151 DCHECK(prepared); in ResizeBilinear()
|
/external/libvpx/libvpx/ |
D | keywords.dox | 43 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/ |
D | README | 13 and it seems to work. I prepared a patch in the event that others might
|
/external/mesa3d/src/glsl/glcpp/ |
D | README | 16 Any downstream compiler accepting output from glcpp should be prepared
|
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/ |
D | README | 16 Any downstream compiler accepting output from glcpp should be prepared
|
/external/elfutils/ |
D | TODO | 15 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/ |
D | README.runit | 5 service supervision, and this package already has prepared an adequate
|
/external/chromium_org/third_party/sqlite/src/src/ |
D | sqlite.h.in | 268 ** 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/ |
D | eas.py | 337 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/ |
D | MockAccountManager.java | 206 AccountAuthTokenPreparation prepared = getPreparedPermission(account, authTokenType); 209 applyPreparedPermission(prepared);
|
/external/e2fsprogs/tests/ |
D | README | 15 prepared to deal with)
|
/external/grub/ |
D | MAINTENANCE | 48 have more features, but you must be prepared for more burdens.
|
/external/hyphenation/ |
D | README | 107 * Warning! Correct working of Libhnj *needs* prepared hyphenation patterns. *
|