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

1 2 3 4 5 6 7 8 91011>>

  /bionic/build/
run-on-host.sh 13 function prepare() function
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/
Sendable.java 52 void prepare() throws IOException; method in interface:Sendable
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/server/
Sendable.java 52 void prepare() throws IOException; method in interface:Sendable
  /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/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
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
MeasureRun.java 26 public void prepare(int i) throws Exception { method in class:MeasureRun
  /dalvik/dx/src/com/android/dx/dex/file/
DexFile.java 141 * Prepare the list of sections in the order they appear in
614 * The following is ordered so that the prepare() calls which
619 classDefs.prepare();
620 classData.prepare();
621 wordData.prepare();
623 // Prepare call site ids before byteData where the call site items are placed.
624 callSiteIds.prepare();
626 byteData.prepare();
628 // Prepare method handles after call site items placed in byteData.
629 methodHandles.prepare();
    [all...]
  /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...]
  /build/soong/ui/build/
exec.go 49 func (c *Cmd) prepare() { func
61 c.prepare()
66 c.prepare()
72 c.prepare()
78 c.prepare()
  /cts/hostsidetests/security/securityPatch/CVE-2016-8431/
poc.c 41 static int prepare() function
64 prepare();
  /cts/tests/tests/net/src/android/net/cts/
ConnectivityReceiver.java 33 static void prepare() { method in class:ConnectivityReceiver
  /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/adhd/cras/src/tests/
alert_unittest.cc 16 void prepare(struct cras_alert *alert);
142 TEST(Alert, Prepare) {
143 struct cras_alert *alert = cras_alert_create(prepare, 0);
155 struct cras_alert *alert1 = cras_alert_create(prepare, 0);
156 struct cras_alert *alert2 = cras_alert_create(prepare, 0);
206 void prepare(struct cras_alert *alert) function in namespace:__anon14118
  /external/autotest/site_utils/tester_feedback/
query_delegate.py 48 def prepare(self, **kwargs): member in class:_QueryDelegate
49 """Delegate for a query's prepare() method."""
54 """Concrete implementation of the query's prepare() call."""
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
1-2.c 19 * pthread_atfork registers the 'prepare' handler to be called before fork()
96 void prepare(void) function
141 ("prepare handler was not called in the thread s context");
155 ("prepare handler was not called in the thread s context");
198 ret = pthread_atfork(prepare, parent, child);
3-2.c 85 void prepare(void) function
129 FAILED("prepare handler skipped some rounds");
141 FAILED("prepare handler skipped some rounds");
186 ret = pthread_atfork(prepare, parent, child);
  /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/skia/src/gpu/
GrOpList.cpp 79 void GrOpList::prepare(GrOpFlushState* flushState) { function in class:GrOpList
  /external/skqp/src/gpu/
GrOpList.cpp 78 void GrOpList::prepare(GrOpFlushState* flushState) { function in class:GrOpList
  /external/testng/src/test/java/test/dependent/
DependentWithDataProviderSampleTest.java 38 public void prepare() method in class:DependentWithDataProviderSampleTest
40 log("prepare");
  /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. */

Completed in 2003 milliseconds

1 2 3 4 5 6 7 8 91011>>