Home
last modified time | relevance | path

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

12345678910>>...106

/external/ImageMagick/MagickCore/
Dlinked-list.c65 *next; member
77 *next; member
115 *next; in AppendValueToLinkedList() local
172 *next; in ClearLinkedList() local
226 *next; in DestroyLinkedList() local
386 *next; in GetValueFromLinkedList() local
451 *next; in InsertValueInLinkedList() local
556 *next; in InsertValueInSortedLinkedList() local
670 *next; in LinkedListToArray() local
760 *next; in RemoveElementByValueFromLinkedList() local
[all …]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBaseTraversers.java211 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 …]
DDTMDefaultBaseIterators.java325 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/perfetto/src/trace_processor/
Djson_trace_tokenizer_unittest.cc31 const char* next = nullptr; in TEST() local
43 const char* next = nullptr; local
56 const char* next = nullptr; in TEST() local
71 const char* next = nullptr; in TEST() local
81 const char* next = nullptr; in TEST() local
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/
DTextElementIteratorsFactory.java37 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/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/skia/fuzz/
DFuzz.cpp13 void Fuzz::next(bool* b) { in next() function in Fuzz
19 void Fuzz::next(SkImageFilter::CropRect* cropRect) { in next() function in Fuzz
38 void Fuzz::next(SkRegion* region) { in next() function in Fuzz
/external/skqp/fuzz/
DFuzz.cpp13 void Fuzz::next(bool* b) { in next() function in Fuzz
19 void Fuzz::next(SkImageFilter::CropRect* cropRect) { in next() function in Fuzz
38 void Fuzz::next(SkRegion* region) { in next() function in Fuzz
/external/tcpdump/
Dcpack.c59 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/grpc-grpc/src/core/lib/iomgr/
Dtimer_manager.cc33 completed_thread* next; member
71 completed_thread* next = to_gc->next; in gc_completed_threads() local
95 grpc_millis next = GRPC_MILLIS_INF_FUTURE; in grpc_timer_manager_tick() local
133 static bool wait_until(grpc_millis next) { in wait_until()
216 grpc_millis next = GRPC_MILLIS_INF_FUTURE; in timer_main_loop() local
/external/antlr/runtime/ObjC/Framework/
DEntry.h9 HTEntry *next; variable
34 LMNode *next; variable
/external/python/cpython3/Lib/distutils/command/
Dbdist_msi.py42 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/python/cpython2/Lib/distutils/command/
Dbdist_msi.py43 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/junit/src/main/java/org/junit/internal/runners/statements/
DExpectException.java7 private final Statement next; field in ExpectException
10 public ExpectException(Statement next, Class<? extends Throwable> expected) { in ExpectException()
DRunBefores.java9 private final Statement next; field in RunBefores
15 public RunBefores(Statement next, List<FrameworkMethod> befores, Object target) { in RunBefores()
DRunAfters.java11 private final Statement next; field in RunAfters
17 public RunAfters(Statement next, List<FrameworkMethod> afters, Object target) { in RunAfters()
/external/v8/tools/
Dconsarray.js74 ConsArray.prototype.next = function() { method in ConsArray
89 ConsArray.Cell = function(data, next) { argument
/external/harfbuzz_ng/test/api/
Dtest-set.c35 hb_codepoint_t next; in test_empty() local
52 hb_codepoint_t next; in test_not_empty() local
274 hb_codepoint_t next, first, last; in test_set_iter() local
/external/python/cpython2/Lib/xml/etree/
DElementPath.py96 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/bcc/tests/python/
Dtest_call1.c16 size_t next = cur + 14; in parse_ether() local
32 size_t next = cur + 28; in parse_arp() local
44 size_t next = cur + 20; in parse_ip() local
/external/guava/guava/src/com/google/common/util/concurrent/
DAtomicDouble.java94 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/
DReverseAxesWalker.java79 int next = m_iterator.next(); in getNextNode() local
150 int next; in getProximityPosition() local
213 int next; in getLastPos() local
/external/mockito/src/main/java/org/mockito/internal/configuration/injection/filter/
DTypeBasedCandidateFilter.java14 private final MockCandidateFilter next; field in TypeBasedCandidateFilter
16 public TypeBasedCandidateFilter(MockCandidateFilter next) { in TypeBasedCandidateFilter()
/external/python/cpython3/Lib/xml/etree/
DElementPath.py96 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/guava/guava/src/com/google/common/collect/
DMapMakerInternalMap.java355 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 …]

12345678910>>...106