HomeSort by relevance Sort by last modified time
    Searched full:shutdown (Results 476 - 500 of 4385) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ResetSystemLib/
ResetSystemLib.c 60 // Send the SHUTDOWN function to the platform microcontroller
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
ResetSystemLib.h 49 If this function returns, it means that the system does not support shutdown reset.
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/Library/ResetSystemLib/
ResetSystemLib.c 58 System shutdown should not return, if it returns, it means the system does
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Startup.c 92 Send Shutdown command to TPM2.
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
BsdSocketLib.inf 93 shutdown.c
  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Init.c 87 @retval EFI_SUCCESS The socket layer shutdown was successful
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
THERMAL.ASL 36 // Shutdown.
  /external/autotest/client/bin/
vm_sanity.py 66 'Chrome shutdown.')
  /external/autotest/client/common_lib/cros/
process_watcher.py 53 @param timeout_seconds: int number of seconds to wait for shutdown.
  /external/guava/guava-testlib/test/com/google/common/util/concurrent/testing/
TestingExecutorsTest.java 59 executor.shutdown();
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
ListenableFutureTester.java 64 exec.shutdown();
  /external/guice/extensions/service/src/com/google/inject/service/
AsyncService.java 88 * Called back when this service must shutdown. Typically occurs
  /external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/output/
TcpServerOutput.java 79 public void shutdown() throws Exception { method in class:TcpServerOutput
  /external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
FileOutputTest.java 58 controller.shutdown();
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/
InstrumentingLoader.java 80 runtime.shutdown();
  /external/libbrillo/brillo/
asynchronous_signal_handler.cc 56 << "Watching shutdown pipe failed.";
process_reaper.h 30 // remove this ProcessReapper or it will be called during shutdown.
  /external/libevent/
listener.c 70 void (*shutdown)(struct evconnlistener *); member in struct:evconnlistener_ops
148 NULL, /* shutdown */
269 if (lev->ops->shutdown)
270 lev->ops->shutdown(lev);
637 * shutdown work correctly on the accepted socket. */
729 iocp_listener_disable_impl(struct evconnlistener *lev, int shutdown)
743 if (shutdown)
750 if (shutdown && lev->flags & LEV_OPT_CLOSE_ON_FREE)
795 iocp_listener_destroy, /* shutdown */
  /external/libvncserver/webclients/novnc/
vnc.html 97 <input type="image" alt="Shutdown/Reboot" src="images/power.png"
99 title="Shutdown/Reboot..." />
143 <!-- XVP Shutdown/Reboot Panel -->
146 <input type="button" id="xvpShutdownButton" value="Shutdown" />
  /external/mockwebserver/src/test/java/com/google/mockwebserver/
CustomDispatcherTest.java 34 mockWebServer.shutdown();
  /external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
IntegrationTestBase.java 68 this.httpclient.getConnectionManager().shutdown();
  /external/perfetto/docs/
ipc.md 25 - Shutdown / destruction friendly: tries hard to guarantee that no callbacks are
  /external/protobuf/src/google/protobuf/stubs/
singleton.h 47 static void ShutDown() {
  /external/python/cpython2/Demo/sockets/
throughput.py 81 s.shutdown(1) # Send EOF
  /external/python/cpython3/Lib/asyncio/
sslproto.py 45 _SHUTDOWN = "SHUTDOWN"
63 do_handshake(). To shutdown SSL again, call unwrap().
139 def shutdown(self, callback=None): member in class:_SSLPipe
140 """Start the SSL shutdown sequence.
145 will be called when the shutdown is complete. The callback will be
151 raise RuntimeError('shutdown in progress')
182 be acknowledged by calling shutdown().
218 # Call shutdown() until it doesn't raise anymore.
639 ssldata = self._sslpipe.shutdown(self._finalize)

Completed in 1047 milliseconds

<<11121314151617181920>>