OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XML_ATTR
(Results
1 - 8
of
8
) sorted by null
/gdk/build/awk/
xml.awk
31
split("",
XML_ATTR
);
91
XML_ATTR
[_xml_attrib] = _xml_value; # store attribute name/value
146
#
XML_ATTR
: a map of attributes for the type. Only set for "BEGIN" types.
163
for (attr in
XML_ATTR
) {
164
printf " %s='%s'", attr,
XML_ATTR
[attr];
293
# After that, we simply store the value into the
XML_ATTR
associative
296
#
XML_ATTR
[_xml_attrib] = _xml_value;
extract-launchable.awk
44
name =
XML_ATTR
["android:name"];
82
action =
XML_ATTR
["android:name"];
88
category =
XML_ATTR
["android:name"];
101
split("",
XML_ATTR
);
161
XML_ATTR
[_xml_attrib] = _xml_value; # store attribute name/value
extract-debuggable.awk
28
DEBUGGABLE =
XML_ATTR
["android:debuggable"];
46
split("",
XML_ATTR
);
106
XML_ATTR
[_xml_attrib] = _xml_value; # store attribute name/value
extract-package-name.awk
30
PACKAGE =
XML_ATTR
["package"];
47
split("",
XML_ATTR
);
107
XML_ATTR
[_xml_attrib] = _xml_value; # store attribute name/value
/ndk/build/awk/
xml.awk
31
split("",
XML_ATTR
);
91
XML_ATTR
[_xml_attrib] = _xml_value; # store attribute name/value
146
#
XML_ATTR
: a map of attributes for the type. Only set for "BEGIN" types.
163
for (attr in
XML_ATTR
) {
164
printf " %s='%s'", attr,
XML_ATTR
[attr];
293
# After that, we simply store the value into the
XML_ATTR
associative
296
#
XML_ATTR
[_xml_attrib] = _xml_value;
extract-launchable.awk
44
name =
XML_ATTR
["android:name"];
82
if (
XML_ATTR
["android:name"] == "android.intent.action.MAIN" ) {
90
if ( action_main &&
XML_ATTR
["android:name"] == "android.intent.category.LAUNCHER" ) {
105
split("",
XML_ATTR
);
165
XML_ATTR
[_xml_attrib] = _xml_value; # store attribute name/value
extract-debuggable.awk
28
DEBUGGABLE =
XML_ATTR
["android:debuggable"];
46
split("",
XML_ATTR
);
106
XML_ATTR
[_xml_attrib] = _xml_value; # store attribute name/value
extract-package-name.awk
30
PACKAGE =
XML_ATTR
["package"];
47
split("",
XML_ATTR
);
107
XML_ATTR
[_xml_attrib] = _xml_value; # store attribute name/value
Completed in 108 milliseconds