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

  /ndk/build/awk/
extract-debuggable.awk 48 if (_xml_closing) { # delayed direct tag closure
49 XML_TAG = _xml_closing;
51 _xml_closing = "";
86 _xml_closing = XML_TAG; # record delayed tag closure.
extract-package-name.awk 49 if (_xml_closing) { # delayed direct tag closure
50 XML_TAG = _xml_closing;
52 _xml_closing = "";
87 _xml_closing = XML_TAG; # record delayed tag closure.
xml.awk 33 if (_xml_closing) { # delayed direct tag closure
34 XML_TAG = _xml_closing;
36 _xml_closing = "";
71 _xml_closing = XML_TAG; # record delayed tag closure.
307 # We do this by setting the special _xml_closing variable, as in:
311 # _xml_closing = XML_TAG;
318 # if (_xml_closing) {
319 # XML_TAG = _xml_closing;
321 # _xml_closing = "";
extract-launchable.awk 107 if (_xml_closing) { # delayed direct tag closure
108 XML_TAG = _xml_closing;
110 _xml_closing = "";
145 _xml_closing = XML_TAG; # record delayed tag closure.

Completed in 2145 milliseconds