Home
last modified time | relevance | path

Searched refs:TEXT (Results 1 – 8 of 8) sorted by relevance

/ndk/build/tools/
Dbuild-host-gdb.sh154 TEXT="$(bh_host_text) expat:"
158 dump "$TEXT Building"
177 local ARGS TEXT
207 TEXT="$(bh_host_text) gdb-$BH_TARGET_ARCH-$3:"
211 dump "$TEXT Building"
248 dump "$TEXT Building gdb-stub"
Dbuild-host-python.sh236 local ARGS TEXT
322 TEXT="$(bh_host_text) python-$BH_HOST_CONFIG-$2:"
347 dump "$TEXT Building"
Dprebuilt-common.sh205 local TEXT="$2"
208 TEXT=$(echo $TEXT | sed -e 's/'$pat' //g' -e 's/'$pat'$//g')
210 echo $TEXT
/ndk/tests/
Dcheck-release.sh107 local NAME TEXT RET
111 TEXT=$(eval test_$NAME 2>/dev/null)
114 echo "KO: $TEXT"
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-14573 override VARIABLE += MORE TEXT
4910 TEXT-IF-TRUE
4913 The TEXT-IF-TRUE may be any lines of text, to be considered as part of
4920 TEXT-IF-TRUE
4922 TEXT-IF-FALSE
4928 TEXT-IF-ONE-IS-TRUE
4930 TEXT-IF-TRUE
4932 TEXT-IF-FALSE
4936 necessary. Once a given condition is true, TEXT-IF-TRUE is used and no
4937 other clause is used; if no condition is true then TEXT-IF-FALSE is
[all …]
Dmake.info-22184 `$(subst FROM,TO,TEXT)'
2185 Replace FROM with TO in TEXT.
2189 `$(patsubst PATTERN,REPLACEMENT,TEXT)'
2190 Replace words matching PATTERN with REPLACEMENT in TEXT.
2199 `$(findstring FIND,TEXT)'
2200 Locate FIND in TEXT.
2204 `$(filter PATTERN...,TEXT)'
2205 Select words in TEXT that match one of the PATTERN words.
2209 `$(filter-out PATTERN...,TEXT)'
2210 Select words in TEXT that _do not_ match any of the PATTERN words.
[all …]
/ndk/sources/host-tools/make-3.81/
DNEWS406 * A new function, `$(wordlist S,E,TEXT)', is available: it returns a
407 list of words from number S to number E (inclusive) of TEXT.
/ndk/sources/host-tools/make-3.81/config/
Dtexinfo.tex814 % @inmargin{WHICH}{TEXT} puts TEXT in the WHICH margin next to the current
840 % @inmargin{TEXT [, RIGHT-TEXT]}
841 % (if RIGHT-TEXT is given, use TEXT for left page, RIGHT-TEXT for right;
842 % else use TEXT for both).