Searched refs:LIST (Results 1 – 10 of 10) sorted by relevance
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | p11667.cpp | 8 class LIST { class 11 LIST() { nitems = 16; items = new T[nitems]; }; in LIST() function in LIST 13 LIST(int u) { nitems = u; items = new T[nitems]; }; in LIST() function in LIST 44 LIST<int> mylist(10); in main()
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | p11667.cpp | 8 class LIST { class 11 LIST() { nitems = 16; items = new T[nitems]; }; in LIST() function in LIST 13 LIST(int u) { nitems = u; items = new T[nitems]; }; in LIST() function in LIST 44 LIST<int> mylist(10); in main()
|
/ndk/build/tools/ |
D | common-build-host-funcs.sh | 192 local LIST 193 LIST=$@ 196 for ELEMENT in $LIST; do
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | COPYING.DOC | 441 with the Invariant Sections being LIST THEIR TITLES, with the 442 Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.info | 529 `[LIST]' 530 `[^LIST]' 531 Matches any single character in LIST: for example, `[aeiou]' 536 A leading `^' reverses the meaning of LIST, so that it matches any 537 single character _not_ in LIST. To include `]' in the list, make 543 special within LIST. For example, `[\*]' matches either `\' or 545 `[.ch.]', `[=a=]', and `[:space:]' are special within LIST and 547 classes, respectively, and `[' is therefore special within LIST 550 recognized within LIST. *Note Escapes::.
|
/ndk/build/gmsl/ |
D | __gmsl | 175 # LIST MANIPULATION FUNCTIONS
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-2 | 2214 `$(sort LIST)' 2215 Sort the words in LIST lexicographically, removing duplicates. 3257 with the Invariant Sections being LIST THEIR TITLES, with 3258 the Front-Cover Texts being LIST, and with the Back-Cover Texts 3259 being LIST.
|
D | make.info-1 | 3114 LIST = one two three 3116 for i in $(LIST); do \ 5319 `$(sort LIST)' 5320 Sorts the words of LIST in lexical order, removing duplicate 5601 $(foreach VAR,LIST,TEXT) 5603 The first two arguments, VAR and LIST, are expanded before anything 5605 the same time. Then for each word of the expanded value of LIST, the 5611 whitespace-separated words in LIST. The multiple expansions of TEXT 5646 they were beforehand. The other values which are taken from LIST are
|
D | make.texi | 3717 LIST = one two three 3719 for i in $(LIST); do \
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | output.0 | 4147 # Loop through the user's path and test for each of PROGNAME-LIST 4213 # Loop through the user's path and test for each of PROGNAME-LIST
|