/external/tcpdump/ |
D | cpack.c | 59 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/ |
D | consarray.js | 74 ConsArray.prototype.next = function() { method in ConsArray 89 ConsArray.Cell = function(data, next) { argument
|
/external/webkit/WebCore/loader/ |
D | CachedResourceClientWalker.cpp | 41 CachedResourceClient* CachedResourceClientWalker::next() in next() function in WebCore::CachedResourceClientWalker 45 CachedResourceClient* next = m_clientVector[m_index++]; in next() local
|
/external/skia/include/core/ |
D | SkAutoKern.h | 23 #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/ |
D | SkTagList.cpp | 46 SkTagList* next = rec->fNext; in DeleteTag() local 66 SkTagList* next = rec->fNext; in DeleteAll() local
|
/external/webkit/WebCore/rendering/ |
D | CounterNode.cpp | 82 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/ |
D | SkLayerDrawLooper.cpp | 13 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/ |
D | sample3-inl.h | 57 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/ |
D | kernel-list.h | 15 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/ |
D | proposal.h | 69 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/ |
D | list.h | 25 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/ |
D | op_list.h | 25 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/ |
D | ShadowData.h | 60 ~ShadowData() { delete next; } in ~ShadowData() local 74 ShadowData* next; member
|
/external/webkit/WebCore/editing/ |
D | BreakBlockquoteCommand.cpp | 157 Node *next = moveNode->nextSibling(); in doApply() local 175 Node *next = moveNode->nextSibling(); in doApply() local
|
/external/clearsilver/python/examples/base/ |
D | hdfhelp.py | 211 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/ |
D | region.c | 22 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/ |
D | SkDeque.cpp | 62 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/ |
D | x509v3.c | 67 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/ |
D | linux_list.h | 54 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/ |
D | vecfuncs.cpp | 46 EDGEPT *next; /** next point **/ in direction() local
|
/external/emma/core/java12/com/vladium/util/ |
D | WCMatcher.java | 264 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/ |
D | SkTextureCache.cpp | 46 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/ |
D | Element.java | 65 public Element next() { return theNext; } in next() method in Element 72 public void setNext(Element next) { theNext = next; } in setNext()
|
/external/webkit/WebCore/dom/ |
D | ContainerNode.cpp | 97 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/ |
D | ScopeChain.h | 36 …ScopeChainNode(ScopeChainNode* next, JSObject* object, JSGlobalData* globalData, JSObject* globalT… in ScopeChainNode() function 58 ScopeChainNode* next; variable 119 ScopeChainNode* next = n->next; in release() local
|