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

1 2 3 4 5 6 7 8 91011>>

  /external/dnsmasq/contrib/slackware-dnsmasq/
rc.dnsmasq.gz 
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reboot.h 18 * RESTART Restart system using default command and mode.
20 * CAD_ON Ctrl-Alt-Del sequence causes RESTART command.
23 * RESTART2 Restart system using given command string.
25 * KEXEC Restart system using a previously loaded Linux kernel
  /external/kernel-headers/original/linux/
reboot.h 18 * RESTART Restart system using default command and mode.
20 * CAD_ON Ctrl-Alt-Del sequence causes RESTART command.
23 * RESTART2 Restart system using given command string.
25 * KEXEC Restart system using a previously loaded Linux kernel
71 * Emergency restart, callable from an interrupt handler.
75 #include <asm/emergency-restart.h>
errno.h 11 #define ERESTARTNOHAND 514 /* restart if no handler.. */
13 #define ERESTART_RESTARTBLOCK 516 /* restart by calling sys_restart_syscall */
  /external/chromium/chrome/browser/ui/cocoa/
restart_browser.h 12 // so any code that needs to ask for a browser restart has something like what
16 // Puts up an alert telling the user to restart their browser. The alert
  /bionic/libc/kernel/arch-sh/asm/
emergency-restart.h 15 #include <asm-generic/emergency-restart.h>
  /dalvik/vm/mterp/armv5te/
OP_BREAKPOINT.S 5 * Restart this instruction with the original opcode. By
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
background.html 12 are wiped on restart.
21 // incognito settings are wiped on restart.
  /dalvik/vm/mterp/x86/
OP_BREAKPOINT.S 5 * Restart this instruction with the original opcode. By
  /external/chromium/chrome/common/
switch_utils.h 16 // Remove the keys that we shouldn't pass through during restart.
  /external/dnsmasq/contrib/Suse/
rc.dnsmasq-suse 45 try-restart)
49 restart)
74 echo "Usage: $0 {start|stop|status|try-restart|restart|force-reload|reload|probe}"
  /frameworks/base/core/java/android/os/
SystemService.java 32 /** Request that the init daemon restart a named service. */
33 public static void restart(String name) { method in class:SystemService
34 SystemProperties.set("ctl.restart", name);
  /external/dbus/bus/
rc.messagebus.in 67 restart)
72 echo "Message bus can't reload its configuration, you have to restart it"
76 echo $"Usage: $0 {start|stop|status|restart|reload}"
messagebus.in 74 restart)
85 echo "Message bus can't reload its configuration, you have to restart it"
89 echo $"Usage: $0 {start|stop|status|restart|condrestart|reload}"
  /external/webkit/Source/WebCore/manual-tests/
visited-link-new-window.html 14 for visited-link.html from your history and restart if
  /bootable/recovery/etc/
init.rc 46 # Restart adbd so it can run as root
49 restart adbd
  /external/chromium/chrome/browser/chromeos/
update_observer.cc 27 // update is critical and should include a restart button using the
28 // update_engine restart API. Currently removed entirely per Kan's request.
  /external/e2fsprogs/misc/
uuidd.rc 45 force-reload|restart)
50 echo "Usage: /etc/init.d/uuidd {start|stop|restart|force-reload}"
  /packages/apps/Mms/src/org/w3c/dom/smil/
ElementTimeControl.java 28 * already active and can't be restart when it is active. (the
29 * <code>restart</code> attribute is set to <code>"whenNotActive"</code>
30 * ) The element is active or has been active and can't be restart.
31 * (the <code>restart</code> attribute is set to <code>"never"</code> ).
55 * already active and can't be restart when it is active. (the
56 * <code>restart</code> attribute is set to <code>"whenNotActive"</code>
57 * ) The element is active or has been active and can't be restart.
58 * (the <code>restart</code> attribute is set to <code>"never"</code> ).
  /dalvik/vm/mterp/c/
OP_BREAKPOINT.cpp 4 * Restart this instruction with the original opcode. We do
  /development/samples/JetBoy/res/values/
strings.xml 6 <string name="restart">RETURN</string>
  /external/chromium/net/url_request/
url_request_redirect_job.h 17 // URL. This is useful to restart a request at a different URL based
  /development/samples/ApiDemos/res/layout/
fragment_retain_instance.xml 38 <Button android:id="@+id/restart"
42 android:text="@string/restart">
  /development/samples/Support4Demos/res/layout/
fragment_retain_instance.xml 38 <Button android:id="@+id/restart"
42 android:text="@string/restart">
  /external/dropbear/debian/
README.Debian 36 4. Restart the Dropbear server.
37 % /etc/init.d/dropbear restart

Completed in 508 milliseconds

1 2 3 4 5 6 7 8 91011>>