OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avds
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/build/android/pylib/utils/
emulator.py
108
"""Delete all temporary
AVDs
which are created for tests.
110
If the test exits abnormally and some temporary
AVDs
created when testing may
111
be left in the system. Clean these
AVDs
.
113
avds
= android_commands.GetAVDs()
114
if not
avds
:
116
for avd_name in
avds
:
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DeviceMenuListener.java
81
AvdInfo[]
avds
= avdManager.getValidAvds();
local
82
for (AvdInfo avd :
avds
) {
/prebuilts/devtools/tools/lib/
sdkmanager.jar
sdklib.jar
sdkuilib.jar
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchController.java
318
// reload the
AVDs
to make sure we are up to date
322
// this happens if the AVD Manager failed to find the folder in which the
AVDs
are
429
// target, when we will iterate devices/
avds
later ideally we will want to find
535
// attempt to reload the
AVDs
and find one compatible.
540
"Still no compatible
AVDs
with target '%1$s': Aborting launch.",
694
AvdInfo[]
avds
= avdManager.getValidAvds()
local
[
all
...]
/external/chromium_org/build/android/pylib/
android_commands.py
76
"""Returns a list of
AVDs
."""
78
avds
= re_avd.findall(cmd_helper.GetCmdOutput(['android', 'list', 'avd']))
79
return
avds
[
all
...]
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/
sdklib-22.2.0.jar
Completed in 240 milliseconds