Home
last modified time | relevance | path

Searched defs:next (Results 1976 – 2000 of 10451) sorted by relevance

1...<<71727374757677787980>>...419

/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DUForwardCharacterIterator.java76 public int next(); in next() method
/aosp_15_r20/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
H A DFwdRef.java28 FwdRef next; field in FwdRef
/aosp_15_r20/external/selinux/libsepol/src/
H A Dconstraint.c41 constraint_expr_t *next; in constraint_expr_destroy() local
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DPeekingIterator.java61 E next(); in next() method
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dtarfile.py1495 def _proc_gnusparse_00(self, next, pax_headers, buf): argument
1506 def _proc_gnusparse_01(self, next, pax_headers): argument
1512 def _proc_gnusparse_10(self, next, pax_headers, tarfile): argument
2574 def next(self): member in TarFile
/aosp_15_r20/external/python/cpython3/Lib/
Dtarfile.py1495 def _proc_gnusparse_00(self, next, pax_headers, buf): argument
1506 def _proc_gnusparse_01(self, next, pax_headers): argument
1512 def _proc_gnusparse_10(self, next, pax_headers, tarfile): argument
2574 def next(self): member in TarFile
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_set.py1537 def next(self): member in I
1557 def next(self): member in X
1578 def next(self): member in E
1587 def next(self): member in S
/aosp_15_r20/external/python/cpython3/Objects/
Dobmalloc.c1801 poolp next; in pymalloc_pool_extend() local
1908 poolp next = usedpools[size + size]; /* == prev */ in allocate_from_new_pool() local
2037 poolp next = usedpools[size + size]; in insert_to_usedpool() local
2050 poolp next = pool->nextpool; in insert_to_freepool() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/src/
H A Dde.rs457 let next = match tri!(self.next_char()) { in parse_integer() localVariable
581 let next = match tri!(self.next_char()) { in parse_exponent() localVariable
773 let next = match tri!(self.next_char()) { in parse_long_exponent() localVariable
2415 fn next(&mut self) -> Option<Result<T>> { in next() function
/aosp_15_r20/external/rust/android-crates-io/crates/regex-automata/src/
Ddense.rs1671 fn next(&mut self) -> Option<(S, State<'a, S>)> { in next() method
1761 fn next(&mut self) -> Option<(u8, S)> { in next() method
1783 fn next(&mut self) -> Option<(u8, u8, S)> { in next() method
1855 fn next(&mut self) -> Option<(u8, &'a mut S)> { in next() method
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dtarfile.py1495 def _proc_gnusparse_00(self, next, pax_headers, buf): argument
1506 def _proc_gnusparse_01(self, next, pax_headers): argument
1512 def _proc_gnusparse_10(self, next, pax_headers, tarfile): argument
2574 def next(self): member in TarFile
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dtarfile.py1495 def _proc_gnusparse_00(self, next, pax_headers, buf): argument
1506 def _proc_gnusparse_01(self, next, pax_headers): argument
1512 def _proc_gnusparse_10(self, next, pax_headers, tarfile): argument
2574 def next(self): member in TarFile
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dtarfile.py1495 def _proc_gnusparse_00(self, next, pax_headers, buf): argument
1506 def _proc_gnusparse_01(self, next, pax_headers): argument
1512 def _proc_gnusparse_10(self, next, pax_headers, tarfile): argument
2574 def next(self): member in TarFile
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json_lenient-0.2.1/src/
H A Dde.rs563 let next = match tri!(self.next_char()) { in parse_integer() localVariable
694 let next = match tri!(self.next_char()) { in parse_exponent() localVariable
886 let next = match tri!(self.next_char()) { in parse_long_exponent() localVariable
2585 fn next(&mut self) -> Option<Result<T>> { in next() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/dfa/
H A Donepass.rs2348 let next = self.table[offset + b].state_id(); in remap() localVariable
2368 let next = trans.state_id(); in fmt() localVariable
2448 fn next(&mut self) -> Option<(u8, u8, Transition)> { in next() method
2960 fn next(&mut self) -> Option<usize> { in next() method
/aosp_15_r20/frameworks/native/libs/gui/tests/
H A DBLASTBufferQueue_test.cpp123 void setSyncTransaction(Transaction& next, bool acquireSingleBuffer = true) { in setSyncTransaction()
1111 Transaction next; in TEST_F() local
1265 Transaction next; in TEST_F() local
1308 Transaction next; in TEST_F() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dtarfile.py1495 def _proc_gnusparse_00(self, next, pax_headers, buf): argument
1506 def _proc_gnusparse_01(self, next, pax_headers): argument
1512 def _proc_gnusparse_10(self, next, pax_headers, tarfile): argument
2574 def next(self): member in TarFile
/aosp_15_r20/external/squashfs-tools/squashfs-tools/
H A Dsort.h29 struct priority_entry *next; member
/aosp_15_r20/external/rust/android-crates-io/crates/httparse/src/
Dmacros.rs3 macro_rules! next { macro
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue22458.go14 next *node member
/aosp_15_r20/packages/services/Telephony/src/com/android/services/telephony/rcs/validator/
DSipMessageValidator.java40 default SipMessageValidator andThen(SipMessageValidator next) { in andThen()
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DEnumeration.java124 @Override public E next() { in asIterator() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/18/libcore/ojluni/src/main/java/java/util/
DEnumeration.java124 @Override public E next() { in asIterator() method
/aosp_15_r20/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DBaseEventStreamTransformation.java23 public void setNext(EventStreamTransformation next) { in setNext()
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libvrr/
DRingBuffer.h37 T& next() { in next() function

1...<<71727374757677787980>>...419