/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | word | 3 Test the word, words, wordlist, firstword, and lastword functions.\n"; 11 string := word.pl general_test2.pl FORCE.pl word.pl generic_test.perl MAKEFILES_variable.pl 18 @echo $(word 1, $(string)) 19 @echo $(word 100, $(string)) 20 @echo $(word 1, $(string)) 21 @echo $(word 1000, $(string3)) 34 ."word.pl\n" 36 ."word.pl\n" 38 ."FORCE.pl word.pl\n" 40 ."word.pl general_test2.pl FORCE.pl word.pl generic_test.perl MAKEFILES_variable.pl\n" [all …]
|
D | substitution | 20 # Patsubst without '%'--shouldn't match because the whole word has to match 25 # Variable subst where a pattern matches multiple times in a single word.
|
D | suffix | 18 print MAKEFILE "string := word.pl general_test2.pl1 FORCE.pl word.pl3 generic_test.perl /tmp.c/bar…
|
D | eval | 100 rev=$(eval res:=)$(foreach word,$1,$(eval res:=${word} ${res}))${res}
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | multiarch.m4 | 38 for word in ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}; do 40 case $word in 42 if test -z "$arch" || test "$arch" = "$word"; then 43 arch="$word" 51 if test "x$word" = "x-arch"; then
|
D | progtest.m4 | 55 # Extract the first word of "$2", so it can be a program name with args.
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | __bit_reference | 167 // do first partial word 185 // do last partial word 203 // do first partial word 224 // do last partial word 256 // do first partial word 269 // do last partial word 287 // do first partial word 300 // do last partial word 328 // do first partial word 342 // do last partial word [all …]
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | memchr.valgrind | 4 # implement strnlen). However, we use a safe word read to provide a speedup.
|
/ndk/sources/host-tools/nawk-20071023/ |
D | lex.c | 41 const char *word; member 164 int word(char *); 191 return word(buf); in yylex() 445 if ((cond = strcmp(w, kp[mid].word)) < 0) in binsearch() 455 int word(char *w) in word() function
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | version.gin | 10 Be sure to include the word ``sed'' somewhere in the ``Subject:'' field.
|
D | BOOST.tests | 297 ; word operators: 307 ; non-word: 317 ; word start: 322 ;word end: 327 ; word boundary: 336 ; within word: 546 ; word start: 551 ;word end:
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | bitset | 28 // order bits in the highest word.) It is a class invariant 34 // important special case where the bitset is only a single word.
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | af.po | 187 msgstr "opsie `e' word nie ondersteun nie" 191 msgstr "`e' instruksie word nie ondersteun nie" 223 "Be sure to include the word ``%s'' somewhere in the ``Subject:'' field.\n" 547 #~ " voeg skrip by die instruksie wat uitgevoer moet word\n" 550 #~ "uitgevoer moet word\n" 553 #~ "agtervoegsel voorsien word)\n" 569 #~ "Indien geen -e, --expression, -f, of --file opsie voorsien word nie, dan " 571 #~ "nieopsieparameter as sedskrip aanvaar word ter interpretasie. Alle\n" 574 #~ "voorsien word nie, word standaardinset gelees.\n"
|
/ndk/build/gmsl/ |
D | __gmsl | 112 $(if $(call gt,$(word 1,$1),$(word 1,$(gmsl_version))), \ 114 $(if $(call lt,$(word 1,$1),$(word 1,$(gmsl_version))), \ 116 $(if $(call gt,$(word 2,$1),$(word 2,$(gmsl_version))), \ 118 $(if $(call lt,$(word 2,$1),$(word 2,$(gmsl_version))), \ 120 $(call lte,$(word 3,$1),$(word 3,$(gmsl_version)))))))) 193 last = $(__gmsl_tr1)$(if $1,$(word $(words $1),$1)) 335 $(subst $(word 1,$(subst :, ,$c)),$(word 2,$(subst :, ,$c)), \
|
D | gmsl | 70 __gmsl_root := $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST))
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | mult_targets | 10 ."the word output with nothing in the target name giving either\n"
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/stlport/ |
D | printers.py | 136 word = 0 137 while word < n_words: 138 w = words[word] 142 result.append (('[%d]' % (word * word_size * 8 + bit), 1)) 145 word += 1
|
/ndk/build/core/ |
D | definitions.mk | 161 index-word-list = $(wordlist $(call bump-0-to-1,$1),$2,$3) 163 -test-index-word-list = \ 164 $(call test-expect,,$(call index-word-list,1,1))\ 165 $(call test-expect,a b,$(call index-word-list,0,2,a b c d))\ 166 $(call test-expect,b c,$(call index-word-list,2,3,a b c d))\ 190 ifneq ($(word $10,$2),) 222 ifneq ($(word $(call bump-0-to-1,$100),$2),) 223 ifneq ($(word $199,$2),) 235 ifneq ($(word $150,$2),) 258 ifneq ($(word $(call bump-0-to-1,$1000),$2),) [all …]
|
/ndk/sources/android/support/src/msun/ |
D | math_private.h | 170 unsigned int word; member 179 (i) = gf_u.word; \ 187 sf_u.word = (i); \
|
/ndk/sources/host-tools/make-3.81/ |
D | function.c | 967 struct a_word *word = (struct a_word *) alloca (sizeof (struct a_word)); in func_filter_filterout() local 969 *wordtail = word; in func_filter_filterout() 970 wordtail = &word->next; in func_filter_filterout() 976 word->str = p; in func_filter_filterout() 977 word->length = len; in func_filter_filterout() 978 word->matched = 0; in func_filter_filterout() 979 word->chain = 0; in func_filter_filterout()
|
/ndk/docs/renderscript/ |
D | doxygen.css | 149 word-wrap: break-word; 943 word-wrap: break-word; /* IE 5.5+ */
|
/ndk/sources/host-tools/make-3.81/config/ |
D | progtest.m4 | 55 # Extract the first word of "$2", so it can be a program name with args.
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | ChangeLog | 48 * scripts/functions/word: Ditto. 346 * scripts/functions/word: Test $(firstword ) and $(lastword ). 448 * scripts/functions/word: Test error handling for word and 631 * scripts/functions/word: wordlist doesn't swap arguments anymore.
|
/ndk/sources/host-tools/make-3.81/po/ |
D | ja.po | 358 msgid "non-numeric first argument to `word' function" 359 msgstr "����ͤ��������� `word' �ؿ���Ϳ�����ޤ���" 362 msgid "first argument to `word' function must be greater than 0" 363 msgstr "`word' �ؿ��ؤ��������� 0 ����礭���ʤ���Фʤ�ޤ���" 2019 #~ msgid "the `word' function takes a positive index argument" 2020 #~ msgstr "`word' �ؿ�������Υ���ǥå���������Ȥ�ޤ�"
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | NEWS | 61 * \B correctly means "not on a word boundary" rather than "inside a word" 418 of the conflict with the existing "word boundary" meaning. \ooo octal
|