/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/file/ |
D | FileTreeIterator.java | 52 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 D | KotlinActivity.kt | 15 val next = findViewById(R.id.Button02) as Button in onCreate() constant
|
/aosp_15_r20/external/guava/guava/src/com/google/common/base/ |
H A D | AbstractIterator.java | 45 @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 D | mini_environment.h | 15 : 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 D | AbstractIterator.java | 87 @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 D | regeximp.cpp | 27 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 D | AbstractIterator.java | 87 @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 D | JsonPointerBasedFilter.java | 27 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 D | regeximp.cpp | 27 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 D | AbstractIterator.java | 45 @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 D | contiguous.cc | 24 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 D | SkOpSegment.h | 248 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/ |
D | ptr_weak_hash_set.rs | 166 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 D | TextTrieMap.java | 151 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 D | TextTrieMap.java | 159 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/ |
D | re_trait.rs | 66 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 D | lws-dll2.h | 150 ___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 D | shuffle_dataset_op_test.cc | 333 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 D | core_read_macros.c | 7 struct callback_head *next; member 17 struct callback_head___shuffled *next; member
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/test/helpers/ |
D | helpers.hpp | 45 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 D | RegexNode.cpp | 61 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 D | platform_memory_allocator.h | 35 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 D | ReferentialWithObjectIdTest.java | 20 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 D | LookaheadInputStream.java | 30 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 D | InternalTest.kt | 24 val next = atomic<Node?>(null) in set() constant in kotlinx.atomicfu.test.Node
|