HomeSort by relevance Sort by last modified time
    Searched defs:REMOVE (Results 1 - 25 of 168) sorted by null

1 2 3 4 5 6 7

  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
ObservableArrayListTest.java 36 private static final int REMOVE = 4;
65 mNotifications.add(new ListChange(REMOVE, start, count));
226 assertEquals(REMOVE, change.change);
239 assertEquals("Hello", mObservable.remove(0));
242 assertEquals(REMOVE, change.change);
251 assertTrue(mObservable.remove("Hello"));
254 assertEquals(REMOVE, change.change);
258 assertFalse(mObservable.remove("Hello"));
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/file/
AclEdit.java 177 System.err.println("Example 2: Remove the entry at index 6 of myfile's ACL");
188 REMOVE,
229 action = Action.REMOVE;
280 // remove ACE
281 case REMOVE: {
286 acl.remove(index);
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/file/
AclEdit.java 177 System.err.println("Example 2: Remove the entry at index 6 of myfile's ACL");
188 REMOVE,
229 action = Action.REMOVE;
280 // remove ACE
281 case REMOVE: {
286 acl.remove(index);
  /external/guava/guava-tests/test/com/google/common/collect/
ConcurrentHashMultisetBasherTest.java 142 case REMOVE: {
144 int oldValue = multiset.remove(key, delta);
164 REMOVE,
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
TriggerManager.java 61 REMOVE;
112 menu.add(Menu.NONE, ContextMenuId.REMOVE.getId(), Menu.NONE, "Remove");
131 if (item.getItemId() == ContextMenuId.REMOVE.getId()) {
132 mTriggerRepository.remove(trigger);
152 mTriggers.remove(trigger);
207 mTriggerRepository.remove(t);
  /packages/apps/Contacts/src/com/android/contacts/logging/
QuickContactEvent.java 65 public static final int REMOVE = 6;
  /packages/apps/Launcher3/src/com/android/launcher3/accessibility/
LauncherAccessibilityDelegate.java 51 public static final int REMOVE = R.id.action_remove;
81 mActions.put(REMOVE, new AccessibilityAction(REMOVE,
191 folder.getInfo().remove(info, false);
  /frameworks/av/media/libaudioclient/include/media/
AudioMixer.h 86 REMOVE = 0x4102, // Remove the sample rate converter on this track name;
261 // TODO: Eventually remove legacy integer volume settings
355 // TODO: remove BLOCKSIZE unit of processing - it isn't needed anymore.
  /frameworks/base/core/java/com/android/internal/widget/
AdapterHelper.java 100 case UpdateOp.REMOVE:
128 // otherwise, it would be converted into a REMOVE operation
150 UpdateOp newOp = obtainUpdateOp(UpdateOp.REMOVE, tmpStart, tmpCount, null);
161 UpdateOp newOp = obtainUpdateOp(UpdateOp.REMOVE, tmpStart, tmpCount, null);
177 op = obtainUpdateOp(UpdateOp.REMOVE, tmpStart, tmpCount, null);
255 case UpdateOp.REMOVE:
259 throw new IllegalArgumentException("op should be remove or update." + op);
272 case UpdateOp.REMOVE:
289 tmpStart = updatedPos; // need to remove previously dispatched
316 case UpdateOp.REMOVE
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkAgentInfo.java 282 private static final boolean REMOVE = false;
320 updateRequestCounts(REMOVE, existing);
328 * Remove the specified request from this network.
333 updateRequestCounts(REMOVE, existing);
334 mNetworkRequests.remove(requestId);
508 mLingerTimers.remove(timer);
509 mLingerTimerForRequest.remove(request.requestId);
  /frameworks/support/room/runtime/src/main/java/androidx/room/
InvalidationTracker.java 253 * Note that you cannot remove this observer once added. It will be automatically removed
268 * @param observer The observer to remove.
275 wrapper = mObserverMap.remove(observer);
428 case ObservedTableTracker.REMOVE:
565 static final int REMOVE = 2; // remove triggers for this table
572 // when sync is called, this field is returned. It includes actions as ADD, REMOVE, NO_OP
644 mTriggerStateChanges[i] = newState ? ADD : REMOVE;
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
AdapterHelper.java 101 case UpdateOp.REMOVE:
129 // otherwise, it would be converted into a REMOVE operation
151 UpdateOp newOp = obtainUpdateOp(UpdateOp.REMOVE, tmpStart, tmpCount, null);
162 UpdateOp newOp = obtainUpdateOp(UpdateOp.REMOVE, tmpStart, tmpCount, null);
178 op = obtainUpdateOp(UpdateOp.REMOVE, tmpStart, tmpCount, null);
256 case UpdateOp.REMOVE:
260 throw new IllegalArgumentException("op should be remove or update." + op);
273 case UpdateOp.REMOVE:
290 tmpStart = updatedPos; // need to remove previously dispatched
317 case UpdateOp.REMOVE
    [all...]
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DiskLruCache.java 70 * remove entries in the background until the limit is satisfied. The limit is
108 private static final String REMOVE = "REMOVE";
125 * REMOVE 335c4c6028171cfddfbaae1a9c313c52
139 * Every successful DIRTY action should be followed by a CLEAN or REMOVE
140 * action. DIRTY lines without a matching CLEAN or REMOVE indicate that
146 * o REMOVE lines track entries that have been deleted.
375 if (parts[0].equals(REMOVE) && parts.length == 2) {
376 lruEntries.remove(key);
417 i.remove();
631 public synchronized boolean remove(String key) throws IOException { method in class:DiskLruCache
    [all...]
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DiskLruCache.java 70 * remove entries in the background until the limit is satisfied. The limit is
108 private static final String REMOVE = "REMOVE";
125 * REMOVE 335c4c6028171cfddfbaae1a9c313c52
139 * Every successful DIRTY action should be followed by a CLEAN or REMOVE
140 * action. DIRTY lines without a matching CLEAN or REMOVE indicate that
146 * o REMOVE lines track entries that have been deleted.
375 if (parts[0].equals(REMOVE) && parts.length == 2) {
376 lruEntries.remove(key);
417 i.remove();
631 public synchronized boolean remove(String key) throws IOException { method in class:DiskLruCache
    [all...]
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DiskLruCache.java 70 * remove entries in the background until the limit is satisfied. The limit is
108 private static final String REMOVE = "REMOVE";
125 * REMOVE 335c4c6028171cfddfbaae1a9c313c52
139 * Every successful DIRTY action should be followed by a CLEAN or REMOVE
140 * action. DIRTY lines without a matching CLEAN or REMOVE indicate that
146 * o REMOVE lines track entries that have been deleted.
375 if (parts[0].equals(REMOVE) && parts.length == 2) {
376 lruEntries.remove(key);
417 i.remove();
631 public synchronized boolean remove(String key) throws IOException { method in class:DiskLruCache
    [all...]
  /external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
DiskLruCache.java 55 * remove entries in the background until the limit is satisfied. The limit is
94 private static final String REMOVE = "REMOVE";
108 * REMOVE 335c4c6028171cfddfbaae1a9c313c52
122 * Every successful DIRTY action should be followed by a CLEAN or REMOVE
123 * action. DIRTY lines without a matching CLEAN or REMOVE indicate that
129 * o REMOVE lines track entries that have been deleted.
292 if (firstSpace == REMOVE.length() && line.startsWith(REMOVE)) {
293 lruEntries.remove(key)
580 public synchronized boolean remove(String key) throws IOException { method in class:DiskLruCache
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DiskLruCache.java 58 * remove entries in the background until the limit is satisfied. The limit is
98 private static final String REMOVE = "REMOVE";
112 * REMOVE 335c4c6028171cfddfbaae1a9c313c52
126 * Every successful DIRTY action should be followed by a CLEAN or REMOVE
127 * action. DIRTY lines without a matching CLEAN or REMOVE indicate that
133 * o REMOVE lines track entries that have been deleted.
322 if (firstSpace == REMOVE.length() && line.startsWith(REMOVE)) {
323 lruEntries.remove(key)
591 public synchronized boolean remove(String key) throws IOException { method in class:DiskLruCache
751 @Override public void remove() { method
    [all...]
  /frameworks/support/v7/recyclerview/src/test/java/androidx/recyclerview/widget/
SortedListTest.java 100 mEvents.add(new Event(TYPE.REMOVE, position, count));
222 assertFalse(remove(item)); method
225 assertTrue(remove(item)); method
229 assertFalse(remove(item)); method
238 assertFalse(remove(item2)); method
279 case 1://REMOVE
283 log.append("remove ").append(item).append("\n");
284 assertTrue(copy.remove(item));
285 assertTrue(mList.remove(item));
301 copy.remove(item)
1509 private boolean remove(Item item) { method in class:SortedListTest
    [all...]
  /libcore/luni/src/test/java/libcore/java/security/
ProviderTest.java 136 // remove from remaining, assert unknown if missing
138 if (remainingAlgorithms == null || !remainingAlgorithms.remove(algorithm)) {
169 remainingExpected.remove(type);
199 cipherIt.remove();
204 remainingExpected.remove("Cipher");
437 remainingTypes.remove(type);
    [all...]
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/disklrucache/SNAPSHOT/
disklrucache-SNAPSHOT.jar 
  /external/guice/extensions/persist/lib/
ejb3-persistence.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/25.2.0/
manifest-merger-25.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/25.2.0-alpha1/
manifest-merger-25.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/25.2.0-alpha3/
manifest-merger-25.2.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/25.2.0-alpha4/
manifest-merger-25.2.0-alpha4.jar 

Completed in 805 milliseconds

1 2 3 4 5 6 7