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

1 2 3

  /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);
  /external/smack/src/org/jivesoftware/smack/
RosterStorage.java 48 public void removeEntry(String bareJid);
RosterGroup.java 205 public void removeEntry(RosterEntry entry) throws XMPPException {
Roster.java 423 // RosterGroup.removeEntry removes the entry immediately (locally) and the
443 public void removeEntry(RosterEntry entry) throws XMPPException {
    [all...]
  /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/srec/portable/src/
phashtable.c 190 static void removeEntry(PHashTableEntry *entry)
445 removeEntry(entry);
497 removeEntry(entry);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoStore.java 238 removeEntry(id);
267 private void removeEntry(long id) {
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
AbstractDirectory.java 288 public void removeEntry(FatDirectoryEntry entry) throws IOException {
  /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/chromium_org/chrome/browser/password_manager/
native_backend_kwallet_x_unittest.cc 91 bool removeEntry(const std::string& folder, const std::string& key) {
368 method_call->GetMember() == "removeEntry") {
384 writer.AppendInt32(wallet_.removeEntry(folder_name, key) ? 0 : 1);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
Ticker.java 247 public void removeEntry(StatusBarNotification n) {
  /frameworks/volley/src/com/android/volley/toolbox/
DiskBasedCache.java 219 removeEntry(key);
304 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) {
  /external/smack/src/org/jivesoftware/smack/util/collections/
AbstractHashedMap.java 522 * This implementation calls <code>removeEntry()</code> and <code>destroyEntry()</code>.
532 removeEntry(entry, hashIndex, previous);
548 protected void removeEntry(HashEntry<K, V> entry, int hashIndex, HashEntry<K, V> previous) {
    [all...]
  /dalvik/vm/compiler/codegen/x86/
AnalysisO1.cpp     [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java     [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java     [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerInternalMapTest.java     [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java     [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 

Completed in 1571 milliseconds

1 2 3