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

<<31323334353637383940>>

  /system/nfc/src/include/
nfc_hal_target.h 153 /* Restore NFCC baud rate to default on shutdown if baud rate was updated */
  /system/tpm/trunks/
mock_tpm_utility.h 35 MOCK_METHOD0(Shutdown, void());
  /system/vold/binder/android/os/
IVold.aidl 28 void shutdown();
  /test/framework/harnesses/host_controller/tradefed/
remote_client.py 65 op_socket.shutdown(socket.SHUT_WR)
  /tools/test/connectivity/acts/tests/google/wifi/
SetupWifiNetworkTest.py 51 sock.shutdown(socket.SHUT_RDWR)
  /tools/tradefederation/core/src/com/android/tradefed/command/
CommandRunner.java 96 mScheduler.shutdown();
  /tools/tradefederation/core/src/com/android/tradefed/result/
ITestInvocationListener.java 85 * Called on {@link ICommandScheduler#shutdown()}, gives the invocation the opportunity to do
  /art/runtime/
signal_catcher.cc 105 CHECK_PTHREAD_CALL(pthread_kill, (pthread_, SIGQUIT), "signal catcher shutdown");
106 CHECK_PTHREAD_CALL(pthread_join, (pthread_, nullptr), "signal catcher shutdown");
  /art/tools/dexfuzz/src/dexfuzz/executors/
Device.java 127 outputConsumer.shutdown();
128 errorConsumer.shutdown();
  /device/google/cuttlefish_common/common/frontend/socket_forward_proxy/
main.cpp 53 // Sends packets, Shutdown(SHUT_WR) on destruction
66 socket_->Shutdown(SHUT_WR);
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/DeviceTree/
rtsm_ve-motherboard-no_psci.dtsi 249 shutdown@0 {
250 compatible = "arm,vexpress-shutdown";
rtsm_ve-motherboard.dtsi 256 * shutdown@0 {
257 * compatible = "arm,vexpress-shutdown";
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
RunAxf.c 245 // Shutdown UEFI, copy and jump to code.
251 DEBUG ((EFI_D_ERROR,"Can not shutdown UEFI boot services. Status=0x%X\n",
  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Service.c 248 Shutdown the connections to the network layer by locating the
462 Shutdown the service layer
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
PciDevice.c 332 During S5 shutdown, we need to program PME in all LAN devices.
486 // so we can program PME during S5 shutdown
  /external/apache-http/src/org/apache/http/conn/
OperatedClientConnection.java 116 * {@link org.apache.http.HttpConnection#shutdown shutdown}
  /external/autotest/client/cros/audio/
cmd_utils.py 107 def shutdown(self): member in class:_LoggingService
124 atexit.register(_logging_service.shutdown)
  /external/autotest/site_utils/lxc/container_pool/
client.py 122 def shutdown(self): member in class:Client
124 self._connection.send(message.shutdown())
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
TrialRunLoop.java 119 // shut down. At this point the worker should shutdown soon, but we don't want to
146 // We consider EOF to be synonymous with worker shutdown
  /external/guava/guava-tests/test/com/google/common/collect/
QueuesTest.java 66 threadPool.shutdown();
168 // when we shutdown the threadpool.
  /external/libchrome/base/
sync_socket_posix.cc 215 bool CancelableSyncSocket::Shutdown() {
217 return HANDLE_EINTR(shutdown(handle_, SHUT_RDWR)) >= 0;
  /external/libevent/
event_iocp.c 80 if (port->shutdown) {
256 port->shutdown = 1;
iocp-internal.h 83 short shutdown; member in struct:event_iocp_port
84 /** How often the threads on this port check for shutdown and other
  /external/libmojo/mojo/edk/embedder/
embedder.h 121 // Initialialization/shutdown for interprocess communication (IPC) -------------
139 // any thread and will attempt to complete shutdown on the I/O thread with which
  /external/libmojo/mojo/edk/system/
channel_win.cc 188 // Keep this alive in case we synchronously run shutdown.
323 // Keeps the Channel alive at least until explicit shutdown on the IO thread.

Completed in 6350 milliseconds

<<31323334353637383940>>