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

1 2 3 4 5 6 7 8 91011>>

  /hardware/interfaces/light/utils/
blank_screen.rc 5 shutdown critical
  /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
  /external/strace/tests/
shutdown.c 1 /* Check decoding of shutdown syscall. */
10 int rc = shutdown(-1, SHUT_RDWR);
11 printf("shutdown(-1, SHUT_RDWR) = %d %s (%m)\n", rc, errno2name());
shutdown.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (shutdown -a24 ); do not edit.
  /external/strace/tests-m32/
shutdown.c 1 /* Check decoding of shutdown syscall. */
10 int rc = shutdown(-1, SHUT_RDWR);
11 printf("shutdown(-1, SHUT_RDWR) = %d %s (%m)\n", rc, errno2name());
shutdown.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (shutdown -a24 ); do not edit.
  /external/strace/tests-mx32/
shutdown.c 1 /* Check decoding of shutdown syscall. */
10 int rc = shutdown(-1, SHUT_RDWR);
11 printf("shutdown(-1, SHUT_RDWR) = %d %s (%m)\n", rc, errno2name());
shutdown.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (shutdown -a24 ); do not edit.
  /external/syslinux/gpxe/src/include/gpxe/
init.h 35 /** Shutdown flags */
37 /** Shutdown is in order to exit (return to gPXE's caller) */
39 /** Shutdown is in order to boot an OS */
46 * A startup/shutdown function
48 * Startup and shutdown functions may be called multiple times, as
49 * part of the calls to startup() and shutdown().
53 void ( * shutdown ) ( int flags ); member in struct:startup_fn
56 /** Startup/shutdown function table */
59 /** Declare a startup/shutdown function */
63 /** @defgroup startfn_order Startup/shutdown function orderin
    [all...]
  /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.'
13 Fails if the stateful partition was not cleanly unmounted on the last shutdown.
  /frameworks/native/cmds/servicemanager/
vndservicemanager.rc 6 shutdown critical
  /system/sepolicy/prebuilts/api/26.0/private/
bluetoothdomain.te 2 allow bluetoothdomain bluetooth:unix_stream_socket { getopt setopt getattr read write ioctl shutdown };
  /system/sepolicy/prebuilts/api/27.0/private/
bluetoothdomain.te 2 allow bluetoothdomain bluetooth:unix_stream_socket { getopt setopt getattr read write ioctl shutdown };
  /system/sepolicy/prebuilts/api/28.0/private/
bluetoothdomain.te 2 allow bluetoothdomain bluetooth:unix_stream_socket { getopt setopt getattr read write ioctl shutdown };
app.te 7 relabelfrom relabelto setattr shutdown };
  /system/sepolicy/private/
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)
  /external/curl/docs/cmdline-opts/
ftp-ssl-ccc-mode.d 8 Sets the CCC mode. The passive mode will not initiate the shutdown, but
9 instead wait for the server to do it, and will not reply to the shutdown from
10 the server. The active mode initiates the shutdown and waits for a reply from
  /external/ltp/utils/sctp/func_tests/
test_1_to_1_shutdown.c 5 * This file has test cases to test the shutdown() call for 1-1 style sockets
9 * TEST3: shutdown with SHUT_WR flag to disable new send
10 * TEST4: shutdown with SHUT_RD flag to disable new receive
11 * TEST5: shutdown with SHUT_RDWR flag to disable new receive/send
108 /*shutdown() TEST1: Bad socket descriptor, EBADF Expected error*/
109 error = shutdown(-1, SHUT_WR);
111 tst_brkm(TBROK, tst_exit, "shutdown with a bad socket "
114 tst_resm(TPASS, "shutdown() with a bad socket descriptor - EBADF");
116 /*shutdown() TEST2: Invalid socket, ENOTSOCK Expected error*/
122 error = shutdown(fd, SHUT_WR)
    [all...]
  /art/test/607-daemon-stress/
info.txt 2 (for example Thread.isInterrupted). The shutdown thread used to block those daemons
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowTextToSpeech.java 14 private boolean shutdown = false; field in class:ShadowTextToSpeech
31 public void shutdown() { method in class:ShadowTextToSpeech
32 shutdown = true;
52 return shutdown;
  /system/hwservicemanager/
hwservicemanager.rc 11 shutdown critical

Completed in 370 milliseconds

1 2 3 4 5 6 7 8 91011>>