Searched defs:remove (Results 101 - 125 of 136) sorted by path

123456

/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp350 void remove(EGLint attribute) { function in class:android::EGLAttributeVector
/frameworks/opt/net/voip/src/java/android/net/rtp/
H A DAudioGroup.java168 synchronized void remove(AudioStream stream) { method in class:AudioGroup
169 Long id = mStreams.remove(stream);
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp75 // proxies. A firewall might remove a port mapping when there is no outgoing
483 bool remove(AudioStream *stream);
699 bool AudioGroup::remove(AudioStream *stream) function in class:__anon1612::AudioGroup
1032 void remove(JNIEnv *env, jobject thiz, jlong stream) function in namespace:__anon1612
1036 if (!stream || !group->remove((AudioStream *)stream)) {
1061 {"nativeRemove", "(J)V", (void *)remove},
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DConfigurationMap.java54 public WifiConfiguration remove(int netID) { method in class:ConfigurationMap
55 WifiConfiguration config = mPerID.remove(netID);
59 mPerConfigKey.remove(config.configKey().hashCode());
61 mPerIDForCurrentUser.remove(netID);
66 entries.remove();
70 mHiddenNetworkIdsForCurrentUser.remove(netID);
H A DScanDetailCache.java76 void remove(String bssid) { method in class:ScanDetailCache
77 mMap.remove(bssid);
131 mMap.remove(result.getBSSIDString());
132 mPasspointMatches.remove(result.getBSSIDString());
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
H A DMultiValueMap.java54 public T remove(String key, T value) { method in class:MultiValueMap
65 valueIterator.remove();
71 mMap.remove(key);
76 public T remove(T value) { method in class:MultiValueMap
84 valueIterator.remove();
91 iterator.remove();
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DTelephonyRegistryMock.java84 private void remove(IBinder binder) { method in class:TelephonyRegistryMock
89 mRecords.remove(i);
100 remove(b);
138 remove(r.binder);
150 remove(callback.asBinder());
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DExportTestProvider.java66 public void remove() { method in class:ExportTestProvider.MockEntityIterator
67 throw new UnsupportedOperationException("remove not supported");
/frameworks/rs/
H A DrsObjectBase.cpp63 // While the normal practice is to call remove before we call
66 // cases we need to remove ourself here.
68 remove();
121 ref->remove();
209 void ObjectBase::remove() const { function in class:ObjectBase
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DArrayObjectAdapter.java122 * @param item The item to remove from the adapter.
125 public boolean remove(Object item) { method in class:ArrayObjectAdapter
128 mItems.remove(index);
148 * the starting position and the number of elements to remove.
150 * @param position The index of the first item to remove.
151 * @param count The number of items to remove.
161 mItems.remove(position);
H A DViewsStateBundle.java64 public void remove(int id) { method in class:ViewsStateBundle
66 mChildStates.remove(getSaveStatesKey(id));
157 SparseArray<Parcelable> container = mChildStates.remove(key);
213 remove(id);
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java132 "Instantiate " + bse + " set remove fragment #" + mOps[pos]);
461 public FragmentTransaction remove(Fragment fragment) { method in class:BackStackRecord
775 lastInFragments.remove(containerId);
790 firstOutFragments.remove(containerId);
828 lastInFragments.remove(old.mContainerId);
1283 sharedElementTargets.remove(state.nonExistentView);
1431 state.hiddenFragmentViews.remove(fragment.mView);
H A DFragmentTransaction.java74 * essentially the same as calling {@link #remove(Fragment)} for all
99 public abstract FragmentTransaction remove(Fragment fragment); method in class:FragmentTransaction
/frameworks/support/v4/java/android/support/v4/util/
H A DLongSparseArray.java131 public void remove(long key) { method in class:LongSparseArray
H A DLruCache.java178 map.remove(key);
192 public final V remove(K key) { method in class:LruCache
199 previous = map.remove(key);
215 * {@link #remove}, or replaced by a call to {@link #put}. The default
222 * if the removal was caused by a {@link #put} or {@link #remove}.
225 * an eviction or a {@link #remove}.
H A DMapCollections.java60 public void remove() { method in class:MapCollections.ArrayIterator
94 public void remove() { method in class:MapCollections.MapIterator
218 public boolean remove(Object object) { method in class:MapCollections.EntrySet
303 public boolean remove(Object object) { method in class:MapCollections.KeySet
397 public boolean remove(Object object) { method in class:MapCollections.ValuesCollection
468 map.remove(it.next());
478 it.remove();
H A DSimpleArrayMap.java446 * @param key The key of the mapping to remove.
450 public V remove(Object key) { method in class:SimpleArrayMap
468 if (DEBUG) Log.d(TAG, "remove: shrink from " + mHashes.length + " to 0");
480 if (DEBUG) Log.d(TAG, "remove: shrink from " + mHashes.length + " to " + n);
488 if (DEBUG) Log.d(TAG, "remove: copy from 0-" + index + " to 0");
493 if (DEBUG) Log.d(TAG, "remove: copy from " + (index+1) + "-" + mSize
502 if (DEBUG) Log.d(TAG, "remove: move " + (index+1) + "-" + mSize
H A DSparseArrayCompat.java111 public void remove(int key) { method in class:SparseArrayCompat
129 * @param size Number of mappings to remove
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRemotePlaybackClient.java134 * {@link MediaControlIntent#ACTION_REMOVE remove}.
240 * @param callback The callback to set. May be null to remove the previous callback.
253 * @param listener The callback to set. May be null to remove the previous callback.
420 * Sends a request to remove a media item from the queue.
441 public void remove(String itemId, Bundle extras, ItemActionCallback callback) { method in class:RemotePlaybackClient
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/util/
H A DSortedListTest.java153 assertFalse(remove(item));
156 assertTrue(remove(item));
160 assertFalse(remove(item));
169 assertFalse(remove(item2));
213 log.append("remove ").append(item).append("\n");
214 assertTrue(copy.remove(item));
215 assertTrue(mList.remove(item));
230 copy.remove(item);
242 copy.remove(item);
637 mList.remove(extraIte
717 private boolean remove(Item item) { method in class:SortedListTest
[all...]
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
H A DAdapterHelperTest.java354 // TODO test MOVE then remove items in between.
355 // TODO test MOVE then remove it, make sure it is not dispatched
1028 mPreLayoutItems.remove(item);
1031 mTestAdapter.remove(start, count);
1077 mItems.add(to, mItems.remove(from));
1083 public void remove(int index, int count) { method in class:AdapterHelperTest.TestAdapter
1085 mItems.remove(index);
1124 mItems.remove(op.positionStart);
1133 mItems.add(op.itemCount, mItems.remove(op.positionStart));
1140 return mPendingAdded.remove();
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/util/
H A DSortedList.java352 * mSortedList.remove(item3)
423 public boolean remove(T item) { method in class:SortedList
425 return remove(item, true);
442 private boolean remove(T item, boolean notify) { method in class:SortedList
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DChildHelper.java70 if (mHiddenViews.remove(child)) {
137 * @param view The view to remove.
144 if (mBucket.remove(index)) {
149 Log.d(TAG, "remove View off:" + index + "," + this);
165 if (mBucket.remove(offset)) {
191 mHiddenViews.remove(i);
283 mBucket.remove(offset);
369 * @param view The view to remove.
381 mBucket.remove(index);
469 boolean remove(in method in class:ChildHelper.Bucket
[all...]

Completed in 459 milliseconds

123456