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

  /ndk/build/awk/
extract-debuggable.awk 118 function _xml_in_section (sec_begin, sec_end) {
119 if (!match( $0, "^" sec_begin )) return 0;
extract-minsdkversion.awk 115 function _xml_in_section (sec_begin, sec_end) {
116 if (!match( $0, "^" sec_begin )) return 0;
extract-package-name.awk 119 function _xml_in_section (sec_begin, sec_end) {
120 if (!match( $0, "^" sec_begin )) return 0;
xml.awk 103 function _xml_in_section (sec_begin, sec_end) {
104 if (!match( $0, "^" sec_begin )) return 0;
209 # sec_begin: is the pattern for the start of the record.
extract-launchable.awk 177 function _xml_in_section (sec_begin, sec_end) {
178 if (!match( $0, "^" sec_begin )) return 0;

Completed in 161 milliseconds