OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AndroidManifest
(Results
1 - 4
of
4
) sorted by null
/development/testrunner/
android_manifest.py
18
"""In memory representation of
AndroidManifest
.xml file.
20
Specification of
AndroidManifest
.xml can be found at
30
class
AndroidManifest
(object):
31
"""In memory representation of
AndroidManifest
.xml file."""
33
FILENAME = '
AndroidManifest
.xml'
55
"""Parse
AndroidManifest
.xml at the specified path.
58
app_path: path to folder containing
AndroidManifest
.xml
60
IOError:
AndroidManifest
.xml cannot be found at given path, or cannot be
113
"""Factory method for creating a
AndroidManifest
.
119
the
AndroidManifest
or None if there was no file presen
[
all
...]
/prebuilts/misc/common/tools-common/
tools-common-prebuilt.jar
/prebuilts/devtools/tools/lib/
common.jar
/prebuilts/gradle-plugin/com/android/tools/common/22.2.0/
common-22.2.0.jar
Completed in 1258 milliseconds