Home
last modified time | relevance | path

Searched defs:removeEntry (Results 1 – 25 of 1037) sorted by relevance

12345678910>>...42

/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/data/
H A DCombinedData.java261 public boolean removeEntry(Entry e, int dataSetIndex) { in removeEntry() method in CombinedData
268 public boolean removeEntry(float xValue, int dataSetIndex) { in removeEntry() method in CombinedData
H A DChartData.java517 public boolean removeEntry(Entry e, int dataSetIndex) { in removeEntry() method in ChartData
547 public boolean removeEntry(float xValue, int dataSetIndex) { in removeEntry() method in ChartData
/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/interfaces/datasets/
H A DIDataSet.java207 boolean removeEntry(T e); in removeEntry() method
224 boolean removeEntry(int index); in removeEntry() method
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
H A DComplicationLayoutEngine.java363 void removeEntry(ViewEntry entry); in removeEntry() method
525 public void removeEntry(ViewEntry entry) { in removeEntry() method in ComplicationLayoutEngine.DirectionGroup
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/security/acl/
DAcl.java158 public boolean removeEntry(Principal caller, AclEntry entry) in removeEntry() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/10/libcore/ojluni/src/main/java/java/security/acl/
DAcl.java158 public boolean removeEntry(Principal caller, AclEntry entry) in removeEntry() method
/aosp_15_r20/libcore/ojluni/src/main/java/java/security/acl/
H A DAcl.java158 public boolean removeEntry(Principal caller, AclEntry entry) in removeEntry() method
/aosp_15_r20/hardware/interfaces/audio/effect/all-versions/default/
H A DAudioBufferManager.cpp47 void AudioBufferManager::removeEntry(uint64_t id) { in removeEntry() function in android::AudioBufferManager
/aosp_15_r20/cts/tests/tests/gesture/src/android/gesture/cts/
H A DGestureStorageAccessor.java44 void removeEntry(String entryName); in removeEntry() method
H A DGestureLibraryTest.java67 public void removeEntry(String entryName) { in removeEntry() method in GestureLibraryTest.GestureLibraryFacade
H A DGestureStoreTest.java70 public void removeEntry(String entryName) { in removeEntry() method in GestureStoreTest.GestureStoreFacade
/aosp_15_r20/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
H A DSignatureRemover.java67 public boolean removeEntry(final String name) { in removeEntry() method in SignatureRemover
/aosp_15_r20/frameworks/base/core/java/android/gesture/
H A DGestureLibrary.java75 public void removeEntry(String entryName) { in removeEntry() method in GestureLibrary
H A DGestureStore.java193 public void removeEntry(String entryName) { in removeEntry() method in GestureStore
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/PBQP/
DCostAllocator.h92 void removeEntry(PoolEntry *P) { EntrySet.erase(P); } in removeEntry() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h92 void removeEntry(PoolEntry *P) { EntrySet.erase(P); } in removeEntry() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h92 void removeEntry(PoolEntry *P) { EntrySet.erase(P); } in removeEntry() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/PBQP/
DCostAllocator.h92 void removeEntry(PoolEntry *P) { EntrySet.erase(P); } in removeEntry() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/PBQP/
DCostAllocator.h92 void removeEntry(PoolEntry *P) { EntrySet.erase(P); } in removeEntry() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/PBQP/
DCostAllocator.h92 void removeEntry(PoolEntry *P) { EntrySet.erase(P); } in removeEntry() function
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
H A DGroupedLinkedMap.java109 private static <K, V> void removeEntry(LinkedEntry<K, V> entry) { in removeEntry() method in GroupedLinkedMap
/aosp_15_r20/external/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h93 void removeEntry(PoolEntry *P) { EntrySet.erase(P); } in removeEntry() function
/aosp_15_r20/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DPhotoStore.java272 private void removeEntry(long id) { in removeEntry() method in PhotoStore
/aosp_15_r20/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DAbstractDirectory.java288 public void removeEntry(FatDirectoryEntry entry) throws IOException { in removeEntry() method in AbstractDirectory
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DHashBiMap.java572 void removeEntry(int entry) { in removeEntry() method in HashBiMap
577 private void removeEntry(int entry, int keyHash, int valueHash) { in removeEntry() method in HashBiMap

12345678910>>...42