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

1 2 3 4

  /bionic/libc/kernel/arch-sh/asm/
emergency-restart.h 15 #include <asm-generic/emergency-restart.h>
  /external/webkit/WebCore/page/
HaltablePlugin.h 38 virtual void restart() = 0;
  /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 64 restart)
75 echo "Message bus can't reload its configuration, you have to restart it"
79 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/e2fsprogs/misc/
uuidd.rc 45 force-reload|restart)
50 echo "Usage: /etc/init.d/uuidd {start|stop|restart|force-reload}"
  /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
  /external/webkit/WebCore/plugins/
PluginViewNone.cpp 119 void PluginView::restart() function in class:WebCore::PluginView
  /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 106 restart:
114 goto restart;
  /packages/apps/Mms/src/com/android/mms/dom/smil/
ElementTimeImpl.java 269 String restart = mSmilElement.getAttribute("restart"); local
270 if (restart.equalsIgnoreCase("never")) {
272 } else if (restart.equalsIgnoreCase("whenNotActive")) {
327 public void setRestart(short restart) throws DOMException {
328 if (restart == RESTART_NEVER) {
329 mSmilElement.setAttribute("restart", "never");
330 } else if (restart == RESTART_WHEN_NOT_ACTIVE) {
331 mSmilElement.setAttribute("restart", "whenNotActive");
333 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
file_reporter.h 77 m_globalTimer.restart();
  /ndk/sources/android/stlport/test/unit/cppunit/
cppunit_timer.h 40 void restart() { function in class:Timer
file_reporter.h 77 m_globalTimer.restart();
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedRotateDrawable.java 121 public boolean setVisible(boolean visible, boolean restart) {
122 mState.mDrawable.setVisible(visible, restart);
123 boolean changed = super.setVisible(visible, restart);
125 if (changed || restart) {
AnimationDrawable.java 86 public boolean setVisible(boolean visible, boolean restart) {
87 boolean changed = super.setVisible(visible, restart);
89 if (changed || restart) {
ClipDrawable.java 147 public boolean setVisible(boolean visible, boolean restart) {
148 mClipState.mDrawable.setVisible(visible, restart);
149 return super.setVisible(visible, restart);
InsetDrawable.java 183 public boolean setVisible(boolean visible, boolean restart) {
184 mInsetState.mDrawable.setVisible(visible, restart);
185 return super.setVisible(visible, restart);
ScaleDrawable.java 166 public boolean setVisible(boolean visible, boolean restart) {
167 mScaleState.mDrawable.setVisible(visible, restart);
168 return super.setVisible(visible, restart);

Completed in 783 milliseconds

1 2 3 4