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

1 2 3 4 5 6

  /external/chromium_org/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/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
VideoSource.java 32 * Java version of VideoSourceInterface, extended with stop/restart
50 // Restart capture feeding this source. stop() must have been called since
51 // the last call to restart() (if any). Note that this isn't "start()";
53 public void restart() { method in class:VideoSource
54 restart(nativeSource, nativeVideoFormatAtStop); method
67 // This stop() returns an owned C++ VideoFormat pointer for use in restart()
70 private static native void restart( method in class:VideoSource
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
ApplicationLifetime.java 11 * Watches for when Chrome is told to restart itself.
20 * @param restart Whether or not to restart Chrome.
22 void onTerminate(boolean restart);
44 public static void terminate(boolean restart) {
46 observer.onTerminate(restart);
  /external/chromium_org/chrome/browser/lifetime/
application_lifetime_android.cc 24 // Set the flag to restart Chrome after it is shutdown.
32 bool restart = false; local
35 restart = prefs->GetBoolean(prefs::kRestartLastSessionOnShutdown);
40 Java_ApplicationLifetime_terminate(env, restart);
  /external/iputils/ninfod/
ninfod.sh.in 23 restart)
31 echo "Usage: /etc/init.d/ninfod {start|stop|restart}"
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_reset.css 47 #reset #reset-warning-restart {
64 .restart-required-specific {
71 .restart-required-view .restart-required-specific,
76 #reset-restart-button,
83 .restart-required-view #reset-restart-button,
  /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) \
msvc-inval.c 106 longjmp (current->restart, 1);
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
GMRES.h 29 * \param restart number of iterations for a restart
57 int &iters, const int &restart, typename Dest::RealScalar & tol_error) {
81 VectorType w = VectorType::Zero(restart + 1);
83 FMatrixType H = FMatrixType::Zero(m, restart + 1); // Hessenberg matrix
84 VectorType tau = VectorType::Zero(restart + 1);
85 std::vector < JacobiRotation < Scalar > > G(restart);
94 for (int k = 1; k <= restart; ++k) {
116 if (k <= restart) {
152 if (stop || k == restart) {
    [all...]
  /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/mdnsresponder/mDNSPosix/
mdnsd.sh 60 reload|restart|force-reload)
68 echo "Usage: /etc/init.d/mDNS {start|stop|reload|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
  /external/chromium_org/android_webview/browser/
aw_web_resource_response.cc 31 bool* restart) OVERRIDE {
32 *restart = false;
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
GifDrawable.java 45 public boolean setVisible(boolean visible, boolean restart) {
51 return super.setVisible(visible, restart);
  /external/ipsec-tools/src/racoon/
throttle.c 106 restart:
114 goto restart;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
JavaScriptCallFrame.idl 40 [Custom] any restart();
JavaScriptCallFrame.h 72 v8::Handle<v8::Value> restart();
  /external/glide/library/src/main/java/com/bumptech/glide/request/target/
SquaringDrawable.java 83 public boolean setVisible(boolean visible, boolean restart) {
84 return wrapped.setVisible(visible, restart);
  /cts/suite/audio_quality/lib/include/audio/
Buffer.h 76 inline void restart() { function in class:Buffer
  /cts/suite/audio_quality/lib/src/task/
TaskOutput.cpp 62 buffer->restart(); // reset to play from beginning
  /external/chromium_org/remoting/host/installer/linux/debian/
chrome-remote-desktop.init 116 restart)
122 "{start|stop|reload|force-reload|restart}"
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8JavaScriptCallFrameCustom.cpp 48 v8SetReturnValue(info, impl->restart());
  /external/chromium_org/third_party/skia/src/utils/
SkPatchUtils.cpp 58 this->restart(1);
71 this->restart(1);
77 void restart(int divisions) { function in class:FwDCubicEvaluator
259 fBottom.restart(lodX);
260 fTop.restart(lodX);
266 fLeft.restart(lodY);
267 fRight.restart(lodY);

Completed in 535 milliseconds

1 2 3 4 5 6