Home
last modified time | relevance | path

Searched defs:next (Results 1626 – 1650 of 10451) sorted by relevance

1...<<61626364656667686970>>...419

/aosp_15_r20/external/elfutils/libdwfl/
H A Dcore-file.c37 do_fail (int error, off_t *next, off_t offset) in do_fail()
52 elf_begin_rand (Elf *parent, off_t offset, off_t size, off_t *next) in elf_begin_rand()
/aosp_15_r20/external/regex-re2/re2/
H A Dnfa.cc70 Thread* next; // when on free list member
151 Thread* next; in ~NFA() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/src/regexset/
H A Dstring.rs642 fn next(&mut self) -> Option<usize> { in next() method
685 fn next(&mut self) -> Option<usize> { in next() method
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_scene.c47 struct resource_ref *next; member
56 struct shader_ref *next; member
/aosp_15_r20/external/rust/android-crates-io/crates/percent-encoding/src/
Dlib.rs268 fn next(&mut self) -> Option<&'a str> { in next() method
381 fn next(&mut self) -> Option<u8> { in next() method
/aosp_15_r20/external/crosvm/cros_async/src/sync/
H A Dwaiter.rs31 next: UnsafeCell<Option<NonNull<AtomicLink>>>, field
83 unsafe fn next(&self, ptr: Self::LinkPtr) -> Option<Self::LinkPtr> { in next() method
/aosp_15_r20/external/mesa3d/src/glx/
H A Dglxhash.c111 struct __glxHashBucket *next; member
180 __glxHashBucketPtr next; in __glxHashDestroy() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/
H A Dos.rs113 fn next(&mut self) -> Option<PathBuf> { in next() method
183 fn next(&mut self) -> Option<(OsString, OsString)> { in next() method
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/analysis/
H A DAnalyzer.java260 int next = iter.lookAhead(); in getNext() local
305 …private void mergeJsr(IntQueue queue, Frame frame, Subroutine sub, int pos, int next) throws BadBy… in mergeJsr()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/
H A Dos.rs113 fn next(&mut self) -> Option<PathBuf> { in next() method
183 fn next(&mut self) -> Option<(OsString, OsString)> { in next() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/
H A Dos.rs113 fn next(&mut self) -> Option<PathBuf> { in next() method
183 fn next(&mut self) -> Option<(OsString, OsString)> { in next() method
/aosp_15_r20/external/kotlinx.serialization/core/commonTest/src/kotlinx/serialization/
H A DBasicTypesSerializationTest.kt124 fun next() { in next() method in kotlinx.serialization.BasicTypesSerializationTest.Parser
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/internal/str_format/
H A Dparser_test.cc90 int next = 0; in Consume() local
100 int next = force_positional ? -1 : 0; in Run() local
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.c258 LLVMValueRef next; in lp_build_loop_end_cond() local
351 LLVMValueRef next, cond; in lp_build_for_loop_end() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/hex-0.4.3/src/
H A Dlib.rs89 next: Option<char>, field
105 fn next(&mut self) -> Option<Self::Item> { in next() method
/aosp_15_r20/frameworks/base/ravenwood/tools/ravenizer/src/com/android/platform/test/ravenwood/ravenizer/adapter/
H A DRunnerRewritingAdapter.kt265 val next = super.visitMethod(access, name, descriptor, signature, exceptions) in <lambda>() constant
/aosp_15_r20/external/compiler-rt/lib/profile/
H A DGCDAProfiling.c95 struct writeout_fn_node *next; member
108 struct flush_fn_node *next; member
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DTemplateList.java238 TemplateSubPatternAssociation next; in insertAssociationIntoList() local
875 public ElemTemplate next() in next() method in TemplateList.TemplateWalker
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DOrdering.java907 T next = it.next(); in isOrdered() local
931 T next = it.next(); in isStrictlyOrdered() local
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/
H A Ddisk_format.h110 CacheAddr next; // Next entry with the same hash or bucket. member
148 CacheAddr next; // LRU list. member
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DHashBiMap.java442 @CheckForNull BiEntry<K, V> next = firstInKeyInsertionOrder; field in HashBiMap.Itr
456 public T next() { in next() method in HashBiMap.Itr
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/functionaltests/
H A DBasicScanTest.java634 …Page<NestedTestRecord> next = results.next(); }).withMessageContaining("ExpressionAttributeNames c… in scanAllRecordsWithNestedProjectionNameEmptyNameMap() local
645 Page<NestedTestRecord> next = resultsAttributeToProject.next(); in scanAllRecordsWithNestedProjectionNameEmptyNameMap() local
/aosp_15_r20/external/brotli/research/
H A Ddeorummolae.cc42 TextChar next = text->at(from); in rewriteText() local
60 TextChar next = text->at(i); in remapTerminators() local
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/
H A Dos.rs113 fn next(&mut self) -> Option<PathBuf> { in next() method
183 fn next(&mut self) -> Option<(OsString, OsString)> { in next() method
/aosp_15_r20/external/libxkbcommon/tools/
H A Dinteractive-evdev.c53 struct keyboard *next; member
235 struct keyboard *next; in free_keyboards() local

1...<<61626364656667686970>>...419