OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shutdown
(Results
451 - 475
of
3478
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/remoting/client/
frame_consumer.h
34
// Accepts a buffer that couldn't be used for drawing for any reason (
shutdown
/external/chromium_org/third_party/WebKit/Source/core/
Init.h
39
void
shutdown
();
/external/chromium_org/third_party/libevent/test/
test-eof.c
72
shutdown
(pair[0], SHUT_WR);
/external/chromium_org/third_party/mongoose/
README.chromium
24
* Fixed linger code to apply to sockets from bind, rather than
shutdown
/external/chromium_org/tools/traceline/traceline/
README
11
process
shutdown
, and doing an intrusive symbol attach with dbghelp.dll
/external/chromium_org/ui/base/win/
singleton_hwnd.cc
21
// Creating this window in (e.g.) a renderer inhibits
shutdown
on
/external/emma/core/java13/com/vladium/util/exit/
ExitHookManager.java
42
throw new UnsupportedOperationException ("no
shutdown
hook manager available [JVM: " + Property.getSystemFingerprint () + "]");
65
final Thread exitThread = new Thread (runnable, IAppConstants.APP_NAME + "
shutdown
handler thread");
76
System.out.println ("exception caught while adding a
shutdown
hook:");
101
System.out.println ("exception caught while removing a
shutdown
hook:");
/external/guava/guava/src/com/google/common/util/concurrent/
AbstractExecutionThreadService.java
28
* {@link #
shutDown
} methods. This class uses a single thread to execute the
55
shutDown
();
64
shutDown
();
104
protected void
shutDown
() throws Exception {}
/external/guava/guava-bootstrap/src/java/util/concurrent/
ExecutorService.java
17
void
shutdown
();
method in interface:ExecutorService
/external/iptables/extensions/
libxt_sctp.man
10
Chunk types: DATA INIT INIT_ACK SACK HEARTBEAT HEARTBEAT_ACK ABORT
SHUTDOWN
SHUTDOWN_ACK ERROR COOKIE_ECHO COOKIE_ACK ECN_ECNE ECN_CWR SHUTDOWN_COMPLETE ASCONF ASCONF_ACK FORWARD_TSN
/external/kernel-headers/original/linux/
platform_device.h
50
void (*
shutdown
)(struct platform_device *);
member in struct:platform_driver
/external/libnfc-nxp/src/
phLibNfc_Ioctl.c
253
/*If
shutdown
called in between allow
shutdown
to happen*/
314
/*If
shutdown
called in between allow
shutdown
to happen*/
/external/libsepol/include/sepol/policydb/
sidtab.h
34
unsigned char
shutdown
;
member in struct:__anon22872
/external/libsepol/src/
sidtab.c
37
s->
shutdown
= 0;
241
if (s->next_sid == UINT_MAX || s->
shutdown
) {
317
dst->
shutdown
= 0;
324
s->
shutdown
= 1;
/external/sepolicy/
global_macros
44
define(`rw_socket_perms', `{ ioctl read getattr write setattr append bind connect getopt setopt
shutdown
}')
/external/webrtc/src/system_wrappers/source/
thread_posix.h
39
virtual bool
Shutdown
();
thread_win.h
37
virtual bool
Shutdown
();
/frameworks/base/core/java/android/app/
IUiAutomationConnection.aidl
39
void
shutdown
();
/frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
VariableSpeedTest.java
36
mExecutor.
shutdown
();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedRadioControl.java
41
public void
shutdown
();
method in interface:SimulatedRadioControl
/frameworks/rs/
rsFifoSocket.h
35
void
shutdown
();
/libcore/luni/src/main/java/java/util/concurrent/
RejectedExecutionHandler.java
22
*
shutdown
of the Executor.
/external/chromium_org/v8/tools/testrunner/server/
main.py
118
self.
Shutdown
()
121
self.
Shutdown
()
124
def
Shutdown
(self):
127
self.presence_daemon.
shutdown
()
129
self.local_handler.
shutdown
()
131
self.work_handler.
shutdown
()
133
self.status_handler.
shutdown
()
/external/chromium/chrome/browser/
browser_process.h
82
// not have enough time to do a normal
shutdown
. This method is invoked prior
83
// to normal
shutdown
and saves any state that must be saved before we are
84
// continue
shutdown
.
181
// Returns an event that is signaled when the browser
shutdown
.
233
// Used for testing plugin data removal at
shutdown
.
/external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_invalidator.h
46
// must remain valid until
Shutdown
is called.
47
// |store| is cloud policy store. It must remain valid until
Shutdown
is
60
// until
Shutdown
is called. An Initialize method must only be called once.
64
// valid until
Shutdown
is called. An Initialize method must only be called
71
void
Shutdown
();
Completed in 1249 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>