Searched refs:unregister (Results 1 - 25 of 38) 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/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h189 unregister();
192 void unregister() { function in class:llvm::CrashRecoveryContextCleanupRegistrar
/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/libnfc-nxp/inc/
H A DphNfcInterface.h340 pphNfcIF_Interface_t unregister; member in struct:phNfc_sLowerIF
/external/icu4c/common/
H A Dbrkiter.cpp329 BreakIterator::unregister(URegistryKey key, UErrorCode& status) function in class:BreakIterator
333 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);
/external/libnfc-nxp/src/
H A DphLlcNfc.c324 if (NULL != ps_llc_ctxt->lower_if.unregister)
326 result = ps_llc_ctxt->lower_if.unregister(
/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");
182 if (!Collator::unregister(key, status)) {
183 errln("failed to unregister french collator");
203 errln("collator after unregister does not match original fu_FU");
452 if (!Collator::unregister(key, status)) {
453 errln("failed to unregister factory");
459 errln("collator after unregister does not match original fu_FU");
463 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.cpp2034 Transliterator::unregister(IDS[i]);
2049 errln((UnicodeString)"FAIL: unregister(" + id + ") failed");
2058 errln((UnicodeString)"FAIL: unregister(Any-" + t + ") failed");
2068 errln((UnicodeString)"FAIL: unregister(" + s + "-*) failed");
3444 Transliterator::unregister(registerRules[i]);
3745 Transliterator::unregister(*_TUFID[n]);
4448 Transliterator::unregister(shortID);
4455 Transliterator::unregister(shortID);
4474 Transliterator::unregister(shortID);
4492 Transliterator::unregister(realI
[all...]
/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.cpp860 NumberFormat::unregister(URegistryKey key, UErrorCode& status) function in class:NumberFormat
866 return gService->unregister(key, status);
/external/icu4c/i18n/unicode/
H A Dcoll.h750 * @return a registry key that can be used to unregister this collator
759 * @return a registry key that can be used to unregister this collator
774 static UBool U_EXPORT2 unregister(URegistryKey key, UErrorCode& status);
H A Dnumfmt.h710 * @return a registry key that can be used to unregister this factory
724 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.h2132 * @return a registry key that can be used to unregister this factory
2147 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/libnfc-nxp/Linux_x86/
H A DphDal4Nfc.c171 psRefer->plower_if->unregister = phDal4Nfc_Unregister;
203 PURPOSE: DAL unregister function.

Completed in 5557 milliseconds

12