HomeSort by relevance Sort by last modified time
    Searched full:restart (Results 251 - 275 of 2122) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/test/functional/
gpu.py 42 # about:gpu page starts a gpu process. Restart the browser to clear
  /external/chromium_org/content/browser/speech/endpointer/
energy_endpointer.cc 152 void EnergyEndpointer::Restart(bool reset_threshold) {
185 Restart(true);
215 Restart(true);
223 Restart(true);
  /external/chromium_org/content/public/browser/
download_interrupt_reason_values.h 81 // Internal use only: must restart from the beginning.
  /external/chromium_org/net/quic/congestion_control/
hybrid_slow_start.h 30 void Restart();
  /external/chromium_org/sync/notifier/
dropped_invalidation_tracker.h 58 // invalidation state again on the next restart. It would be a waste of time
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
JavaScriptCallFrame.h 68 v8::Handle<v8::Value> restart();
JavaScriptCallFrame.idl 39 [Custom] any restart();
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAttributeNames.in 171 restart
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImageCache.cpp 80 // restart on page load, nor will two animations in different pages have different timelines.
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
capturemanager.cc 241 // Try a restart using the new best resolution.
247 if (!video_capturer->Restart(capture_format)) {
248 LOG(LS_ERROR) << "RestartVideoCapture: Restart failed.";
258 // TODO(ryanpetrie): Support restart requests. Should this
  /external/chromium_org/v8/src/
regexp-macro-assembler-tracer.cc 107 bool restart = assembler_->Succeed(); local
108 PrintF(" Succeed();%s\n", restart ? " [restart for global match]" : "");
109 return restart;
  /external/jmonkeyengine/engine/src/test/jme3test/app/
TestApplication.java 40 * Test Application functionality, such as create, restart, destroy, etc.
  /external/libppp/src/
cbcp.h 56 u_char restart; /* FSM Send again ? */ member in struct:cbcp::__anon21021
  /external/srec/srec/test/SRecTest/src/
srec_test_config.c 22 static unsigned int num_test_shutdown_times = 1; /* Number of times to shutdown and restart during test */
  /external/srec/srec/test/SRecTestAudio/src/
srec_test_config.c 22 static unsigned int num_test_shutdown_times = 1; /* Number of times to shutdown and restart during test */
  /external/stlport/test/unit/cppunit/
cppunit_timer.h 40 void restart() { function in class:Timer
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.c 227 SM_STATE(AUTH_PAE, RESTART)
238 SM_ENTRY_MA(AUTH_PAE, RESTART, auth_pae);
385 SM_ENTER(AUTH_PAE, RESTART);
393 SM_ENTER(AUTH_PAE, RESTART);
405 SM_ENTER(AUTH_PAE, RESTART);
423 SM_ENTER(AUTH_PAE, RESTART);
893 restart:
920 goto restart;
929 goto restart;
  /frameworks/base/core/java/android/net/http/
HttpConnection.java 86 * Restart a secure connection suspended waiting for user interaction.
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerStressTestRunner.java 41 // sleep time before restart wifi, default is set to 2 minutes
  /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/Calendar/src/com/android/calendar/alerts/
InitAlarmsService.java 30 * the AlarmManager alarms that were lost on device restart.
  /packages/apps/Nfc/tests/src/com/android/nfc/snep/
SnepCustomClientTests.java 39 Log.d(TAG, "Waiting for service to restart...");
SnepDefaultClientTests.java 39 Log.d(TAG, "Waiting for service to restart...");
  /packages/apps/VoiceDialer/res/values-en-rGB/
strings.xml 29 <string name="recognition_error" msgid="6171111971593859630">"Restart your phone then try again."</string>

Completed in 337 milliseconds

<<11121314151617181920>>