HomeSort by relevance Sort by last modified time
    Searched refs:tail (Results 101 - 125 of 1579) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/tools/linux-x86_64/kythe/studio/
manifest2vname.py 27 # fallback patterns to be added to tail of vnames.json
28 tail = json.loads("""[
61 vnames.extend(tail)
  /system/core/logd/
FlushCommand.h 39 explicit FlushCommand(LogReader& reader, bool nonBlock, unsigned long tail,
44 mTail(tail),
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
tail_padding.d 2 #name: AArch64 section tail padding
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/iq2000/
yield.exp 48 set file [file tail $file]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/arch/
arch.exp 75 set name [file tail $file]
110 set name [file tail $file]
140 set arch [file rootname [file tail $file]]
167 set name [file tail $file]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
makedir.py 16 head, tail = os.path.split(p)
  /external/clang/test/SemaTemplate/
example-typelist.cpp 7 template<typename Head, typename Tail = nil>
10 typedef Tail tail; typedef in struct:cons
27 template<typename Head, typename Tail>
28 struct length<cons<Head, Tail> > {
29 static const unsigned value = length<Tail>::value + 1;
50 typedef typename reverse<typename T::tail>::type reversed_tail;
52 typedef typename reverse<typename reversed_tail::tail>::type most_of_tail;
83 struct find : find<typename List::tail, T> { };
85 template<typename Tail, typename T
    [all...]
  /external/curl/lib/
llist.h 38 struct curl_llist_element *tail; member in struct:curl_llist
  /external/e2fsprogs/contrib/android/
block_range.h 13 void add_blocks_to_range(struct block_range **head, struct block_range **tail,
  /external/e2fsprogs/tests/f_boundscheck/
script 14 $FSCK $FSCK_OPT $TMPFILE 2>&1 | head -n 1000 | tail -n +2 > $OUT1
21 $FSCK $FSCK_OPT $TMPFILE 2>&1 | head -n 1000 | tail -n +2 > $OUT2
  /external/e2fsprogs/tests/f_itable_collision/
script 19 $FSCK $FSCK_OPT -N test_filesys $TMPFILE 2>&1 | tail -n +2 > $OUT1
26 $FSCK $FSCK_OPT -N test_filesys $TMPFILE 2>&1 | tail -n +2 > $OUT2
  /external/e2fsprogs/tests/f_super_bad_csum/
script 14 $FSCK $FSCK_OPT $TMPFILE 2>&1 | head -n 1000 | tail -n +2 > $OUT1
21 $FSCK $FSCK_OPT $TMPFILE 2>&1 | head -n 1000 | tail -n +2 > $OUT2
  /external/e2fsprogs/tests/j_recover_csum2_32bit/
script 13 $FSCK $FSCK_OPT -N test_filesys $TMPFILE 2>&1 | head -n 1000 | tail -n +2 > $OUT1
20 $FSCK $FSCK_OPT -N test_filesys $TMPFILE 2>&1 | head -n 1000 | tail -n +2 > $OUT2
  /external/e2fsprogs/tests/j_recover_csum2_64bit/
script 13 $FSCK $FSCK_OPT -N test_filesys $TMPFILE 2>&1 | head -n 1000 | tail -n +2 > $OUT1
20 $FSCK $FSCK_OPT -N test_filesys $TMPFILE 2>&1 | head -n 1000 | tail -n +2 > $OUT2
  /external/iproute2/tc/
f_cgroup.c 29 struct rtattr *tail; local
43 tail = (struct rtattr *)(((void *)n)+NLMSG_ALIGN(n->nlmsg_len));
79 tail->rta_len = (((void *)n)+n->nlmsg_len) - (void *)tail;
m_connmark.c 52 struct rtattr *tail; local
98 tail = NLMSG_TAIL(n);
101 tail->rta_len = (char *)NLMSG_TAIL(n) - (char *)tail;
q_drr.c 55 struct rtattr *tail; local
58 tail = NLMSG_TAIL(n);
80 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *)tail;
q_qfq.c 54 struct rtattr *tail; local
57 tail = NLMSG_TAIL(n);
84 tail->rta_len = (void *)NLMSG_TAIL(n) - (void *)tail;
  /external/javassist/src/main/javassist/compiler/ast/
FieldDecl.java 27 public Declarator getDeclarator() { return (Declarator)tail().head(); }
  /external/linux-kselftest/tools/testing/selftests/ftrace/test.d/kprobe/
kprobe_eventname.tc 12 FUNC=`grep " [tT] .*vfs_read$" /proc/kallsyms | tail -n 1 | cut -f 3 -d " "`
30 FUNC=`grep -m 10 " [tT] .*\.isra\..*$" /proc/kallsyms | tail -n 1 | cut -f 3 -d " "`
  /external/ltp/testcases/kernel/syscalls/swapon/
Makefile 19 NEEDSPECIAL := $(shell echo MAX_SWAPFILES | $(CC) -E -xc -include linux/swap.h 2>/dev/null - | tail -n 1 | grep 32; echo $?)
  /external/python/cpython2/Demo/scripts/
makedir.py 16 head, tail = os.path.split(p)
  /external/robolectric-shadows/
wrapper.sh 64 tail -n 5 "$output" | sed -e "s/^/${module}: /"
  /prebuilts/misc/common/robolectric/3.1.1/
wrapper.sh 64 tail -n 5 "$output" | sed -e "s/^/${module}: /"
  /prebuilts/misc/common/robolectric/3.4.2/
wrapper.sh 64 tail -n 5 "$output" | sed -e "s/^/${module}: /"

Completed in 377 milliseconds

1 2 3 45 6 7 8 91011>>