/external/syslinux/gpxe/src/net/infiniband/ |
ib_cmrc.c | 88 /** Shutdown process */ 89 struct process shutdown; member in struct:ib_cmrc_connection 102 * This shutdown process will run some time after the call to 106 * The shutdown process holds an implicit reference on the CMRC 108 * shutdown process has run. 112 container_of ( process, struct ib_cmrc_connection, shutdown ); 123 process_del ( &cmrc->shutdown ); 141 /* Schedule shutdown process */ 142 process_add ( &cmrc->shutdown ); 390 process_init_stopped ( &cmrc->shutdown, ib_cmrc_shutdown [all...] |
/packages/apps/Nfc/src/com/android/nfc/echoserver/ |
EchoServer.java | 109 // shutdown can be modified from multiple threads, protected by this 110 boolean shutdown = false; field in class:EchoServer.EchoMachine 153 public synchronized void shutdown() { method in class:EchoServer.EchoMachine 155 shutdown = true; 160 if (shutdown) return true; 234 echoMachine.shutdown(); 263 public void shutdown() { method in class:EchoServer.ServerThread 327 echoMachine.shutdown(); 339 public void shutdown() { method in class:EchoServer.ConnectionlessServerThread 368 mConnectionlessServerThread.shutdown(); [all...] |
/device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/ |
SnpShutdown.c | 3 Implementation of the SNP.Shutdown() function and its private helpers if any.
28 @retval EFI_SUCCESS The network interface was shutdown.
|
/external/autotest/server/site_tests/firmware_ECPowerG3/ |
firmware_ECPowerG3.py | 37 """Shutdown the system and check if X86 drop into G3 correctly.""" 38 self.faft_client.system.run_shell_command("shutdown -P now")
|
/external/guice/extensions/service/test/com/google/inject/service/ |
SingleServiceIntegrationTest.java | 54 executor.shutdown(); 77 executor.shutdown();
|
/external/ims/rcs/rcsservice/src/com/android/service/ims/ |
DeviceShutdown.java | 38 * Device shutdown event receiver: automatically stops the RCS service 48 logger.debug("Device shutdown");
|
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/ |
AgentTest.java | 121 public void shutdown() { 151 agent.shutdown(); 176 agent.shutdown(); 189 agent.shutdown(); 206 public void shutdown() throws Exception { 217 agent.shutdown(); 229 agent.shutdown(); 370 public void shutdown() {
|
/external/libchrome/base/threading/ |
worker_pool.h | 24 // for the worker pool threads to finish on shutdown, so the tasks running 26 // (MessageLoops, Singletons, etc). During shutdown these object may no longer
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/core/server/ |
AbstractFtpServer_MultipleStartAndStopTest.groovy | 44 assertEquals("shutdown - after start()", false, ftpServer.isShutdown());
48 assertEquals("shutdown - after stop()", true, ftpServer.isShutdown());
|
/external/mockwebserver/src/main/java/com/google/mockwebserver/ |
SocketPolicy.java | 65 * Shutdown the socket input after sending the response. For testing bad 71 * Shutdown the socket output after sending the response. For testing bad
|
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/ |
SocketPolicy.java | 63 * Shutdown the socket input after sending the response. For testing bad 69 * Shutdown the socket output after sending the response. For testing bad
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
TextToSpeechFacade.java | 50 public void shutdown() { method in class:TextToSpeechFacade 54 mTts.shutdown();
|
/external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/ |
AndroidProxy.java | 80 public void shutdown() { method in class:AndroidProxy 81 mJsonRpcServer.shutdown();
|
ScriptLauncher.java | 44 proxy.shutdown(); 63 proxy.shutdown();
|
/external/webrtc/webrtc/test/ |
test_suite.cc | 48 Shutdown(); 58 void TestSuite::Shutdown() {
|
/frameworks/base/cmds/bootanimation/iot/ |
BootAction.h | 42 // Shutdown the boot action, this will be called shortly before the 44 void shutdown();
|
/frameworks/base/core/java/com/android/internal/app/ |
ShutdownActivity.java | 58 pm.shutdown(mConfirm, reason, false); 66 // Wait for us to tell the power manager to shutdown.
|
/frameworks/base/services/core/java/com/android/server/policy/ |
PowerAction.java | 58 // shutdown by making sure radio and power are handled accordingly. 59 mWindowManagerFuncs.shutdown(false /* confirm */);
|
/frameworks/native/cmds/lshal/ |
PipeRelay.cpp | 81 shutdown(mFds[1], SHUT_WR); 85 shutdown(mFds[0], SHUT_RD);
|
/libcore/support/src/test/java/tests/http/ |
SocketPolicy.java | 54 * Shutdown the socket input after sending the response. For testing bad 60 * Shutdown the socket output after sending the response. For testing bad
|
/packages/apps/Dialer/java/com/android/dialer/common/concurrent/ |
UiThreadExecutor.java | 28 * shutdown related APIs are unimplemented. 37 public void shutdown() { method in class:UiThreadExecutor
|
/packages/services/Car/service/src/com/android/car/ |
OnShutdownReboot.java | 27 * This class allows one to register actions they want executed when the vehicle is being shutdown 31 * Actions receive the Context and Intent that go with the shutdown/reboot action, which allows the
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
mspcall.h | 27 virtual HRESULT ShutDown() = 0; 58 HRESULT ShutDown();
|
/system/core/init/ |
reboot.h | 28 /* Reboot / shutdown the system. 30 * reason Reason string like "reboot", "shutdown,userrequested"
|
/system/sepolicy/prebuilts/api/27.0/public/ |
global_macros | 43 define(`rw_socket_perms', `{ ioctl read getattr write setattr lock append bind connect getopt setopt shutdown }') 44 define(`rw_socket_perms_no_ioctl', `{ read getattr write setattr lock append bind connect getopt setopt shutdown }')
|