Searched refs:unregister (Results 1 - 25 of 33) sorted by relevance

12

/external/apache-http/src/org/apache/http/protocol/
H A DHttpRequestHandlerRegistry.java63 public void unregister(final String pattern) { method in class:HttpRequestHandlerRegistry
64 matcher.unregister(pattern);
H A DUriPatternMatcher.java71 public void unregister(final String pattern) { method in class:UriPatternMatcher
/external/apache-http/src/org/apache/http/auth/
H A DAuthSchemeRegistry.java91 * @param name the identifier of the class to unregister
93 public synchronized void unregister(final String name) { method in class:AuthSchemeRegistry
/external/apache-http/src/org/apache/http/conn/scheme/
H A DSchemeRegistry.java147 * @param name the name of the scheme to unregister (in lowercase)
152 public synchronized final Scheme unregister(String name) { method in class:SchemeRegistry
/external/apache-http/src/org/apache/http/cookie/
H A DCookieSpecRegistry.java85 * @param id the identifier of the {@link CookieSpec cookie specification} to unregister
87 public synchronized void unregister(final String id) { method in class:CookieSpecRegistry
/external/icu4c/common/unicode/
H A Dbrkiter.h474 * @return a registry key that can be used to unregister this instance
491 static UBool U_EXPORT2 unregister(URegistryKey key, UErrorCode& status);
/external/icu4c/common/
H A Dbrkiter.cpp348 BreakIterator::unregister(URegistryKey key, UErrorCode& status) function in class:BreakIterator
352 return gService->unregister(key, status);
H A Dserv.h769 * @return a registry key that can be passed to unregister to unregister
789 * @return a registry key that can be passed to unregister() to unregister
796 * can be used to unregister the factory. The factory
807 * @return a registry key that can be passed to unregister to unregister
825 virtual UBool unregister(URegistryKey rkey, UErrorCode& status);
H A Dserv.cpp877 ICUService::unregister(URegistryKey rkey, UErrorCode& status) function in class:ICUService
/external/icu4c/test/intltest/
H A Dsvccoll.cpp82 if (!Collator::unregister(key, status)) {
83 errln("failed to unregister french collator");
89 errln("collator after unregister does not match original");
174 if (!Collator::unregister(key, status)) {
175 errln("failed to unregister french collator");
197 errln("collator after unregister does not match original fu_FU");
446 if (!Collator::unregister(key, status)) {
447 errln("failed to unregister factory");
453 errln("collator after unregister does not match original fu_FU");
457 n3 = checkAvailable("after unregister");
[all...]
H A Dtrnserr.cpp231 Transliterator::unregister(id);
H A Dnmfmapts.cpp321 NumberFormat::unregister(key, status); // restore for other tests
H A Dtranstst.cpp2028 Transliterator::unregister(IDS[i]);
2043 errln((UnicodeString)"FAIL: unregister(" + id + ") failed");
2052 errln((UnicodeString)"FAIL: unregister(Any-" + t + ") failed");
2062 errln((UnicodeString)"FAIL: unregister(" + s + "-*) failed");
3438 Transliterator::unregister(registerRules[i]);
3734 Transliterator::unregister(*_TUFID[n]);
4437 Transliterator::unregister(shortID);
4444 Transliterator::unregister(shortID);
4463 Transliterator::unregister(shortID);
4481 Transliterator::unregister(realI
[all...]
H A Drbbiapts.cpp957 UBool unreg = BreakIterator::unregister(key, status);
959 errln("unable to unregister");
/external/icu4c/i18n/
H A Dutrans.cpp256 Transliterator::unregister(ID);
262 Transliterator::unregister(ID);
H A Dcoll.cpp699 Collator::unregister(URegistryKey key, UErrorCode& status) function in class:Collator
703 return gService->unregister(key, status);
H A Dnumfmt.cpp646 NumberFormat::unregister(URegistryKey key, UErrorCode& status) function in class:NumberFormat
652 return gService->unregister(key, status);
H A Dtranslit.cpp1256 * @see #unregister
1296 void U_EXPORT2 Transliterator::unregister(const UnicodeString& ID) { function in class:Transliterator
/external/icu4c/i18n/unicode/
H A Dcoll.h726 * @return a registry key that can be used to unregister this collator
735 * @return a registry key that can be used to unregister this collator
750 static UBool U_EXPORT2 unregister(URegistryKey key, UErrorCode& status);
H A Dnumfmt.h551 * @return a registry key that can be used to unregister this factory
565 static UBool U_EXPORT2 unregister(URegistryKey key, UErrorCode& status);
H A Dtranslit.h993 * @see #unregister
1092 static void U_EXPORT2 unregister(const UnicodeString& ID);
1288 * may become invalid if another thread calls unregister
H A Dcalendar.h2069 * @return a registry key that can be used to unregister this factory
2084 static UBool unregister(URegistryKey key, UErrorCode& status);
/external/qemu/hw/
H A Dpci.h154 PCIUnregisterFunc *unregister; member in struct:PCIDevice
H A Dpci.c312 if (pci_dev->unregister)
313 ret = pci_dev->unregister(pci_dev);
/external/webkit/WebCore/svg/animation/
H A DSVGSMILElement.cpp73 void unregister() function in class:WebCore::ConditionEventListener
434 condition.m_eventListener->unregister();

Completed in 380 milliseconds

12