/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/ |
D | TestingSettingsBroadcastReceiverTest.java | 59 final Intent next = Shadows.shadowOf(mApplication).getNextStartedActivity(); in onReceive_nullIntent_shouldNotCrash() local 70 final Intent next = Shadows.shadowOf(mApplication).getNextStartedActivity(); in onReceive_wrongIntent_shouldNotStartActivity() local 81 final Intent next = Shadows.shadowOf(mApplication).getNextStartedActivity(); in onReceive_correctIntent_shouldStartActivity() local 101 final Intent next = Shadows.shadowOf(mApplication).getNextStartedActivity(); in onReceive_disabledForUserBuild_BuildType_User_shouldNotStartActivity() local 119 final Intent next = Shadows.shadowOf(mApplication).getNextStartedActivity(); in onReceive_disabledForUserBuild_BuildType_Userdebug_shouldStartActivity() local 137 final Intent next = Shadows.shadowOf(mApplication).getNextStartedActivity(); in onReceive_notDisabledForUserBuildType_shouldStartActivity() local
|
/aosp_15_r20/external/nist-sip/java/gov/nist/core/ |
H A D | LexerCore.java | 238 char next = lookAhead(0); in match() local 262 char next = lookAhead(0); in match() local 531 char next = getNextChar(); in quotedString() local 556 char next = getNextChar(); in comment() local 585 char next = lookAhead(0); in byteStringNoSemicolon() local 609 char next = lookAhead(0); in byteStringNoSlash() local 632 char next = lookAhead(0); in byteStringNoComma() local 671 char next = lookAhead(0); in number() local 714 char next = lookAhead(0); in getString() local
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/ |
H A D | DesktopTaskPosition.kt | 44 override fun next(): DesktopTaskPosition { in next() method 54 override fun next(): DesktopTaskPosition { in next() method 64 override fun next(): DesktopTaskPosition { in next() method 74 override fun next(): DesktopTaskPosition { in next() method 84 override fun next(): DesktopTaskPosition { in next() method 95 abstract fun next(): DesktopTaskPosition in getTopLeftCoordinates() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/intrusive-collections/src/ |
D | linked_list.rs | 35 unsafe fn next(&self, ptr: Self::LinkPtr) -> Option<Self::LinkPtr>; in next() method 64 next: Cell<Option<NonNull<Link>>>, field 172 unsafe fn next(&self, ptr: Self::LinkPtr) -> Option<Self::LinkPtr> { in next() method 194 unsafe fn next(&self, ptr: Self::LinkPtr) -> Option<Self::LinkPtr> { in next() method 206 unsafe fn next( in next() method 281 next: AtomicPtr<AtomicLink>, field 409 unsafe fn next(&self, ptr: Self::LinkPtr) -> Option<Self::LinkPtr> { in next() method 431 unsafe fn next(&self, ptr: Self::LinkPtr) -> Option<Self::LinkPtr> { in next() method 443 unsafe fn next( in next() method 540 let next = link_ops.next(ptr); in replace_with() localVariable [all …]
|
D | singly_linked_list.rs | 31 unsafe fn next(&self, ptr: Self::LinkPtr) -> Option<Self::LinkPtr>; in next() method 48 next: Cell<Option<NonNull<Link>>>, field 154 unsafe fn next(&self, ptr: Self::LinkPtr) -> Option<Self::LinkPtr> { in next() method 166 unsafe fn next( in next() method 242 next: AtomicPtr<AtomicLink>, field 361 unsafe fn next(&self, ptr: Self::LinkPtr) -> Option<Self::LinkPtr> { in next() method 373 unsafe fn next( in next() method 583 let mut next = self.clone(); localVariable 653 let mut next = self.as_cursor(); localVariable 668 let next = if let Some(current) = self.current { localVariable [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/ |
D | date_facet.hpp | 167 OutItrT put(OutItrT next, in put() 179 OutItrT put(OutItrT next, in put() 202 OutItrT put(OutItrT next, in put() 218 OutItrT put(OutItrT next, in put() 231 OutItrT put(OutItrT next, in put() 247 OutItrT put(OutItrT next, in put() 255 OutItrT put(OutItrT next, in put() 263 OutItrT put(OutItrT next, in put() 271 OutItrT put(OutItrT next, in put() 279 OutItrT put(OutItrT next, in put() [all …]
|
D | date_generator_formatter.hpp | 128 OutItrT put_partial_date(OutItrT next, std::ios_base& a_ios, in put_partial_date() 140 OutItrT put_nth_kday(OutItrT next, std::ios_base& a_ios, in put_nth_kday() 156 OutItrT put_first_kday(OutItrT next, std::ios_base& a_ios, in put_first_kday() 172 OutItrT put_last_kday(OutItrT next, std::ios_base& a_ios, in put_last_kday() 188 OutItrT put_kday_before(OutItrT next, std::ios_base& a_ios, in put_kday_before() 200 OutItrT put_kday_after(OutItrT next, std::ios_base& a_ios, in put_kday_after() 215 OutItrT put_string(OutItrT next, const string_type& str) const in put_string()
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/json/ |
H A D | json_trace_tokenizer.cc | 92 const char** next) { in ReadOneJsonString() 130 const char** next) { in SkipOneJsonValue() 193 const char** next) { in ReadOneJsonDict() 251 const char** next) { in ReadOneJsonKey() 428 const char** next) { in ReadOneSystemTraceLine() 465 const char* next = buf; in Parse() local 532 const char* next = start; in HandleTraceEvent() local 644 const char* next = start; in HandleDictionaryKey() local 723 const char* next = start; in HandleSystemTraceEvent() local
|
/aosp_15_r20/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/ |
H A D | TypeNameClassifier.java | 32 public TyParseState next(JavaCaseFormat n) { in START() method 53 public TyParseState next(JavaCaseFormat n) { in TYPE() method 69 public TyParseState next(JavaCaseFormat n) { in FIRST_STATIC_MEMBER() method 77 public TyParseState next(JavaCaseFormat n) { in REJECT() method 85 public TyParseState next(JavaCaseFormat n) { in AMBIGUOUS() method 110 public abstract TyParseState next(JavaCaseFormat n); in next() method in TypeNameClassifier.TyParseState
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/ |
H A D | generics.rs | 187 fn next(&mut self) -> Option<Self::Item> { in next() method 188 let next = match self.0.next() { in next() localVariable 205 fn next(&mut self) -> Option<Self::Item> { in next() method 206 let next = match self.0.next() { in next() localVariable 223 fn next(&mut self) -> Option<Self::Item> { in next() method 224 let next = match self.0.next() { in next() localVariable 241 fn next(&mut self) -> Option<Self::Item> { in next() method 242 let next = match self.0.next() { in next() localVariable 259 fn next(&mut self) -> Option<Self::Item> { in next() method 260 let next = match self.0.next() { in next() localVariable [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/ |
H A D | generics.rs | 186 fn next(&mut self) -> Option<Self::Item> { in next() method 187 let next = match self.0.next() { in next() localVariable 204 fn next(&mut self) -> Option<Self::Item> { in next() method 205 let next = match self.0.next() { in next() localVariable 222 fn next(&mut self) -> Option<Self::Item> { in next() method 223 let next = match self.0.next() { in next() localVariable 240 fn next(&mut self) -> Option<Self::Item> { in next() method 241 let next = match self.0.next() { in next() localVariable 258 fn next(&mut self) -> Option<Self::Item> { in next() method 259 let next = match self.0.next() { in next() localVariable [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/ |
D | generics.rs | 186 fn next(&mut self) -> Option<Self::Item> { in next() method 187 let next = match self.0.next() { in next() localVariable 204 fn next(&mut self) -> Option<Self::Item> { in next() method 205 let next = match self.0.next() { in next() localVariable 222 fn next(&mut self) -> Option<Self::Item> { in next() method 223 let next = match self.0.next() { in next() localVariable 240 fn next(&mut self) -> Option<Self::Item> { in next() method 241 let next = match self.0.next() { in next() localVariable 258 fn next(&mut self) -> Option<Self::Item> { in next() method 259 let next = match self.0.next() { in next() localVariable [all …]
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/ |
H A D | ConcurrentLinkedList.kt | 23 val next = cur.nextOrIfClosed { return SegmentOrClosed(CLOSED) } in <lambda>() constant 81 val next = cur.nextOrIfClosed { return cur } in close() constant 111 val next: N? get() = nextOrIfClosed { return null } in <lambda>() constant 156 val next = aliveSegmentRight in markAsClosed() constant
|
/aosp_15_r20/packages/modules/Virtualization/libs/libfdt/src/ |
D | iterators.rs | 44 fn next(&mut self) -> Option<Self::Item> { in next() method 45 let next = self.node.next_compatible(self.compatible).ok()?; in next() localVariable 72 fn next(&mut self) -> Option<Self::Item> { in next() method 124 fn next(&mut self) -> Option<Self::Item> { in next() method 167 fn next(&mut self) -> Option<Self::Item> { in next() method 168 let next = self.reg.next()?; in next() localVariable 223 fn next(&mut self) -> Option<Self::Item> { in next() method 305 fn next(&mut self) -> Option<Self::Item> { in next() method 329 fn next(&mut self) -> Option<Self::Item> { in next() method 354 fn next(&mut self) -> Option<Self::Item> { in next() method
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/ |
H A D | LinkedHashMap.java | 72 java.util.HashMap.Node<K, V> p, java.util.HashMap.Node<K, V> next) { in replacementNode() 77 int hash, K key, V value, java.util.HashMap.Node<K, V> next) { in newTreeNode() 82 java.util.HashMap.Node<K, V> p, java.util.HashMap.Node<K, V> next) { in replacementTreeNode() 165 public java.util.Map.Entry<K, V> next() { in next() method in LinkedHashMap.LinkedEntryIterator 229 java.util.LinkedHashMap.LinkedHashMapEntry<K, V> next; field in LinkedHashMap.LinkedHashIterator 235 LinkedHashMapEntry(int hash, K key, V value, java.util.HashMap.Node<K, V> next) { in LinkedHashMapEntry() 249 public K next() { in next() method in LinkedHashMap.LinkedKeyIterator 294 public V next() { in next() method in LinkedHashMap.LinkedValueIterator
|
/aosp_15_r20/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A D | EventStreamTransformation.java | 69 EventStreamTransformation next = getNext(); in onMotionEvent() local 82 EventStreamTransformation next = getNext(); in onKeyEvent() local 94 EventStreamTransformation next = getNext(); in onAccessibilityEvent() local 105 public void setNext(EventStreamTransformation next); in setNext() 120 EventStreamTransformation next = getNext(); in clearEvents() local
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/ |
D | ImapResponseParser.java | 88 final int next = in.peek(); in peek() local 102 int next = in.read(); in readByte() local 182 final int next = readByte(); in expect() local 261 final int next = peek(); in parseResponse() local 297 final int next = peek(); in parseElement() local 378 final int next = peek(); in parseElements() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/kapt/gen/stubs/com/android/wm/shell/desktopmode/ |
D | DesktopTaskPosition.java | 36 public abstract com.android.wm.shell.desktopmode.DesktopTaskPosition next(); in next() method in DesktopTaskPosition 56 public com.android.wm.shell.desktopmode.DesktopTaskPosition next() { in next() method in DesktopTaskPosition.BottomLeft 96 public com.android.wm.shell.desktopmode.DesktopTaskPosition next() { in next() method in DesktopTaskPosition.BottomRight 137 public com.android.wm.shell.desktopmode.DesktopTaskPosition next() { in next() method in DesktopTaskPosition.Center 177 public com.android.wm.shell.desktopmode.DesktopTaskPosition next() { in next() method in DesktopTaskPosition.TopLeft 217 public com.android.wm.shell.desktopmode.DesktopTaskPosition next() { in next() method in DesktopTaskPosition.TopRight
|
/aosp_15_r20/frameworks/native/services/inputflinger/rust/ |
H A D | slow_keys_filter.rs | 44 next: Box<dyn Filter + Send + Sync>, field 279 let next = TestFilter::new(); in test_is_notify_key_for_internal_non_alphabetic_keyboard_not_blocked() localVariable 297 let next = TestFilter::new(); in test_is_notify_key_for_external_stylus_not_blocked() localVariable 316 let next = TestFilter::new(); in test_notify_key_for_tv_remote_when_key_pressed_for_threshold_time() localVariable 373 let next = TestFilter::new(); in test_notify_key_for_internal_alphabetic_keyboard_when_key_pressed_for_threshold_time() localVariable 425 let next = TestFilter::new(); in test_notify_key_for_external_keyboard_when_key_pressed_for_threshold_time() localVariable 477 let next = TestFilter::new(); in test_notify_key_for_external_keyboard_when_key_not_pressed_for_threshold_time() localVariable 510 let next = TestFilter::new(); in test_notify_key_for_external_keyboard_when_device_removed_before_threshold_time() localVariable
|
/aosp_15_r20/external/pigweed/pw_allocator/public/pw_allocator/ |
H A D | block_allocator.h | 236 auto* next = block->Next(); in NextIsFree() local 282 for (BlockType* next = end->Next(); next != nullptr; next = end->Next()) { in Init() local 367 if (auto* next = block->Next(); next != nullptr && next->IsFree()) { in DoDeallocate() local 402 if (auto* next = block->Next(); next != nullptr && next->IsFree()) { in DoResize() local 414 if (auto* next = block->Next(); next != nullptr && next->IsFree()) { in DoResize() local 479 BlockType* next = block->Next(); in UpdateLast() local
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/adaptors/ |
H A D | mod.rs | 56 fn next(&mut self) -> Option<Self::Item> { in next() function 118 fn next(&mut self) -> Option<Self::Item> { in next() function 220 fn next(&mut self) -> Option<Self::Item> { in next() function 316 fn next(&mut self) -> Option<Self::Item> { in next() function 401 fn next(&mut self) -> Option<Self::Item> { in next() function 442 fn next(&mut self) -> Option<Self::Item> { in next() function 570 fn next(&mut self) -> Option<Self::Item> { in next() function 634 fn next(&mut self) -> Option<Self::Item> { in next() function 674 fn next(&mut self) -> Option<Self::Item> { in next() function 723 fn next(&mut self) -> Option<Self::Item> { in next() function [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/ |
H A D | SubmissionPublisher.java | 371 BufferedSubscription<T> next = b.next; in subscribe() local 413 BufferedSubscription<T> retries = null, rtail = null, next; in doOffer() local 479 BufferedSubscription<T> pred = null, next; in cleanAndCount() local 638 BufferedSubscription<T> next = b.next; in close() local 676 BufferedSubscription<T> next = b.next; in closeExceptionally() local 715 BufferedSubscription<T> next = b.next; in hasSubscribers() local 778 BufferedSubscription<T> pred = null, next; in getSubscribers() local 813 BufferedSubscription<T> pred = null, next; in isSubscribed() local 848 BufferedSubscription<T> pred = null, next; in estimateMinimumDemand() local 883 BufferedSubscription<T> pred = null, next; in estimateMaximumLag() local [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | SubmissionPublisher.java | 371 BufferedSubscription<T> next = b.next; in subscribe() local 413 BufferedSubscription<T> retries = null, rtail = null, next; in doOffer() local 479 BufferedSubscription<T> pred = null, next; in cleanAndCount() local 638 BufferedSubscription<T> next = b.next; in close() local 676 BufferedSubscription<T> next = b.next; in closeExceptionally() local 715 BufferedSubscription<T> next = b.next; in hasSubscribers() local 778 BufferedSubscription<T> pred = null, next; in getSubscribers() local 813 BufferedSubscription<T> pred = null, next; in isSubscribed() local 848 BufferedSubscription<T> pred = null, next; in estimateMinimumDemand() local 883 BufferedSubscription<T> pred = null, next; in estimateMaximumLag() local [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/20/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | SubmissionPublisher.java | 371 BufferedSubscription<T> next = b.next; in subscribe() local 413 BufferedSubscription<T> retries = null, rtail = null, next; in doOffer() local 479 BufferedSubscription<T> pred = null, next; in cleanAndCount() local 638 BufferedSubscription<T> next = b.next; in close() local 676 BufferedSubscription<T> next = b.next; in closeExceptionally() local 715 BufferedSubscription<T> next = b.next; in hasSubscribers() local 778 BufferedSubscription<T> pred = null, next; in getSubscribers() local 813 BufferedSubscription<T> pred = null, next; in isSubscribed() local 848 BufferedSubscription<T> pred = null, next; in estimateMinimumDemand() local 883 BufferedSubscription<T> pred = null, next; in estimateMaximumLag() local [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/xml/etree/ |
D | ElementPath.py | 96 def prepare_child(next, token): argument 105 def prepare_star(next, token): argument 112 def prepare_self(next, token): argument 118 def prepare_descendant(next, token): argument 133 def prepare_parent(next, token): argument 146 def prepare_predicate(next, token): argument
|