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

1 2 3 4 56 7 8 91011>>

  /external/e2fsprogs/tests/f_del_dup_quota/
script 12 echo "nyyyyyyy" | E2FSCK_FORCE_INTERACTIVE=y $FSCK $FSCK_OPT -N test_filesys $TMPFILE 2>&1 | head -n 1000 | tail -n +2 > $OUT1
21 $FSCK $FSCK_OPT -N test_filesys $TMPFILE 2>&1 | head -n 1000 | tail -n +2 > $OUT2
  /external/eigen/Eigen/src/Householder/
BlockHouseholder.h 39 // * vectors.col(i).tail(rs);
63 triFactor.row(i).tail(rt).noalias() = -hCoeffs(i) * vectors.col(i).tail(rs).adjoint()
67 triFactor.row(i).tail(rt) = triFactor.row(i).tail(rt) * triFactor.bottomRightCorner(rt,rt).template triangularView<Upper>();
  /external/google-breakpad/src/third_party/libdisasm/swig/
libdisasm.i 120 x86_op_list_node *head, *tail, *curr;
149 return list->tail;
164 list->curr = list->tail;
165 return list->tail;
185 if ( ! list->tail ) {
186 list->head = list->tail = node;
188 list->tail->next = node;
189 node->prev = list->tail;
190 list->tail = node;
270 x86_insn_list_node *head, *tail, *curr
    [all...]
  /external/grpc-grpc/src/core/lib/profiling/
basic_timers.cc 60 gpr_timer_log* tail; member in struct:gpr_timer_log_list
90 list->head = list->tail = log;
94 log->prev = list->tail;
96 list->tail->next = log;
97 list->tail = log;
109 list->tail = NULL;
125 list->tail = log->prev;
126 if (list->tail != NULL) {
127 list->tail->next = NULL;
  /external/grpc-grpc/test/core/util/
reconnect_server.h 34 timestamp_list* tail; member in struct:reconnect_server
  /external/grpc-grpc/tools/distrib/
check_trailing_newlines.sh 30 if [[ $(tail -c 1 "$f") != $NEWLINE ]]; then
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
ListSubListTester.java 224 List<E> tail = list.subList(1, size); local
227 assertEquals(list.get(1), tail.get(0));
228 assertEquals(list.get(size - 1), tail.get(size - 2));
231 for (List<E> subList : Arrays.asList(copy, head, tail)) {
248 List<E> tail = list.subList(1, size); local
251 assertTrue(tail.contains(list.get(1)));
255 assertTrue(tail.contains(list.get(size - 1)));
257 assertFalse(tail.contains(list.get(0)));
266 List<E> tail = list.subList(1, size); local
271 assertEquals(tail.indexOf(list.get(1))
292 List<E> tail = list.subList(1, size); local
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListSubListTester.java 228 List<E> tail = list.subList(1, size); local
231 assertEquals(list.get(1), tail.get(0));
232 assertEquals(list.get(size - 1), tail.get(size - 2));
235 for (List<E> subList : Arrays.asList(copy, head, tail)) {
252 List<E> tail = list.subList(1, size); local
255 assertTrue(tail.contains(list.get(1)));
259 assertTrue(tail.contains(list.get(size - 1)));
261 assertFalse(tail.contains(list.get(0)));
270 List<E> tail = list.subList(1, size); local
275 assertEquals(tail.indexOf(list.get(1))
296 List<E> tail = list.subList(1, size); local
    [all...]
  /external/iproute2/tc/
f_basic.c 43 struct rtattr *tail; local
59 tail = (struct rtattr *)(((void *)n)+NLMSG_ALIGN(n->nlmsg_len));
106 tail->rta_len = (((void *)n)+n->nlmsg_len) - (void *)tail;
f_matchall.c 42 struct rtattr *tail; local
59 tail = (struct rtattr *)(((void *)n)+NLMSG_ALIGN(n->nlmsg_len));
110 tail->rta_len = (((void *)n)+n->nlmsg_len) - (void *)tail;
m_simple.c 104 struct rtattr *tail; local
150 tail = NLMSG_TAIL(n);
155 tail->rta_len = (char *)NLMSG_TAIL(n) - (char *)tail;
  /external/libaom/libaom/aom_dsp/
grain_table.h 49 aom_film_grain_table_entry_t *tail; member in struct:__anon26431
  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
trace.h 28 void *tail; member in struct:trace_buffer
  /external/python/cpython2/Tools/freeze/
checkextensions.py 65 head, tail = os.path.split(w)
66 base, ext = os.path.splitext(tail)
68 tail = base + '.o'
69 w = os.path.join(head, tail)
  /external/python/cpython3/Tools/freeze/
checkextensions.py 65 head, tail = os.path.split(w)
66 base, ext = os.path.splitext(tail)
68 tail = base + '.o'
69 w = os.path.join(head, tail)
  /external/selinux/checkpolicy/
queue.h 26 queue_node_ptr_t tail; member in struct:queue_info
  /external/vulkan-headers/registry/
generator.py 447 # tail - whatever text follows that tag in the Element
448 def makeProtoName(self, name, tail):
449 return self.genOpts.apientry + name + tail
450 def makeTypedefName(self, name, tail):
451 return '(' + self.genOpts.apientryp + 'PFN_' + name + tail + ')'
463 tail = noneStr(elem.tail)
470 # longer than the alignment column - would run into the tail
475 paramdecl += text + tail
486 tail = noneStr(elem.tail
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wps-ap-cli 19 cpin=`$CLI wps_check_pin "$pin" | tail -1`
  /external/ImageMagick/MagickCore/
linked-list.c 78 *tail,
135 list_info->tail->next=next;
136 list_info->tail=next;
191 list_info->tail=(ElementInfo *) NULL;
283 value=list_info->tail->value;
413 value=list_info->tail->value;
480 list_info->tail=next;
496 list_info->tail->next=next;
497 list_info->tail=next;
611 list_info->tail=next
76 *tail, member in struct:_LinkedListInfo
    [all...]
  /external/u-boot/drivers/crypto/fsl/
jr.c 18 #define CIRC_CNT(head, tail, size) (((head) - (tail)) & (size - 1))
19 #define CIRC_SPACE(head, tail, size) CIRC_CNT((tail), (head) + 1, (size))
140 jr->tail = 0;
262 int tail = jr->tail; local
272 while (sec_in32(&regs->orsf) && CIRC_CNT(jr->head, jr->tail,
284 addr_lo = (uint32_t *)(&jr->output_ring[jr->tail].desc);
285 addr_hi = (uint32_t *)(&jr->output_ring[jr->tail].desc) + 1
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-tuple.cpp 59 template<typename Head, typename... Tail>
60 class tuple<Head, Tail...> : private tuple<Tail...> {
61 typedef tuple<Tail...> inherited;
69 typename add_const_reference<Tail>::type... vtail)
74 : m_head(other.head()), inherited(other.tail()) { }
79 tail() = other.tail();
85 inherited& tail() { return *this; } function in class:tuple
86 const inherited& tail() const { return *this; function in class:tuple
    [all...]
  /art/test/693-vdex-inmem-loader-evict/src-secondary/
gen.sh 45 checksum=`head -c 32 -z "$TMP/file${suffix}.dex" | tail -c 24 -z | base64`
  /external/deqp-deps/SPIRV-Tools/source/opt/
workaround1209.cpp 46 if (bb->tail()->opcode() == SpvOpUnreachable) {
50 context()->KillInst(&*bb->tail());
  /external/linux-kselftest/tools/testing/selftests/ftrace/test.d/kprobe/
probepoint.tc 10 printf "%d" "0x"`echo $1 | tail -c 8`
  /external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
kvm-recheck-lock.sh 35 ncs=`grep "Writes: Total:" $i/console.log 2> /dev/null | tail -1 | sed -e 's/^.* Total: //' -e 's/ .*$//'`

Completed in 1358 milliseconds

1 2 3 4 56 7 8 91011>>