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

<<11121314151617181920>>

  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
shell.py 415 head, tail = _os.path.split(dest)
416 while tail:
417 aslist.append(tail)
418 head, tail = _os.path.split(head)
441 head, tail = _os.path.split(dest)
442 while tail:
443 aslist.append(tail)
444 head, tail = _os.path.split(head)
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
shell.py 415 head, tail = _os.path.split(dest)
416 while tail:
417 aslist.append(tail)
418 head, tail = _os.path.split(head)
441 head, tail = _os.path.split(dest)
442 while tail:
443 aslist.append(tail)
444 head, tail = _os.path.split(head)
  /external/e2fsprogs/contrib/android/
basefs_allocator.c 106 e->head = e->tail = NULL;
145 allocator->cur_entry->head = allocator->cur_entry->tail = NULL;
  /external/eigen/Eigen/src/Core/
Reverse.h 148 col(half).head(half2).swap(col(half).tail(half2).reverse());
158 row(half).head(half2).swap(row(half).tail(half2).reverse());
  /external/eigen/Eigen/src/Core/products/
SelfadjointRank2Update.h 33 (numext::conj(alpha) * numext::conj(u.coeff(i))) * v.tail(size-i)
34 + (alpha * numext::conj(v.coeff(i))) * u.tail(size-i);
  /external/iproute2/tc/
q_cbq.c 60 struct rtattr *tail; local
164 tail = NLMSG_TAIL(n);
176 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
195 struct rtattr *tail; local
408 tail = NLMSG_TAIL(n);
429 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
  /external/libmtp/src/
playlist-spl.c 341 text_t* tail = NULL; local
398 tail = head;
401 tail->next = malloc(sizeof(text_t));
402 tail = tail->next;
406 tail->text = utf16_to_utf8(device, (uint16_t*) w);
409 LIBMTP_PLST_DEBUG("line: %s\n", tail->text);
436 tail->next = NULL;
  /external/llvm/include/llvm/ADT/
ImmutableList.h 29 const ImmutableListImpl* Tail;
31 ImmutableListImpl(const T& head, const ImmutableListImpl* tail = nullptr)
32 : Head(head), Tail(tail) {}
41 const ImmutableListImpl* getTail() const { return Tail; }
50 Profile(ID, Head, Tail);
128 /// getTail - Returns the tail of the list, which is another (possibly empty)
166 ImmutableList<T> concat(const T& Head, ImmutableList<T> Tail) {
171 const ListTy* TailImpl = Tail.getInternalPointer();
  /external/mesa3d/src/compiler/nir/
nir_lower_clip_cull_distance_arrays.c 112 nir_deref *tail = nir_deref_tail(&intrin->variables[0]->deref); local
113 nir_deref_array *array_ref = nir_deref_as_array(tail);
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_helpers.h 162 struct nine_range *tail)
164 tail->next = pool->free;
  /external/openssh/regress/
integrity.sh 56 out=$(egrep -v "^debug" $TEST_SSH_LOGFILE | tail -2 | \
  /external/pcre/pcrecpp/include/
pcrecpparg.h 183 template<typename HEAD, typename ... TAIL>
184 struct Args<HEAD, TAIL...> {
185 typedef Args<TAIL...> next;
190 inline static void arrayify(Arg * ptr, _HEAD && head, _TAIL && ... tail) {
192 next::arrayify(ptr, tail...);
  /external/proguard/examples/
scala.pro 76 scala.concurrent.forkjoin.LinkedTransferQueue$PaddedAtomicReference tail;
  /external/protobuf/objectivec/DevTools/
compile_testing_protos.sh 49 | sort -n | tail -n1 | cut -f2- -d" ")
55 | sort -n -r | tail -n1 | cut -f2- -d" ")
  /external/python/cpython2/Tools/scripts/
methfix.py 86 head, tail = os.path.split(filename)
87 tempname = os.path.join(head, '@' + tail)
pathfix.py 101 head, tail = os.path.split(filename)
102 tempname = os.path.join(head, '@' + tail)
  /external/python/cpython2/Tools/webchecker/
websucker.py 115 head, tail = os.path.split(dir)
116 if not tail:
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ImmutableList.h 29 const ImmutableListImpl* Tail;
31 ImmutableListImpl(const T& head, const ImmutableListImpl* tail = 0)
32 : Head(head), Tail(tail) {}
42 const ImmutableListImpl* getTail() const { return Tail; }
51 Profile(ID, Head, Tail);
129 /// getTail - Returns the tail of the list, which is another (possibly empty)
167 ImmutableList<T> concat(const T& Head, ImmutableList<T> Tail) {
172 const ListTy* TailImpl = Tail.getInternalPointer();
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SlotIndexes.cpp 136 IndexListEntry *tail = getTail(); local
141 } while (curEntry != tail && curEntry->getIndex() <= index);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
ImmutableList.h 32 const ImmutableListImpl* Tail;
34 ImmutableListImpl(const T& head, const ImmutableListImpl* tail = nullptr)
35 : Head(head), Tail(tail) {}
42 const ImmutableListImpl* getTail() const { return Tail; }
51 Profile(ID, Head, Tail);
131 /// getTail - Returns the tail of the list, which is another (possibly empty)
169 LLVM_NODISCARD ImmutableList<T> concat(const T &Head, ImmutableList<T> Tail) {
174 const ListTy* TailImpl = Tail.getInternalPointer();
  /external/u-boot/scripts/
cleanpatch 220 my $tail = $5; # doesn't include the final newline
224 $tail);
  /device/google/bonito/json-c/
linkhash.h 133 struct lh_entry *tail; member in struct:lh_table
  /device/google/crosshatch/json-c/
linkhash.h 133 struct lh_entry *tail; member in struct:lh_table
  /external/e2fsprogs/util/
symlinks.c 169 char *p, *np, *lp, *tail, *msg; local
233 /* point tail at first part of lpath that differs from path */
236 tail = lp = lpath;
240 tail = lp;
245 /* now create new, with "../"s followed by tail */
255 strcpy (np, tail);
  /external/freetype/include/freetype/
fttypes.h 579 * tail ::
580 * The tail (last element) of doubly-linked list.
585 FT_ListNode tail; member in struct:FT_ListRec_

Completed in 4835 milliseconds

<<11121314151617181920>>