/aosp_15_r20/external/libhevc/common/arm/ |
H A D | ihevc_intra_ref_substitution_a9q.c | 112 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 D | bytestrie.cpp | 183 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/ |
D | glob.c | 14 struct match *next; member 173 struct match *match, *next; in freelist() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/xml-rs/src/ |
D | reader.rs | 54 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 D | RecurrenceRule.java | 192 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 D | huffman_utils.c | 233 struct HuffmanTablesSegment* next = in VP8LBuildHuffmanTable() local 283 HuffmanTablesSegment *current, *next; in VP8LHuffmanTablesDeallocate() local
|
/aosp_15_r20/external/guice/extensions/persist/lib/ |
HD | commons-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/ |
D | LinkedBlockingQueue.java | 132 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 D | BytesTrie.java | 278 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 D | CharsTrie.java | 228 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 D | BytesTrie.java | 259 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 D | CharsTrie.java | 215 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 D | ActionSchedule.java | 671 @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 D | LinkedBlockingQueue.java | 132 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 D | CaseMapImpl.java | 149 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 D | CaseMapImpl.java | 144 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/ |
D | utf8.rs | 118 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 D | ftdbgmem.c | 278 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 D | linux_dumper.cc | 143 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 D | ActionSchedule.java | 673 @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/ |
D | LinkedBlockingQueue.java | 132 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/ |
D | AbstractList.java | 369 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 D | AbstractList.java | 369 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/ |
D | AbstractList.java | 369 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 D | nir_control_flow.c | 272 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
|