/aosp_15_r20/external/e2fsprogs/lib/support/ |
H A D | profile.c | 100 struct _prf_file_t *next; member 146 struct profile_node *next, *prev; member 373 prf_file_t p, next; in profile_release() local 1054 struct profile_node *child, *next; in profile_free_node() local
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/ |
H A D | option.rs | 2246 fn next(&mut self) -> Option<A> { in next() method 2289 fn next(&mut self) -> Option<&'a A> { in next() method 2339 fn next(&mut self) -> Option<&'a mut A> { in next() method 2380 fn next(&mut self) -> Option<A> { in next() method
|
/aosp_15_r20/external/iptables/include/ |
H A D | xtables.h | 201 struct xtables_lmap *next; member 233 struct xtables_match *next; member 310 struct xtables_target *next; member 384 struct xtables_rule_match *next; member
|
/aosp_15_r20/external/toybox/toys/pending/ |
H A D | syslogd.c | 40 struct unsocks *next; member 48 struct logfile *next; member
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | ustrenum.cpp | 44 StringEnumeration::next(int32_t *resultLength, UErrorCode &status) { in next() function in StringEnumeration 164 const char *UStringEnumeration::next(int32_t *resultLength, UErrorCode &status) { in next() function in UStringEnumeration
|
/aosp_15_r20/external/zstd/zlibWrapper/ |
H A D | gzwrite.c | 362 char *next; in gzvprintf() local 448 char *next; in gzprintf() local
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/X11/extensions/ |
D | syncstr.h | 119 struct _SyncTriggerList *next; member 125 struct _SyncAlarmClientList *next; member
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | asn1parse.c | 295 mbedtls_asn1_sequence *next = seq->next; in mbedtls_asn1_sequence_free() local 446 for (mbedtls_asn1_named_data *next; name != NULL; name = next) { in mbedtls_asn1_free_named_data_list_shallow() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/support/traits/ |
D | container_traits.hpp | 294 void next(Iterator& it) in next() function 299 inline void next(unused_type const*) in next() function
|
/aosp_15_r20/system/unwinding/libunwindstack/tests/ |
H A D | DexFilesTest.cpp | 156 void DexFilesTest::WriteEntry32(uint64_t entry_addr, uint32_t next, uint32_t prev, in WriteEntry32() 170 void DexFilesTest::WriteEntry64(uint64_t entry_addr, uint64_t next, uint64_t prev, in WriteEntry64()
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/param/ |
D | auxv.rs | 532 fn next(&mut self) -> Option<Self::Item> { in next() method 552 fn next(&mut self) -> Option<Self::Item> { in next() method
|
/aosp_15_r20/external/zlib/ |
H A D | gzwrite.c | 362 char *next; in gzvprintf() local 448 char *next; in gzprintf() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/contrib/blast/ |
D | blast.c | 56 unsigned next; /* index of next write location in out[] */ member 138 short *next; /* next number of codes */ in decode() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/ |
H A D | compute_memory_pool.c | 200 struct compute_memory_item *item, *next; in compute_memory_finalize_pending() local 543 struct compute_memory_item *item, *next; in compute_memory_free() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | Dictionary.java | 256 public abstract Status next(); in next() method in Dictionary.Matcher 295 public Status next(Filter filter) { in next() method in Dictionary.Matcher
|
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/functionaltests/document/ |
H A D | BasicScanTest.java | 656 …Page<EnhancedDocument> next = results.next(); }).withMessageContaining("ExpressionAttributeNames c… in scanAllRecordsWithNestedProjectionNameEmptyNameMap() local 668 Page<EnhancedDocument> next = resultsAttributeToProject.next(); in scanAllRecordsWithNestedProjectionNameEmptyNameMap() local
|
/aosp_15_r20/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
D | PhotoSource.java | 129 public Bitmap next(BitmapFactory.Options options, int longSide, int shortSide) { in next() method in PhotoSource 288 ImageData next = data.naturalNext(); in naturalNext() local
|
/aosp_15_r20/external/openthread/src/core/net/ |
H A D | netif.cpp | 353 MulticastAddress *next; in UnsubscribeAllExternalMulticastAddresses() local 500 UnicastAddress *next; in RemoveAllExternalUnicastAddresses() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/strings/ |
H A D | ordered_code.cc | 237 const char next = *(start++); in ReadStringInternal() local 256 const char next = *(start++); in ReadStringInternal() local
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/ |
H A D | low_energy_discovery_manager.cc | 321 auto next = std::next(iter); in OnPeerFound() local 361 auto next = std::next(iter); in OnDirectedAdvertisement() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | ustrenum.cpp | 44 StringEnumeration::next(int32_t *resultLength, UErrorCode &status) { in next() function in StringEnumeration 164 const char *UStringEnumeration::next(int32_t *resultLength, UErrorCode &status) { in next() function in UStringEnumeration
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | asn1parse.c | 296 mbedtls_asn1_sequence *next = seq->next; in mbedtls_asn1_sequence_free() local 447 for (mbedtls_asn1_named_data *next; name != NULL; name = next) { in mbedtls_asn1_free_named_data_list_shallow() local
|
/aosp_15_r20/external/python/cpython2/Modules/zlib/ |
D | gzwrite.c | 383 char *next; in gzvprintf() local 473 char *next; local
|
/aosp_15_r20/cts/tests/tests/media/encoder/src/android/media/encoder/cts/ |
H A D | EncoderTest.java | 227 int next = istream.read(); in queueInputBuffer() local 246 int next = random.nextInt(); in queueInputBuffer() local
|
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/ |
D | syncstr.h | 119 struct _SyncTriggerList *next; member 125 struct _SyncAlarmClientList *next; member
|