/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/dnsmasq/contrib/Solaris10/ |
dnsmasq.xml | 21 restart_on='restart'
|
/external/kernel-headers/original/linux/ |
thread_info.h | 11 * System call restart block.
|
/external/libpng/projects/cbuilder5/ |
libpng.readme.txt | 19 your include path, and restart the build.
|
/external/smali/smali/src/test/resources/LexerTest/ |
DirectiveTest.tokens | 29 RESTART_LOCAL_DIRECTIVE(".restart local")
|
/external/valgrind/main/coregrind/m_gdbserver/ |
mips-linux-valgrind.xml | 23 <reg name="restart" bitsize="32" group="system"/>
|
/frameworks/base/tests/backup/ |
test_backup_common.sh | 22 # restart adb as root and wait for it to come back again
|
/external/iputils/ |
tracepath.c | 107 restart: 124 goto restart; 255 goto restart; 264 restart: 280 goto restart; 427 restart: 434 goto restart;
|
/frameworks/base/docs/html/guide/topics/resources/ |
runtime-changes.jd | 28 android.app.Activity#onCreate(Bundle) onCreate()}). The restart behavior is designed to help your 32 <p>To properly handle a restart, it is important that your activity restores its previous 43 tasks in your application. Your application should be able to restart at any time without loss of 55 <p>Allow your activity to restart when a configuration changes, but carry a stateful 70 connection, or perform other intensive operations, then a full restart due to a configuration change 146 avoid the activity restart, then you can declare that your activity handles the configuration change 175 <p>Now, when one of these configurations change, {@code MyActivity} does not restart. 196 change does not restart your activity, even when running on an Android 3.2 or higher device).</p> 242 and you've only avoided the restart of your activity. However, your application should always be 243 able to shutdown and restart with its previous state intact, so you should not consider thi [all...] |
/external/jpeg/ |
jdmarker.c | 114 * the current restart point; we update them only when we have reached a 115 * suitable place to restart if a suspension occurs. 124 /* Unload the local copies --- do this only at a restart boundary */ 169 * in cinfo->unread_marker; input restart point is just after the marker. 172 * updated the restart point to point after the parameters. 174 * marker parameters; restart point has not been moved. Same routine 184 * suspend, the marker processor updates the restart point to the end of 365 /* Prepare to scan data & restart markers */ 797 INPUT_SYNC(cinfo); /* move the restart point to here */ 1118 * Read a restart marker, which is expected to appear next in the datastream [all...] |
/external/qemu/distrib/jpeg-6b/ |
jdmarker.c | 114 * the current restart point; we update them only when we have reached a 115 * suitable place to restart if a suspension occurs. 124 /* Unload the local copies --- do this only at a restart boundary */ 169 * in cinfo->unread_marker; input restart point is just after the marker. 172 * updated the restart point to point after the parameters. 174 * marker parameters; restart point has not been moved. Same routine 184 * suspend, the marker processor updates the restart point to the end of 359 /* Prepare to scan data & restart markers */ 789 INPUT_SYNC(cinfo); /* move the restart point to here */ 1110 * Read a restart marker, which is expected to appear next in the datastream [all...] |
/device/generic/goldfish/libqemu/ |
test_host_2.c | 101 RESTART: 126 goto RESTART;
|
/external/chromium/chrome/browser/metrics/ |
metrics_log.h | 52 // restart to gather these, as that delay biases our observation away from 85 // and can't be delayed until the user decides to restart chromium.
|
/external/chromium/chrome/browser/ui/cocoa/ |
about_window_controller_unittest.mm | 119 // because it leaks restart dialogs. If the About box is revised to use 120 // a button within the box to advise a restart instead of popping dialogs,
|
/external/chromium_org/android_webview/browser/net/ |
android_stream_reader_url_request_job.h | 51 // Setting the |restart| parameter to true will cause the request to be 55 bool* restart) = 0;
|
/external/chromium_org/apps/ |
app_load_service.cc | 46 post_reload_actions_[extension_id].action_type = RESTART; 97 case RESTART:
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
browser_state_monitor.cc | 96 // Chrome crash/restart (after logging in): 106 // early on Chrome crash/restart.
|
/external/chromium_org/chrome/browser/lifetime/ |
application_lifetime.h | 26 // Starts a user initiated restart process. On platforms other than 27 // chromeos, this sets a restart bit in the preference so that
|
/external/chromium_org/chrome/browser/ |
upgrade_detector.cc | 144 // Computer is locked, auto-restart. 161 // automatic restart or show notification to user).
|
/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/sqlite/src/test/ |
tt3_checkpoint.c | 33 ** SQLITE_CHECKPOINT_PASSIVE. In checkpoint_starvation_2, it uses RESTART. 120 p->eMode==SQLITE_CHECKPOINT_PASSIVE ? "PASSIVE" : "RESTART"
|
/external/chromium_org/v8/src/platform/ |
elapsed-timer.h | 44 // |Elapsed()| or |HasExpired()|, and may be restarted using |Restart()|. 78 TimeDelta Restart() {
|
/external/dhcpcd/dhcpcd-hooks/ |
50-ntp.conf | 11 : ${ntpd_restart_cmd:=service_condcommand ntpd restart} 66 # If we changed anything, restart ntpd
|
/external/ipsec-tools/src/racoon/ |
throttle.c | 106 restart: 114 goto restart;
|
/external/openssh/contrib/redhat/ |
sshd.init.old | 148 restart) 167 echo "Usage: sshd {start|stop|restart|status|condrestart}"
|