/external/chromium_org/base/containers/ |
D | linked_list.h | 88 LinkNode(LinkNode<T>* previous, LinkNode<T>* next) in LinkNode() function 92 void InsertBefore(LinkNode<T>* e) { in InsertBefore() 100 void InsertAfter(LinkNode<T>* e) { in InsertAfter() 121 LinkNode<T>* next() const { in next() function 150 void Append(LinkNode<T>* e) { in Append()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | addressmap-inl.h | 163 Entry* next; member 177 Cluster* next; // Next cluster in hash table chain member 246 Object* next; member 282 Object* next = obj->next; in ~AddressMap() local 298 for (Entry* e = c->blocks[BlockID(num)]; e != NULL; e = e->next) { in FindMutable() local 314 for (Entry* e = c->blocks[block]; e != NULL; e = e->next) { in Insert() local 331 Entry* e = free_; in Insert() local 345 Entry* e = *p; in FindAndRemove() local 371 for (const Entry* e = c->blocks[block]; e != NULL; e = e->next) { in FindInside() local 413 for (Entry* e = c->blocks[b]; e != NULL; e = e->next) { in Iterate() local
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | addressmap-inl.h | 163 Entry* next; member 177 Cluster* next; // Next cluster in hash table chain member 246 Object* next; member 282 Object* next = obj->next; in ~AddressMap() local 298 for (Entry* e = c->blocks[BlockID(num)]; e != NULL; e = e->next) { in FindMutable() local 314 for (Entry* e = c->blocks[block]; e != NULL; e = e->next) { in Insert() local 331 Entry* e = free_; in Insert() local 345 Entry* e = *p; in FindAndRemove() local 371 for (const Entry* e = c->blocks[block]; e != NULL; e = e->next) { in FindInside() local 413 for (Entry* e = c->blocks[b]; e != NULL; e = e->next) { in Iterate() local
|
/external/libsepol/include/sepol/policydb/ |
D | ebitmap.h | 31 struct ebitmap_node *next; member 39 #define ebitmap_length(e) ((e)->highbit) argument 40 #define ebitmap_startbit(e) ((e)->node ? (e)->node->startbit : 0) argument 41 #define ebitmap_startnode(e) ((e)->node) argument 43 static inline unsigned int ebitmap_start(const ebitmap_t * e, in ebitmap_start() 51 static inline void ebitmap_init(ebitmap_t * e) in ebitmap_init() 73 #define ebitmap_for_each_bit(e, n, bit) \ argument
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
D | ptw32_MCS_lock.c | 105 HANDLE e = (HANDLE)(PTW32_INTERLOCKED_SIZE)PTW32_INTERLOCKED_COMPARE_EXCHANGE_SIZE( in ptw32_mcs_flag_set() local 131 HANDLE e = CreateEvent(NULL, PTW32_FALSE, PTW32_FALSE, NULL); in ptw32_mcs_flag_wait() local 195 ptw32_mcs_local_node_t *next = in ptw32_mcs_lock_release() local
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/ |
D | cso_hash.c | 75 struct cso_node *next; member 93 struct cso_node *e; member 140 struct cso_node *e = (struct cso_node *)(hash); in cso_data_rehash() local 192 struct cso_node *e = (struct cso_node *)(hash); in cso_data_first_node() local 269 struct cso_node *next = cur->next; in cso_hash_delete() local 304 struct cso_node *next; in cso_hash_data_next() member 305 struct cso_node *e; in cso_hash_data_next() member 335 struct cso_node *e; in cso_hash_data_prev() member 371 struct cso_hash_iter next = {iter.hash, cso_hash_data_next(iter.node)}; in cso_hash_iter_next() local 388 struct cso_node *next = (*node)->next; in cso_hash_take() local
|
/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_hash.c | 75 struct cso_node *next; member 93 struct cso_node *e; member 140 struct cso_node *e = (struct cso_node *)(hash); in cso_data_rehash() local 192 struct cso_node *e = (struct cso_node *)(hash); in cso_data_first_node() local 269 struct cso_node *next = cur->next; in cso_hash_delete() local 304 struct cso_node *next; in cso_hash_data_next() member 305 struct cso_node *e; in cso_hash_data_next() member 335 struct cso_node *e; in cso_hash_data_prev() member 371 struct cso_hash_iter next = {iter.hash, cso_hash_data_next(iter.node)}; in cso_hash_iter_next() local 388 struct cso_node *next = (*node)->next; in cso_hash_take() local
|
/external/chromium_org/third_party/leveldatabase/src/util/ |
D | cache.cc | 29 LRUHandle* next; member 118 LRUHandle* next = h->next_hash; in Resize() local 178 for (LRUHandle* e = lru_.next; e != &lru_; ) { in ~LRUCache() local 179 LRUHandle* next = e->next; in ~LRUCache() local 186 void LRUCache::Unref(LRUHandle* e) { in Unref() 196 void LRUCache::LRU_Remove(LRUHandle* e) { in LRU_Remove() 201 void LRUCache::LRU_Append(LRUHandle* e) { in LRU_Append() 211 LRUHandle* e = table_.Lookup(key, hash); in Lookup() local 230 LRUHandle* e = reinterpret_cast<LRUHandle*>( in Insert() local 260 LRUHandle* e = table_.Remove(key, hash); in Erase() local
|
/external/dhcpcd/ |
D | eloop.c | 46 struct event *next; member 55 struct timeout *next; member 65 struct event *e, *last = NULL; in add_event() local 96 struct event *e, *last = NULL; in delete_event() local 254 struct event *e; in cleanup() local 286 struct event *e; in start_eloop() local
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/ |
D | DHDomainParameters.java | 71 Enumeration e = seq.getObjects(); in DHDomainParameters() local 76 ASN1Encodable next = getNext(e); in DHDomainParameters() local 90 private static ASN1Encodable getNext(Enumeration e) in getNext()
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/ |
D | SmallSet.java | 75 public Object next() { in next() method in SmallSet 76 Object e = e1; in next() local
|
/external/chromium_org/third_party/skia/third_party/lua/src/ |
D | lcode.c | 29 #define hasjumps(e) ((e)->t != (e)->f) argument 32 static int isnumeral(expdesc *e) { in isnumeral() 153 int next = getjump(fs, list); in patchlistaux() local 182 int next = getjump(fs, list); in luaK_patchclose() local 204 int next; in luaK_concat() local 285 static void freeexp (FuncState *fs, expdesc *e) { in freeexp() 359 void luaK_setreturns (FuncState *fs, expdesc *e, int nresults) { in luaK_setreturns() 371 void luaK_setoneret (FuncState *fs, expdesc *e) { in luaK_setoneret() 383 void luaK_dischargevars (FuncState *fs, expdesc *e) { in luaK_dischargevars() 421 static void discharge2reg (FuncState *fs, expdesc *e, int reg) { in discharge2reg() [all …]
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | LinkedListMultimap.java | 110 Node<K, V> next; // the next node (with any key) field in LinkedListMultimap.Node 277 Node<K, V> next; field in LinkedListMultimap.NodeIterator 306 public Node<K, V> next() { in next() method in LinkedListMultimap.NodeIterator 346 public void set(Node<K, V> e) { in set() 350 public void add(Node<K, V> e) { in add() 362 Node<K, V> next = head; field in LinkedListMultimap.DistinctKeyIterator 370 public K next() { in next() method in LinkedListMultimap.DistinctKeyIterator 391 Node<K, V> next; field in LinkedListMultimap.ValueForKeyIterator 435 public V next() { in next() method in LinkedListMultimap.ValueForKeyIterator
|
/external/guava/guava/src/com/google/common/collect/ |
D | LinkedListMultimap.java | 114 Node<K, V> next; // the next node (with any key) field in LinkedListMultimap.Node 281 Node<K, V> next; field in LinkedListMultimap.NodeIterator 310 public Node<K, V> next() { in next() method in LinkedListMultimap.NodeIterator 350 public void set(Node<K, V> e) { in set() 354 public void add(Node<K, V> e) { in add() 366 Node<K, V> next = head; field in LinkedListMultimap.DistinctKeyIterator 374 public K next() { in next() method in LinkedListMultimap.DistinctKeyIterator 395 Node<K, V> next; field in LinkedListMultimap.ValueForKeyIterator 439 public V next() { in next() method in LinkedListMultimap.ValueForKeyIterator
|
D | MapMakerInternalMap.java | 356 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry() 363 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry() 378 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry() 393 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry() 410 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry() 417 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry() 432 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry() 447 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry() 464 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry() 471 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry() [all …]
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
D | MachineProbe.java | 64 Transition e = startState.getTransition(i); in getAnyDFAPathToTarget() local 87 Transition e = d.getTransition(j); in getEdgeLabels() local 120 Set<NFAState> next = nfaStates.get(i + 1); in getGrammarLocationsForInputSequence() local
|
/external/apache-http/src/org/apache/http/message/ |
D | BasicHeaderElementIterator.java | 120 HeaderElement e = this.parser.parseHeaderElement(this.buffer, this.cursor); in parseNextElement() local 158 public final Object next() throws NoSuchElementException { in next() method in BasicHeaderElementIterator
|
/external/iproute2/tc/ |
D | m_ematch.h | 18 struct bstr *next; member 64 struct ematch *next; member 69 struct ematch *e = calloc(1, sizeof(*e)); in new_ematch() local 91 struct ematch_util *next; member
|
/external/chromium_org/v8/test/mjsunit/ |
D | json-stringify-recursive.js | 37 function rec(a,b,c,d,e,f,g,h,i,j,k,l,m,n) { argument 53 for (var i = 0; i < depth; i++) deepObject = { next: deepObject }; property
|
/external/guava/guava/src/com/google/common/cache/ |
D | LocalCache.java | 441 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry() 448 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry() 463 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry() 478 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry() 495 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry() 502 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry() 517 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry() 532 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry() 578 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next); in newEntry() 794 void setNextInAccessQueue(ReferenceEntry<K, V> next); in setNextInAccessQueue() [all …]
|
/external/smack/src/org/jivesoftware/smack/util/collections/ |
D | AbstractReferenceMap.java | 450 public HashEntry<K, V> createEntry(HashEntry<K, V> next, int hashCode, K key, V value) { in createEntry() 500 Map.Entry<K, V> e = iterator.next(); in toArray() local 582 …public ReferenceEntry(AbstractReferenceMap<K, V> parent, ReferenceEntry<K, V> next, int hashCode, … in ReferenceEntry() 721 protected ReferenceEntry<K, V> next() { in next() method in AbstractReferenceMap.ReferenceEntry 763 ReferenceEntry<K, V> e = entry; in hasNext() local 840 public ReferenceEntry<K, V> next() { in next() method in AbstractReferenceMap.ReferenceEntrySetIterator 855 public K next() { in next() method in AbstractReferenceMap.ReferenceKeySetIterator 869 public V next() { in next() method in AbstractReferenceMap.ReferenceValuesIterator 883 public K next() { in next() method in AbstractReferenceMap.ReferenceMapIterator
|
/external/clang/test/CodeGen/ |
D | pragma-pack-1.c | 6 struct ref *next; member 41 } e; member 53 int e; member
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
D | Label.java | 235 Label next; field in Label 486 Edge e = new Edge(); in visitSubroutine() local 502 Edge e = successors; in visitSubroutine() local
|
/external/chromium_org/third_party/icu/source/common/ |
D | ustrenum.cpp | 42 StringEnumeration::next(int32_t *resultLength, UErrorCode &status) { in next() function in StringEnumeration 146 const char *UStringEnumeration::next(int32_t *resultLength, UErrorCode &status) { in next() function in UStringEnumeration 286 UCharStringEnumeration *e = (UCharStringEnumeration*) en; in ucharstrenum_unext() local 302 UCharStringEnumeration *e = (UCharStringEnumeration*) en; in ucharstrenum_next() local
|
/external/icu/icu4c/source/common/ |
D | ustrenum.cpp | 42 StringEnumeration::next(int32_t *resultLength, UErrorCode &status) { in next() function in StringEnumeration 146 const char *UStringEnumeration::next(int32_t *resultLength, UErrorCode &status) { in next() function in UStringEnumeration 286 UCharStringEnumeration *e = (UCharStringEnumeration*) en; in ucharstrenum_unext() local 302 UCharStringEnumeration *e = (UCharStringEnumeration*) en; in ucharstrenum_next() local
|