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

1 2 3 4 5

  /external/smack/src/org/jivesoftware/smack/
RosterStorage.java 48 public void removeEntry(String bareJid);
RosterGroup.java 205 public void removeEntry(RosterEntry entry) throws XMPPException {
  /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);
GestureStorageTester.java 94 * Test method for {@link android.gesture.GestureStore#removeEntry(java.lang.String)}.
99 mFixture.removeEntry(TEST_GESTURE_NAME);
  /libcore/luni/src/main/java/java/security/acl/
Acl.java 104 boolean removeEntry(Principal caller, AclEntry entry)
  /frameworks/base/core/java/android/gesture/
GestureLibrary.java 75 public void removeEntry(String entryName) {
76 mStore.removeEntry(entryName);
GestureStore.java 193 public void removeEntry(String entryName) {
  /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 void removeEntry(LinkedEntry entry) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/bigram/
ver4_bigram_list_policy.h 69 bool removeEntry(const int terminalId, const int targetTerminalId);
ver4_bigram_list_policy.cpp 145 bool Ver4BigramListPolicy::removeEntry(const int terminalId, const int targetTerminalId) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/bigram/
ver4_bigram_list_policy.h 51 bool removeEntry(const int terminalId, const int targetTerminalId);
ver4_bigram_list_policy.cpp 146 bool Ver4BigramListPolicy::removeEntry(const int terminalId, const int targetTerminalId) {
  /frameworks/av/media/img_utils/include/img_utils/
TiffIfd.h 102 virtual void removeEntry(uint16_t tag);
TiffWriter.h 187 virtual void removeEntry(uint16_t tag, uint32_t ifd);
  /external/llvm/include/llvm/CodeGen/PBQP/
CostAllocator.h 36 ~PoolEntry() { pool.removeEntry(this); }
104 void removeEntry(PoolEntry *p) { entrySet.erase(p); }
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoStore.java 242 removeEntry(id);
271 private void removeEntry(long id) {
  /cts/suite/cts/deviceTests/filesystemperf/src/com/android/cts/filesystemperf/
FileUtil.java 164 removeEntry(entry);
168 private static void removeEntry(File entry) {
172 removeEntry(new File(entry, child));
  /external/srec/portable/src/
phashtable.c 190 static void removeEntry(PHashTableEntry *entry)
445 removeEntry(entry);
497 removeEntry(entry);
  /libcore/luni/src/main/java/java/util/
WeakHashMap.java 171 removeEntry(currentEntry);
551 removeEntry(toRemove);
555 void removeEntry(Entry<K, V> toRemove) {
  /frameworks/av/media/img_utils/src/
TiffWriter.cpp 179 void TiffWriter::removeEntry(uint16_t tag, uint32_t ifd) {
182 mNamedIfds[index]->removeEntry(tag);
  /frameworks/volley/src/com/android/volley/toolbox/
DiskBasedCache.java 224 removeEntry(key);
309 private void removeEntry(String key) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
StaticPortConfigDialog.java 218 removeEntry(index);
285 private void removeEntry(int index) {
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
AbstractDirectory.java 288 public void removeEntry(FatDirectoryEntry entry) throws IOException {

Completed in 1894 milliseconds

1 2 3 4 5