Home
last modified time | relevance | path

Searched defs:next (Results 1226 – 1250 of 10451) sorted by relevance

1...<<41424344454647484950>>...419

/aosp_15_r20/external/libhevc/common/arm/
H A Dihevc_intra_ref_substitution_a9q.c112 WORD32 next; in ihevc_intra_pred_chroma_ref_substitution_a9q() local
409 WORD32 next; in ihevc_intra_pred_luma_ref_substitution_a9q() local
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Dbytestrie.cpp183 BytesTrie::next(int32_t inByte) { in next() function in BytesTrie
209 BytesTrie::next(const char *s, int32_t sLength) { in next() function in BytesTrie
/aosp_15_r20/external/trusty/musl/src/regex/
Dglob.c14 struct match *next; member
173 struct match *match, *next; in freelist() local
/aosp_15_r20/external/rust/android-crates-io/crates/xml-rs/src/
Dreader.rs54 pub fn next(&mut self) -> Result<XmlEvent> { in next() method
137 fn next(&mut self) -> Option<Result<XmlEvent>> { in next() method
/aosp_15_r20/frameworks/base/core/java/android/util/
H A DRecurrenceRule.java192 public Range<ZonedDateTime> next() { in next() method in RecurrenceRule.NonrecurringIterator
244 public Range<ZonedDateTime> next() { in next() method in RecurrenceRule.RecurringIterator
/aosp_15_r20/external/webp/src/utils/
H A Dhuffman_utils.c233 struct HuffmanTablesSegment* next = in VP8LBuildHuffmanTable() local
283 HuffmanTablesSegment *current, *next; in VP8LHuffmanTablesDeallocate() local
/aosp_15_r20/external/guice/extensions/persist/lib/
HDcommons-collections.jar ... boolean hasNext () public java.lang.Object next () Object key public void remove () } ...
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/
DLinkedBlockingQueue.java132 Node<E> next; field in LinkedBlockingQueue.Node
770 private Node<E> next; // Node holding nextItem field in LinkedBlockingQueue.Itr
789 public E next() { in next() method in LinkedBlockingQueue.Itr
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/
H A DBytesTrie.java278 public Result next(int inByte) { in next() method in BytesTrie
319 public Result next(byte[] s, int sIndex, int sLimit) { in next() method in BytesTrie
632 public Entry next() { in next() method
H A DCharsTrie.java228 public Result next(int inUnit) { in next() method in CharsTrie
281 public Result next(CharSequence s, int sIndex, int sLimit) { in next() method in CharsTrie
548 public Entry next() { in next() method in CharsTrie.Iterator
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DBytesTrie.java259 public Result next(int inByte) { in next() method in BytesTrie
299 public Result next(byte[] s, int sIndex, int sLimit) { in next() method in BytesTrie
598 public Entry next() { in next() method
H A DCharsTrie.java215 public Result next(int inUnit) { in next() method in CharsTrie
266 public Result next(CharSequence s, int sIndex, int sLimit) { in next() method in CharsTrie
522 public Entry next() { in next() method in CharsTrie.Iterator
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/
H A DActionSchedule.java671 @Nullable private ActionNode next; field in ActionSchedule.ActionNode
703 public void setNext(ActionNode next) { in setNext()
739 next); in run() local
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/
H A DLinkedBlockingQueue.java132 Node<E> next; field in LinkedBlockingQueue.Node
770 private Node<E> next; // Node holding nextItem field in LinkedBlockingQueue.Itr
789 public E next() { in next() method in LinkedBlockingQueue.Itr
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DCaseMapImpl.java149 public int next() { in next() method in CaseMapImpl.StringContextIterator
318 public int next(int n) { in next() method in CaseMapImpl.WholeStringBreakIterator
324 public int next() { in next() method in CaseMapImpl.WholeStringBreakIterator
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/
H A DCaseMapImpl.java144 public int next() { in next() method in CaseMapImpl.StringContextIterator
313 public int next(int n) { in next() method in CaseMapImpl.WholeStringBreakIterator
319 public int next() { in next() method in CaseMapImpl.WholeStringBreakIterator
/aosp_15_r20/external/rust/android-crates-io/crates/bstr/src/
Dutf8.rs118 fn next(&mut self) -> Option<char> { in next() method
199 fn next(&mut self) -> Option<(usize, usize, char)> { in next() method
309 fn next(&mut self) -> Option<Utf8Chunk<'a>> { in next() method
/aosp_15_r20/external/freetype/src/base/
H A Dftdbgmem.c278 FT_MemNode node, next, *pnode; in ft_mem_table_resize() local
316 FT_MemNode *pnode = table->buckets + i, next, node = *pnode; in ft_mem_table_destroy() local
357 FT_MemSource source, next; in ft_mem_table_destroy() local
/aosp_15_r20/external/google-breakpad/src/client/linux/minidump_writer/
H A Dlinux_dumper.cc143 void TryRecoverMappings(MappingInfo* curr, MappingInfo* next) { in TryRecoverMappings()
176 MappingInfo* next) { in TryRecoverMappings()
229 size_t next = mappings.size(); in CrOSPostProcessMappings() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/
H A DActionSchedule.java673 @Nullable private ActionNode next; field in ActionSchedule.ActionNode
705 public void setNext(ActionNode next) { in setNext()
741 next); in run() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/20/libcore/ojluni/src/main/java/java/util/concurrent/
DLinkedBlockingQueue.java132 Node<E> next; field in LinkedBlockingQueue.Node
770 private Node<E> next; // Node holding nextItem field in LinkedBlockingQueue.Itr
789 public E next() { in next() method in LinkedBlockingQueue.Itr
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DAbstractList.java369 public E next() { in next() method in AbstractList.Itr
373 E next = get(i); in next() local
848 public E next() { in listIterator() method
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DAbstractList.java369 public E next() { in next() method in AbstractList.Itr
373 E next = get(i); in next() local
848 public E next() { in listIterator() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/17/libcore/ojluni/src/main/java/java/util/
DAbstractList.java369 public E next() { in next() method in AbstractList.Itr
373 E next = get(i); in next() local
848 public E next() { in listIterator() method
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_control_flow.c272 nir_cf_node *next = nir_cf_node_next(parent); in block_add_normal_succs() local
295 nir_cf_node *next = nir_cf_node_next(&block->cf_node); in block_add_normal_succs() local
759 nir_cf_node *next = nir_cf_node_next(cf_node); in nir_cf_extract() local

1...<<41424344454647484950>>...419