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

1 2 3 4

  /external/jmonkeyengine/engine/src/test/jme3test/app/
TestContextRestart.java 52 app.restart();
  /external/stlport/test/unit/cppunit/
cppunit_timer.h 40 void restart() { function in class:Timer
  /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/libppp/src/
cbcp.h 56 u_char restart; /* FSM Send again ? */ member in struct:cbcp::__anon9568
  /cts/suite/audio_quality/lib/include/audio/
Buffer.h 76 inline void restart() { function in class:Buffer
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
JmeContext.java 91 * the context has already been created, then <code>restart()</code> must be called
175 public void restart(); method in interface:JmeContext
NullContext.java 159 public void restart() { method in class:NullContext
  /external/webkit/Source/WebCore/plugins/
PluginViewNone.cpp 127 void PluginView::restart() function in class:WebCore::PluginView
  /cts/tests/tests/view/src/android/view/cts/
DisplayRefreshRateTest.java 74 public synchronized void restart() { method in class:DisplayRefreshRateTest.FpsResult
194 mResult.restart();
  /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
  /external/webkit/Source/WebCore/plugins/symbian/
PluginViewSymbian.cpp 444 void PluginView::restart() function in class:WebCore::PluginView
  /frameworks/base/core/java/android/os/
SystemService.java 72 /** Request that the init daemon restart a named service. */
73 public static void restart(String name) { method in class:SystemService
74 SystemProperties.set("ctl.restart", name);
  /external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
AwtPanelsContext.java 198 public void restart() { method in class:AwtPanelsContext
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglAbstractDisplay.java 75 * Restart if its a windowed or full-screen display.
77 public abstract void restart(); method in class:LwjglAbstractDisplay
LwjglOffscreenBuffer.java 169 public void restart() { method in class:LwjglOffscreenBuffer
LwjglDisplay.java 171 // This method is overriden to do restart
186 public void restart() { method in class:LwjglDisplay
190 logger.warning("Display is not created, cannot restart window.");
  /external/ppp/pppd/
lcp.h 75 bool restart; /* Restart vs. exit after close */ member in struct:lcp_options
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
webkit.py 392 def restart(self): member in class:WebKitDriver
  /frameworks/native/libs/utils/
BufferedTextOutput.cpp 61 void restart() { function in struct:android::BufferedTextOutput::BufferState
216 b->restart();
256 b->restart();
  /external/jmonkeyengine/engine/src/core/com/jme3/app/
Application.java 175 * {@link #restart() } must be called to apply the settings to the display.
458 * to restart, applying the new settings.
460 public void restart(){ method in class:Application
462 context.restart();
  /external/webkit/Source/WebCore/plugins/android/
PluginViewAndroid.cpp 729 void PluginView::restart() { function in class:WebCore::PluginView
  /external/webkit/Source/WebCore/plugins/gtk/
PluginViewGtk.cpp 919 void PluginView::restart() function in class:WebCore::PluginView
  /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...]

Completed in 3509 milliseconds

1 2 3 4