OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avds
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/build/android/pylib/utils/
emulator.py
63
"""Delete all temporary
AVDs
which are created for tests.
65
If the test exits abnormally and some temporary
AVDs
created when testing may
66
be left in the system. Clean these
AVDs
.
68
avds
= android_commands.GetAVDs()
69
if not
avds
:
71
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
/external/chromium_org/build/android/pylib/
android_commands.py
70
"""Returns a list of
AVDs
."""
72
avds
= re_avd.findall(cmd_helper.GetCmdOutput(['android', 'list', 'avd']))
73
return
avds
[
all
...]
/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
...]
Completed in 2659 milliseconds