Home
last modified time | relevance | path

Searched defs:next (Results 1651 – 1675 of 10451) sorted by relevance

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/str_format/
Dparser_test.cc82 int next = 0; in Consume() local
92 int next = force_positional ? -1 : 0; in Run() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/src/regexset/
H A Dbytes.rs646 fn next(&mut self) -> Option<usize> { in next() method
689 fn next(&mut self) -> Option<usize> { in next() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/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/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/
H A Dparser_test.cc82 int next = 0; in Consume() local
92 int next = force_positional ? -1 : 0; in Run() local
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/internal/str_format/
H A Dparser_test.cc82 int next = 0; in Consume() local
92 int next = force_positional ? -1 : 0; in Run() local
/aosp_15_r20/external/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/drivers/v3d/
H A Dv3d_cl.h69 struct v3d_cl_out *next; member
105 cl_end(struct v3d_cl *cl, struct v3d_cl_out *next) in cl_end()
/aosp_15_r20/external/curl/lib/
H A Dcw-out.c79 struct cw_out_buf *next; member
137 struct cw_out_buf *next = ctx->buf->next; in cw_out_bufs_free() local
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/
Dinflate.c394 const unsigned char *next; /* next input */ in PREFIX() local
1182 uint32_t got, next; in syncsearch() local
/aosp_15_r20/external/guava/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/rust/beto-rust/nearby/presence/np_adv/src/legacy/deserialize/
Dmod.rs119 fn next(&mut self) -> Option<Self::Item> { in next() method
144 fn next(&mut self) -> Option<Self::Item> { in next() method
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DNestedMapData.java614 NestedMapData next; field in NestedMapData.ChildrenIterator
625 public NestedMapData next() { in next() method in NestedMapData.ChildrenIterator
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/
H A Dparser_test.cc82 int next = 0; in Consume() local
92 int next = force_positional ? -1 : 0; in Run() local
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DNodeSequence.java321 int next = vec.elementAt(m_next); in nextNode() local
335 int next = m_iter.nextNode(); in nextNode() local
/aosp_15_r20/external/cronet/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/rust/android-crates-io/crates/hex/src/
Dlib.rs89 next: Option<char>, field
105 fn next(&mut self) -> Option<Self::Item> { in next() method
/aosp_15_r20/development/tools/winscope/src/trace_processor/
H A Dquery_result.ts709 next() { method in RowIteratorImpl
865 next: () => void; property in RowIteratorImplWithRowData
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DSerializationStressTest2.java506 public DeepNesting next; field in SerializationStressTest2.DeepNesting
542 public DeepNesting next(DeepNesting ivt) { in next() method in SerializationStressTest2.DeepNesting
553 public DeepNestingWithWriteObject next; field in SerializationStressTest2.DeepNestingWithWriteObject
590 public DeepNestingWithWriteObject next(DeepNestingWithWriteObject ivt) { in next() method in SerializationStressTest2.DeepNestingWithWriteObject
/aosp_15_r20/external/rust/android-crates-io/crates/futures-channel/src/mpsc/
Dmod.rs448 let next = encode_state(&state); in inc_num_messages() localVariable
579 let next = encode_state(&state); in inc_num_messages() localVariable
888 let next = curr + 1; in clone() localVariable
916 let next = curr + 1; in clone() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/
H A Dresult.rs1788 fn next(&mut self) -> Option<&'a T> { in next() method
1837 fn next(&mut self) -> Option<&'a mut T> { in next() method
1883 fn next(&mut self) -> Option<T> { in next() method
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/arch/x86_64/avx2/
Dmemchr.rs476 fn next(&mut self) -> Option<usize> { in next() method
864 fn next(&mut self) -> Option<usize> { in next() method
1251 fn next(&mut self) -> Option<usize> { in next() method
/aosp_15_r20/external/rust/android-crates-io/crates/glob/src/
Dlib.rs331 fn next(&mut self) -> Option<GlobResult> { in next() method
365 let mut next = idx; in next() localVariable
1070 let next = iter.next(); in test_iteration_errors() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/
H A Dresult.rs1788 fn next(&mut self) -> Option<&'a T> { in next() method
1837 fn next(&mut self) -> Option<&'a mut T> { in next() method
1883 fn next(&mut self) -> Option<T> { in next() method
/aosp_15_r20/external/cronet/base/metrics/
H A Dpersistent_memory_allocator.cc112 std::atomic<uint32_t> next; // Pointer to the next block when iterating. member
222 Reference next; in GetNext() local
865 uint32_t next = kReferenceQueue; // Will get replaced with existing value. in MakeIterable() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/memchr-2.7.2/src/arch/all/
H A Dmemchr.rs314 fn next(&mut self) -> Option<usize> { in next() method
579 fn next(&mut self) -> Option<usize> { in next() method
847 fn next(&mut self) -> Option<usize> { in next() method

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