Searched refs:TEXT (Results 1 – 8 of 8) sorted by relevance
/ndk/build/tools/ |
D | build-host-gdb.sh | 154 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"
|
D | build-host-python.sh | 236 local ARGS TEXT 322 TEXT="$(bh_host_text) python-$BH_HOST_CONFIG-$2:" 347 dump "$TEXT Building"
|
D | prebuilt-common.sh | 205 local TEXT="$2" 208 TEXT=$(echo $TEXT | sed -e 's/'$pat' //g' -e 's/'$pat'$//g') 210 echo $TEXT
|
/ndk/tests/ |
D | check-release.sh | 107 local NAME TEXT RET 111 TEXT=$(eval test_$NAME 2>/dev/null) 114 echo "KO: $TEXT"
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-1 | 4573 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 …]
|
D | make.info-2 | 2184 `$(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/ |
D | NEWS | 406 * 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/ |
D | texinfo.tex | 814 % @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).
|