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

1 2 3 4 5 6 7 8 91011>>

  /external/v8/build/android/pylib/
restart_adbd.sh 7 # Android shell script to restart adbd on the device. This has to be run
15 function restart() { function
20 restart &
  /external/autotest/utils/
autotest-rh.init 91 restart() { function
97 restart
107 restart)
108 restart
113 condrestart|try-restart)
132 echo $"Usage: $0 {start|stop|restart|reload|condrestart|try-restart|status}"
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/actions/
RepeatAction.java 33 if (action != null) action.restart();
43 public void restart () { method in class:RepeatAction
44 super.restart();
SequenceAction.java 76 public void restart () { method in class:SequenceAction
77 super.restart();
AddAction.java 40 public void restart () { method in class:AddAction
41 if (action != null) action.restart();
AfterAction.java 33 public void restart () { method in class:AfterAction
34 super.restart();
DelayAction.java 46 public void restart () { method in class:DelayAction
47 super.restart();
DelegateAction.java 49 public void restart () { method in class:DelegateAction
50 if (action != null) action.restart();
RemoveActorAction.java 35 public void restart () { method in class:RemoveActorAction
EventAction.java 29 public void restart () { method in class:EventAction
RunnableAction.java 48 public void restart () { method in class:RunnableAction
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
VideoSource.java 32 * Java version of VideoSourceInterface, extended with stop/restart
49 // Restart capture feeding this source. stop() must have been called since
50 // the last call to restart() (if any). Note that this isn't "start()";
52 public void restart() { method in class:VideoSource
53 restart(nativeSource);
62 private static native void restart(long nativeSource); method in class:VideoSource
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
timer.hpp 51 void restart() { _start_time = std::clock(); } // post: elapsed()==0 function in class:boost::timer
  /packages/apps/Messaging/src/com/android/messaging/ui/
PlaybackStateView.java 21 * restart) and reflect the state in UI (through timer or progress bar etc.)
25 * Restart the playback.
27 void restart(); method in interface:PlaybackStateView
  /external/autotest/client/common_lib/
base_check_version.py 24 # We can't restart when running under mod_python.
27 self.restart()
63 def restart(self): member in class:base_check_python_version
  /external/bison/lib/
msvc-inval.h 151 /* The restart that will resume execution at the code between
154 jmp_buf restart; member in struct:gl_msvc_inval_per_thread
156 /* Tells whether the contents of restart is valid. */
181 if (setjmp (msvc_inval_current->restart) == 0) \
  /external/opencv3/apps/traincascade/
imagestorage.cpp 173 void CvCascadeImageReader::PosReader::restart() function in class:CvCascadeImageReader::PosReader
  /external/v8/tools/testrunner/server/
daemon.py 117 return # not an error in a restart
136 def restart(self): member in class:Daemon
138 Restart the daemon
146 called after the process has been daemonized by start() or restart().
  /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
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
PausableChronometer.java 43 public void restart() { method in class:PausableChronometer
  /external/autotest/client/cros/
cros_ui.py 25 restart.
109 def restart(report_stop_failure=False): function
110 """Restart the session manager.
140 """Nuke the login manager, waiting for it to restart."""
141 restart(lambda: utils.nuke_process_by_name(constants.SESSION_MANAGER))
  /cts/suite/audio_quality/lib/include/audio/
Buffer.h 76 inline void restart() { function in class:Buffer
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
ModelInfluencerPanel.java 37 editor.restart();
49 editor.restart();
RegionInfluencerPanel.java 72 editor.restart();

Completed in 1233 milliseconds

1 2 3 4 5 6 7 8 91011>>