/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/controls/management/ |
H A D | FavoritesModelTest.kt | 107 val removed = 4 in <lambda>() constant 119 val removed = 4 in <lambda>() constant 130 val removed = 4 in <lambda>() constant 144 val removed = 4 in <lambda>() constant 156 val removed = 4 in <lambda>() constant 168 val removed = 4 in <lambda>() constant
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/ |
H A D | gatt2_client_server_test.cc | 81 std::vector<fbg::Handle> removed; in TEST_F() local 163 std::vector<fbg::Handle> removed; in TEST_F() local 244 std::vector<fbg::Handle> removed; in TEST_F() local 385 std::vector<fbg::Handle> removed; in TEST_F() local 415 std::vector<fbg::Handle> removed; in TEST_F() local 472 std::vector<fbg::Handle> removed; in TEST_F() local 523 std::vector<fbg::Handle> removed; in TEST_F() local 600 std::vector<fbg::Handle> removed; in TEST_F() local 838 std::vector<fbg::Handle> removed; in TEST_F() local 915 std::vector<fbg::Handle> removed; in TEST_F() local
|
H A D | host_server_watch_peers_fuzztest.cc | 64 std::vector<::fuchsia::bluetooth::PeerId> removed; in FuzzWatchPeers() local 122 std::vector<fuchsia::bluetooth::PeerId> removed) { in HandleWatchPeersResponse() 135 std::vector<::fuchsia::bluetooth::PeerId> removed; in HandleWatchPeersResponse() local
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | FlagDebugUtils.kt | 39 val removed = previous and changed in formatFlagChange() constant 65 val removed = previous and changed in formatFlagChange() constant
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/util/kotlin/ |
D | SetChanges.java | 20 private final java.util.Set<T> removed = null; field in SetChanges 28 public SetChanges(@org.jetbrains.annotations.NotNull() in SetChanges() 61 …blic final com.android.systemui.util.kotlin.SetChanges<T> copy(@org.jetbrains.annotations.NotNull() in copy()
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/concurrent/src/internal/ |
H A D | LockFreeLinkedList.kt | 49 private fun removed(): Removed = in <lambda>() method 207 val removed = (next as Node).removed() in <lambda>() constant
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/controls/ |
D | ControlStatus.java | 15 private final boolean removed = false; field in ControlStatus 19 android.content.ComponentName component, boolean favorite, boolean removed) { in ControlStatus() 102 android.content.ComponentName component, boolean favorite, boolean removed) { in copy()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/notification/icon/ui/viewmodel/ |
D | NotificationIconsViewData.java | 138 private final java.util.List<java.lang.String> removed = null; field in NotificationIconsViewData.Diff 154 java.util.List<java.lang.String> removed, @org.jetbrains.annotations.NotNull() in Diff() 211 java.util.List<java.lang.String> removed, @org.jetbrains.annotations.NotNull() in copy()
|
/aosp_15_r20/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/ |
H A D | ApiVariantSelectors.kt | 73 abstract val removed: Boolean in <lambda>() constant in com.android.tools.metalava.model.ApiVariantSelectors 135 override var removed: Boolean in <lambda>() variable 320 override var removed: Boolean in <lambda>() variable in com.android.tools.metalava.model.ApiVariantSelectors.Mutable 600 val removed: Boolean? = null, in <lambda>() constant in com.android.tools.metalava.model.ApiVariantSelectors.TestableSelectorsState
|
/aosp_15_r20/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/aidl/ |
H A D | AidlTestUtils.java | 140 List<RadioManager.ProgramInfo> modified, List<ProgramSelector.Identifier> removed) { in makeHalChunk() 156 ProgramInfo[] modified, ProgramIdentifier[] removed) { in makeHalChunk() 167 List<UniqueProgramIdentifier> removed) throws RemoteException { in makeChunk()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/broadcastradio/aidl/ |
H A D | ProgramInfoCache.java | 169 ArraySet<UniqueProgramIdentifier> removed = new ArraySet<>(); in filterAndUpdateFromInternal() local 229 Set<UniqueProgramIdentifier> removed = new ArraySet<>(); in filterAndApplyChunkInternal() local 309 @Nullable Collection<UniqueProgramIdentifier> removed, int maxNumRemovedPerChunk) { in buildChunks()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/ |
H A D | ProgramInfoCache.java | 143 ArraySet<UniqueProgramIdentifier> removed = new ArraySet<>(); in filterAndUpdateFromInternal() local 197 Set<UniqueProgramIdentifier> removed = new ArraySet<>(); in filterAndApplyChunkInternal() local 276 @Nullable Collection<UniqueProgramIdentifier> removed, int maxNumRemovedPerChunk) { in buildChunks()
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/ |
H A D | Difference.java | 144 Removed removed = (Removed) diffElement; in apply() local 145 …applyRemovedDiffElement(removedGroups.get(removed), removed, originalElement, originalElementIsChi… in apply() local 347 …private void applyRemovedDiffElement(RemovedGroup removedGroup, Removed removed, TextElement origi… in applyRemovedDiffElement() 410 private void cleanTheLineOfLeftOverSpace(RemovedGroup removedGroup, Removed removed) { in cleanTheLineOfLeftOverSpace()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/collections/linked_list/ |
H A D | tests.rs | 911 let removed = list.extract_if(|x| *x % 2 == 0).collect::<Vec<_>>(); in extract_if_complex() localVariable 929 let removed = list.extract_if(|x| *x % 2 == 0).collect::<Vec<_>>(); in extract_if_complex() localVariable 947 let removed = list.extract_if(|x| *x % 2 == 0).collect::<Vec<_>>(); in extract_if_complex() localVariable 964 let removed = list.extract_if(|x| *x % 2 == 0).collect::<Vec<_>>(); in extract_if_complex() localVariable 978 let removed = list.extract_if(|x| *x % 2 == 0).collect::<Vec<_>>(); in extract_if_complex() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/linked_list/ |
H A D | tests.rs | 911 let removed = list.extract_if(|x| *x % 2 == 0).collect::<Vec<_>>(); in extract_if_complex() localVariable 929 let removed = list.extract_if(|x| *x % 2 == 0).collect::<Vec<_>>(); in extract_if_complex() localVariable 947 let removed = list.extract_if(|x| *x % 2 == 0).collect::<Vec<_>>(); in extract_if_complex() localVariable 964 let removed = list.extract_if(|x| *x % 2 == 0).collect::<Vec<_>>(); in extract_if_complex() localVariable 978 let removed = list.extract_if(|x| *x % 2 == 0).collect::<Vec<_>>(); in extract_if_complex() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/linked_list/ |
H A D | tests.rs | 911 let removed = list.extract_if(|x| *x % 2 == 0).collect::<Vec<_>>(); in extract_if_complex() localVariable 929 let removed = list.extract_if(|x| *x % 2 == 0).collect::<Vec<_>>(); in extract_if_complex() localVariable 947 let removed = list.extract_if(|x| *x % 2 == 0).collect::<Vec<_>>(); in extract_if_complex() localVariable 964 let removed = list.extract_if(|x| *x % 2 == 0).collect::<Vec<_>>(); in extract_if_complex() localVariable 978 let removed = list.extract_if(|x| *x % 2 == 0).collect::<Vec<_>>(); in extract_if_complex() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/linked_list/ |
H A D | tests.rs | 911 let removed = list.extract_if(|x| *x % 2 == 0).collect::<Vec<_>>(); in extract_if_complex() localVariable 929 let removed = list.extract_if(|x| *x % 2 == 0).collect::<Vec<_>>(); in extract_if_complex() localVariable 947 let removed = list.extract_if(|x| *x % 2 == 0).collect::<Vec<_>>(); in extract_if_complex() localVariable 964 let removed = list.extract_if(|x| *x % 2 == 0).collect::<Vec<_>>(); in extract_if_complex() localVariable 978 let removed = list.extract_if(|x| *x % 2 == 0).collect::<Vec<_>>(); in extract_if_complex() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/linked_list/ |
H A D | tests.rs | 911 let removed = list.extract_if(|x| *x % 2 == 0).collect::<Vec<_>>(); in extract_if_complex() localVariable 929 let removed = list.extract_if(|x| *x % 2 == 0).collect::<Vec<_>>(); in extract_if_complex() localVariable 947 let removed = list.extract_if(|x| *x % 2 == 0).collect::<Vec<_>>(); in extract_if_complex() localVariable 964 let removed = list.extract_if(|x| *x % 2 == 0).collect::<Vec<_>>(); in extract_if_complex() localVariable 978 let removed = list.extract_if(|x| *x % 2 == 0).collect::<Vec<_>>(); in extract_if_complex() localVariable
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gatt/ |
H A D | gatt_test.cc | 55 std::vector<att::Handle> removed; member 159 ServiceList modified) { in TEST_F() 270 ServiceList modified) { in TEST_F() 329 [&](std::vector<att::Handle> removed, in TEST_F() 331 ServiceList modified) { in TEST_F()
|
/aosp_15_r20/external/icu/icu4j/tools/build/src/main/java/com/ibm/icu/dev/tool/docs/ |
H A D | ReportAPI.java | 52 TreeSet<APIInfo> removed; field in ReportAPI 60 APIInfo removed; field in ReportAPI.DeltaInfo 62 DeltaInfo(APIInfo added, APIInfo removed) { in DeltaInfo()
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/job/ |
H A D | PendingJobQueueTest.java | 191 ArraySet<JobStatus> removed = new ArraySet<>(); in testRemove() local 221 ArraySet<JobStatus> removed = new ArraySet<>(); in testRemove_duringIteration() local 265 ArraySet<JobStatus> removed = new ArraySet<>(); in testRemove_outOfOrder() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/ |
H A D | Flow.kt | 134 val removed = old - new in new() constant 156 val removed: Set<T>, in setChanges() constant in com.android.systemui.util.kotlin.SetChanges
|
/aosp_15_r20/frameworks/base/core/java/android/hardware/radio/ |
H A D | ProgramList.java | 212 RadioManager.ProgramInfo>> removed = programsIterator.next(); in apply() local 275 RadioManager.ProgramInfo removed = entries.remove(Objects.requireNonNull(key)); in removeLocked() local 526 @Nullable Set<UniqueProgramIdentifier> removed) { in Chunk()
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/util/ |
H A D | LongArrayQueueTest.java | 181 final int removed = 345; in sizeAfterOperations() local 227 int removed = 212; in getValidPositions() local
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
H A D | AbstractCollectionTest.java | 137 final String[] removed = new String[3]; in test_removeAllLjava_util_Collection() local 180 final String[] removed = new String[1]; in test_retainAllLjava_util_Collection() local
|