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

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/gesture/src/android/gesture/cts/
GestureStorageAccessor.java 44 void removeEntry(String entryName);
GestureLibraryTest.java 67 public void removeEntry(String entryName) {
68 mGestureLibrary.removeEntry(entryName);
GestureStoreTest.java 70 public void removeEntry(String entryName) {
71 mGestureStore.removeEntry(entryName);
128 mGestureStore.removeEntry(TEST_GESTURE_NAME);
  /hardware/interfaces/audio/effect/all-versions/default/include/effect/all-versions/default/
AudioBufferManager.impl.h 47 void AudioBufferManager::removeEntry(uint64_t id) {
63 AudioBufferManager::getInstance().removeEntry(mHidlBuffer.id);
  /libcore/ojluni/src/main/java/java/security/acl/
Acl.java 155 public boolean removeEntry(Principal caller, AclEntry entry)
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
SignatureRemover.java 66 public boolean removeEntry(final String name) {
  /frameworks/base/core/java/android/gesture/
GestureLibrary.java 75 public void removeEntry(String entryName) {
76 mStore.removeEntry(entryName);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/PBQP/
CostAllocator.h 40 ~PoolEntry() { Pool.removeEntry(this); }
93 void removeEntry(PoolEntry *P) { EntrySet.erase(P); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/PBQP/
CostAllocator.h 40 ~PoolEntry() { Pool.removeEntry(this); }
93 void removeEntry(PoolEntry *P) { EntrySet.erase(P); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/PBQP/
CostAllocator.h 40 ~PoolEntry() { Pool.removeEntry(this); }
93 void removeEntry(PoolEntry *P) { EntrySet.erase(P); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/PBQP/
CostAllocator.h 40 ~PoolEntry() { Pool.removeEntry(this); }
93 void removeEntry(PoolEntry *P) { EntrySet.erase(P); }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/PBQP/
CostAllocator.h 40 ~PoolEntry() { Pool.removeEntry(this); }
93 void removeEntry(PoolEntry *P) { EntrySet.erase(P); }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/PBQP/
CostAllocator.h 40 ~PoolEntry() { Pool.removeEntry(this); }
93 void removeEntry(PoolEntry *P) { EntrySet.erase(P); }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/PBQP/
CostAllocator.h 40 ~PoolEntry() { Pool.removeEntry(this); }
93 void removeEntry(PoolEntry *P) { EntrySet.erase(P); }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/PBQP/
CostAllocator.h 40 ~PoolEntry() { Pool.removeEntry(this); }
93 void removeEntry(PoolEntry *P) { EntrySet.erase(P); }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/PBQP/
CostAllocator.h 40 ~PoolEntry() { Pool.removeEntry(this); }
93 void removeEntry(PoolEntry *P) { EntrySet.erase(P); }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/PBQP/
CostAllocator.h 40 ~PoolEntry() { Pool.removeEntry(this); }
93 void removeEntry(PoolEntry *P) { EntrySet.erase(P); }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/PBQP/
CostAllocator.h 40 ~PoolEntry() { Pool.removeEntry(this); }
93 void removeEntry(PoolEntry *P) { EntrySet.erase(P); }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/PBQP/
CostAllocator.h 40 ~PoolEntry() { Pool.removeEntry(this); }
93 void removeEntry(PoolEntry *P) { EntrySet.erase(P); }
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
GroupedLinkedMap.java 61 removeEntry(last);
90 removeEntry(entry);
98 removeEntry(entry);
109 private static <K, V> void removeEntry(LinkedEntry<K, V> entry) {
  /external/llvm/include/llvm/CodeGen/PBQP/
CostAllocator.h 40 ~PoolEntry() { Pool.removeEntry(this); }
93 void removeEntry(PoolEntry *P) { EntrySet.erase(P); }
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/bigram/
ver4_bigram_list_policy.cpp 145 bool Ver4BigramListPolicy::removeEntry(const int terminalId, const int targetTerminalId) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
CostAllocator.h 40 ~PoolEntry() { Pool.removeEntry(this); }
93 void removeEntry(PoolEntry *P) { EntrySet.erase(P); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
CostAllocator.h 40 ~PoolEntry() { Pool.removeEntry(this); }
93 void removeEntry(PoolEntry *P) { EntrySet.erase(P); }
  /frameworks/av/media/img_utils/src/
TiffIfd.cpp 59 void TiffIfd::removeEntry(uint16_t tag) {

Completed in 421 milliseconds

1 2 3 4 5 6 7 8 91011>>