/system/chre/platform/slpi/include/chre/target_platform/ |
host_link_base.h | 40 static void shutdown();
|
/system/core/adb/ |
adb_io.cpp | 149 // orderly/graceful shutdown of the socket, closing the socket so that 162 // Note that on Windows, orderly shutdown sometimes causes 167 // Peer has performed an orderly/graceful shutdown. 177 // Shutdown the socket to prevent the caller from reading or writing to
|
/system/core/libcutils/include/cutils/ |
android_reboot.h | 36 /* Reboot or shutdown the system.
|
/system/sepolicy/prebuilts/api/27.0/private/ |
untrusted_app.te | 37 relabelfrom relabelto setattr setopt shutdown };
|
/system/sepolicy/prebuilts/api/28.0/public/ |
lmkd.te | 43 # reboot because orderly shutdown may not be possible.
|
/system/sepolicy/public/ |
lmkd.te | 43 # reboot because orderly shutdown may not be possible.
|
/external/autotest/site_utils/lxc/container_pool/ |
service.py | 104 # that shutdown is complete. 266 message.SHUTDOWN: self._shutdown, 289 """Handles SHUTDOWN messages. 292 and only returns the ACK when shutdown is complete). 294 logging.debug('Received shutdown request.') 295 # Request shutdown. Wait for the service to actually stop before 298 logging.debug('Service shutdown complete.')
|
/external/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/autotest/site_utils/bootperf-bin/ |
resultset.py | 35 keyvals, plus specific keyvals keyed to record shutdown and reboot 323 # shutdown was requested. However, the actual keyvals from the 324 # test are reported, variously, as "time from shutdown request", 328 # The keyvals below capture the time from shutdown request of 330 # shutdown - end of shutdown, start of firmware power-on 339 shutdown = float(runkeys["seconds_shutdown_time"]) 345 newkeys["shutdown"] = shutdown 346 newkeys["firmware"] = shutdown + firmware_tim [all...] |
/external/ltp/utils/sctp/func_tests/ |
test_tcp_style.c | 242 /* TESTCASES for shutdown() */ 252 /* Reading on a socket that has received SHUTDOWN should return 0 257 tst_brkm(TBROK, tst_exit, "recv on a SHUTDOWN received socket " 260 tst_resm(TPASS, "recv on a SHUTDOWN received socket"); 263 * SHUTDOWN call. 285 /* No more messages and the association is SHUTDOWN, should fail. */ 288 tst_brkm(TBROK, tst_exit, "recv on a SHUTDOWN sent socket " 291 tst_resm(TPASS, "recv on a SHUTDOWN sent socket"); 369 * socket is SHUTDOWN. 423 /* Verify that SCTP_EOF cannot be used to shutdown an associatio [all...] |
test_assoc_shutdown.c | 39 /* This is a functional test to verify the graceful shutdown of an 198 /* Shutdown all the associations of the server socket in a loop. */ 213 /* Call sendmsg() to shutdown the association. */ 230 /* Get the shutdown complete notification. */ 242 tst_resm(TPASS, "Graceful shutdown of associations using SCTP_EOF");
|
/external/protobuf/src/google/protobuf/ |
message.cc | 465 internal::Singleton<internal::RepeatedFieldPrimitiveAccessor<int32> >::ShutDown(); 466 internal::Singleton<internal::RepeatedFieldPrimitiveAccessor<uint32> >::ShutDown(); 467 internal::Singleton<internal::RepeatedFieldPrimitiveAccessor<int64> >::ShutDown(); 468 internal::Singleton<internal::RepeatedFieldPrimitiveAccessor<uint64> >::ShutDown(); 469 internal::Singleton<internal::RepeatedFieldPrimitiveAccessor<float> >::ShutDown(); 470 internal::Singleton<internal::RepeatedFieldPrimitiveAccessor<double> >::ShutDown(); 471 internal::Singleton<internal::RepeatedFieldPrimitiveAccessor<bool> >::ShutDown(); 472 internal::Singleton<internal::RepeatedPtrFieldStringAccessor>::ShutDown(); 473 internal::Singleton<internal::RepeatedPtrFieldMessageAccessor>::ShutDown(); 474 internal::Singleton<internal::MapFieldAccessor>::ShutDown(); [all...] |
/external/python/futures/concurrent/futures/ |
process.py | 58 # ProcessPoolExecutor's process pool (i.e. shutdown() was not called). However, 60 # - The workers would still be running during interpretor shutdown, 118 shutdown: A multiprocessing.Event that will be set as a signal to the 224 # - The executor that owns this worker has been shutdown. 226 # Since no new work items can be added, it is safe to shutdown 295 # Shutdown is a two-step process. 331 raise RuntimeError('cannot schedule new futures after shutdown') 347 def shutdown(self, wait=True): member in class:ProcessPoolExecutor 361 shutdown.__doc__ = _base.Executor.shutdown.__doc_ [all...] |
/libcore/ojluni/src/main/java/sun/nio/ch/ |
AsynchronousSocketChannelImpl.java | 244 boolean shutdown = false; 253 shutdown = true; 261 // immediately complete with -1 if shutdown for read 263 if (shutdown || !hasSpaceToRead) { 266 result = (shutdown) ? Long.valueOf(-1L) : Long.valueOf(0L); 268 result = (shutdown) ? -1 : 0; 364 // channel is closed or shutdown for write 465 throw new IOException("Connection has been shutdown for writing"); 539 Net.shutdown(fd, Net.SHUT_RD); 557 Net.shutdown(fd, Net.SHUT_WR) [all...] |
/packages/apps/Camera2/src/com/android/camera/device/ |
MultiCameraDeviceLifecycle.java | 56 * Then create a new request and return the future and begin the shutdown 248 public ListenableFuture<Void> shutdown() { method in class:MultiCameraDeviceLifecycle 256 // its shutdown cycle. 263 // This could occur if a previous shutdown call occurred, and 272 // clean shutdown state. 346 mLogger.i("Canceling shutdown."); 355 mLogger.i("Completing shutdown."); 367 // if the shutdown future is set but there is no current device, 368 // we should call shutdown, just in case so that it clears out the 369 // shutdown state. I [all...] |
/external/fio/ |
workqueue.c | 233 unsigned int shutdown, sum_cnt = 0; local 250 shutdown = 0; 259 shutdown++; 261 } while (shutdown && shutdown != wq->max_workers);
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
AbstractExecutionThreadServiceTest.java | 146 @Override protected void shutDown() { 240 @Override protected void shutDown() { 275 @Override protected void shutDown() { 368 @Override protected void shutDown() throws Exception { 380 executor.shutdown();
|
/external/vboot_reference/tests/ |
vboot_api_kernel3_tests.c | 247 /* No longer check for shutdown requested */ 251 test_ssync(0, 0, "AP-RO shutdown requested"); 352 /* No longer check for shutdown requested */ 356 "AP-RW, EC-RO -> EC-RW shutdown requested"); 361 test_ssync(0, 0, "AP-RW shutdown requested");
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/ |
libiasrad.a | 5 b ? ? ? t t . . ? ? ? ? z z ? ? ? ? __lib64_libiasrad_a_iname _head_lib64_libiasrad_a DllUnregisterServer __imp_DllUnregisterServer DllRegisterServer __imp_DllRegisterServer DllGetClassObject __imp_DllGetClassObject DllCanUnloadNow __imp_DllCanUnloadNow ?shutdown@VSAFilter@@QEAAJXZ __imp_?shutdown@VSAFilter@@QEAAJXZ ?radiusToIAS@VSAFilter@@QEBAJPEAUIAttributesRaw@@@Z __imp_?radiusToIAS@VSAFilter@@QEBAJPEAUIAttributesRaw@@@Z ?radiusToIAS@VSAFilter@@QEBAJPEAEKAEAVIASAttributeVector@IASTL@@@Z __imp_?radiusToIAS@VSAFilter@@QEBAJPEAEKAEAVIASAttributeVector@IASTL@@@Z ?radiusFromIAS@VSAFilter@@QEBAJPEAUIAttributesRaw@@@Z __imp_?radiusFromIAS@VSAFilter@@QEBAJPEAUIAttributesRaw@@@Z ?initialize@VSAFilter@@QEAAJXZ __imp_?initialize@VSAFilter@@QEAAJXZ dyxwt.o/ 1486067751 18779 5000 100644 588 ` 23 .text , h 0`.data @ 0?.bss ? 0?.idata$7 4 r 0?.idata$5 8 | 0?.idata$4 @ ? 0?.idata$6 H ??% ?? ?shutdown@VSAFilter@@QEAAJXZ .text .data .bss .idata$7 .idata$5 .idata$4 .idata$6 ! D \ ?shutdown@VSAFilter@@QEAAJXZ __imp_?shutdown@VSAFilter@@QEAAJXZ _head_lib64_libiasrad_a dyxws00003.o/ 1486067751 18779 5000 100644 742 `
|
/packages/services/Car/service/src/com/android/car/ |
CarPowerManagementService.java | 55 * Shutdown is happening 76 * Called before shutdown or sleep entry to allow running some processing. This call 93 * Returns wake up time after system is fully shutdown. Power controller will power on 226 * Register PowerEventPreprocessingHandler to run pre-processing before shutdown or 243 * that, and this call can be called in such case to trigger shutdown without waiting further. 393 Log.i(CarLog.TAG_POWER, "starting shutdown with processing"); 396 Log.i(CarLog.TAG_POWER, "starting shutdown immediately"); 427 Log.i(CarLog.TAG_POWER, "processing before shutdown expected for :" + processingTimeMs + 492 // System did not suspend. Need to shutdown 493 // TODO: Shutdown gracefull [all...] |
/system/sepolicy/prebuilts/api/27.0/ |
nonplat_sepolicy.cil | [all...] |
/libcore/ojluni/src/main/java/java/util/concurrent/ |
ScheduledThreadPoolExecutor.java | 148 * 3. Supporting optional run-after-shutdown parameters, which 149 * leads to overrides of shutdown methods to remove and cancel 150 * tasks that should NOT be run after shutdown, as well as 152 * with a shutdown. 161 * False if should cancel/suppress periodic tasks on shutdown. 166 * False if should cancel non-periodic tasks on shutdown. 311 * and run-after-shutdown parameters. 328 * run-after-shutdown parameters. 364 * due to shutdown policy. Invoked within super.shutdown 791 public void shutdown() { method in class:ScheduledThreadPoolExecutor [all...] |
/external/perfetto/src/ipc/ |
unix_socket.cc | 205 Shutdown(true); 267 return; // Some spurious event, typically queued just before Shutdown(). 285 Shutdown(false); 368 Shutdown(true); 372 void UnixSocket::Shutdown(bool notify) { 389 shutdown(*fd_, SHUT_RDWR); 420 Shutdown(true); 445 Shutdown(true); 471 Shutdown(false);
|
/tools/test/connectivity/acts/tests/google/wifi/ |
WifiSoftApTest.py | 130 4. Shutdown wifi tethering. 189 4. Shutdown wifi tethering. 201 4. Shutdown wifi tethering. 213 4. Shutdown wifi tethering. 225 4. Shutdown wifi tethering. 237 4. Shutdown wifi tethering. 249 4. Shutdown wifi tethering. 261 4. Shutdown wifi tethering. 275 5. Shutdown wifi tethering.
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/ |
FramedConnection.java | 88 private boolean shutdown; field in class:FramedConnection 261 if (shutdown) { 262 throw new IOException("shutdown"); 382 if (shutdown) { 383 throw new IOException("shutdown"); 429 public void shutdown(ErrorCode statusCode) throws IOException { method in class:FramedConnection 433 if (shutdown) { 436 shutdown = true; 457 shutdown(connectionCode); 526 if (shutdown) { [all...] |