/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/device/ |
D | physical.rs | 1085 let next = in image_format_properties_unchecked() localVariable 1096 let next = image_view_info_vk.insert( in image_format_properties_unchecked() localVariable 1108 let next = stencil_usage_info_vk.insert(ash::vk::ImageStencilUsageCreateInfo { in image_format_properties_unchecked() localVariable 1124 let next = external_properties_vk in image_format_properties_unchecked() localVariable 1132 let next = filter_cubic_image_view_properties_vk in image_format_properties_unchecked() localVariable 1566 let next = in surface_capabilities_unchecked() localVariable 1577 let next = full_screen_exclusive_win32_info_vk.insert( in surface_capabilities_unchecked() localVariable 1595 let next = capabilities_full_screen_exclusive_vk in surface_capabilities_unchecked() localVariable 1607 let next = protected_capabilities_vk in surface_capabilities_unchecked() localVariable
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/objectid/ |
H A D | TestObjectIdDeserialization.java | 39 public Identifiable next; field in TestObjectIdDeserialization.Identifiable 74 public IdWrapper next; field in TestObjectIdDeserialization.ValueNode 89 public IdentifiableCustom next; field in TestObjectIdDeserialization.IdentifiableCustom 114 public IdWrapperExt next; field in TestObjectIdDeserialization.ValueNodeExt
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxx-1.0.120/src/ |
H A D | cxx_vector.rs | 227 fn next(&mut self) -> Option<Self::Item> { in next() function 228 let next = self.v.get(self.index)?; in next() localVariable 276 fn next(&mut self) -> Option<Self::Item> { in next() function 277 let next = self.v.as_mut().index_mut(self.index)?; in next() localVariable
|
/aosp_15_r20/external/rust/cxx/src/ |
D | cxx_vector.rs | 227 fn next(&mut self) -> Option<Self::Item> { in next() function 228 let next = self.v.get(self.index)?; in next() localVariable 276 fn next(&mut self) -> Option<Self::Item> { in next() function 277 let next = self.v.as_mut().index_mut(self.index)?; in next() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/ |
D | traversal.rs | 309 fn next(&mut self) -> Option<ItemId>; in next() method 317 fn next(&mut self) -> Option<ItemId> { in next() method 327 fn next(&mut self) -> Option<ItemId> { in next() method 453 fn next(&mut self) -> Option<Self::Item> { in next() function
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/ |
H A D | ObjectCountHashMap.java | 292 int next = table[tableIndex]; in put() local 380 int next = newTable[tableIndex]; in resizeTable() local 391 int next = table[hash & hashTableMask()]; in indexOf() local 418 int next = table[tableIndex]; in remove() local
|
H A D | CompactHashMap.java | 351 int next = CompactHashing.tableGet(requireTable(), tableIndex); in put() local 484 int next = CompactHashing.tableGet(requireTable(), hash & mask); in indexOf() local 585 int next = CompactHashing.tableGet(table, tableIndex); in moveLastEntry() local 641 public T next() { in next() method in CompactHashMap.Itr
|
H A D | CompactHashSet.java | 309 int next = CompactHashing.tableGet(requireTable(), tableIndex); in add() local 429 int next = CompactHashing.tableGet(requireTable(), hash & mask); in contains() local 497 int next = CompactHashing.tableGet(table, tableIndex); in moveLastEntry() local 555 public E next() { in iterator() method
|
/aosp_15_r20/libcore/json/src/main/java/org/json/ |
H A D | JSONTokener.java | 500 public char next() { in next() method in JSONTokener 508 public char next(char c) throws JSONException { in next() method in JSONTokener 533 public String next(int length) throws JSONException { in next() method in JSONTokener
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/btree/ |
H A D | set.rs | 1303 fn next(&mut self) -> Option<T> { in next() function 1469 fn next(&mut self) -> Option<&'a T> { in next() method 1515 fn next(&mut self) -> Option<T> { in next() method 1582 fn next(&mut self) -> Option<&'a T> { in next() method 1650 fn next(&mut self) -> Option<&'a T> { in next() method 1706 fn next(&mut self) -> Option<&'a T> { in next() method 1751 fn next(&mut self) -> Option<&'a T> { in next() method 1801 fn next(&mut self) -> Option<&'a T> { in next() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/btree/ |
H A D | set.rs | 1303 fn next(&mut self) -> Option<T> { in next() function 1469 fn next(&mut self) -> Option<&'a T> { in next() method 1515 fn next(&mut self) -> Option<T> { in next() method 1582 fn next(&mut self) -> Option<&'a T> { in next() method 1650 fn next(&mut self) -> Option<&'a T> { in next() method 1706 fn next(&mut self) -> Option<&'a T> { in next() method 1751 fn next(&mut self) -> Option<&'a T> { in next() method 1801 fn next(&mut self) -> Option<&'a T> { in next() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/btree/ |
H A D | set.rs | 1303 fn next(&mut self) -> Option<T> { in next() function 1469 fn next(&mut self) -> Option<&'a T> { in next() method 1515 fn next(&mut self) -> Option<T> { in next() method 1582 fn next(&mut self) -> Option<&'a T> { in next() method 1650 fn next(&mut self) -> Option<&'a T> { in next() method 1706 fn next(&mut self) -> Option<&'a T> { in next() method 1751 fn next(&mut self) -> Option<&'a T> { in next() method 1801 fn next(&mut self) -> Option<&'a T> { in next() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/btree/ |
H A D | set.rs | 1303 fn next(&mut self) -> Option<T> { in next() function 1469 fn next(&mut self) -> Option<&'a T> { in next() method 1515 fn next(&mut self) -> Option<T> { in next() method 1582 fn next(&mut self) -> Option<&'a T> { in next() method 1650 fn next(&mut self) -> Option<&'a T> { in next() method 1706 fn next(&mut self) -> Option<&'a T> { in next() method 1751 fn next(&mut self) -> Option<&'a T> { in next() method 1801 fn next(&mut self) -> Option<&'a T> { in next() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/collections/btree/ |
H A D | set.rs | 1303 fn next(&mut self) -> Option<T> { in next() function 1469 fn next(&mut self) -> Option<&'a T> { in next() method 1515 fn next(&mut self) -> Option<T> { in next() method 1582 fn next(&mut self) -> Option<&'a T> { in next() method 1650 fn next(&mut self) -> Option<&'a T> { in next() method 1706 fn next(&mut self) -> Option<&'a T> { in next() method 1751 fn next(&mut self) -> Option<&'a T> { in next() method 1801 fn next(&mut self) -> Option<&'a T> { in next() method
|
/aosp_15_r20/bionic/libc/upstream-netbsd/lib/libc/isc/ |
H A D | eventlib_p.h | 88 struct evConn * next; member 121 struct evFile * next; member 142 struct evStream *prev, *next; member 158 struct evWait * next; member 165 struct evWaitList * next; member 176 struct { struct evEvent_p *next; } free; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/quote/src/ |
D | runtime.rs | 85 fn next(&self) -> Option<&Self> { in next() method 165 pub fn next(self) -> Option<T> { in next() method 173 fn next(&mut self) -> Option<Self::Item> { in next() method 308 fn next(&mut self) -> Option<Self::Item> { in push_lifetime() method 340 fn next(&mut self) -> Option<Self::Item> { in push_lifetime_spanned() method
|
/aosp_15_r20/external/e2fsprogs/e2fsck/ |
H A D | pass1b.c | 59 struct cluster_el *next; member 64 struct inode_el *next; member 179 struct cluster_el *p, *next; in inode_dnode_free() local 197 struct inode_el *p, *next; in cluster_dnode_free() local 255 blk64_t next; in e2fsck_pass1_dupblocks() local
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/quote-1.0.36/src/ |
H A D | runtime.rs | 85 fn next(&self) -> Option<&Self> { in next() method 165 pub fn next(self) -> Option<T> { in next() method 173 fn next(&mut self) -> Option<Self::Item> { in next() method 308 fn next(&mut self) -> Option<Self::Item> { in push_lifetime() method 340 fn next(&mut self) -> Option<Self::Item> { in push_lifetime_spanned() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-channel/src/flavors/ |
D | list.rs | 72 next: AtomicPtr<Block<T>>, field 91 let next = self.next.load(Ordering::Acquire); in wait_next() localVariable 362 let next = (*block).wait_next(); in start_recv() localVariable 616 let next = (*block).next.load(Ordering::Acquire); in discard_all_messages() localVariable 672 let next = *(*block).next.get_mut(); in drop() localVariable
|
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/ |
H A D | XdsServerWrapperTest.java | 921 ServerCallHandler<Void, Void> next = mock(ServerCallHandler.class); in interceptor_success() local 957 ServerCallHandler<Void, Void> next = mock(ServerCallHandler.class); in interceptor_virtualHostNotMatch() local 998 ServerCallHandler<Void, Void> next = mock(ServerCallHandler.class); in interceptor_routeNotMatch() local 1043 ServerCallHandler<Void, Void> next = mock(ServerCallHandler.class); in interceptor_invalidRouteAction() local 1079 ServerCallHandler<Void, Void> next = mock(ServerCallHandler.class); in interceptor_failingRouterConfig() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/ |
D | row.rs | 37 pub fn next(&mut self) -> Result<Option<&Row<'stmt>>> { in next() method 130 fn next(&mut self) -> Result<Option<B>> { in next() function 155 fn next(&mut self) -> Option<Result<T>> { in next() function 180 fn next(&mut self) -> Option<Self::Item> { in next() function
|
/aosp_15_r20/external/libtraceevent/src/ |
H A D | event-plugin.c | 25 struct registered_plugin_options *next; member 30 struct trace_plugin_options *next; member 37 struct tep_plugin_list *next; member 43 struct tep_plugins_dir *next; member
|
/aosp_15_r20/external/google-breakpad/src/third_party/libdisasm/swig/ |
H A D | libdisasm.i | 115 struct x86_op_list_node *next, *prev; member 131 x86_op_list_node *node, *next; in x86_op_list_free() local 265 struct x86_insn_list_node *next, *prev; member 286 x86_insn_list_node *node, *next; in x86_insn_list_free() local
|
/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/usb/ |
H A D | ehci.c | 241 qtd_t *next; in free_qh_and_tds() local 386 qtd_t *next = dma_memalign(64, sizeof(qtd_t)); in ehci_bulk() local 479 qtd_t *next = dma_memalign(64, sizeof(qtd_t)); in ehci_control() local 554 intr_qtd_t *next; member
|
/aosp_15_r20/external/regex-re2/re2/ |
H A D | prog.cc | 392 int next = splits_.FindNextSetBit(lo+1); in Merge() local 397 int next = splits_.FindNextSetBit(hi+1); in Merge() local 403 int next = splits_.FindNextSetBit(c); in Merge() local 420 int next = splits_.FindNextSetBit(c); in Build() local
|