HomeSort by relevance Sort by last modified time
    Searched refs:XML_TYPE (Results 1 - 9 of 9) sorted by null

  /gdk/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-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;
100 XML_TAG=XML_TYPE="";
105 XML_TYPE = "END";
122 XML_TYPE = "END";
125 XML_TYPE = "BEGIN";
133 if (XML_TYPE == "BEGIN") { # update reverse path
164 return 1; # now return, XML_TYPE/TAG/ATTR/RPATH are set
  /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-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 

Completed in 41 milliseconds