/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/ |
D | WeakHashMap.java | 338 Entry<K,V> next = p.next; in expungeStaleEntries() local 528 Entry<K,V> next = e.next; in transfer() local 609 Entry<K,V> next = e.next; in remove() local 638 Entry<K,V> next = e.next; in removeMapping() local 715 Entry<K,V> next; field in WeakHashMap.Entry 722 int hash, Entry<K,V> next) { in Entry() 841 public V next() { in next() method in WeakHashMap.ValueIterator 847 public K next() { in next() method in WeakHashMap.KeyIterator 853 public Map.Entry<K,V> next() { in next() method in WeakHashMap.EntryIterator
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/task/ |
D | state.rs | 153 let mut next = curr; in transition_to_idle() localVariable 386 let mut next = curr; in unset_join_interested() localVariable 406 let mut next = curr; in set_join_waker() localVariable 426 let mut next = curr; in unset_waker() localVariable 478 let next = match next { in fetch_update_action() localVariable 499 let next = match f(curr) { in fetch_update() localVariable
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/util/ |
H A D | iter.rs | 733 fn next(&mut self) -> Option<Result<HalfMatch, MatchError>> { in next() function 787 fn next(&mut self) -> Option<HalfMatch> { in next() function 849 fn next(&mut self) -> Option<Result<Match, MatchError>> { in next() function 902 fn next(&mut self) -> Option<Match> { in next() function 959 fn next(&mut self) -> Option<Result<Captures, MatchError>> { in next() function 1017 fn next(&mut self) -> Option<Captures> { in next() function
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/channels/ |
H A D | BufferedChannelStressTest.kt | 30 val next = q.receive() in <lambda>() constant 53 val next = channel.receive() in <lambda>() constant
|
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_peephole.cpp | 98 Instruction *mov, *si, *next; in visit() local 131 Instruction *i, *next, *si; in visit() local 261 Instruction *next; in visit() local 311 Instruction *next; in visit() local 410 Instruction *i, *next; in visit() local 1729 Instruction *i, *next, *mi; in visit() local 2370 Instruction *next; in visit() local 2573 Instruction *i, *next; in visit() local 2692 Record *next; member in nv50_ir::MemoryOpt::Record 2755 Record *it, *next; in reset() local [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/bstr/src/ |
D | ext_slice.rs | 3224 fn next(&mut self) -> Option<usize> { in next() method 3264 fn next(&mut self) -> Option<usize> { in next() method 3291 fn next(&mut self) -> Option<u8> { in next() method 3344 fn next(&mut self) -> Option<&'a [u8]> { in next() method 3375 fn next(&mut self) -> Option<&'a [u8]> { in next() method 3427 fn next(&mut self) -> Option<&'h [u8]> { in next() method 3431 let next = &haystack[self.last..start]; in next() localVariable 3483 fn next(&mut self) -> Option<&'h [u8]> { in next() method 3488 let next = &haystack[start + nlen..self.last]; in next() localVariable 3538 fn next(&mut self) -> Option<&'h [u8]> { in next() method [all …]
|
/aosp_15_r20/external/iproute2/tc/ |
H A D | tc_util.h | 24 struct qdisc_util *next; member 40 struct filter_util *next; member 49 struct action_util *next; member 59 struct exec_util *next; member
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowPausedMessageQueue.java | 235 Message next = peekNextExecutableMessage(); in getNextScheduledTaskTime() local 246 Message next = getMessages(); in getLastScheduledTaskTime() local 277 Message next = getMessages(); in internalGetSize() local 422 Message next = shadowOfMsg(msg).internalGetNext(); in drainQueue() local 443 Message next(); in next() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/unicode-segmentation/src/ |
D | sentence.rs | 56 fn next(&self, cat: SentenceCat) -> SentenceBreaksState { in next() method 185 fn next(&mut self) -> Option<usize> { in next() method 366 fn next(&mut self) -> Option<&'a str> { in next() method 381 fn next(&mut self) -> Option<&'a str> { in next() method 405 fn next(&mut self) -> Option<(usize, &'a str)> { in next() method
|
/aosp_15_r20/external/grpc-grpc/test/core/filters/ |
H A D | filter_test_test.cc | 48 CallArgs args, NextPromiseFactory next) override { in MakeCallPromise() 62 CallArgs args, NextPromiseFactory next) override { in MakeCallPromise() 83 CallArgs args, NextPromiseFactory next) override { in MakeCallPromise() 100 CallArgs args, NextPromiseFactory next) override { in MakeCallPromise() 118 CallArgs args, NextPromiseFactory next) override { in MakeCallPromise()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | timer_manager.cc | 35 completed_thread* next; member 75 completed_thread* next = to_gc->next; in gc_completed_threads() local 147 static bool wait_until(grpc_core::Timestamp next) { in wait_until() 232 grpc_core::Timestamp next = grpc_core::Timestamp::InfFuture(); in timer_main_loop() local
|
/aosp_15_r20/external/skia/src/pathops/ |
H A D | SkPathOpsTSect.cpp | 76 SkTSpan* next = prior ? prior->fNext : fHead; in addFollowing() local 656 SkTSpan* last, * next; in coincidentCheck() local 793 SkTSpan* next = last->fNext; in countConsecutiveSpans() local 822 SkTSpan* next = fHead; in deleteEmptySpans() local 1362 const SkTSpanBounded* next = testBounded->fNext; in removeAllBut() local 1379 SkTSpan* next; in removeByPerpendicular() local 1440 SkTSpan* next = span->fNext; in removeSpanRange() local 1458 SkTSpanBounded* next = bounded->fNext; in removeSpans() local 1487 SkTSpan* next = fHead; in tail() local 1509 const SkTSpanBounded* next = testBounded->fNext; in trim() local [all …]
|
/aosp_15_r20/external/wpa_supplicant_8/src/tls/ |
H A D | x509v3.c | 69 struct x509_certificate *next; in x509_certificate_chain_free() local 183 const u8 **next) in x509_parse_algorithm_identifier() 218 const u8 **next) in x509_parse_public_key() 286 const u8 **next) in x509_parse_name() 687 struct x509_certificate *cert, const u8 **next) in x509_parse_validity() 1356 const u8 *pos, size_t len, const u8 **next) in x509_parse_extension() 1457 const u8 **next) in x509_parse_tbs_certificate() 1844 const u8 *pos, *end, *next, *da_end; in x509_check_signature() local
|
/aosp_15_r20/external/python/cpython2/Tools/msi/ |
D | msi.py | 308 def back(self, title, next, name = "Back", active = 1): argument 319 def cancel(self, title, next, name = "Cancel", active = 1): argument 330 def next(self, title, next, name = "Next", active = 1): member in PyDialog 341 def xbutton(self, name, title, next, xpos): argument
|
/aosp_15_r20/external/toybox/lib/ |
H A D | lib.h | 13 struct string_list *next; member 18 struct arg_list *next; member 23 struct double_list *next, *prev; member 74 struct dirtree *next, *parent, *child; member 395 struct mtab_list *next, *prev; member
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/ |
H A D | timer_manager.cc | 35 completed_thread* next; member 77 completed_thread* next = to_gc->next; in gc_completed_threads() local 149 static bool wait_until(grpc_core::Timestamp next) { in wait_until() 234 grpc_core::Timestamp next = grpc_core::Timestamp::InfFuture(); in timer_main_loop() local
|
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/changes/ |
H A D | ChangeSetPerformer.java | 236 ArchiveEntry next(); in next() method 243 private ArchiveEntry next; field in ChangeSetPerformer.ArchiveInputStreamIterator 252 public ArchiveEntry next() { in next() method in ChangeSetPerformer.ArchiveInputStreamIterator 275 public ArchiveEntry next() { in next() method in ChangeSetPerformer.ZipFileIterator
|
/aosp_15_r20/external/rust/android-crates-io/crates/http/src/header/ |
D | map.rs | 106 next: Option<usize>, field 141 next: Option<usize>, field 210 next: Option<::std::vec::IntoIter<T>>, field 272 next: usize, field 288 next: Link, field 1196 let next = links.map(|l| { in insert_occupied_mult() localVariable 1602 let next; in remove_extra_value() localVariable 1663 let next; in remove_extra_value() localVariable 2070 fn next(&mut self) -> Option<Self::Item> { in next() method 2125 fn next(&mut self) -> Option<Self::Item> { in next() method [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/serde-xml-rs/src/de/ |
D | buffer.rs | 9 fn next(&mut self) -> Result<XmlEvent>; in next() method 34 fn next(&mut self) -> Result<XmlEvent> { in next() method 78 fn next(&mut self) -> Result<XmlEvent> { in next() method 148 let next = next_significant_event(reader)?; in get_from_buffer_or_reader() localVariable
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libxml2/include/libxml/ |
D | tree.h | 241 struct _xmlEnumeration *next; /* next one */ member 260 struct _xmlNode *next; /* next sibling link */ member 353 struct _xmlNode *next; /* next sibling link */ member 390 struct _xmlNs *next; /* next Ns link for this node */ member 413 struct _xmlNode *next; /* next sibling link */ member 441 struct _xmlAttr *next; /* next sibling link */ member 458 struct _xmlID *next; /* next ID */ member 475 struct _xmlRef *next; /* next Ref */ member 496 struct _xmlNode *next; /* next sibling link */ member 558 struct _xmlNode *next; /* next sibling link */ member
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libxml2/include/libxml/ |
D | tree.h | 243 struct _xmlEnumeration *next; /* next one */ member 262 struct _xmlNode *next; /* next sibling link */ member 355 struct _xmlNode *next; /* next sibling link */ member 392 struct _xmlNs *next; /* next Ns link for this node */ member 415 struct _xmlNode *next; /* next sibling link */ member 443 struct _xmlAttr *next; /* next sibling link */ member 460 struct _xmlID *next; /* next ID */ member 477 struct _xmlRef *next; /* next Ref */ member 498 struct _xmlNode *next; /* next sibling link */ member 560 struct _xmlNode *next; /* next sibling link */ member
|
/aosp_15_r20/external/libxml2/include/libxml/ |
H A D | tree.h | 259 struct _xmlEnumeration *next; /* next one */ member 278 struct _xmlNode *next; /* next sibling link */ member 363 struct _xmlNode *next; /* next sibling link */ member 400 struct _xmlNs *next; /* next Ns link for this node */ member 423 struct _xmlNode *next; /* next sibling link */ member 451 struct _xmlAttr *next; /* next sibling link */ member 469 struct _xmlID *next; /* next ID */ member 486 struct _xmlRef *next; /* next Ref */ member 507 struct _xmlNode *next; /* next sibling link */ member 569 struct _xmlNode *next; /* next sibling link */ member
|
/aosp_15_r20/external/cronet/third_party/libxml/src/include/libxml/ |
H A D | tree.h | 245 struct _xmlEnumeration *next; /* next one */ member 264 struct _xmlNode *next; /* next sibling link */ member 349 struct _xmlNode *next; /* next sibling link */ member 386 struct _xmlNs *next; /* next Ns link for this node */ member 409 struct _xmlNode *next; /* next sibling link */ member 437 struct _xmlAttr *next; /* next sibling link */ member 455 struct _xmlID *next; /* next ID */ member 472 struct _xmlRef *next; /* next Ref */ member 493 struct _xmlNode *next; /* next sibling link */ member 555 struct _xmlNode *next; /* next sibling link */ member
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libxml2/include/libxml/ |
D | tree.h | 241 struct _xmlEnumeration *next; /* next one */ member 260 struct _xmlNode *next; /* next sibling link */ member 353 struct _xmlNode *next; /* next sibling link */ member 390 struct _xmlNs *next; /* next Ns link for this node */ member 413 struct _xmlNode *next; /* next sibling link */ member 441 struct _xmlAttr *next; /* next sibling link */ member 458 struct _xmlID *next; /* next ID */ member 475 struct _xmlRef *next; /* next Ref */ member 496 struct _xmlNode *next; /* next sibling link */ member 558 struct _xmlNode *next; /* next sibling link */ member
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libxml2/include/libxml/ |
D | tree.h | 241 struct _xmlEnumeration *next; /* next one */ member 260 struct _xmlNode *next; /* next sibling link */ member 353 struct _xmlNode *next; /* next sibling link */ member 390 struct _xmlNs *next; /* next Ns link for this node */ member 413 struct _xmlNode *next; /* next sibling link */ member 441 struct _xmlAttr *next; /* next sibling link */ member 458 struct _xmlID *next; /* next ID */ member 475 struct _xmlRef *next; /* next Ref */ member 496 struct _xmlNode *next; /* next sibling link */ member 558 struct _xmlNode *next; /* next sibling link */ member
|