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

  /gdk/build/awk/
extract-debuggable.awk 26 if ( XML_TYPE == "BEGIN" && XML_TAG == "APPLICATION" &&
45 XML_TAG=XML_TYPE="";
49 XML_TAG = _xml_closing;
52 _xml_exit(XML_TAG);
73 XML_TAG = $0
74 sub("[ \n\t/].*$", "", XML_TAG); # extract tag name
75 XML_TAG = toupper(XML_TAG); # uppercase it
76 if ( XML_TAG !~ /^[A-Z][-+_.:0-9A-Z]*$/ ) # validate it
77 _xml_panic("Invalid tag name: " XML_TAG);
    [all...]
xml.awk 30 XML_TAG=XML_TYPE="";
34 XML_TAG = _xml_closing;
37 _xml_exit(XML_TAG);
58 XML_TAG = $0
59 sub("[ \n\t/].*$", "", XML_TAG); # extract tag name
60 XML_TAG = toupper(XML_TAG); # uppercase it
61 if ( XML_TAG !~ /^[A-Z][-+_.:0-9A-Z]*$/ ) # validate it
62 _xml_panic("Invalid tag name: " XML_TAG);
64 _xml_enter(XML_TAG);
    [all...]
extract-package-name.awk 46 XML_TAG=XML_TYPE="";
50 XML_TAG = _xml_closing;
53 _xml_exit(XML_TAG);
74 XML_TAG = $0
75 sub("[ \n\t/].*$", "", XML_TAG); # extract tag name
76 XML_TAG = toupper(XML_TAG); # uppercase it
77 if ( XML_TAG !~ /^[A-Z][-+_.:0-9A-Z]*$/ ) # validate it
78 _xml_panic("Invalid tag name: " XML_TAG);
80 _xml_enter(XML_TAG);
    [all...]
extract-launchable.awk 39 event = XML_TYPE "-" XML_TAG;
100 XML_TAG=XML_TYPE="";
104 XML_TAG = _xml_closing;
107 _xml_exit(XML_TAG);
128 XML_TAG = $0
129 sub("[ \n\t/].*$", "", XML_TAG); # extract tag name
130 XML_TAG = toupper(XML_TAG); # uppercase it
131 if ( XML_TAG !~ /^[A-Z][-+_.:0-9A-Z]*$/ ) # validate it
132 _xml_panic("Invalid tag name: " XML_TAG);
    [all...]
  /ndk/build/awk/
extract-debuggable.awk 26 if ( XML_TYPE == "BEGIN" && XML_TAG == "APPLICATION" &&
45 XML_TAG=XML_TYPE="";
49 XML_TAG = _xml_closing;
52 _xml_exit(XML_TAG);
73 XML_TAG = $0
74 sub("[ \n\t/].*$", "", XML_TAG); # extract tag name
75 XML_TAG = toupper(XML_TAG); # uppercase it
76 if ( XML_TAG !~ /^[A-Z][-+_.:0-9A-Z]*$/ ) # validate it
77 _xml_panic("Invalid tag name: " XML_TAG);
    [all...]
xml.awk 30 XML_TAG=XML_TYPE="";
34 XML_TAG = _xml_closing;
37 _xml_exit(XML_TAG);
58 XML_TAG = $0
59 sub("[ \n\t/].*$", "", XML_TAG); # extract tag name
60 XML_TAG = toupper(XML_TAG); # uppercase it
61 if ( XML_TAG !~ /^[A-Z][-+_.:0-9A-Z]*$/ ) # validate it
62 _xml_panic("Invalid tag name: " XML_TAG);
64 _xml_enter(XML_TAG);
    [all...]
extract-package-name.awk 46 XML_TAG=XML_TYPE="";
50 XML_TAG = _xml_closing;
53 _xml_exit(XML_TAG);
74 XML_TAG = $0
75 sub("[ \n\t/].*$", "", XML_TAG); # extract tag name
76 XML_TAG = toupper(XML_TAG); # uppercase it
77 if ( XML_TAG !~ /^[A-Z][-+_.:0-9A-Z]*$/ ) # validate it
78 _xml_panic("Invalid tag name: " XML_TAG);
80 _xml_enter(XML_TAG);
    [all...]
extract-launchable.awk 39 event = XML_TYPE "-" XML_TAG;
104 XML_TAG=XML_TYPE="";
108 XML_TAG = _xml_closing;
111 _xml_exit(XML_TAG);
132 XML_TAG = $0
133 sub("[ \n\t/].*$", "", XML_TAG); # extract tag name
134 XML_TAG = toupper(XML_TAG); # uppercase it
135 if ( XML_TAG !~ /^[A-Z][-+_.:0-9A-Z]*$/ ) # validate it
136 _xml_panic("Invalid tag name: " XML_TAG);
    [all...]

Completed in 3114 milliseconds