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

<<11121314151617181920

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DeviceChooserDialog.java 766 public void prepare() { method in class:DeviceChooserDialog.NonRunningAvdFilter
EmulatorConfigTab.java 389 public void prepare() {
  /dalvik/vm/mterp/mips/
footer.S 497 # prepare to copy args to "outs" area of current frame
534 # prepare to copy args to "outs" area of current frame
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar 
  /external/zlib/src/contrib/masmx64/
inffasx64.asm 268 mov eax, [rsp+92] ; /* eax = wsize, prepare for dist cmp */
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaAudioEffectTest.java     [all...]
  /frameworks/base/services/java/com/android/server/connectivity/
Vpn.java 209 * Prepare for a VPN application. This method is designed to solve
226 public synchronized boolean prepare(String oldPackage, String newPackage) { method in class:Vpn
282 updateState(DetailedState.IDLE, "prepare");
757 // Prepare arguments for racoon.
792 // Prepare arguments for mtpd.
834 // Prepare for the new request. This also checks the caller
835 prepare(null, VpnConfig.LEGACY_VPN); method
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 215 // Load and prepare the hardware composer module. Sets mHwc.
243 // Load and prepare the FB HAL, which uses the gralloc module. Sets mFbDev.
590 status_t HWComposer::prepare() { function in class:android::HWComposer
621 int err = mHwc->prepare(mHwc, mNumDisplays, mLists);
622 ALOGE_IF(err, "HWComposer: prepare failed (%s)", strerror(-err));
640 //ALOGD("prepare: %d, type=%d, handle=%p",
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 931 if(ctx->mAD->prepare(ctx, crop, whf, hnd)) {
    [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/
FilmStripView.java 198 public void prepare(); method in interface:FilmStripView.ImageData
879 data.prepare();
    [all...]
  /dalvik/vm/mterp/armv5te/
footer.S 481 @ prepare to copy args to "outs" area of current frame
511 @ prepare to copy args to "outs" area of current frame
    [all...]
  /device/asus/grouper/keymaster/
NOTICE 112 copyright license to reproduce, prepare Derivative Works of,
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
NOTICE 112 copyright license to reproduce, prepare Derivative Works of,
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
NOTICE 112 copyright license to reproduce, prepare Derivative Works of,
  /external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js 81 * It will insert the static content, if any, prepare it's pageData then
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/
background.js 243 // any settings needed to prepare for opening a new page.
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp     [all...]
  /frameworks/wilhelm/src/android/
AudioPlayer_to_android.cpp 57 ap->prepare();
75 ap->prepare();
650 * from a URI or FD, for prepare, prefetch, and play events
684 // mark object as prepared; same state is used for successful or unsuccessful prepare
689 // Most of successful prepare completion for ap->mAPlayer
692 // SfPlayer prepare() failed prefetching, there is no event in SLPrefetchStatus to
835 SL_LOGE("Error after prepare: %d", data1);
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraGLTest.java 133 Looper.prepare();
    [all...]
CameraTest.java 140 Looper.prepare();
    [all...]
  /cts/tests/tests/location/src/android/location/cts/
LocationManagerTest.java 374 Looper.prepare();
    [all...]
  /dalvik/vm/mterp/x86/
footer.S 389 * prepare to copy args to "outs" area of current frame
424 * prepare to copy args to "outs" area of current frame
722 * Prepare to strip the current frame and "longjump" back to caller of
    [all...]
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 479 mr->prepare();
    [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 881 mp->prepare();
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnection.java 487 * @param sql The SQL statement to prepare.
493 public void prepare(String sql, SQLiteStatementInfo outStatementInfo) { method in class:SQLiteConnection
498 final int cookie = mRecentOperations.beginOperation("prepare", sql, null);
    [all...]

Completed in 1291 milliseconds

<<11121314151617181920