HomeSort by relevance Sort by last modified time
    Searched full:removeentry (Results 1 - 25 of 51) sorted by null

1 2 3

  /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) {
  /cts/tests/tests/gesture/src/android/gesture/cts/
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);
GestureStorageAccessor.java 44 void removeEntry(String entryName);
GestureStorageTester.java 94 * Test method for {@link android.gesture.GestureStore#removeEntry(java.lang.String)}.
99 mFixture.removeEntry(TEST_GESTURE_NAME);
  /external/chromium/chrome/browser/download/
download_history.h 46 void RemoveEntry(DownloadItem* download_item);
download_history.cc 96 void DownloadHistory::RemoveEntry(DownloadItem* download_item) {
  /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...]
  /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) {
  /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) {
  /libcore/luni/src/main/java/java/security/acl/
Acl.java 104 boolean removeEntry(Principal caller, AclEntry entry)
  /external/chromium/chrome/browser/password_manager/
native_backend_kwallet_x.cc 406 dbus_g_proxy_call(proxy_, "removeEntry", &error_,
416 LOG(ERROR) << "Bad return code " << ret << " from KWallet removeEntry";
  /frameworks/volley/src/com/android/volley/toolbox/
DiskBasedCache.java 219 removeEntry(key);
304 private void removeEntry(String key) {
  /external/chromium/chrome/browser/prerender/
prerender_manager.h 75 void RemoveEntry(PrerenderContents* entry);
  /libcore/luni/src/main/java/java/util/
WeakHashMap.java 171 removeEntry(currentEntry);
551 removeEntry(toRemove);
555 void removeEntry(Entry<K, V> toRemove) {
  /external/smack/src/org/jivesoftware/smackx/
Gateway.java 274 roster.removeEntry(gatewayEntry);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
Ticker.java 235 public void removeEntry(StatusBarNotification n) {
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
AbstractDirectory.java 288 public void removeEntry(FatDirectoryEntry entry) throws IOException {
FatLfnDirectory.java 202 dir.removeEntry(real);
  /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...]
  /external/v8/src/
log.cc 400 RemoveEntry(entry);
409 RemoveEntry(from_entry);
439 void RemoveEntry(HashMap::Entry* entry) {
    [all...]

Completed in 7953 milliseconds

1 2 3