HomeSort by relevance Sort by last modified time
    Searched defs:avd (Results 1 - 5 of 5) sorted by null

  /external/ipsec-tools/src/racoon/
security.c 220 struct av_decision avd; local
254 rtn = avc_has_perm(slsid, rangesid, tclass, av, NULL, &avd);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/
HardwareProperties.java 17 package com.android.sdklib.internal.avd;
AvdManager.java 17 package com.android.sdklib.internal.avd;
25 import com.android.sdklib.internal.avd.AvdManager.AvdInfo.AvdStatus;
60 public static final String AVD_FOLDER_EXTENSION = ".avd"; //$NON-NLS-1$
66 * AVD/config.ini key name representing the SDK-relative path of the skin folder, if any,
73 * AVD/config.ini key name representing an UI name for the skin.
80 * AVD/config.ini key name representing the path to the sdcard file.
88 * AVD/config.ini key name representing the size of the SD card.
95 * AVD/config.ini key name representing the first path where the emulator looks
103 * AVD/config.ini key name representing the second path where the emulator looks
132 /** Regex used to validate characters that compose an AVD name. *
1373 AvdInfo avd = null; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmulatorConfigTab.java 29 import com.android.sdklib.internal.avd.AvdManager;
30 import com.android.sdklib.internal.avd.AvdManager.AvdInfo;
141 // this happens if the AVD Manager failed to find the folder in which the AVDs are
202 null /* avd manager */,
362 // update the AVD list
447 AvdInfo avd = mPreferredAvdSelector.getSelected(); local
448 if (avd != null) {
449 configuration.setAttribute(LaunchConfigDelegate.ATTR_AVD_NAME, avd.getName());
  /external/qemu/android/
main.c 1813 AvdInfo* avd; local
    [all...]

Completed in 70 milliseconds