__init__.py |
|
140 |
avd.py |
Raised when this module has a problem interacting with an AVD. |
49984 |
avd_test.py |
avd_settings {
screen {
density: 480
height: 1920
width: 1080
}
}
|
4272 |
ini.py |
Basic .ini encoding and decoding.
The basic element in an ini file is the key. Every key is constructed by a name
and a value, delimited by an equals sign (=).
Keys may be grouped into sections. The secetion name will be a line by itself,
in square brackets ([ and ]). All keys after the section are associated with
that section until another section occurs.
Keys that are not under any section are considered at the top level.
Section and key names are case sensitive.
|
2575 |
ini_test.py |
Tests for ini.py. |
3884 |
local_emulator_environment.py |
|
3637 |
OWNERS |
|
62 |
proto |
|
|