Searched defs:restart (Results 1 - 25 of 50) sorted by relevance

12

/external/chromium_org/build/android/pylib/
H A Drestart_adbd.sh7 # Android shell script to restart adbd on the device. This has to be run
15 function restart() { function
20 restart &
/external/chromium_org/chrome/browser/lifetime/
H A Dapplication_lifetime_android.cc24 // 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/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DVideoSource.java32 * Java version of VideoSourceInterface, extended with stop/restart
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);
67 // This stop() returns an owned C++ VideoFormat pointer for use in restart()
70 private static native void restart( method in class:VideoSource
/external/bison/lib/
H A Dmsvc-inval.h151 /* 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/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DApplicationLifetime.java11 * Watches for when Chrome is told to restart itself.
20 * @param restart Whether or not to restart Chrome.
22 void onTerminate(boolean restart); argument
44 public static void terminate(boolean restart) { argument
46 observer.onTerminate(restart);
/external/chromium_org/v8/tools/testrunner/server/
H A Ddaemon.py117 return # not an error in a restart
136 def restart(self): member in class:Daemon
146 called after the process has been daemonized by start() or restart().
/external/stlport/test/unit/cppunit/
H A Dcppunit_timer.h40 void restart() { function in class:Timer
/external/chromium_org/third_party/WebKit/Source/platform/
H A DTimer.h154 void restart(const TraceLocation& caller) function in class:blink::FINAL
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
H A DGifDrawable.java45 public boolean setVisible(boolean visible, boolean restart) { argument
51 return super.setVisible(visible, restart);
/external/ltrace/
H A Dltrace-elf.h128 unsigned restart; member in struct:elf_each_symbol_t
/external/chromium_org/android_webview/native/
H A Dandroid_protocol_handler.cc68 bool* restart) OVERRIDE;
163 bool* restart) {
166 *restart = true;
161 OnInputStreamOpenFailed( net::URLRequest* request, bool* restart) argument
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DJavaScriptCallFrame.cpp173 v8::Handle<v8::Value> JavaScriptCallFrame::restart() function in class:blink::JavaScriptCallFrame
176 v8::Handle<v8::Function> restartFunction = v8::Handle<v8::Function>::Cast(callFrame->Get(v8AtomicString(m_isolate, "restart")));
/external/eigen/Eigen/src/SparseCore/
H A DAmbiVector.h46 void restart();
159 void AmbiVector<_Scalar,_Index>::restart() function in class:Eigen::internal::AmbiVector
217 eigen_assert(i>=llElements[m_llCurrent].index && "you must call restart() before inserting an element with lower or equal index");
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DGMRES.h29 * \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) {
56 gmres(const MatrixType & mat, const Rhs & rhs, Dest & x, const Preconditioner & precond, int &iters, const int &restart, typename Dest::RealScalar & tol_error) argument
312 set_restart(const int restart) argument
[all...]
H A DDGMRES.h66 * Gram-Schmidt. At each restart, a few approximated eigenvectors
184 * Get the restart value
186 int restart() { return m_restart; } function in class:Eigen::DGMRES
189 * Set the restart value (default is 30)
191 void set_restart(const int restart) { m_restart=restart; } argument
194 * Set the number of eigenvalues to deflate at each restart
236 mutable int m_neig; //Number of eigenvalues to extract at each restart
245 mutable bool m_force; // Force the use of deflation at each restart
282 // Compute the new residual vector for the restart
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
H A DSquaringDrawable.java83 public boolean setVisible(boolean visible, boolean restart) { argument
84 return wrapped.setVisible(visible, restart);
/external/ppp/pppd/
H A Dlcp.h75 bool restart; /* Restart vs. exit after close */ member in struct:lcp_options
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-main.c1948 /* Back up guest state to restart a system call. */
2094 // DDD: #warning GrP fixme amd64 restart unimplemented
2168 [1-2) restart nothing has happened (restart syscall)
2169 [2] restart syscall hasn't started, or kernel wants to restart
2173 Sometimes we never want to restart an interrupted syscall (because
2174 sigaction says not to), so we only restart if "restart" is True.
2179 syscall is set up for restart, whic
2184 fixup_guest_state_after_syscall_interrupted( ThreadId tid, Addr ip, SysRes sres, Bool restart) argument
[all...]
/external/chromium_org/third_party/skia/src/utils/
H A DSkPatchUtils.cpp58 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);
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_exec_array.c83 * If primitive restart is enabled, we need to ignore restart
93 const GLboolean restart = ctx->Array.PrimitiveRestart; local
111 if (restart) {
133 if (restart) {
155 if (restart) {
546 * Handle a draw case that potentially has primitive restart enabled.
548 * If primitive restart is enabled, and PrimitiveRestartInSoftware is
550 * restart case in software.
566 /* Handle primitive restart i
[all...]
/external/chromium_org/v8/src/
H A Dregexp-macro-assembler-tracer.cc86 bool restart = assembler_->Succeed(); local
87 PrintF(" Succeed();%s\n", restart ? " [restart for global match]" : "");
88 return restart;
/external/mesa3d/src/mesa/vbo/
H A Dvbo_exec_array.c83 * If primitive restart is enabled, we need to ignore restart
93 const GLboolean restart = ctx->Array.PrimitiveRestart; local
111 if (restart) {
133 if (restart) {
155 if (restart) {
546 * Handle a draw case that potentially has primitive restart enabled.
548 * If primitive restart is enabled, and PrimitiveRestartInSoftware is
550 * restart case in software.
566 /* Handle primitive restart i
[all...]
/external/chromium_org/media/base/
H A Dcontainer_names.cc663 // RST (restart) codes must be in sequence. No other data with header.
664 int restart = code & 0x07; local
666 RCHECK(restart == (last_restart + 1) % 8);
667 last_restart = restart;
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DDebuggerScript.js453 function restart()
496 "restart": restart,
/external/chromium_org/third_party/ply/
H A Dyacc.py249 def restart(self): member in class:LRParser
513 global errok,token,restart
516 restart = self.restart
520 del errok, token, restart # Delete special functions
786 global errok,token,restart
789 restart = self.restart
793 del errok, token, restart # Delete special functions
1041 global errok,token,restart
[all...]

Completed in 2247 milliseconds

12