OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XML_TYPE
(Results
1 - 7
of
7
) sorted by null
/ndk/build/awk/
xml.awk
30
XML_TAG=
XML_TYPE
="";
35
XML_TYPE
= "END";
52
XML_TYPE
= "END";
55
XML_TYPE
= "BEGIN";
63
if (
XML_TYPE
== "BEGIN") { # update reverse path
94
return 1; # now return,
XML_TYPE
/TAG/ATTR/RPATH are set
141
#
XML_TYPE
: type of event: "BEGIN" -> mean an opening tag, "END" a
161
printf "
XML_TYPE
=%s XML_TAG=%s XML_RPATH=%s",
XML_TYPE
, XML_TAG, XML_RPATH;
162
if (
XML_TYPE
== "BEGIN")
[
all
...]
extract-debuggable.awk
26
if (
XML_TYPE
== "BEGIN" && XML_TAG == "APPLICATION" &&
45
XML_TAG=
XML_TYPE
="";
50
XML_TYPE
= "END";
67
XML_TYPE
= "END";
70
XML_TYPE
= "BEGIN";
78
if (
XML_TYPE
== "BEGIN") { # update reverse path
109
return 1; # now return,
XML_TYPE
/TAG/ATTR/RPATH are set
extract-minsdkversion.awk
26
if (
XML_TYPE
== "BEGIN" && XML_TAG == "USES-SDK" &&
42
XML_TAG=
XML_TYPE
="";
47
XML_TYPE
= "END";
64
XML_TYPE
= "END";
67
XML_TYPE
= "BEGIN";
75
if (
XML_TYPE
== "BEGIN") { # update reverse path
106
return 1; # now return,
XML_TYPE
/TAG/ATTR/RPATH are set
extract-package-name.awk
29
if (
XML_TYPE
== "BEGIN" && XML_RPATH == "MANIFEST/" ) {
46
XML_TAG=
XML_TYPE
="";
51
XML_TYPE
= "END";
68
XML_TYPE
= "END";
71
XML_TYPE
= "BEGIN";
79
if (
XML_TYPE
== "BEGIN") { # update reverse path
110
return 1; # now return,
XML_TYPE
/TAG/ATTR/RPATH are set
extract-launchable.awk
39
event =
XML_TYPE
"-" XML_TAG;
104
XML_TAG=
XML_TYPE
="";
109
XML_TYPE
= "END";
126
XML_TYPE
= "END";
129
XML_TYPE
= "BEGIN";
137
if (
XML_TYPE
== "BEGIN") { # update reverse path
168
return 1; # now return,
XML_TYPE
/TAG/ATTR/RPATH are set
/external/jdiff/
xerces.jar
/prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar
Completed in 387 milliseconds