Searched refs:remove (Results 276 - 300 of 1408) sorted by relevance

<<11121314151617181920>>

/external/apache-http/src/org/apache/commons/logging/impl/
H A DWeakHashtable.java113 * The maximum number of times put() or remove() can be called before
119 * The maximum number of times put() or remove() can be called before
269 public Object remove(Object key) { method in class:WeakHashtable
280 return super.remove(new Referenced(key));
324 super.remove(key.getReferenced());
338 super.remove(key.getReferenced());
401 // Calc a permanent hashCode so calls to Hashtable.remove()
412 // Calc a permanent hashCode so calls to Hashtable.remove()
/external/apache-http/src/org/apache/http/auth/
H A DAuthSchemeRegistry.java97 registeredSchemes.remove(name.toLowerCase(Locale.ENGLISH));
/external/apache-http/src/org/apache/http/conn/scheme/
H A DSchemeRegistry.java158 Scheme gone = registeredSchemes.remove(name);
/external/apache-http/src/org/apache/http/cookie/
H A DCookieSpecRegistry.java91 registeredSpecs.remove(id.toLowerCase(Locale.ENGLISH));
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DRefQueueWorker.java101 // remove the next reference and process it
102 Reference<?> ref = refQueue.remove();
/external/apache-http/src/org/apache/http/message/
H A DBasicHeaderIterator.java174 public void remove() method in class:BasicHeaderIterator
/external/bluetooth/bluez/plugins/
H A Dformfactor.c134 .remove = formfactor_remove,
/external/bluetooth/bluez/test/
H A Dgaptest.c241 const char *create = NULL, *remove = NULL; local
262 remove = optarg;
318 if (remove) {
319 device = find_device(conn, adapter, remove);
/external/bluetooth/glib/glib/
H A Dgstdio.h45 #define g_remove remove
/external/chromium/chrome/browser/resources/
H A Dnetwork_menu.js107 this.status_.classList.remove('hidden');
121 this.icon_.classList.remove('hidden');
191 this.action_.classList.remove('hidden');
277 this.icon_.classList.remove('hidden');
/external/chromium/chrome/browser/resources/picasaweb_uploader/js/
H A Dupload_page.js154 this.loginDiv_.classList.remove('invisible');
173 this.albumDiv_.classList.remove('invisible');
198 this.captchaRow_.classList.remove('invisible');
201 this.loginFailure_.classList.remove('invisible');
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_bubble_controller.h20 // add or remove it as a bookmark. This bubble allows for editing of
62 - (IBAction)remove:(id)sender;
/external/chromium/chrome/browser/ui/cocoa/download/
H A Ddownload_shelf_controller.h94 - (void)remove:(DownloadItemController*)download;
/external/chromium/chrome/common/
H A Dworker_thread_ticker.cc64 TickHandlerListType::iterator index = std::remove(tick_handler_list_.begin(),
/external/clang/include/clang/ARCMigrate/
H A DARCMT.h100 virtual void remove(CharSourceRange range) { } function in class:clang::arcmt::MigrationProcess::RewriteListener
/external/emma/core/java13/com/vladium/util/exit/
H A DExitHookManager.java95 m_exitThreadMap.remove (runnable);
/external/guava/src/com/google/common/collect/
H A DMultimap.java113 * @param key key of entry to remove from the multimap
114 * @param value value of entry to remove the multimap
117 boolean remove(@Nullable Object key, @Nullable Object value); method in interface:Multimap
156 * @param key key of entries to remove from the multimap
/external/icu4c/i18n/
H A Dnfrlist.h52 NFRule* remove(uint32_t index) { function in class:NFRuleList
/external/icu4c/samples/datefmt/answers/
H A Dmain_2.cpp76 str.remove();
H A Dmain_3.cpp82 str.remove();
/external/icu4c/samples/datefmt/
H A Dmain.cpp82 str.remove();
/external/kernel-headers/original/linux/
H A Dplatform_device.h49 int (*remove)(struct platform_device *); member in struct:platform_driver
H A Dsysdev.h68 int (*remove)(struct sys_device *); member in struct:sysdev_driver
/external/llvm/include/llvm/CodeGen/
H A DLatencyPriorityQueue.h84 virtual void remove(SUnit *SU);
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DHeaderIterator.java81 public void remove() throws IllegalStateException { method in class:HeaderIterator

Completed in 814 milliseconds

<<11121314151617181920>>