HomeSort by relevance Sort by last modified time
    Searched refs:canRun (Results 1 - 10 of 10) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AvdCompatibility.java 38 public static Compatibility canRun(AvdInfo avd, IAndroidTarget projectTarget,
51 return avdTarget.getVersion().canRun(minApiVersion) ?
AndroidLaunchController.java 385 && !preferredAvdTarget.getVersion().canRun(minApiVersion)) {
470 if (AvdCompatibility.canRun(info, projectTarget, minApiVersion)
481 deviceVersion.canRun(projectTarget.getVersion())) {
658 boolean canRun = false;
667 canRun = avdInfo.getTarget().getVersion().canRun(requiredVersion);
676 canRun = deviceVersion.canRun(requiredVersion);
680 if (canRun) {
    [all...]
DeviceChooserDialog.java 117 if (deviceVersion == null || deviceVersion.canRun(mMinApiVersion)) {
158 if (!deviceVersion.canRun(mMinApiVersion)) {
172 AvdCompatibility.canRun(info, mProjectTarget,
781 AvdCompatibility.canRun(avd, mProjectTarget, mMinApiVersion);
EmulatorConfigTab.java 399 AvdCompatibility.canRun(avd, mProjectTarget, mProjectMinApiVersion);
  /system/extras/tests/memtest/
bandwidth.h 35 if (!canRun()) {
50 bool canRun() { return !usesNeon() || isNeonSupported(); }
bandwidth.cpp 395 if (!(*it)->canRun()) {
  /prebuilts/devtools/tools/lib/
sdklib.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 570 milliseconds