HomeSort by relevance Sort by last modified time
    Searched refs:reboot (Results 1 - 25 of 564) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/bionic/
reboot.cpp 30 #include <sys/reboot.h>
34 int reboot(int mode) { function
  /bionic/libc/include/sys/
reboot.h 33 #include <linux/reboot.h>
45 int reboot(int __cmd);
  /external/autotest/server/site_tests/bluetooth_RegressionServer/
bluetooth_RegressionServer.py 32 test_phase='reboot')
33 logging.info('Starting reboot from Server')
34 client.reboot()
35 logging.info('Returning to Client after reboot')
  /external/autotest/server/site_tests/generic_RebootTest/
generic_RebootTest.py 10 """Reboot a device."""
14 host.reboot()
  /external/autotest/server/site_tests/infra_FirmwareAutoupdate/
infra_FirmwareAutoupdate.py 33 host.reboot()
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
reboot.h 20 bits in the argument to the `reboot' system call. */
33 /* Enable reboot using Ctrl-Alt-Delete keystroke. */
36 /* Disable reboot using Ctrl-Alt-Delete keystroke. */
44 /* Reboot or halt the system. */
45 extern int reboot (int __howto) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
reboot.h 20 bits in the argument to the `reboot' system call. */
33 /* Enable reboot using Ctrl-Alt-Delete keystroke. */
36 /* Disable reboot using Ctrl-Alt-Delete keystroke. */
44 /* Reboot or halt the system. */
45 extern int reboot (int __howto) __THROW;
  /test/vts/testcases/host/reboot/RebootRootRemountTest/
Android.mk 21 VTS_CONFIG_SRC_DIR := testcases/host/reboot/RebootRootRemountTest
  /test/vts/testcases/host/reboot/RebootTest/
Android.mk 21 VTS_CONFIG_SRC_DIR := testcases/host/reboot/RebootTest
  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/util/
run-test 12 cts-tradefed run commandAndExit cts-dev --module $1 --test $2 --disable-reboot --skip-device-info --skip-all-system-status-check --skip-preconditions
  /cts/tests/framework/base/activitymanager/util/
run-test 12 cts-tradefed run commandAndExit cts-dev --module $1 --test $2 --disable-reboot --skip-device-info --skip-all-system-status-check --skip-preconditions
  /external/strace/tests/
xet_thread_area_x86.test 9 run_strace -a22 -e trace=reboot,/[gs]et_thread_area $args > "$EXP"
10 sed '0,/^reboot/d' "$LOG" > "$OUT"
  /external/strace/tests-m32/
xet_thread_area_x86.test 9 run_strace -a22 -e trace=reboot,/[gs]et_thread_area $args > "$EXP"
10 sed '0,/^reboot/d' "$LOG" > "$OUT"
  /external/strace/tests-mx32/
xet_thread_area_x86.test 9 run_strace -a22 -e trace=reboot,/[gs]et_thread_area $args > "$EXP"
10 sed '0,/^reboot/d' "$LOG" > "$OUT"
  /external/toybox/toys/other/
reboot.c 0 /* reboot.c - Restart, halt or powerdown the system.
5 USE_REBOOT(NEWTOY(reboot, "fn", TOYFLAG_SBIN|TOYFLAG_NEEDROOT))
6 USE_REBOOT(OLDTOY(halt, reboot, TOYFLAG_SBIN|TOYFLAG_NEEDROOT))
7 USE_REBOOT(OLDTOY(poweroff, reboot, TOYFLAG_SBIN|TOYFLAG_NEEDROOT))
9 config REBOOT
10 bool "reboot"
13 usage: reboot/halt/poweroff [-fn]
23 #include <sys/reboot.h>
33 if (toys.optflags & FLAG_f) toys.exitval = reboot(types[idx]);
  /system/core/bootstat/
boot_reason_test.sh 25 # Best guess to an average device's reboot time, refined as tests return
186 fastboot reboot
417 reboot,reboot | reboot,reboot,* ) var=${var#reboot,} ; var=${var%,} ;;
418 reboot,cold | reboot,cold,* ) var=${var#reboot,} ; var=${var%,} ;
    [all...]
  /external/ltp/testcases/kernel/syscalls/reboot/
reboot01.c 23 * TEST TITLE : Basic test for reboot(2)
34 * This is a Phase I test for the reboot(2) system call.
66 *for lib4 and lib5 reboot(2) system call is implemented as
67 *int reboot(int magic, int magic2, int flag, void *arg); This test case
68 *is written for int reboot(int flag); which is implemented under glibc
73 #include <sys/reboot.h>
76 #include <linux/reboot.h>
105 TEST(reboot(flag[i]));
108 tst_resm(TFAIL, "reboot(2) Failed for "
111 tst_resm(TPASS, "reboot(2) Passed for
    [all...]
reboot02.c 25 * for reboot(2)
36 * This test case checks whether reboot(2) system call returns
69 *for lib4 and lib5 reboot(2) system call is implemented as
70 *int reboot(int magic, int magic2, int flag, void *arg); This test case
71 *is written for int reboot(int flag); which is implemented under glibc
76 #include <sys/reboot.h>
78 #include <linux/reboot.h>
118 TEST(reboot(INVALID_PARAMETER));
122 TEST(reboot(LINUX_REBOOT_CMD_CAD_ON));
140 "reboot(2) expected failure;
    [all...]
  /cts/apps/CameraITS/tools/
config.py 29 The "reboot" or "reboot=<N>" and "camera=<N>" arguments may also be
47 ["reboot", "camera", "target", "device"]]
  /bootable/recovery/
common.h 47 bool reboot(const std::string& command);
  /external/autotest/client/site_tests/kernel_CrosECSysfs/
kernel_CrosECSysfs.py 71 reboot = self._read_sysfs('reboot')
72 if reboot.find("ro") < 0:
73 raise error.TestFail('reboot help is weird: %s' % reboot)
74 logging.info("reboot is %s", reboot)
  /external/autotest/server/site_tests/firmware_ECKeyboardReboot/
firmware_ECKeyboardReboot.py 14 Test the dut-control ec_uart_cmd:reboot command.
15 This simulate the Power+refresh reboot but not exactly. The F3 + power EC
46 logging.info("Test dut-control ec_uart_cmd:reboot command.")
48 self.ec.reboot()
52 self.ec.reboot('hard')
56 self.ec.reboot('ap-off')
58 self.ec.reboot()
  /external/autotest/server/site_tests/platform_BootDevice/
platform_BootDevice.py 13 logging.info('======== Running BOOTDEVICE REBOOT ITERATION %d/%d '
15 # Reboot the client
16 logging.info('BootDevice: reboot %s', host.hostname)
17 host.reboot()
  /external/autotest/server/site_tests/platform_UReadAheadServer/
platform_UReadAheadServer.py 9 """Test to check whether ureadahead pack files are created on reboot.
12 that new pack files are created on reboot.
21 # Reboot the client
22 host.reboot()
24 # Check if the ureadahead pack files were created on reboot.
29 'reboot')
  /external/strace/
reboot.c 7 SYS_FUNC(reboot)

Completed in 574 milliseconds

1 2 3 4 5 6 7 8 91011>>