/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/nfa/ |
H A D | noncontiguous.rs | 613 let next = self.follow_transition(sid, byte); in next_state() localVariable 773 next: StateID, field 784 pub(crate) fn next(&self) -> StateID { in next() method 1132 let next = self.nfa.follow_transition(prev, b); in build_trie() localVariable 1136 let next = self.nfa.alloc_state(depth)?; in build_trie() localVariable
|
/aosp_15_r20/external/pigweed/pw_allocator/block/ |
H A D | detailed_block_test.cc | 1049 BlockType* next = block->Next(); in TEST_FOR_EACH_BLOCK_TYPE() local 1075 BlockType* next = block->Next(); in TEST_FOR_EACH_BLOCK_TYPE() local 1197 BlockType* next = block->Next(); in TEST_FOR_EACH_BLOCK_TYPE() local 1225 BlockType* next = block->Next(); in TEST_FOR_EACH_BLOCK_TYPE() local 1267 BlockType* next = block->Next(); in TEST_FOR_EACH_BLOCK_TYPE() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/weak-table/src/ |
D | weak_weak_hash_map.rs | 45 fn next(&mut self) -> Option<Self::Item> { in next() method 70 fn next(&mut self) -> Option<Self::Item> { in next() method 86 fn next(&mut self) -> Option<Self::Item> { in next() method 105 fn next(&mut self) -> Option<Self::Item> { in next() method 140 fn next(&mut self) -> Option<Self::Item> { in next() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/fallible-streaming-iterator/src/ |
D | lib.rs | 51 fn next(&mut self) -> Result<Option<&Self::Item>, Self::Error> { in next() method 329 fn next(&mut self) -> Result<Option<&I::Item>, I::Error> { in next() function 358 fn next(&mut self) -> Result<Option<&I::Item>, I::Error> { in next() function 551 fn next(&mut self) -> Result<Option<&I::Item>, I::Error> { in next() function 693 fn next(&mut self) -> Result<Option<&I::Item>, B> { in next() function
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_opt_dead_cf.c | 346 nir_block *next = nir_cf_node_as_block(nir_cf_node_next(cur)); in dead_cf_list() local 363 nir_block *next = nir_cf_node_as_block(nir_cf_node_next(cur)); in dead_cf_list() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/polyfill/ |
D | array_flat_map.rs | 38 fn next(&mut self) -> Option<Self::Item> { in next() function 96 fn next(&mut self) -> Option<Self::Item> { in test_array_flat_map_len_overflow() method
|
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/inmemoryfs/ |
H A D | memory_stream.cpp | 22 std::streambuf::off_type next = -1; in iseekoff() local 50 std::streambuf::off_type next = -1; in oseekoff() local
|
/aosp_15_r20/external/google-java-format/core/src/main/java/com/google/googlejavaformat/ |
H A D | Newlines.java | 121 public Integer next() { in next() method in Newlines.LineOffsetIterator 189 public String next() { in next() method in Newlines.LineIterator
|
/aosp_15_r20/external/OpenCL-ICD-Loader/loader/ |
H A D | icd.h | 94 KHRicdVendor *next; member 116 struct KHRLayer *next; member
|
/aosp_15_r20/external/libtextclassifier/native/lang_id/common/ |
H A D | registry.h | 202 Cell(const char *key, T *value, Cell *next) in Cell() function 207 Cell *next() const { return next_; } in next() function
|
/aosp_15_r20/external/robolectric/utils/src/main/java/org/robolectric/util/inject/ |
H A D | PluginFinder.java | 185 private T next; field in Filterator 209 public T next() { in next() method in Filterator
|
/aosp_15_r20/frameworks/av/media/module/libmediaformatshaper/ |
H A D | CodecProperties.h | 118 struct bpp_point *next; member 131 struct qpmax_point *next; member
|
/aosp_15_r20/external/google-breakpad/src/third_party/libdisasm/swig/ |
H A D | libdisasm_oop.i | 254 struct X86_OpListNode *next, *prev; member 272 X86_OpListNode *node, *next; in ~X86_OpList() local 295 X86_OpListNode * next() { in next() function 339 struct x86_operand_list *next; member 713 struct X86_InsnListNode *next, *prev; member 731 X86_InsnListNode *node, *next; in ~X86_InsnList() local 748 X86_InsnListNode * next() { in next() function
|
/aosp_15_r20/frameworks/base/core/java/android/metrics/ |
H A D | MetricsReader.java | 142 public LogMaker next() { in next() method in MetricsReader 143 final LogMaker next = mPendingQueue.poll(); in next() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/ |
D | infback.c | 93 static code *next; local 258 z_const unsigned char FAR *next; /* next input */ local
|
/aosp_15_r20/external/python/cpython2/Modules/zlib/ |
D | infback.c | 93 static code *next; local 258 z_const unsigned char FAR *next; /* next input */ local
|
/aosp_15_r20/external/robolectric/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/ |
H A D | TestHttpResponse.java | 136 public Object next() { in headerIterator() method 174 public Object next() { in headerIterator() method
|
/aosp_15_r20/frameworks/av/media/libeffects/factory/ |
H A D | EffectsFactory.h | 36 struct list_elem_s *next; member 45 struct list_sub_elem_s *next; member
|
/aosp_15_r20/external/pigweed/pw_allocator/block/public/pw_allocator/block/ |
H A D | allocatable.h | 364 Derived* next = derived()->Next(); in DoResize() local 414 Derived* next = block->Next(); in DoFree() local
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/impl/ |
H A D | ReadOnlyClassToSerializerMap.java | 143 public final Bucket next; field in ReadOnlyClassToSerializerMap.Bucket 150 public Bucket(Bucket next, TypeKey key, JsonSerializer<Object> value) in Bucket() method in ReadOnlyClassToSerializerMap.Bucket
|
/aosp_15_r20/external/pciutils/lib/ |
H A D | names-hash.c | 17 struct id_bucket *next; member 25 struct id_bucket *next; member
|
/aosp_15_r20/external/zlib/ |
H A D | infback.c | 85 static code *next; in fixedtables() local 245 z_const unsigned char FAR *next; /* next input */ in inflateBack() local
|
/aosp_15_r20/external/libwebsockets/win32port/zlib/ |
H A D | infback.c | 84 static code *next; local 249 unsigned char FAR *next; /* next input */ local
|
/aosp_15_r20/external/emma/core/java12/com/vladium/util/ |
H A D | IntSet.java | 198 Entry (final int key, final Entry next) in Entry() 230 … final Entry next = entry.m_next; // remember next pointer because we are going to reuse this entry in rehash() local
|
/aosp_15_r20/frameworks/libs/binary_translation/base/include/berberis/base/ |
D | arena_alloc.h | 43 ArenaBlock* next; member 63 auto next = blocks->next; in FreeArenaBlocks() local
|