HomeSort by relevance Sort by last modified time
    Searched defs:prepare (Results 1 - 25 of 418) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/v8/test/webkit/
array-iterate-backwards.js 30 function prepare(nbytes) { function
48 prepare(32768);
51 prepare(65536);
54 prepare(120000);
  /external/v8/test/mjsunit/regress/
regress-compare-constant-doubles.js 50 function prepare(base) { function
54 prepare(21);
  /cts/hostsidetests/theme/app/src/android/theme/app/
LayoutModifier.java 27 void prepare(); method in interface:LayoutModifier
  /cts/hostsidetests/theme/app/src/android/theme/app/modifiers/
AbstractLayoutModifier.java 22 * {@link LayoutModifier} that does nothing in {@link #prepare()}.
27 public void prepare() { method in class:AbstractLayoutModifier
  /cts/libs/commonutil/src/com/android/cts/util/
MeasureRun.java 26 public void prepare(int i) throws Exception { method in class:MeasureRun
  /cts/common/util/src/com/android/compatibility/common/util/
MeasureRun.java 26 public void prepare(int i) throws Exception { method in class:MeasureRun
  /cts/suite/audio_quality/lib/src/audio/
AudioRemote.cpp 21 bool AudioRemote::prepare(AudioHardware::SamplingRate samplingRate, int volume, int mode) function in class:AudioRemote
24 LOGE("AudioRemote::prepare mRemote NULL");
AudioLocal.cpp 20 bool AudioLocal::prepare(AudioHardware::SamplingRate samplingRate, int gain, int /*mode*/) function in class:AudioLocal
22 LOGV("prepare");
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
HttpClient.java 22 void prepare(Benchmark benchmark); method in interface:HttpClient
SynchronousHttpClient.java 30 @Override public void prepare(Benchmark benchmark) { method in class:SynchronousHttpClient
OkHttp.java 35 @Override public void prepare(Benchmark benchmark) { method in class:OkHttp
36 super.prepare(benchmark);
UrlConnection.java 34 @Override public void prepare(Benchmark benchmark) { method in class:UrlConnection
35 super.prepare(benchmark);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DexFile.java 478 * The following is ordered so that the prepare() calls which
483 classDefs.prepare();
484 classData.prepare();
485 wordData.prepare();
486 byteData.prepare();
487 methodIds.prepare();
488 fieldIds.prepare();
489 protoIds.prepare();
490 typeLists.prepare();
491 typeIds.prepare();
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
DexFile.java 495 * The following is ordered so that the prepare() calls which
500 classDefs.prepare();
501 classData.prepare();
502 wordData.prepare();
503 byteData.prepare();
504 methodIds.prepare();
505 fieldIds.prepare();
506 protoIds.prepare();
507 typeLists.prepare();
508 typeIds.prepare();
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DexFile.java 497 * The following is ordered so that the prepare() calls which
502 classDefs.prepare();
503 classData.prepare();
504 wordData.prepare();
505 byteData.prepare();
506 methodIds.prepare();
507 fieldIds.prepare();
508 protoIds.prepare();
509 typeLists.prepare();
510 typeIds.prepare();
    [all...]
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
PrepareMusicRetrieverTask.java 23 * {@link MusicRetriever#prepare()} on a {@link MusicRetriever}, which may take some time to
38 mRetriever.prepare();
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt.h 50 /* The "front end" - prepare sets of fetch, draw elements for the
67 void (*prepare)( struct draw_pt_front_end *, member in struct:draw_pt_front_end
91 void (*prepare)( struct draw_pt_middle_end *, member in struct:draw_pt_middle_end
  /external/valgrind/none/tests/
pth_atfork1.c 53 prepare (void) function
80 pthread_atfork (prepare, parent, child);
104 /* We check whether the `prepare' and `child' function ran. */
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaRecorderPrepareStateUnitTest.java 27 * MediaRecorder.prepare() method can be called.
33 * 1. It is valid to call prepare() in the following states:
35 * 2. It is invalid to call prepare() in the following states:
56 recorder.prepare();
69 return "prepare()";
  /packages/apps/Camera2/src/com/android/camera/session/
TemporarySessionFile.java 56 public synchronized boolean prepare() { method in class:TemporarySessionFile
77 * @return The file or null, if {@link #prepare} has not be called yet or
  /cts/tests/tests/permission/src/android/permission/cts/
AudioPermissionTest.java 55 mMediaRecorder.prepare();
61 fail("Could not prepare MediaRecorder: " + e.toString());
93 plyr.prepare();
  /cts/suite/audio_quality/lib/src/
FileUtil.cpp 34 bool FileUtil::prepare(android::String8& dirPath) function in class:FileUtil
  /external/pdfium/core/src/fxge/agg/agg23/
agg_renderer_scanline.h 38 void prepare(unsigned max_span_len) function in class:agg::renderer_scanline_aa
40 m_span_gen->prepare(max_span_len);
  /frameworks/base/core/tests/coretests/src/android/content/
ContentQueryMapTest.java 43 Looper.prepare();
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DrawOverlayFilter.java 56 public void prepare(FilterContext context) { method in class:DrawOverlayFilter

Completed in 937 milliseconds

1 2 3 4 5 6 7 8 91011>>