Home
last modified time | relevance | path

Searched defs:remove (Results 1 – 25 of 363) sorted by relevance

12345678910>>...15

/aosp12/hardware/qcom/gps/msm8909w_3100/core/data-items/common/
H A DClientIndex.cpp71 int ClientIndex <CT,DIT> :: remove (CT client) { in remove() function in ClientIndex
80 void ClientIndex <CT,DIT> :: remove (const list <DIT> & r, list <CT> & out) { in remove() function in ClientIndex
106 void ClientIndex <CT,DIT> :: remove in remove() function in ClientIndex
H A DDataItemIndex.cpp63 int DataItemIndex <CT,DIT> :: remove (DIT id) { in remove() function in DataItemIndex
72 void DataItemIndex <CT,DIT> :: remove (const list <CT> & r, list <DIT> & out) { in remove() function in DataItemIndex
104 void DataItemIndex <CT,DIT> :: remove in remove() function in DataItemIndex
/aosp12/frameworks/base/core/java/android/os/
H A DPackageTagsList.java336 public @NonNull Builder remove(@NonNull String packageName) { in remove() method in PackageTagsList.Builder
349 public @NonNull Builder remove(@NonNull String packageName, in remove() method in PackageTagsList.Builder
366 public @NonNull Builder remove(@NonNull String packageName, in remove() method in PackageTagsList.Builder
388 public @NonNull Builder remove(@NonNull PackageTagsList packageTagsList) { in remove() method in PackageTagsList.Builder
401 public @NonNull Builder remove(@NonNull Map<String, ? extends Set<String>> packageTagsMap) { in remove() method in PackageTagsList.Builder
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/p2p/
H A DWifiP2pDeviceList.java140 public boolean remove(WifiP2pDevice device) { in remove() method in WifiP2pDeviceList
152 public WifiP2pDevice remove(String deviceAddress) { in remove() method in WifiP2pDeviceList
158 public boolean remove(WifiP2pDeviceList list) { in remove() method in WifiP2pDeviceList
H A DWifiP2pGroupList.java103 public void remove(int netId) { in remove() method in WifiP2pGroupList
112 void remove(String deviceAddress) { in remove() method in WifiP2pGroupList
/aosp12/frameworks/base/apex/appsearch/testing/java/com/android/server/appsearch/testing/external/
H A DAppSearchSessionShim.java208 ListenableFuture<AppSearchBatchResult<String, Void>> remove( in remove() method
228 ListenableFuture<Void> remove(@NonNull String queryExpression, @NonNull SearchSpec searchSpec); in remove() method
/aosp12/frameworks/base/services/core/java/com/android/server/pm/verify/domain/models/
H A DDomainVerificationStateMap.java78 public ValueType remove(@NonNull String packageName) { in remove() method in DomainVerificationStateMap
90 public ValueType remove(@NonNull UUID domainSetId) { in remove() method in DomainVerificationStateMap
/aosp12/frameworks/base/core/java/android/util/
H A DSparseSetArray.java75 public boolean remove(int n, T value) { in remove() method in SparseSetArray
90 public void remove(int n) { in remove() method in SparseSetArray
/aosp12/frameworks/base/core/java/android/view/
H A DViewOverlay.java89 public void remove(@NonNull Drawable drawable) { in remove() method in ViewOverlay
165 public void remove(@NonNull Drawable drawable) { in remove() method in ViewOverlay.OverlayViewGroup
212 public void remove(@NonNull View view) { in remove() method in ViewOverlay.OverlayViewGroup
H A DViewGroupOverlay.java83 public void remove(@NonNull View view) { in remove() method in ViewGroupOverlay
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DListenerSet.kt39 fun remove(element: E): Boolean = listeners.remove(element) regex
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
H A DRecoverySessionStorage.java78 public void remove(int uid, String sessionId) { in remove() method in RecoverySessionStorage
92 public void remove(int uid) { in remove() method in RecoverySessionStorage
/aosp12/frameworks/base/media/java/android/media/
H A DAudioMetadataMap.java41 <T> T remove(@NonNull AudioMetadata.Key<T> key); in remove() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DTimeLimitedMotionEventBuffer.java66 public MotionEvent remove(int index) { in remove() method in TimeLimitedMotionEventBuffer
118 public boolean remove(Object o) { in remove() method in TimeLimitedMotionEventBuffer
228 public void remove() { in remove() method in TimeLimitedMotionEventBuffer.Iter
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DConversationParticipantsData.java120 public void remove() { in iterator() method
/aosp12/system/tools/hidl/build/
H A Dutils.go35 func remove(str string, strs []string) []string { func
/aosp12/hardware/qcom/sm7250/gps/utils/
H A DLocHeap.cpp172 LocHeapNode* LocHeapNode::remove(LocHeapNode*& top, LocRankable& data) { in remove() function in loc_util::LocHeapNode
258 LocRankable* LocHeap::remove(LocRankable& rankable) { in remove() function in loc_util::LocHeap
/aosp12/hardware/qcom/sm8150/gps/utils/
H A DLocHeap.cpp172 LocHeapNode* LocHeapNode::remove(LocHeapNode*& top, LocRankable& data) { in remove() function in loc_util::LocHeapNode
258 LocRankable* LocHeap::remove(LocRankable& rankable) { in remove() function in loc_util::LocHeap
/aosp12/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpnProfileStore.java63 public boolean remove(@NonNull String alias) { in remove() method in VpnProfileStore
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DLongSparseSet.java56 public void remove(long key) { in remove() method in LongSparseSet
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DSplashScreenSurface.java48 public void remove(boolean animate) { in remove() method in SplashScreenSurface
/aosp12/system/chre/util/include/chre/util/
H A Dfixed_size_blocking_queue_impl.h77 bool FixedSizeBlockingQueue<ElementType, kSize>::remove(size_t index) { in remove() function
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DIntSparseArrayMap.java61 public void remove() { in remove() method in IntSparseArrayMap.ValueIterator
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DMediaDataCombineLatest.kt102 private fun remove(key: String) { regex
/aosp12/frameworks/base/core/java/android/content/
H A DCursorEntityIterator.java92 public void remove() { in remove() method in CursorEntityIterator

12345678910>>...15