Home
last modified time | relevance | path

Searched defs:removed (Results 1 – 25 of 1638) sorted by relevance

12345678910>>...66

/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/controls/management/
H A DFavoritesModelTest.kt107 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 Dgatt2_client_server_test.cc81 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 Dhost_server_watch_peers_fuzztest.cc64 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/
DFlagDebugUtils.kt39 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/
DSetChanges.java20 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 DLockFreeLinkedList.kt49 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/
DControlStatus.java15 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/
DNotificationIconsViewData.java138 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 DApiVariantSelectors.kt73 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 DAidlTestUtils.java140 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 DProgramInfoCache.java169 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 DProgramInfoCache.java143 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 DDifference.java144 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 Dtests.rs911 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 Dtests.rs911 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 Dtests.rs911 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 Dtests.rs911 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 Dtests.rs911 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 Dgatt_test.cc55 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 DReportAPI.java52 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 DPendingJobQueueTest.java191 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 DFlow.kt134 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 DProgramList.java212 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 DLongArrayQueueTest.java181 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 DAbstractCollectionTest.java137 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

12345678910>>...66