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

1 2

  /external/stlport/test/unit/cppunit/
cppunit_timer.h 40 void restart() { function in class:Timer
  /ndk/sources/android/stlport/test/unit/cppunit/
cppunit_timer.h 40 void restart() { function in class:Timer
  /external/webkit/WebCore/plugins/
PluginViewNone.cpp 119 void PluginView::restart() function in class:WebCore::PluginView
  /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
TestPackage.java 44 * not too long, it's better choice to restart the timer each time
46 * are used to restart/stop the timer, START for restarting and
551 // restart the timer even for unexpected tests
552 mTimeOutTimer.restart(new TimeOutTask(this),
    [all...]
  /external/webkit/WebCore/plugins/symbian/
PluginViewSymbian.cpp 457 void PluginView::restart() function in class:WebCore::PluginView
  /external/ppp/pppd/
lcp.h 75 bool restart; /* Restart vs. exit after close */ member in struct:lcp_options
  /external/webkit/WebCore/plugins/mac/
PluginViewMac.cpp 803 void PluginView::restart() function in class:WebCore::PluginView
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
mac.py 289 self.restart()
294 def restart(self): member in class:MacDriver
384 self.restart()
  /frameworks/base/libs/utils/
BufferedTextOutput.cpp 61 void restart() { function in struct:android::BufferedTextOutput::BufferState
216 b->restart();
256 b->restart();
ResourceTypes.cpp 623 void ResXMLParser::restart() function in class:android::ResXMLParser
    [all...]
  /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...]
  /external/webkit/WebCore/plugins/android/
PluginViewAndroid.cpp 684 void PluginView::restart() { function in class:WebCore::PluginView
  /external/webkit/WebCore/plugins/gtk/
PluginViewGtk.cpp 944 void PluginView::restart() function in class:WebCore::PluginView
  /external/webkit/WebCore/plugins/qt/
PluginViewQt.cpp 844 void PluginView::restart() function in class:WebCore::PluginView
  /external/webkit/WebCore/plugins/win/
PluginViewWin.cpp 1111 void PluginView::restart() function in class:WebCore::PluginView
    [all...]
  /external/webkit/WebCore/svg/animation/
SVGSMILElement.cpp 482 SVGSMILElement::Restart SVGSMILElement::restart() const function in class:WebCore::SVGSMILElement
662 } else if (restart() == RestartNever)
754 Restart restart = this->restart(); local
755 if (restart == RestartNever)
759 if (restart != RestartAlways)
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
AndroidDebugBridge.java 227 * <p/>This bridge will expect adb to be running. It will not be able to start/stop/restart
511 * Returns the number of times the {@link AndroidDebugBridge} object attempted to restart
696 public boolean restart() { method in class:AndroidDebugBridge
699 "Cannot restart adb when AndroidDebugBridge is created without the location of adb."); //$NON-NLS-1$
705 "Attempting to restart adb, but version check failed!"); //$NON-NLS-1$
711 boolean restart = startAdb();
713 if (restart && mDeviceMonitor == null) {
718 return restart;
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Parser.java 225 attempt to restart the restartable elements.
228 "http://www.ccil.org/~cowan/tagsoup/features/restart-elements";
652 // restart CDATA mode and process the tag as characters.
712 restart(null);
717 private void restart(Element e) throws SAXException { method in class:Parser
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
QTMovieWin.cpp 545 QTRestartAtTimeRecord restart = { time * scale , 0 }; local
546 MCDoAction(m_private->m_movieController, mcActionRestartAtTime, (void *)&restart);
    [all...]
  /frameworks/base/services/java/com/android/server/
WifiService.java 689 Slog.e(TAG, "Exception in nwService during AP restart");
    [all...]
  /frameworks/base/voip/java/com/android/server/sip/
SipService.java 854 private void restart(int duration) { method in class:SipService.AutoRegistrationProcess
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateTracker.java 147 * to restart scanning. Wait this delay before asking it to start
1619 public synchronized boolean restart() { method in class:WifiStateTracker
    [all...]
  /development/apps/Term/src/com/android/term/
Term.java 231 private void restart() { method in class:Term
323 restart(); method
335 restart(); method
510 restart(); method
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothService.java 187 Log.w(TAG, "Bluetooth daemons already running - runtime restart? ");
426 /** Forcibly restart Bluetooth if it is on */
427 /* package */ synchronized void restart() { method in class:BluetoothService
    [all...]

Completed in 8080 milliseconds

1 2