OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_xml_panic
(Results
1 - 4
of
4
) sorted by null
/ndk/build/awk/
extract-debuggable.awk
77
_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);
extract-package-name.awk
78
_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);
xml.awk
62
_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);
277
#
_xml_panic
("Invalid attribute name: " _xml_attrib);
extract-launchable.awk
136
_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);
Completed in 60 milliseconds