Home
last modified time | relevance | path

Searched refs:_xml_panic (Results 1 – 5 of 5) sorted by relevance

/ndk/build/awk/
Dextract-minsdkversion.awk74 _xml_panic("Invalid tag name: " XML_TAG);
91 _xml_panic("Invalid attribute name: " _xml_attrib);
101 _xml_panic("Invalid attribute value syntax for " _xml_attrib ": " $0);
110 function _xml_panic (msg) { function
118 if (getline <= 0) _xml_panic("Unexpected EOF: " ERRNO);
131 _xml_panic("Unexpected close tag: " XML_TAG ", expecting " _xml_expected);
Dextract-package-name.awk78 _xml_panic("Invalid tag name: " XML_TAG);
95 _xml_panic("Invalid attribute name: " _xml_attrib);
105 _xml_panic("Invalid attribute value syntax for " _xml_attrib ": " $0);
114 function _xml_panic (msg) { function
122 if (getline <= 0) _xml_panic("Unexpected EOF: " ERRNO);
135 _xml_panic("Unexpected close tag: " XML_TAG ", expecting " _xml_expected);
Dextract-debuggable.awk77 _xml_panic("Invalid tag name: " XML_TAG);
94 _xml_panic("Invalid attribute name: " _xml_attrib);
104 _xml_panic("Invalid attribute value syntax for " _xml_attrib ": " $0);
113 function _xml_panic (msg) { function
121 if (getline <= 0) _xml_panic("Unexpected EOF: " ERRNO);
134 _xml_panic("Unexpected close tag: " XML_TAG ", expecting " _xml_expected);
Dxml.awk62 _xml_panic("Invalid tag name: " XML_TAG);
79 _xml_panic("Invalid attribute name: " _xml_attrib);
89 _xml_panic("Invalid attribute value syntax for " _xml_attrib ": " $0);
98 function _xml_panic (msg) { function
106 if (getline <= 0) _xml_panic("Unexpected EOF: " ERRNO);
119 _xml_panic("Unexpected close tag: " XML_TAG ", expecting " _xml_expected);
Dextract-launchable.awk136 _xml_panic("Invalid tag name: " XML_TAG);
153 _xml_panic("Invalid attribute name: " _xml_attrib);
163 _xml_panic("Invalid attribute value syntax for " _xml_attrib ": " $0);
172 function _xml_panic (msg) { function
180 if (getline <= 0) _xml_panic("Unexpected EOF: " ERRNO);
193 _xml_panic("Unexpected close tag: " XML_TAG ", expecting " _xml_expected);