/bionic/libc/kernel/arch-sh/asm/ |
emergency-restart.h | 15 #include <asm-generic/emergency-restart.h>
|
/external/webkit/Source/WebCore/page/ |
HaltablePlugin.h | 38 virtual void restart() = 0;
|
/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/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}"
|
/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>
|
/external/valgrind/main/coregrind/ |
pub_core_syswrap.h | 55 Bool restart
|
/external/e2fsprogs/misc/ |
uuidd.rc | 45 force-reload|restart) 50 echo "Usage: /etc/init.d/uuidd {start|stop|restart|force-reload}"
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
FragmentRetainInstance.java | 63 Button button = (Button)v.findViewById(R.id.restart); 66 mWorkFragment.restart(); 223 * API for our UI to restart the progress thread. 225 public void restart() { method in class:FragmentRetainInstance.RetainedFragment
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
FragmentRetainInstanceSupport.java | 64 Button button = (Button)v.findViewById(R.id.restart); 67 mWorkFragment.restart(); 224 * API for our UI to restart the progress thread. 226 public void restart() { method in class:FragmentRetainInstanceSupport.RetainedFragment
|
/packages/apps/Settings/src/com/android/settings/drawable/ |
DrawableWrapper.java | 109 public boolean setVisible(boolean visible, boolean restart) { 110 return super.setVisible(visible, restart) || mDrawable.setVisible(visible, restart);
|
/external/dropbear/debian/ |
dropbear.postinst | 63 invoke-rc.d dropbear restart 65 /etc/init.d/dropbear restart
|
dropbear.init | 44 restart|force-reload) 56 echo "Usage: $N {start|stop|restart|force-reload}" >&2
|
/external/ppp/pppd/ |
lcp.h | 75 bool restart; /* Restart vs. exit after close */ member in struct:lcp_options
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
ElementTime.java | 63 * A code representing the value of the restart attribute, as defined 69 public void setRestart(short restart) 116 * already active and can't be restart when it is active. (the 117 * <code>restart</code> attribute is set to <code>"whenNotActive"</code> 118 * ) The element is active or has been active and can't be restart. 119 * (the <code>restart</code> attribute is set to <code>"never"</code> ).
|
/external/ipsec-tools/src/racoon/ |
throttle.c | 96 restart: 104 goto restart;
|
/packages/apps/Mms/src/com/android/mms/dom/smil/ |
ElementTimeImpl.java | 281 String restart = mSmilElement.getAttribute("restart"); local 282 if (restart.equalsIgnoreCase("never")) { 284 } else if (restart.equalsIgnoreCase("whenNotActive")) { 339 public void setRestart(short restart) throws DOMException { 340 if (restart == RESTART_NEVER) { 341 mSmilElement.setAttribute("restart", "never"); 342 } else if (restart == RESTART_WHEN_NOT_ACTIVE) { 343 mSmilElement.setAttribute("restart", "whenNotActive"); 345 mSmilElement.setAttribute("restart", "always") [all...] |
SmilParElementImpl.java | 214 public void setRestart(short restart) throws DOMException { 215 mParTimeContainer.setRestart(restart);
|
/cts/tools/host/src/com/android/cts/ |
HostTimer.java | 124 * Restart the watch dog timer. 126 public void restart(TimerTask task, int delay) { method in class:HostTimer
|
/external/stlport/test/unit/cppunit/ |
cppunit_timer.h | 40 void restart() { function in class:Timer
|
/external/webkit/Source/WebCore/plugins/ |
PluginViewNone.cpp | 127 void PluginView::restart() function in class:WebCore::PluginView
|
/ndk/tests/device/test-gnustl-full/unit/cppunit/ |
cppunit_timer.h | 40 void restart() { function in class:Timer
|
/ndk/tests/device/test-stlport/unit/cppunit/ |
cppunit_timer.h | 40 void restart() { function in class:Timer
|
/external/dhcpcd/dhcpcd-hooks/ |
50-ntp.conf | 11 : ${ntpd_restart_cmd:=service_condcommand ntpd restart} 66 # If we changed anything, restart ntpd
|