HomeSort by relevance Sort by last modified time
    Searched defs:tail (Results 326 - 350 of 486) sorted by null

<<11121314151617181920

  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/
skbuff.h 160 *tail, member in struct:sk_buff
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
skbuff.h 160 *tail, member in struct:sk_buff
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
skbuff.h 160 *tail, member in struct:sk_buff
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/linux/
skbuff.h 160 *tail, member in struct:sk_buff
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/linux/
skbuff.h 160 *tail, member in struct:sk_buff
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/linux/
skbuff.h 160 *tail, member in struct:sk_buff
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
skbuff.h 160 *tail, member in struct:sk_buff
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
skbuff.h 160 *tail, member in struct:sk_buff
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
skbuff.h 160 *tail, member in struct:sk_buff
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
skbuff.h 160 *tail, member in struct:sk_buff
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
skbuff.h 160 *tail, member in struct:sk_buff
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
skbuff.h 160 *tail, member in struct:sk_buff
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
skbuff.h 160 *tail, member in struct:sk_buff
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 88 # <li>an optional <i>tail</i> string.</li>
172 # <tag attrib>text<child/>...</tag>tail
203 tail = None # text after end tag, if any variable in class:Element
236 elem.tail = self.tail
406 # all attributes, and sets the <b>text</b> and <b>tail</b> attributes
412 self.text = self.tail = None
507 if e.tail:
508 yield e.tail
943 if elem.tail
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 88 # <li>an optional <i>tail</i> string.</li>
172 # <tag attrib>text<child/>...</tag>tail
203 tail = None # text after end tag, if any variable in class:Element
236 elem.tail = self.tail
406 # all attributes, and sets the <b>text</b> and <b>tail</b> attributes
412 self.text = self.tail = None
507 if e.tail:
508 yield e.tail
943 if elem.tail
    [all...]
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.c 149 int tail; /* lines left to print */ variable
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
RedundentExprEliminator.java 603 MultistepExprHolder tail = null; local
626 tail = head;
629 tail.m_next = new MultistepExprHolder(owner2, stepCount, null);
630 tail = tail.m_next;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkerFactory.java 859 StepPattern tail = step; local
935 tail = pat;
942 XNumber score = tail.getStaticScore();
943 tail.setRelativePathPattern(selfPattern);
944 tail.setStaticScore(score);
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/xray/
xray.c 75 int tail; member in struct:XRayTraceFrame
496 capture->frame.tail = 0;
523 return capture->frame.tail;
571 if (capture->frame.head == capture->frame.tail)
648 /* If the table is filled, bump the tail. */
649 if (capture->frame.head == capture->frame.tail)
650 capture->frame.tail = XRayFrameGetNext(capture, capture->frame.tail);
651 capture->frame.tail = XRayFrameFindTail(capture);
738 capture->frame.tail = 0
    [all...]
  /external/chromium_org/net/spdy/
spdy_test_util_common.cc 313 std::string tail = "/fakesignature"; local
321 signature->insert(signature->end(), tail.begin(), tail.end());
    [all...]
  /external/chromium_org/third_party/brotli/src/brotli/dec/
decode.c 588 int tail = BROTLI_IBUF_MASK + 1 - br_pos; local
589 memcpy(&ringbuffer[rb_pos], &br->buf_[br_pos], (size_t)tail);
590 nbytes -= tail;
591 rb_pos += tail;
592 len -= tail;
599 /* If we wrote past the logical end of the ringbuffer, copy the tail of the
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
xmlconfig.c 175 * returning tail points to the first character that is not part of
176 * the integer number. If no number was found then tail points to the
178 static GLint strToI (const XML_Char *string, const XML_Char **tail, int base) {
222 *tail = numberFound ? string : start;
233 * returning tail points to the first character that is not part of
234 * the floating point number. If no number was found then tail points
238 static GLfloat strToF (const XML_Char *string, const XML_Char **tail) {
267 *tail = start;
270 *tail = string;
277 *tail = expTail
302 const XML_Char *tail = NULL; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
ssl_ciph.c 706 CIPHER_ORDER **tail)
708 if (curr == *tail) return;
715 (*tail)->next=curr;
716 curr->prev= *tail;
718 *tail=curr;
722 CIPHER_ORDER **tail)
725 if (curr == *tail)
726 *tail=curr->prev;
969 CIPHER_ORDER *head, *tail, *curr, *curr2, *last; local
982 tail = *tail_p
1403 CIPHER_ORDER *co_list = NULL, *head = NULL, *tail = NULL, *curr; local
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 778 /// ::tail typedefs.
791 /// \brief A sublist with the tail. ie everything but the head.
795 typedef typename TypeList<T2, T3, T4>::self tail; typedef in struct:clang::ast_matchers::internal::TypeList
824 TypeListContainsSuperOf<typename AnyTypeList::tail, T>::value;
    [all...]
  /external/libpcap/
pcap-dos.c 1304 struct rx_elem *tail, *head; local
1309 tail = pktq_out_elem (&active_dev->queue);
1313 if (head != tail)
1315 PCAP_ASSERT (tail->size < active_dev->queue.elem_size-4-2);
1317 *buf = &tail->data[0];
1318 return (tail->size);
1330 struct rx_elem *tail = pktq_out_elem (&active_dev->queue); local
1332 PCAP_ASSERT (&tail->data[0] == buf);
    [all...]

Completed in 2328 milliseconds

<<11121314151617181920