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

1 2 3 4 5

  /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);
  /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
progress.hpp 86 : m_os(os), m_s1(s1), m_s2(s2), m_s3(s3) { restart(expected_count); }
88 void restart( unsigned long expected_count ) function in class:boost::progress_display
100 } // restart
  /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/chromium_org/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().
  /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
  /packages/apps/Exchange/src/com/android/exchange/service/
PingTask.java 55 /** Restart the ping loop (used when a ping request happens during a ping). */
56 public void restart() { method in class:PingTask
57 mOperation.restart();
  /external/libppp/src/
cbcp.h 56 u_char restart; /* FSM Send again ? */ member in struct:cbcp::__anon22788
  /cts/suite/audio_quality/lib/include/audio/
Buffer.h 76 inline void restart() { function in class:Buffer
  /external/chromium_org/chromeos/dbus/ibus/
ibus_client_unittest.cc 111 bool restart = false; local
112 EXPECT_TRUE(reader.PopBool(&restart));
113 EXPECT_EQ(kRestartFlag, restart);
124 bool restart = false; local
125 EXPECT_TRUE(reader.PopBool(&restart));
126 EXPECT_EQ(kRestartFlag, restart);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
JavaScriptCallFrame.cpp 138 v8::Handle<v8::Value> JavaScriptCallFrame::restart() function in class:WebCore::JavaScriptCallFrame
141 v8::Handle<v8::Function> restartFunction = v8::Handle<v8::Function>::Cast(callFrame->Get(v8::String::NewSymbol("restart")));
  /external/chromium_org/third_party/WebKit/Source/core/platform/
Timer.h 139 void restart() function in class:WebCore::DeferrableOneShotTimer
  /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
  /frameworks/base/core/java/android/print/
PrintJob.java 84 * Restarts this print job. You can request restart of a failed
89 public void restart() { method in class:PrintJob
136 * is successfully printed. You can neither cancel nor restart
148 * a restart via {@link #restart()}.
152 * @see #restart()
161 * You cannot restart such a print job.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Power_Suite.py 15 def restart(self, _object, _attributes={}, **_arguments): member in class:Power_Suite_Events
16 """restart: Restart the computer
  /cts/tests/tests/view/src/android/view/cts/
DisplayRefreshRateTest.java 74 public synchronized void restart() { method in class:DisplayRefreshRateTest.FpsResult
194 mResult.restart();
  /packages/apps/Settings/src/com/android/settings/print/
PrintJobSettingsFragment.java 121 MenuItem restart = menu.add(0, MENU_ITEM_ID_RESTART, Menu.NONE, local
123 restart.setShowAsAction(MenuItem.SHOW_AS_ACTION_IF_ROOM);
137 mPrintJob.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/eigen/Eigen/src/SparseCore/
AmbiVector.h 46 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");
  /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);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Legacy_suite.py 15 def restart(self, _no_object=None, _attributes={}, **_arguments): member in class:Legacy_suite_Events
16 """restart: Restart the computer

Completed in 579 milliseconds

1 2 3 4 5