HomeSort by relevance Sort by last modified time
    Searched refs:prepare (Results 251 - 275 of 571) sorted by null

<<11121314151617181920>>

  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-aether-provider-3.2.1.jar 
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
VpnTest.java 126 // Attempt to prepare.
128 Intent intent = VpnService.prepare(mActivity);
143 fail("VpnService.prepare returned an Intent for '" + intent.getComponent() + "' " +
166 intent = VpnService.prepare(mActivity);
168 fail("VpnService.prepare returned non-null even after the VPN dialog " +
  /cts/tests/tests/content/src/android/content/cts/
ContentQueryMapTest.java 215 Looper.prepare();
244 Looper.prepare();
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecCencPlayer.java 228 public void prepare() throws IOException, MediaCryptoException { method in class:MediaCodecCencPlayer
373 prepare(); method
MediaCodecTunneledPlayer.java 188 public boolean prepare() throws IOException { method in class:MediaCodecTunneledPlayer
192 Log.e(TAG, "prepare - Cannot create Audio extractor.");
200 Log.e(TAG, "prepare - Cannot create Video extractor.");
221 Log.e(TAG,"prepare - prepareAudio() failed!");
225 Log.e(TAG,"prepare - prepareVideo() failed!");
330 prepare(); method
AudioRecordTest.java 50 * InstrumentationTestRunner.onStart() calls Looper.prepare(), which creates a looper
59 Looper.prepare();
BassBoostTest.java 354 Looper.prepare();
MediaPlayerTestBase.java 204 // prepare() can fail because of network issues, so try again
205 LOG.warning("prepare() failed on try " + i + ", trying playback again");
271 mMediaPlayer.prepare();
PresetReverbTest.java 315 Looper.prepare();
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
ShadowWrangler.java 89 if (!invocationPlan.prepare()) {
334 public boolean prepare() { method in class:ShadowWrangler.InvocationPlan
  /frameworks/av/media/libmedia/
mediarecorder.cpp 425 status_t MediaRecorder::prepare() function in class:android::MediaRecorder
427 ALOGV("prepare");
433 ALOGE("prepare called in an invalid state: %d", mCurrentState);
454 status_t ret = mMediaRecorder->prepare();
456 ALOGE("prepare failed: %d", ret);
  /frameworks/av/media/libmediaplayerservice/
MidiFile.cpp 177 status_t MidiFile::prepare() function in class:android::MidiFile
179 ALOGV("MidiFile::prepare");
196 status_t ret = prepare();
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaEnvReverbTest.java 383 mp.prepare();
468 mp.prepare();
  /ndk/toolchains/arm-linux-androideabi-4.6/
setup.mk 16 # this file is used to prepare the NDK to build with the arm gcc-4.6
  /ndk/toolchains/arm-linux-androideabi-4.8/
setup.mk 16 # this file is used to prepare the NDK to build with the arm gcc-4.8
  /ndk/toolchains/arm-linux-androideabi-4.9/
setup.mk 16 # this file is used to prepare the NDK to build with the arm gcc-4.9
  /ndk/toolchains/x86-clang3.3/
setup.mk 16 # this file is used to prepare the NDK to build with the x86 llvm-3.3
  /ndk/toolchains/x86-clang3.4/
setup.mk 16 # this file is used to prepare the NDK to build with the x86 llvm-3.4
  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailPlaybackPresenter.java 298 * content provider). This method will try to prepare the data source through the media player.
314 mPlayer.prepare();
452 mPlayer.prepare();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 380 prepare(preparation_data)
437 # Prepare current process
442 def prepare(data): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 380 prepare(preparation_data)
437 # Prepare current process
442 def prepare(data): function
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_vs.c 166 dvs->prepare( dvs, draw );
draw_vs_exec.c 234 vs->base.prepare = vs_exec_prepare;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_state_derived.c 246 /* prepare the TGSI interpreter for FS execution */
247 softpipe->fs_variant->prepare(softpipe->fs_variant,
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
cross_correlation_neon.S 94 add r2, r8, lsl #1 @ prepare for seq2_ptr(r5) in the next loop.

Completed in 1058 milliseconds

<<11121314151617181920>>