Home
last modified time | relevance | path

Searched defs:next (Results 651 – 675 of 10451) sorted by relevance

1...<<21222324252627282930>>...419

/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/file/
DFileTreeIterator.java52 private Event next; field in FileTreeIterator
108 public Event next() { in next() method in FileTreeIterator
/aosp_15_r20/external/dokka/runners/gradle-integration-tests/testData/androidMultiFlavourApp/app/src/main/kotlin/org/example/kotlin/mixed/
H A DKotlinActivity.kt15 val next = findViewById(R.id.Button02) as Button in onCreate() constant
/aosp_15_r20/external/guava/guava/src/com/google/common/base/
H A DAbstractIterator.java45 @CheckForNull private T next; field in AbstractIterator
82 public final T next() { in next() method in AbstractIterator
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dmini_environment.h15 : next(std::move(next)) {} in next() function
18 std::shared_ptr<MiniEnvironment<T>> next; member
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DAbstractIterator.java87 @CheckForNull private T next; field in AbstractIterator
156 public final T next() { in next() method in AbstractIterator
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dregeximp.cpp27 UChar32 CaseFoldingUTextIterator::next() { in next() function in CaseFoldingUTextIterator
74 UChar32 CaseFoldingUCharIterator::next() { in next() function in CaseFoldingUCharIterator
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DAbstractIterator.java87 @CheckForNull private T next; field in AbstractIterator
156 public final T next() { in next() method in AbstractIterator
/aosp_15_r20/external/jackson-core/src/main/java/com/fasterxml/jackson/core/filter/
H A DJsonPointerBasedFilter.java27 JsonPointer next = _pathToMatch.matchElement(index); in includeElement() local
39 JsonPointer next = _pathToMatch.matchProperty(name); in includeProperty() local
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Dregeximp.cpp27 UChar32 CaseFoldingUTextIterator::next() { in next() function in CaseFoldingUTextIterator
74 UChar32 CaseFoldingUCharIterator::next() { in next() function in CaseFoldingUCharIterator
/aosp_15_r20/external/guava/android/guava/src/com/google/common/base/
H A DAbstractIterator.java45 @CheckForNull private T next; field in AbstractIterator
82 public final T next() { in next() method in AbstractIterator
/aosp_15_r20/external/pigweed/pw_allocator/block/
H A Dcontiguous.cc24 void CrashNextMisaligned(uintptr_t addr, uintptr_t next) { in CrashNextMisaligned()
33 uintptr_t next, in CrashNextPrevMismatched()
/aosp_15_r20/external/skia/src/pathops/
H A DSkOpSegment.h248 SkOpSpanBase* next = prev->next(); in insert() local
304 SkOpSegment* next() const { in next() function
361 void setNext(SkOpSegment* next) { in setNext()
/aosp_15_r20/external/rust/android-crates-io/crates/weak-table/src/
Dptr_weak_hash_set.rs166 fn next(&mut self) -> Option<Self::Item> { in next() method
181 fn next(&mut self) -> Option<Self::Item> { in next() method
196 fn next(&mut self) -> Option<Self::Item> { in next() method
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/
H A DTextTrieMap.java151 public Character next() { in next() method in TextTrieMap.CharIterator
155 Character next; in next() local
333 Node next = litr.next(); in add() local
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DTextTrieMap.java159 public Character next() { in next() method in TextTrieMap.CharIterator
163 Character next; in next() local
342 Node next = litr.next(); in add() local
/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/
Dre_trait.rs66 fn next(&mut self) -> Option<Option<(usize, usize)>> { in next() method
199 fn next(&mut self) -> Option<(usize, usize)> { in next() function
263 fn next(&mut self) -> Option<Locations> { in next() function
/aosp_15_r20/external/libwebsockets/include/libwebsockets/
H A Dlws-dll2.h150 ___m_list, /* member for next list object ptr */ \ argument
159 ___m_list, /* member for next list object ptr */ \ argument
199 struct lws_dll2 *next; member
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/
H A Dshuffle_dataset_op_test.cc333 std::vector<Tensor> next; in TEST_P() local
354 std::vector<Tensor> next; in TEST_P() local
541 std::vector<Tensor> next; in TEST_P() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dcore_read_macros.c7 struct callback_head *next; member
17 struct callback_head___shuffled *next; member
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/test/helpers/
Dhelpers.hpp45 template <typename Iterator> Iterator next(Iterator it) { return ++it; } in next() function
48 Iterator next(Iterator it, IntType x) in next() function
/aosp_15_r20/external/skia/src/sksl/lex/
H A DRegexNode.cpp61 std::vector<int> next = accept; in createStates() local
76 std::vector<int> next = accept; in createStates() local
/aosp_15_r20/external/executorch/runtime/executor/
H A Dplatform_memory_allocator.h35 AllocationNode* next; member
89 AllocationNode* next = current->next; in reset() local
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/objectid/
H A DReferentialWithObjectIdTest.java20 public AtomicReference<Employee> next; field in ReferentialWithObjectIdTest.Employee
22 public Employee next(Employee n) { in next() method in ReferentialWithObjectIdTest.Employee
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/
H A DLookaheadInputStream.java30 private Integer next; field in LookaheadInputStream
51 Integer next = this.next; in read() local
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/commonTest/kotlin/kotlinx/atomicfu/test/
H A DInternalTest.kt24 val next = atomic<Node?>(null) in set() constant in kotlinx.atomicfu.test.Node

1...<<21222324252627282930>>...419