HomeSort by relevance Sort by last modified time
    Searched refs:prepare (Results 101 - 125 of 480) sorted by null

1 2 3 45 6 7 8 91011>>

  /dalvik/vm/mterp/armv5te/
entry.S 70 mov r1, #0 @ prepare the value for the new state
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_vs.h 129 void (*prepare)( struct draw_vertex_shader *shader, member in struct:draw_vertex_shader
draw_vs_llvm.c 108 vs->base.prepare = vs_llvm_prepare;
  /external/chromium_org/v8/test/mjsunit/regress/
regress-compare-constant-doubles.js 50 function prepare(base) { function
54 prepare(21);
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
Section.java 42 /** 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/
Stmt.java 21 * Internal last error code for prepare()/step() methods.
27 * Prepare the next SQL statement for the Stmt instance.
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()) {
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs.h 129 void (*prepare)( struct draw_vertex_shader *shader, member in struct:draw_vertex_shader
draw_vs_llvm.c 108 vs->base.prepare = vs_llvm_prepare;
  /frameworks/av/cmds/stagefright/
SimplePlayer.h 36 status_t prepare();
  /frameworks/av/media/libmediaplayerservice/
MidiFile.h 41 virtual status_t prepare();
  /frameworks/base/core/tests/coretests/src/android/content/
ContentQueryMapTest.java 43 Looper.prepare();
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
CallbackFilter.java 79 public void prepare(FilterContext context) { method in class:CallbackFilter
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DrawOverlayFilter.java 62 public void prepare(FilterContext context) { method in class:DrawOverlayFilter
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_ioplug.h 156 * prepare; optional
158 int (*prepare)(snd_pcm_ioplug_t *io); member in struct:snd_pcm_ioplug_callback
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_ioplug.h 156 * prepare; optional
158 int (*prepare)(snd_pcm_ioplug_t *io); member in struct:snd_pcm_ioplug_callback
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_ioplug.h 156 * prepare; optional
158 int (*prepare)(snd_pcm_ioplug_t *io); member in struct:snd_pcm_ioplug_callback
  /build/core/
droiddoc.mk 104 define prepare-doc-source-list
161 $(call prepare-doc-source-list,$(PRIVATE_SRC_LIST_FILE),$(PRIVATE_JAVA_FILES), \
194 $(call prepare-doc-source-list,$(PRIVATE_SRC_LIST_FILE),$(PRIVATE_JAVA_FILES), \
  /external/chromium/chrome/common/
sqlite_utils.h 233 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);
  /frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
VariableSpeed.java 215 public void prepare() throws IOException { method in class:VariableSpeed
220 check(mDataSource != null, "must setDataSource before you prepare");
221 check(!mIsPrepared, "cannot prepare more than once");
230 mediaPlayer.prepare();
243 check(mHasDuration, "you haven't called prepare, can't get the duration");
269 prepare(); method
  /cts/tests/tests/media/src/android/media/cts/
MediaPlayerTest.java 128 mp.prepare();
151 player.prepare();
368 mp1.prepare();
381 mp2.prepare();
561 recorder.prepare();
832 mMediaPlayer.prepare();
    [all...]
MediaRecorderTest.java 169 mMediaRecorder.prepare();
222 mMediaRecorder.prepare();
370 mMediaRecorder.prepare();
388 mMediaRecorder.prepare();
432 mMediaRecorder.prepare();
465 mMediaRecorder.prepare();
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphRunner.java 90 public static final int PREPARE = 1;
132 case Event.PREPARE:
300 mScheduler.prepare(currentFilters());
320 mScheduler.prepare(currentFilters());
439 public void prepare(Filter[] filters); method in interface:GraphRunner.Scheduler
454 public void prepare(Filter[] filters) { method in class:GraphRunner.LruScheduler
488 public void prepare(Filter[] filters) { method in class:GraphRunner.LfuScheduler
517 public void prepare(Filter[] filters) { method in class:GraphRunner.OneShotScheduler
674 mRunLoop.pushEvent(Event.PREPARE, graph);
    [all...]
  /cts/suite/audio_quality/executable/src/
main.cpp 88 if (!FileUtil::prepare(dirName)) {
89 fprintf(stderr, "cannot prepare report dir");
  /cts/suite/audio_quality/lib/src/
FileUtil.cpp 34 bool FileUtil::prepare(android::String8& dirPath) function in class:FileUtil
  /cts/suite/cts/hostTests/uihost/src/com/android/cts/uihost/
InstallTimeTest.java 74 public void prepare(int i) throws Exception {

Completed in 1375 milliseconds

1 2 3 45 6 7 8 91011>>