/external/ImageMagick/MagickCore/ |
D | linked-list.c | 64 *next; member 76 *next; member 114 *next; in AppendValueToLinkedList() local 171 *next; in ClearLinkedList() local 225 *next; in DestroyLinkedList() local 385 *next; in GetValueFromLinkedList() local 450 *next; in InsertValueInLinkedList() local 555 *next; in InsertValueInSortedLinkedList() local 669 *next; in LinkedListToArray() local 761 *next; in RemoveElementByValueFromLinkedList() local [all …]
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMDefaultBaseTraversers.java | 211 public int next(int context, int current) in next() method in DTMDefaultBaseTraversers.AncestorTraverser 226 public int next(int context, int current, int expandedTypeID) in next() method in DTMDefaultBaseTraversers.AncestorTraverser 294 public int next(int context, int current) in next() method in DTMDefaultBaseTraversers.AttributeTraverser 310 public int next(int context, int current, int expandedTypeID) in next() method in DTMDefaultBaseTraversers.AttributeTraverser 460 public int next(int context, int current) in next() method in DTMDefaultBaseTraversers.ChildTraverser 475 public int next(int context, int current, int expandedTypeID) in next() method in DTMDefaultBaseTraversers.ChildTraverser 558 int next = findElementFromIndex(nsIndex, lnIndex, nextPotential); in getNextIndexed() local 701 public int next(int context, int current) in next() method in DTMDefaultBaseTraversers.DescendantTraverser 730 public int next(int context, int current, int expandedTypeID) in next() method in DTMDefaultBaseTraversers.DescendantTraverser 805 public int next(int context, int current) in next() method in DTMDefaultBaseTraversers.AllFromNodeTraverser [all …]
|
D | DTMDefaultBaseIterators.java | 325 public int next() in next() method in DTMDefaultBaseIterators.ChildrenIterator 396 public int next() in next() method in DTMDefaultBaseIterators.ParentIterator 470 public int next() in next() method in DTMDefaultBaseIterators.TypedChildrenIterator 559 public int next() in next() method in DTMDefaultBaseIterators.NamespaceChildrenIterator 625 public int next() in next() method in DTMDefaultBaseIterators.NamespaceIterator 664 public int next() in next() method in DTMDefaultBaseIterators.TypedNamespaceIterator 728 public int next() in next() method in DTMDefaultBaseIterators.RootIterator 765 public int next() in next() method in DTMDefaultBaseIterators.TypedRootIterator 849 public int next() in next() method in DTMDefaultBaseIterators.NamespaceAttributeIterator 896 public int next() in next() method in DTMDefaultBaseIterators.FollowingSiblingIterator [all …]
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/ |
D | TextElementIteratorsFactory.java | 37 private Iterator<E> next; field in TextElementIteratorsFactory.CascadingIterator 59 public E next() { in next() method in TextElementIteratorsFactory.CascadingIterator 94 public E next() { in next() method in TextElementIteratorsFactory.EmptyIterator 113 public E next() { in next() method in TextElementIteratorsFactory.SingleElementIterator 146 public E next() { in next() method in TextElementIteratorsFactory.ComposedIterator
|
/external/harfbuzz_ng/test/api/ |
D | test-set.c | 35 hb_codepoint_t next = HB_SET_VALUE_INVALID; in test_empty() local 48 hb_codepoint_t next = HB_SET_VALUE_INVALID; in test_not_empty() local 119 hb_codepoint_t next; in print_set() local 241 hb_codepoint_t next, first, last; in test_set_iter() local
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | URLParser.java | 58 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/tcpdump/ |
D | cpack.c | 59 const uint8_t *next; in cpack_align_and_reserve() local 98 const uint8_t *next; in cpack_uint64() local 114 const uint8_t *next; in cpack_uint32() local 130 const uint8_t *next; in cpack_uint16() local
|
/external/libchrome/base/trace_event/ |
D | malloc_dump_provider.cc | 39 const AllocatorDispatch* const next = self->next; in HookAlloc() local 50 const AllocatorDispatch* const next = self->next; in HookZeroInitAlloc() local 61 const AllocatorDispatch* const next = self->next; in HookAllocAligned() local 72 const AllocatorDispatch* const next = self->next; in HookRealloc() local 83 const AllocatorDispatch* const next = self->next; in HookFree() local 90 const AllocatorDispatch* const next = self->next; in HookGetSizeEstimate() local 99 const AllocatorDispatch* const next = self->next; in HookBatchMalloc() local 112 const AllocatorDispatch* const next = self->next; in HookBatchFree() local 125 const AllocatorDispatch* const next = self->next; in HookFreeDefiniteSize() local
|
/external/junit/src/main/java/org/junit/internal/runners/statements/ |
D | ExpectException.java | 7 private final Statement next; field in ExpectException 10 public ExpectException(Statement next, Class<? extends Throwable> expected) { in ExpectException()
|
D | RunBefores.java | 9 private final Statement next; field in RunBefores 15 public RunBefores(Statement next, List<FrameworkMethod> befores, Object target) { in RunBefores()
|
D | RunAfters.java | 11 private final Statement next; field in RunAfters 17 public RunAfters(Statement next, List<FrameworkMethod> afters, Object target) { in RunAfters()
|
/external/v8/tools/ |
D | consarray.js | 74 ConsArray.prototype.next = function() { method in ConsArray 89 ConsArray.Cell = function(data, next) { argument
|
/external/python/cpython2/Lib/distutils/command/ |
D | bdist_msi.py | 43 def back(self, title, next, name = "Back", active = 1): argument 54 def cancel(self, title, next, name = "Cancel", active = 1): argument 65 def next(self, title, next, name = "Next", active = 1): member in PyDialog 76 def xbutton(self, name, title, next, xpos): argument
|
/external/python/cpython3/Lib/distutils/command/ |
D | bdist_msi.py | 42 def back(self, title, next, name = "Back", active = 1): argument 53 def cancel(self, title, next, name = "Cancel", active = 1): argument 64 def next(self, title, next, name = "Next", active = 1): argument 75 def xbutton(self, name, title, next, xpos): argument
|
/external/mockito/src/main/java/org/mockito/internal/configuration/injection/filter/ |
D | TypeBasedCandidateFilter.java | 14 private final MockCandidateFilter next; field in TypeBasedCandidateFilter 16 public TypeBasedCandidateFilter(MockCandidateFilter next) { in TypeBasedCandidateFilter()
|
/external/python/cpython3/Lib/xml/etree/ |
D | ElementPath.py | 96 def prepare_child(next, token): argument 105 def prepare_star(next, token): argument 111 def prepare_self(next, token): argument 116 def prepare_descendant(next, token): argument 134 def prepare_parent(next, token): argument 147 def prepare_predicate(next, token): argument
|
/external/python/cpython2/Lib/xml/etree/ |
D | ElementPath.py | 96 def prepare_child(next, token): argument 105 def prepare_star(next, token): argument 112 def prepare_self(next, token): argument 118 def prepare_descendant(next, token): argument 133 def prepare_parent(next, token): argument 146 def prepare_predicate(next, token): argument
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | AtomicDouble.java | 94 long next = doubleToRawLongBits(newValue); in set() local 117 long next = doubleToRawLongBits(newValue); in getAndSet() local 169 long next = doubleToRawLongBits(nextVal); in getAndAdd() local 187 long next = doubleToRawLongBits(nextVal); in addAndGet() local
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
D | ReverseAxesWalker.java | 79 int next = m_iterator.next(); in getNextNode() local 150 int next; in getProximityPosition() local 213 int next; in getLastPos() local
|
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/ |
D | NDC.java | 68 int next = getDepth(); in pop() local 80 int next = getDepth(); in peek() local 91 int next = getDepth(); in push() local
|
/external/iproute2/tc/ |
D | tc_util.h | 24 struct qdisc_util *next; member 40 struct filter_util *next; member 49 struct action_util *next; member 59 struct exec_util *next; member
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
D | DTMAxisTraverser.java | 97 public abstract int next(int context, int current); in next() method in DTMAxisTraverser 115 public abstract int next(int context, int current, int extendedTypeID); in next() method in DTMAxisTraverser
|
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ |
D | NDC.java | 46 int next = size(); in push() local 51 int next = size(); in pop() local
|
/external/guava/guava/src/com/google/common/collect/ |
D | MapMakerInternalMap.java | 355 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry() 362 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry() 377 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry() 392 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry() 409 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry() 416 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry() 431 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry() 446 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry() 491 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next); in newEntry() 680 void setNextExpirable(ReferenceEntry<K, V> next); in setNextExpirable() [all …]
|
/external/nist-sip/java/gov/nist/core/ |
D | LexerCore.java | 238 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
|