HomeSort by relevance Sort by last modified time
    Searched refs:tail (Results 76 - 100 of 890) sorted by null

1 2 34 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
makedir.py 16 head, tail = os.path.split(p)
  /external/bcc/scripts/
check-helpers.sh 13 compat=$(grep -oP "(?<=^\sFN\()\w+" src/cc/compat/linux/bpf.h | tail -n +2 | sort)
21 virtual=$(grep -oP "(?<=^\sFN\()\w+" src/cc/compat/linux/virtual_bpf.h | tail -n +2 | sort -u)
  /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 13 $FSCK $FSCK_OPT $TMPFILE 2>&1 | head -n 1000 | tail -n +2 > $OUT1
20 $FSCK $FSCK_OPT $TMPFILE 2>&1 | head -n 1000 | tail -n +2 > $OUT2
  /external/e2fsprogs/tests/f_itable_collision/
script 18 $FSCK $FSCK_OPT -N test_filesys $TMPFILE 2>&1 | tail -n +2 > $OUT1
25 $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 12 $FSCK $FSCK_OPT -N test_filesys $TMPFILE 2>&1 | head -n 1000 | tail -n +2 > $OUT1
19 $FSCK $FSCK_OPT -N test_filesys $TMPFILE 2>&1 | head -n 1000 | tail -n +2 > $OUT2
  /external/e2fsprogs/tests/j_recover_csum2_64bit/
script 12 $FSCK $FSCK_OPT -N test_filesys $TMPFILE 2>&1 | head -n 1000 | tail -n +2 > $OUT1
19 $FSCK $FSCK_OPT -N test_filesys $TMPFILE 2>&1 | head -n 1000 | tail -n +2 > $OUT2
  /external/e2fsprogs/tests/j_recover_csum3_64bit/
script 12 $FSCK $FSCK_OPT -N test_filesys $TMPFILE 2>&1 | head -n 1000 | tail -n +2 > $OUT1
19 $FSCK $FSCK_OPT -N test_filesys $TMPFILE 2>&1 | head -n 1000 | tail -n +2 > $OUT2
  /external/epid-sdk/ext/ipp/sources/ippcp/
pcpngmontexpstuff_avx512.h 82 int tail = len%8; local
83 if(0==tail) tail = 8;
84 return len + (8-tail);
  /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/linux-kselftest/tools/testing/selftests/ftrace/test.d/kprobe/
kprobe_args_type.tc 17 X1=`printf "%x" $1 | tail -c ${CW}`
25 B3=`printf "%03x" 0x$X3 | tail -c 2 | head -c 1`
kprobe_eventname.tc 9 FUNC=`grep " [tT] .*vfs_read$" /proc/kallsyms | tail -n 1 | cut -f 3 -d " "`
27 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}: /"
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
sorlist.c 85 SList *p, *tail; local
97 sentinel->elem = (char *)p; /* set tail pointer */
101 tail = (SList *) (*list)->elem; /* get tail pointer */
102 tail->next = p;
103 (*list)->elem = (char *) p; /* reset tail */
  /external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/
fileutil_unittest.py 17 path, tail = os.path.split(path)
18 assert tail
19 if tail == dirname:
  /external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/generate/
module_unittest.py 15 path, tail = os.path.split(path)
16 assert tail
17 if tail == dirname:
  /external/llvm/unittests/IR/
WaymarkTest.cpp 24 static uint8_t tail[22] = "s02s33s30y2y0s1x0syxS"; local
26 std::transform(tail, tail + 22, values, [&](char c) {

Completed in 1970 milliseconds

1 2 34 5 6 7 8 91011>>