HomeSort by relevance Sort by last modified time
    Searched refs:remove (Results 201 - 225 of 10269) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/skia/src/gpu/vk/
GrVkResource.h 57 void remove(const GrVkResource* r) { fHashSet.remove(r); } function in class:GrVkResource::Trace
169 fTrace.remove(this);
182 fTrace.remove(this);
  /external/skqp/src/gpu/vk/
GrVkResource.h 57 void remove(const GrVkResource* r) { fHashSet.remove(r); } function in class:GrVkResource::Trace
169 fTrace.remove(this);
182 fTrace.remove(this);
  /external/slf4j/log4j-over-slf4j/compatibility/src/main/java/test/
Log4j12Calls.java 37 MDC.remove("key");
  /external/slf4j/slf4j-api/src/main/java/org/slf4j/
Marker.java 72 * Remove a marker reference.
75 * the marker reference to remove
78 public boolean remove(Marker reference); method in interface:Marker
  /external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
NOPMDCAdapter.java 52 public void remove(String key) { method in class:NOPMDCAdapter
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/util/
ArrayStack.java 32 return stack.remove(stack.size() - 1);
  /external/testng/src/test/java/test/dataprovider/
FailingIterableDataProvider.java 29 public void remove() {} method
MyIterator.java 25 public void remove() { method in class:MyIterator
  /external/volley/src/main/java/com/android/volley/toolbox/
NoCache.java 43 public void remove(String key) { method in class:NoCache
  /frameworks/base/core/tests/coretests/src/android/app/activity/
ResultReceiver.java 39 map.remove("remove");
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
PrinterHashMap.java 31 return remove(getKey(device));
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/xerox/
PrinterHashMap.java 32 return remove(getKey(device));
  /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
TaskResourceLoadQueue.java 48 mQueue.remove(t);
  /frameworks/data-binding/extensions/library/src/main/java/android/databinding/
BaseObservable.java 40 mCallbacks.remove(callback);
  /frameworks/layoutlib/bridge/src/android/os/
Looper_Accessor.java 27 Looper.sThreadLocal.remove();
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
Stack.java 48 * Remove the object at the top of the stack and returns it.
53 return remove(size() - 1);
  /hardware/interfaces/audio/common/all-versions/default/include/common/all-versions/default/
EffectMap.h 35 void remove(effect_handle_t handle);
  /hardware/qcom/gps/msm8909/utils/
LocHeap.h 85 // as the input data, then remove it from the tree. Rank is implemented
88 LocRankable* remove(LocRankable& rankable);
  /hardware/qcom/gps/msm8909w_3100/utils/
LocHeap.h 85 // as the input data, then remove it from the tree. Rank is implemented
88 LocRankable* remove(LocRankable& rankable);
  /hardware/qcom/gps/msm8996/utils/
LocHeap.h 85 // as the input data, then remove it from the tree. Rank is implemented
88 LocRankable* remove(LocRankable& rankable);
  /hardware/qcom/gps/msm8998/utils/
LocHeap.h 85 // as the input data, then remove it from the tree. Rank is implemented
88 LocRankable* remove(LocRankable& rankable);
  /libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
StreamOpFlagTestHelper.java 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
36 allStreamFlags.remove(f);
  /packages/apps/DeskClock/src/com/android/deskclock/data/
WidgetDAO.java 41 prefs.edit().remove(key).apply();
  /packages/apps/Messaging/src/com/android/messaging/util/
LongSparseSet.java 52 * Remove an element from the set
54 * @param key The element to remove
56 public void remove(long key) { method in class:LongSparseSet
  /system/chre/util/include/chre/util/
fixed_size_blocking_queue.h 72 bool remove(size_t index);

Completed in 477 milliseconds

1 2 3 4 5 6 7 891011>>