HomeSort by relevance Sort by last modified time
    Searched refs:reboot (Results 51 - 75 of 409) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/sys/
reboot.h 32 #include <linux/reboot.h>
44 extern int reboot(int reboot_type);
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/sys/
reboot.h 32 #include <linux/reboot.h>
44 extern int reboot(int reboot_type);
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/sys/
reboot.h 32 #include <linux/reboot.h>
44 extern int reboot(int reboot_type);
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/sys/
reboot.h 32 #include <linux/reboot.h>
44 extern int reboot(int reboot_type);
  /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()
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/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/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;
  /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]);
oneit.c 27 and SIGTERM or SIGINT reboot.
32 #include <sys/reboot.h>
46 // point it calls sync() and reboot(). I could stick a kill -1 in there.
57 // PID 1 can't call reboot() because it kills the task that calls it,
58 // which causes the kernel to panic before the actual reboot happens.
60 if (!vfork()) reboot(action);
111 // Give reboot() time to kick in, or avoid rapid spinning if exec failed
  /cts/apps/CameraITS/tools/
config.py 29 The "reboot" or "reboot=<N>" and "camera=<N>" arguments may also be
47 ["reboot", "camera", "target", "device"]]
  /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 14 # Reboot the client
15 logging.info('BootDevice: reboot %s' % self.client.hostname)
16 self.client.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)
  /external/autotest/client/virt/tests/
guest_test.py 19 reboot = params.get("reboot", "no")
28 if reboot == "yes":
30 session = vm.reboot(session, timeout=login_timeout)
74 if reboot == "yes":
76 session = vm.reboot(session, timeout=login_timeout)
boot.py 6 KVM reboot test:
8 2) Send a reboot command or a system_reset monitor command (optional)
24 session = vm.reboot(session, params["reboot_method"], 0, timeout)
  /external/autotest/server/site_tests/autoupdate_Rollback/
autoupdate_Rollback.py 34 host.reboot()
44 host.reboot()
  /external/autotest/server/site_tests/kernel_IgnoreGptOptionServer/
kernel_IgnoreGptOptionServer.py 22 # Reboot the client
23 host.reboot()
  /external/autotest/server/site_tests/brillo_BootLoader/
brillo_BootLoader.py 84 self.dut.reboot()
109 self.dut.reboot()
112 self.dut.reboot()
146 # is invalid), reboot and check that the bootloader correctly
151 self.dut.reboot()
170 self.dut.reboot()
175 self.dut.reboot()
194 self.dut.reboot()
  /external/autotest/server/site_tests/stress_ClientTestReboot/
stress_ClientTestReboot.py 13 """Reboot a device."""
22 host.reboot()
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/soundmanager2/
SoundManager.java 68 public static native void reboot () /*-{ method in class:SoundManager
69 $wnd.soundManager.reboot();
  /external/autotest/server/site_tests/platform_CompromisedStatefulPartition/
platform_CompromisedStatefulPartition.py 34 host.reboot()
42 host.reboot()

Completed in 1821 milliseconds

1 23 4 5 6 7 8 91011>>