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

<<31323334353637383940>>

  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/
DriverBinding.c 317 // Return the shutdown status
413 "WARNING - Failed to shutdown the driver on handle %08x\r\n", pHandle[ Index ]));
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDebugEventProxy.m 62 shutdown(serverSocket,SHUT_RDWR);
305 shutdown(serverSocket,SHUT_RDWR);
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
AbstractConnPool.java 282 public void shutdown() { method in class:AbstractConnPool
292 refWorker.shutdown();
  /external/autotest/client/cros/
vpn_server.py 203 chroot.shutdown()
318 chroot.shutdown()
  /external/autotest/client/site_tests/policy_PowerManagementIdleSettings/
policy_PowerManagementIdleSettings.py 29 'Shutdown'. This test exercises only the DoNothing and Logout actions.
30 Suspend is tested by enterprise_PowerManager.py. Shutdown can be tested
  /external/autotest/server/cros/servo/
chrome_ec.py 33 # Shutdown due to thermal overload
35 # Shutdown due to battery level too low
  /external/conscrypt/openjdk/src/test/java/org/conscrypt/
RenegotiationTest.java 171 executor.shutdown();
271 executor.shutdown();
  /external/libcups/cups/
tls-boringssl.c 183 if (h->shutdown)
441 "Fatal error during SSL shutdown!", 0);
  /external/libmojo/mojo/edk/system/
channel.h 213 // Note that ShutDown() MUST be called on the Channel some time before
225 void ShutDown();
  /external/ltp/testcases/kernel/syscalls/sendto/
sendto01.c 211 .desc = "local endpoint shutdown"}
412 if (shutdown(s, 1) < 0)
  /external/ltp/utils/sctp/testlib/
sctputil.h 236 int error = shutdown(sk, how);
238 tst_brkm(TBROK, tst_exit, "shutdown: %s", strerror(errno));
  /external/python/cpython2/Lib/
dumbdbm.py 41 # and if that occurs at program shutdown time, module globals may
43 # _commit() finish successfully, we can't ignore shutdown races
  /external/python/cpython3/Doc/library/
gc.rst 191 If this list is non-empty at :term:`interpreter shutdown`, a
258 :term:`interpreter shutdown`, if it isn't empty.
  /external/scapy/scapy/layers/
pptp.py 135 3: "Stop-Local-Shutdown"}
324 3: "Admin Shutdown",
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/webcam/
WebCamFacade.java 226 mJpegServer.shutdown();
379 public void shutdown() { method in class:WebCamFacade
  /external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/html/
HtmlActivityTask.java 184 mReceiverManager.shutdown();
192 public static void shutdown() { method in class:HtmlActivityTask
  /external/swiftshader/third_party/LLVM/lib/VMCore/
PassRegistry.cpp 28 // FIXME: We use ManagedStatic to erase the pass registrar on shutdown.
32 // leak the map, AND can still resurrect after shutdown.
  /external/syslinux/gpxe/src/arch/i386/image/
nbi.c 416 shutdown ( SHUTDOWN_BOOT );
426 /* Cannot continue after shutdown() called */
  /external/syslinux/gpxe/src/core/
pcmcia.c 262 driver[pccsock[i].drivernum].f(SHUTDOWN,pccsock[i].internalid,0,0,0);
264 printf("Shutdown of PCMCIA subsystem completed");
  /external/tensorflow/tensorflow/contrib/mpi_collectives/kernels/
mpi_ops.cc 215 // Whether the background thread should shutdown.
565 // process is being shutdown, it instead sends a "SHUTDOWN" response.
570 // If instead of "DONE" they receive "SHUTDOWN", they exit their
631 // The coordinator sends a SHUTDOWN message to trigger shutdown.
747 mpi_global.shut_down ? MPIResponse::SHUTDOWN : MPIResponse::DONE);
781 } else if (response.response_type() == MPIResponse::SHUTDOWN) {
    [all...]
  /frameworks/base/core/java/android/app/
UiAutomationConnection.java 369 public void shutdown() { method in class:UiAutomationConnection
454 throw new IllegalStateException("Connection shutdown!");
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
WifiStressTest.java 60 * Delay after issuing wifi shutdown.
62 * that a quick shutdown could cause on wext driver and protentially
  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
VoiceInteractionManagerServiceImpl.java 365 mService.shutdown();
368 Slog.w(TAG, "RemoteException in shutdown", e);
  /frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
NativeMedia.java 322 shutdown(); method
332 public static native void shutdown(); method in class:NativeMedia
  /hardware/interfaces/bluetooth/1.0/default/
vendor_interface.cc 167 ALOGE("%s: No previous Shutdown()?", __func__);
175 void VendorInterface::Shutdown() {

Completed in 2431 milliseconds

<<31323334353637383940>>