Home
last modified time | relevance | path

Searched defs:next (Results 1 – 25 of 1016) sorted by relevance

12345678910>>...41

/external/tcpdump/
Dcpack.c59 u_int8_t *next; in cpack_align_and_reserve() local
87 u_int8_t *next; in cpack_uint64() local
103 u_int8_t *next; in cpack_uint32() local
119 u_int8_t *next; in cpack_uint16() local
/external/nist-sip/java/gov/nist/javax/sip/parser/
DURLParser.java58 protected static boolean isMark(char next) { in isMark()
75 protected static boolean isUnreserved(char next) { in isUnreserved()
79 protected static boolean isReservedNoSlash(char next) { in isReservedNoSlash()
116 char next = lexer.lookAhead(0); in unreserved() local
130 char next = lexer.lookAhead(0); in paramNameOrValue() local
158 char next = lexer.lookAhead(0); in uriParam() local
176 protected static boolean isReserved(char next) { in isReserved()
195 char next = lexer.lookAhead(0); in reserved() local
218 char next = lexer.lookAhead(0); in escaped() local
241 char next = lexer.lookAhead(0); in mark() local
[all …]
/external/v8/tools/
Dconsarray.js74 ConsArray.prototype.next = function() { method in ConsArray
89 ConsArray.Cell = function(data, next) { argument
/external/libvpx/nestegg/halloc/src/
Dhlist.h32 hlist_item_t * next; member
37 hlist_item_t * next; member
101 hlist_item_t * next; in hlist_add() local
112 hlist_item_t * next; in hlist_del() local
/external/webkit/WebCore/loader/
DCachedResourceClientWalker.cpp41 CachedResourceClient* CachedResourceClientWalker::next() in next() function in WebCore::CachedResourceClientWalker
45 CachedResourceClient* next = m_clientVector[m_index++]; in next() local
/external/skia/include/core/
DSkAutoKern.h23 #define SkAutoKern_AdjustF(prev, next) (((next) - (prev) + 32) >> 6 << 16) argument
24 #define SkAutoKern_AdjustS(prev, next) SkIntToScalar(((next) - (prev) + 32) >> 6) argument
/external/skia/src/views/
DSkTagList.cpp46 SkTagList* next = rec->fNext; in DeleteTag() local
66 SkTagList* next = rec->fNext; in DeleteAll() local
/external/nist-sip/java/gov/nist/core/
DLexerCore.java238 char next = lookAhead(0); in match() local
262 char next = lookAhead(0); in match() local
531 char next = getNextChar(); in quotedString() local
556 char next = getNextChar(); in comment() local
585 char next = lookAhead(0); in byteStringNoSemicolon() local
609 char next = lookAhead(0); in byteStringNoSlash() local
632 char next = lookAhead(0); in byteStringNoComma() local
671 char next = lookAhead(0); in number() local
714 char next = lookAhead(0); in getString() local
/external/webkit/WebCore/rendering/
DCounterNode.cpp50 CounterNode* next; in nextInPreOrderAfterChildren() local
61 if (CounterNode* next = m_firstChild) in nextInPreOrder() local
142 CounterNode* next; in insertAfter() local
211 CounterNode* next = oldChild->m_nextSibling; in removeChild() local
/external/guava/src/com/google/common/collect/
DAbstractIterator.java78 private T next; field in AbstractIterator
144 public final T next() { in next() method in AbstractIterator
DLinkedListMultimap.java108 Node<K, V> next; // the next node (with any key) field in LinkedListMultimap.Node
274 Node<K, V> next = head; field in LinkedListMultimap.NodeIterator
280 public Node<K, V> next() { in next() method in LinkedListMultimap.NodeIterator
296 Node<K, V> next = head; field in LinkedListMultimap.DistinctKeyIterator
302 public K next() { in next() method in LinkedListMultimap.DistinctKeyIterator
322 Node<K, V> next; field in LinkedListMultimap.ValueForKeyIterator
364 public V next() { in next() method in LinkedListMultimap.ValueForKeyIterator
/external/skia/src/effects/
DSkLayerDrawLooper.cpp13 Rec* next = rec->fNext; in ~SkLayerDrawLooper() local
38 bool SkLayerDrawLooper::next() { in next() function in SkLayerDrawLooper
61 Rec* next = rec->fNext; in Reverse() local
/external/gtest/samples/
Dsample3-inl.h57 QueueNode * next() { return next_; } in next() function
58 const QueueNode * next() const { return next_; } in next() function
88 QueueNode<E> * next = node->next(); in Clear() local
/external/protobuf/gtest/samples/
Dsample3-inl.h57 QueueNode * next() { return next_; } in next() function
58 const QueueNode * next() const { return next_; } in next() function
88 QueueNode<E> * next = node->next(); in Clear() local
/external/chromium/base/
Dlinked_list.h86 LinkNode(LinkNode<T>* previous, LinkNode<T>* next) in LinkNode() function
115 LinkNode<T>* next() const { in next() function
/external/e2fsprogs/lib/ext2fs/
Dkernel-list.h15 struct list_head *next, *prev; member
39 struct list_head * next) in __list_add()
71 struct list_head * next) in __list_del()
/external/nist-sip/java/gov/nist/javax/sip/address/
DNetObjectList.java114 public GenericObject next() { in next() method in NetObjectList
122 public GenericObject next(ListIterator li) { in next() method in NetObjectList
/external/iproute2/tc/
Dtc_util.h28 struct qdisc_util *next; member
41 struct filter_util *next; member
50 struct action_util *next; member
/external/webkit/WebCore/platform/text/wince/
DTextBreakIteratorWince.cpp107 int WordBreakIterator::next() in next() function in WebCore::WordBreakIterator
147 int CharBreakIterator::next() in next() function in WebCore::CharBreakIterator
175 int LineBreakIterator::next() in next() function in WebCore::LineBreakIterator
215 int SentenceBreakIterator::next() in next() function in WebCore::SentenceBreakIterator
/external/ipsec-tools/src/racoon/
Dproposal.h69 struct saprop *next; member
94 struct saproto *next; /* next protocol */ member
104 struct satrns *next; /* next transform */ member
145 struct prop_pair *next; /* next prop_pair with same proposal # */ member
/external/oprofile/libutil/
Dop_list.h25 struct list_head * next, * prev; member
48 struct list_head * next) in __list_add()
90 struct list_head * next) in __list_del()
/external/e2fsprogs/lib/blkid/
Dlist.h25 struct list_head *next, *prev; member
45 struct list_head * next) in __list_add()
87 struct list_head * next) in __list_del()
/external/kernel-headers/original/linux/
Dlist.h22 struct list_head *next, *prev; member
44 struct list_head *next) in __list_add()
85 struct list_head * prev, struct list_head * next) in __list_add_rcu()
144 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del()
302 struct list_head *next = head->next; in list_empty_careful() local
597 struct hlist_node *next, **pprev; member
621 struct hlist_node *next = n->next; in __hlist_del() local
678 struct hlist_node *next = old->next; in hlist_replace_rcu() local
733 struct hlist_node *next) in hlist_add_before()
742 struct hlist_node *next) in hlist_add_after()
[all …]
/external/clearsilver/python/examples/base/
Dhdfhelp.py211 def next(self): member in hdf_iterator
221 def next(self): member in hdf_kv_iterator
230 def next(self): member in hdf_key_iterator
239 def next(self): member in hdf_ko_iterator
/external/webkit/WebCore/editing/
DBreakBlockquoteCommand.cpp166 Node *next = moveNode->nextSibling(); in doApply() local
184 Node *next = moveNode->nextSibling(); in doApply() local

12345678910>>...41