Home
last modified time | relevance | path

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

12345678910>>...31

/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/webkit/V8Binding/v8/tools/
Dconsarray.js74 ConsArray.prototype.next = function() { method in ConsArray
89 ConsArray.Cell = function(data, next) { argument
/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/webkit/WebCore/rendering/
DCounterNode.cpp82 CounterNode* next; in insertAfter() local
115 CounterNode* next = oldChild->m_nextSibling; in removeChild() local
144 CounterNode* next = node->nextSibling(); in nextInPreOrderAfterChildren() local
/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/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/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/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/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/webkit/WebCore/rendering/style/
DShadowData.h60 ~ShadowData() { delete next; } in ~ShadowData() local
74 ShadowData* next; member
/external/webkit/WebCore/editing/
DBreakBlockquoteCommand.cpp157 Node *next = moveNode->nextSibling(); in doApply() local
175 Node *next = moveNode->nextSibling(); in doApply() local
/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/e2fsprogs/e2fsck/
Dregion.c22 struct region_el *next; member
46 struct region_el *r, *next; in region_free() local
58 struct region_el *r, *new_region, *prev, *next; in region_allocate() local
/external/skia/src/core/
DSkDeque.cpp62 Head* next = head->fNext; in ~SkDeque() local
236 void* SkDeque::Iter::next() { in next() function in SkDeque::Iter
240 char* next = pos + fElemSize; in next() local
/external/wpa_supplicant/
Dx509v3.c67 struct x509_certificate *next; in x509_certificate_chain_free() local
185 struct x509_algorithm_identifier *id, const u8 **next) in x509_parse_algorithm_identifier()
224 const u8 **next) in x509_parse_public_key()
296 const u8 **next) in x509_parse_name()
623 struct x509_certificate *cert, const u8 **next) in x509_parse_validity()
845 const u8 *pos, size_t len, const u8 **next) in x509_parse_extension()
958 const u8 **next) in x509_parse_tbs_certificate()
1308 const u8 *pos, *end, *next, *da_end; in x509_certificate_check_signature() local
/external/iptables/libiptc/
Dlinux_list.h54 struct list_head *next, *prev; member
74 struct list_head *next) in __list_add()
115 struct list_head * prev, struct list_head * next) in __list_add_rcu()
174 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del()
279 struct list_head *next = head->next; in list_empty_careful() local
514 struct hlist_node *next, **pprev; member
534 struct hlist_node *next = n->next; in __hlist_del() local
627 struct hlist_node *next) in hlist_add_before()
636 struct hlist_node *next) in hlist_add_after()
/external/tesseract/ccstruct/
Dvecfuncs.cpp46 EDGEPT *next; /** next point **/ in direction() local
/external/emma/core/java12/com/vladium/util/
DWCMatcher.java264 continue next; in matches() local
278 continue next; in matches() local
323 continue next; in matches() local
337 continue next; in matches() local
/external/skia/src/gl/
DSkTextureCache.cpp46 Entry* next = entry->fNext; in deleteAllCaches() local
162 Entry* next = entry->fNext; in lock() local
252 Entry* next = entry->fNext; in purgeIfNecessary() local
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DElement.java65 public Element next() { return theNext; } in next() method in Element
72 public void setNext(Element next) { theNext = next; } in setNext()
/external/webkit/WebCore/dom/
DContainerNode.cpp97 RefPtr<Node> next = refChild; in insertBefore() local
187 RefPtr<Node> next = oldChild->nextSibling(); in replaceChild() local
235 Node* next; in replaceChild() local
346 Node *prev, *next; in removeChild() local
401 Node* next = n->nextSibling(); in removeChildren() local
670 RenderObject *next = 0; in getUpperLeftCorner() local
/external/webkit/JavaScriptCore/runtime/
DScopeChain.h36 …ScopeChainNode(ScopeChainNode* next, JSObject* object, JSGlobalData* globalData, JSObject* globalT… in ScopeChainNode() function
58 ScopeChainNode* next; variable
119 ScopeChainNode* next = n->next; in release() local

12345678910>>...31