Searched refs:tail (Results 1 – 15 of 15) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | compile.c | 782 struct replacement *tail; local 789 tail = &root; 796 tail = tail->next = 805 ++tail->prefix_length; 810 ++tail->prefix_length; 818 tail->subst_id = *p - '0'; 819 if (sub->max_id < tail->subst_id) 820 sub->max_id = tail->subst_id; 850 ++tail->prefix_length; 858 tail = tail->next = [all …]
|
/ndk/ |
D | ndk-build | 302 $GNUMAKE --no-print-dir -f $PROGDIR/build/core/build-local.mk $FLAGS DUMP_${VAR} | tail -1 310 …KE --no-print-dir -f $PROGDIR/build/core/build-local.mk $FLAGS DUMP_${VAR} APP_ABI=${ABI} | tail -1
|
D | ndk-gdb | 116 …GNUMAKE --no-print-dir -f $ANDROID_NDK_ROOT/build/core/build-local.mk -C $PROJECT DUMP_$1 | tail -1 124 …o-print-dir -f $ANDROID_NDK_ROOT/build/core/build-local.mk -C $PROJECT DUMP_$1 APP_ABI=$2 | tail -1
|
/ndk/build/tools/ |
D | dev-platform-expand.sh | 54 PLATFORM=android-$(echo $API_LEVELS | tr ' ' '\n' | tail -1)
|
D | gen-platforms.sh | 383 cat $TMPL | tail -10 483 cat $TMPL | tail -10 510 cat $TMPL | tail -10
|
D | common-build-host-funcs.sh | 257 echo $1 | tr '-' '\n' | tail -1
|
D | build-host-gcc.sh | 376 echo $1 | tr '-' '\n' | tail -1
|
/ndk/sources/host-tools/make-3.81/ |
D | read.c | 200 struct dep *tail = read_makefiles; in read_all_makefiles() local 208 while (d->next != tail) in read_all_makefiles() 245 struct dep *tail = read_makefiles; in read_all_makefiles() local 247 while (tail != 0 && tail->next != 0) in read_all_makefiles() 248 tail = tail->next; in read_all_makefiles() 257 if (tail == 0) in read_all_makefiles() 260 tail->next = d; in read_all_makefiles() 261 tail = d; in read_all_makefiles() 263 if (tail != 0) in read_all_makefiles() 264 tail->next = 0; in read_all_makefiles()
|
/ndk/tests/ |
D | run-tests.sh | 450 $GNUMAKE --no-print-dir -f $NDK/build/core/build-local.mk -C $PROJECT DUMP_$VAR | tail -1 475 TARGET_TOOLCHAIN_VERSION=`echo $TARGET_TOOLCHAIN | tr '-' '\n' | tail -1` 686 TARGET_TOOLCHAIN_VERSION=`echo $TARGET_TOOLCHAIN | tr '-' '\n' | tail -1`
|
/ndk/sources/host-tools/ndk-stack/regex/ |
D | engine.c | 299 char *tail; /* string unmatched by rest of RE */ in dissect() local 352 tail = slow(m, rest, stop, es, stopst); in dissect() 353 if (tail == stop) in dissect() 377 tail = slow(m, rest, stop, es, stopst); in dissect() 378 if (tail == stop) in dissect() 414 tail = slow(m, rest, stop, es, stopst); in dissect() 415 if (tail == stop) in dissect()
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.info | 92 * tail:: Printing the last lines 244 particularly useful if the input is coming from the likes of `tail 1185 * tail:: Printing the last lines 1753 File: sed.info, Node: head, Next: tail, Prev: wc -l, Up: Examples 1766 File: sed.info, Node: tail, Next: uniq, Prev: head, Up: Examples 1795 an implementation of `tail' using a simple "sliding window." 1817 File: sed.info, Node: uniq, Next: uniq -d, Prev: tail, Up: Examples 2545 Node: tail61528
|
D | sed.texi | 125 * tail:: Printing the last lines 367 the likes of @samp{tail -f}, and you wish to see the transformed 1644 * tail:: Printing the last lines 2371 @node tail 2405 and @code{D} commands, here is an implementation of @command{tail}
|
D | sed-in.texi | 124 * tail:: Printing the last lines 366 the likes of @samp{tail -f}, and you wish to see the transformed 1643 * tail:: Printing the last lines 2248 @node tail 2280 and @code{D} commands, here is an implementation of @command{tail}
|
/ndk/build/gmsl/ |
D | __gmsl | 197 # Function: rest (same as LISP's cdr, or tail)
|
/ndk/sources/cxx-stl/llvm-libc++/include/ |
D | algorithm | 3716 // sort smaller range with recursive call and larger with tail recursion elimination 4172 // merge smaller range with recurisve call and larger with tail recursion elimination
|