OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unregister
(Results
201 - 225
of
1570
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/development/samples/ApiDemos/src/com/example/android/apis/app/
IsolatedService.java
62
//
Unregister
all callbacks.
79
if (cb != null) mCallbacks.
unregister
(cb);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmPeriodicTimerDispatch/
SmmPeriodicTimerDispatch.h
178
Unregister
a child SMI source dispatch function with a parent SMM driver
199
EFI_SMM_PERIODIC_TIMER_UNREGISTER
UnRegister
;
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
SmmIchnDispatch.h
157
Unregister
a child SMI source dispatch function with a parent SMM driver
184
EFI_SMM_ICHN_UNREGISTER
UnRegister
; ///< Removes a child service dispatched by this protocol.
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Smi.c
226
@param DispatchHandle On return, contains a unique handle which can be used to later
unregister
the handler function.
283
Unregister
a handler in SMM.
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EsrtDxe/
EsrtImpl.h
187
Non-FMP instance to
unregister
Esrt Entry from ESRT Cache.
189
@param[in] FwClass FwClass of Esrt entry to
Unregister
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/
ReportStatusCodeRouterSmm.c
32
Unregister
100
Unregister
(
/external/apache-http/src/org/apache/http/auth/
AuthSchemeRegistry.java
96
* @param name the identifier of the class to
unregister
98
public synchronized void
unregister
(final String name) {
method in class:AuthSchemeRegistry
/external/apache-http/src/org/apache/http/conn/scheme/
SchemeRegistry.java
152
* @param name the name of the scheme to
unregister
(in lowercase)
157
public synchronized final Scheme
unregister
(String name) {
method in class:SchemeRegistry
/external/apache-http/src/org/apache/http/cookie/
CookieSpecRegistry.java
90
* @param id the identifier of the {@link CookieSpec cookie specification} to
unregister
92
public synchronized void
unregister
(final String id) {
method in class:CookieSpecRegistry
/external/autotest/site_utils/tester_feedback/
feedback_delegate.py
63
are expected to
unregister
when they finish running. However, for the
79
"""
Unregister
a client.
/external/google-breakpad/src/client/windows/crash_generation/
client_info.h
81
//
Unregister
the dump request wait operation and wait for all callbacks
85
//
Unregister
the process exit wait operation. If block_until_no_pending is
crash_generation_server.cc
165
//
Unregister
wait on the pipe.
176
// Request all ClientInfo objects to
unregister
all waits.
182
//
Unregister
waits. Wait for already executing callbacks to finish.
183
//
Unregister
the client process exit wait first and only then
unregister
849
// Must
unregister
the dump request wait operation and wait for any
869
// Explicitly
unregister
the process exit wait using the non-blocking method.
870
// Otherwise, the destructor will attempt to
unregister
it using the blocking
[
all
...]
/external/kernel-headers/original/uapi/linux/
scif_ioctl.h
129
* @offset: start of range to
unregister
130
* @len: length of range to
unregister
/external/llvm/include/llvm/Support/
CrashRecoveryContext.h
184
~CrashRecoveryContextCleanupRegistrar() {
unregister
(); }
186
void
unregister
() {
/external/ltp/testcases/kernel/device-drivers/base/user_base/
user_tbase.c
247
/* test
unregister
sysdev */
253
/* test
unregister
sysdev_class */
/external/ltp/testcases/kernel/device-drivers/include/
includeTest.c
202
printk("
unregister
failed %d\n", rc);
204
printk("
unregister
success\n");
/external/swiftshader/third_party/LLVM/include/llvm/Support/
CrashRecoveryContext.h
189
unregister
();
192
void
unregister
() {
function in class:llvm::CrashRecoveryContextCleanupRegistrar
/external/webrtc/talk/app/webrtc/
mediastream_unittest.cc
55
~MockObserver() {
Unregister
(); }
57
void
Unregister
() {
/external/wpa_supplicant_8/src/eap_server/
eap_server_methods.c
136
* eap_server_unregister_methods -
Unregister
EAP server methods
138
* This function is called at program termination to
unregister
all EAP server
/frameworks/base/core/java/android/app/
VrManager.java
105
// Dont rethrow exceptions from requests to
unregister
.
111
// Dont rethrow exceptions from requests to
unregister
.
/frameworks/base/media/java/android/media/projection/
MediaProjection.java
84
/**
Unregister
a MediaProjection listener.
86
* @param callback The callback to
unregister
.
/frameworks/opt/net/lowpan/service/java/com/android/server/lowpan/
LowpanServiceImpl.java
190
previous.
unregister
();
222
agent.
unregister
();
/frameworks/support/emoji/core/tests/java/android/support/text/emoji/
InitCallbackTest.java
128
//make sure that loader does not load before
unregister
139
//
unregister
before metadata is loaded
/packages/apps/Launcher3/src/com/android/launcher3/
SettingsActivity.java
123
mRotationLockObserver.
unregister
();
127
mIconBadgingObserver.
unregister
();
/packages/apps/Settings/src/com/android/settings/accounts/
ManagedProfileSettings.java
88
mManagedProfileBroadcastReceiver.
unregister
(getActivity());
182
public void
unregister
(Context context) {
method in class:ManagedProfileSettings.ManagedProfileBroadcastReceiver
Completed in 868 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>