HomeSort by relevance Sort by last modified time
    Searched full:shutdown (Results 1 - 25 of 3268) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-arm64/syscalls/
shutdown.S 5 ENTRY(shutdown) function
14 END(shutdown)
  /art/test/136-daemon-jni-shutdown/
info.txt 1 Test that daemon threads that call into a JNI env after the runtime is shutdown do not crash
  /device/asus/fugu/sepolicy/
system_app.te 3 allow system_app self:netlink_kobject_uevent_socket {create read bind connect getopt setopt shutdown};
  /external/autotest/client/site_tests/platform_CleanShutdown/
control 4 Tests that the last shutdown was clean (without errors).
6 NOTE: You need to shutdown or reboot the device at least once before running
11 PURPOSE = 'Verify the last shutdown was clean.'
16 - if shutdown had to forcefully kill processes
  /system/sepolicy/
bluetoothdomain.te 2 allow bluetoothdomain bluetooth:unix_stream_socket { getopt setopt getattr read write ioctl shutdown };
  /bionic/libc/arch-arm/syscalls/
shutdown.S 5 ENTRY(shutdown) function
16 END(shutdown)
  /bionic/libc/arch-mips/syscalls/
shutdown.S 5 ENTRY(shutdown) function
19 END(shutdown)
  /bionic/libc/arch-x86_64/syscalls/
shutdown.S 5 ENTRY(shutdown) function
15 END(shutdown)
  /bionic/libc/arch-mips64/syscalls/
shutdown.S 5 ENTRY(shutdown) function
25 END(shutdown)
  /libcore/ojluni/src/main/java/java/lang/
Shutdown.java 32 * governing the virtual-machine shutdown sequence.
39 public class Shutdown {
41 /* Shutdown state */
50 // The system shutdown hooks are registered with a predefined slot.
51 // The list of shutdown hooks is as follows:
58 // the index of the currently running shutdown hook to the hooks array
77 * Add a new shutdown hook. Checks the shutdown state and the hook itself,
82 * be added to the delete on exit list by the application shutdown
85 * @param slot the slot in the shutdown hook array, whose elemen
225 static void shutdown() { method in class:Shutdown
    [all...]
ApplicationShutdownHooks.java 30 * Class to track and run user level shutdown hooks registered through
42 Shutdown.add(1 /* shutdown hook invocation order */,
43 false /* not registered if shutdown in progress */,
52 // application shutdown hooks cannot be added if
53 // shutdown is in progress.
61 /* Add a new shutdown hook. Checks the shutdown state and the hook itself,
66 throw new IllegalStateException("Shutdown in progress");
82 throw new IllegalStateException("Shutdown in progress")
    [all...]
  /bionic/libc/arch-x86/syscalls/
shutdown.S 5 ENTRY(shutdown) function
35 END(shutdown)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
mism-1.s 20 shutdown ! { dg-error "mismatch|v9a" "v9a shutdown mismatch" }
  /external/libchrome/base/threading/
sequenced_worker_pool.h 34 // allows you to specify what should happen to your tasks on shutdown.
64 // This class may be leaked on shutdown to facilitate fast shutdown. The
65 // expected usage, however, is to call Shutdown(), which correctly accounts
70 // not enforce shutdown semantics or allow us to specify how many worker
82 // shutdown.
84 // Tasks posted with this mode which have not run at shutdown will be
86 // shutdown will be ignored (the worker thread will not be joined).
89 // shutdown. For example, you might be doing a slow DNS lookup and if it's
90 // blocked on the OS, you may not want to stop shutdown, since the resul
    [all...]
  /external/autotest/client/virt/tests/
shutdown.py 9 KVM shutdown test:
11 2) Send a shutdown command to the guest, or issue a system_powerdown
27 # Send a shutdown command to the guest's shell
29 error.context("waiting VM to go down (shutdown shell cmd)")
  /external/autotest/server/site_tests/firmware_ECLidShutdown/
control 10 CRITERIA = "This test will ensure disable lid shutdown GBB flag working"
20 This test check the functionality of disable lid shutdown GBB flag.
21 - Verifies that closing lid in recovery will shutdown DUT
23 - Verifies that closing lid in recovery will not shutdown DUT
  /external/autotest/server/site_tests/firmware_ECPowerButton/
control 21 - Short press wake system from G3 (shutdown for more than 10 sec)
22 - Short press wake system from S5 (shutdown for less than 10 sec)
23 - Long press wake system from G3 (shutdown for more than 10 sec)
24 - Long press wake system from S5 (shutdown for less than 10 sec)
  /external/testng/src/main/java/org/testng/internal/thread/
IExecutor.java 11 void shutdown(); method in interface:IExecutor
  /external/testng/src/test/java/test/tmp/p1/
ContainerTest.java 16 public void shutdown() { method in class:ContainerTest
  /system/core/crash_reporter/
unclean_shutdown_collector.h 28 // Unclean shutdown collector.
37 // Collect if there is was an unclean shutdown. Returns true if
41 // Disable collection - signal that the system has been shutdown cleanly.
51 // Check for unclean shutdown due to battery running out by analyzing powerd
unclean_shutdown_collector.cc 45 LOG(ERROR) << "Unable to create shutdown check file";
53 LOG(ERROR) << "Failed to delete unclean shutdown file "
67 LOG(WARNING) << "Last shutdown was not clean";
81 LOG(INFO) << "Clean shutdown signalled";
88 LOG(INFO) << "Unclean shutdown occurred while suspended. Not counting "
89 << "toward unclean shutdown statistic.";
  /external/dbus/cmake/test/name-test/
CMakeLists.txt 23 add_executable(test-shutdown ${NAMEtest-DIR}/test-shutdown.c)
24 target_link_libraries(test-shutdown dbus-testutils)
25 ADD_TEST(test-shutdown ${EXECUTABLE_OUTPUT_PATH}/test-shutdown)
  /external/dbus/test/name-test/
test-shutdown.c 10 fprintf (stderr, "*** test-shutdown: %s", message);
65 _dbus_verbose ("*** Test shutdown exiting\n");
  /external/libchrome/sandbox/linux/syscall_broker/
broker_channel.cc 27 PCHECK(0 == shutdown(reader->get(), SHUT_WR));
30 PCHECK(0 == shutdown(writer->get(), SHUT_RD));
  /packages/providers/BlockedNumberProvider/tests/src/com/android/providers/blockednumber/
BlockedNumberProviderTestable.java 32 public void shutdown() { method in class:BlockedNumberProviderTestable
35 super.shutdown();

Completed in 1111 milliseconds

1 2 3 4 5 6 7 8 91011>>