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

1 2 3 45 6 7 8 91011>>

  /external/mdnsresponder/mDNSPosix/
mdnsd.sh 60 reload|restart|force-reload)
68 echo "Usage: /etc/init.d/mDNS {start|stop|reload|restart}"
  /external/openssh/
opensshd.init.in 80 'restart')
86 echo "$0: usage: $0 {start|stop|restart}"
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
EventLogTags.logtags 9 # packet count that triggers a countdown to radio restart
12 # Radio restart - timed out with no incoming packets.
  /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/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/chrome/browser/ui/views/
restart_message_box.h 17 // A dialog box that tells the user that s/he needs to restart Chrome
  /external/chromium/chrome/browser/ui/webui/
flags_ui.cc 144 // Callback for the "restartBrowser" message. Restores all tabs on restart.
190 // Set the flag to restore state after the restart.
195 // For CrOS instead of browser restart (which is not supported) perform a full
197 // Same session restore behavior happens in case of full restart after update.
  /external/chromium/chrome/browser/ui/webui/options/
language_options_handler.h 37 // Called when the restart button is clicked.
  /external/chromium/chrome/common/
env_vars.cc 25 // triggers the 'restart chrome' dialog. CHROME_RESTART contains the strings
  /external/chromium_org/build/android/pylib/utils/
test_environment.py 40 # Make sure we restart the host adb server only once.
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_launch_error.h 33 // Save error for displaying on next restart. Note only the last saved error
  /external/chromium_org/chrome/browser/chromeos/display/
display_preferences.h 37 // restart.
  /external/chromium_org/chrome/browser/chromeos/extensions/
default_app_order.h 19 // asynchronously on start up except for the browser restart path, in which
  /external/chromium_org/chrome/browser/first_run/
upgrade_util.h 41 // Like RelaunchChromeBrowser() but for Windows 8 it will read pref and restart
  /external/chromium_org/chrome/browser/notifications/
message_center_notification_manager_win.cc 44 // No need to restart the timer if it's already going.
  /external/chromium_org/chrome/browser/sync/glue/
data_type_manager_impl.h 94 void Restart(syncer::ConfigureReason reason);
108 // Restart().
140 // The last time Restart() was called.
143 // The accumulated time spent between calls to Restart() and going
  /external/chromium_org/chrome/browser/ui/webui/options/
language_options_handler.h 39 // Called when the restart button is clicked.
  /external/chromium_org/chrome/test/functional/
pyauto_webdriver.py 24 """Restart the browser and connect again with WebDriver."""
  /external/chromium_org/content/browser/renderer_host/input/
timeout_monitor.h 29 void Restart(base::TimeDelta delay);
  /external/chromium_org/net/url_request/
url_request_redirect_job.h 17 // URL. This is useful to restart a request at a different URL based
  /external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
test.html 13 <li>Restart Safari.</li>
  /external/chromium_org/third_party/WebKit/ManualTests/blackberry/
clear-localstorage.html 25 document.write("<p>If you want to run this test case again, please restart the browser.</p>");
http-cookie-database-update.php 7 echo '2. Restart the browser and load http-cookie-database-set.php again to see the result.<br>';
  /external/chromium_org/tools/cr/cr/commands/
debug.py 35 cr.Debugger.Restart(context, targets, context.remains)

Completed in 820 milliseconds

1 2 3 45 6 7 8 91011>>