/external/autotest/server/site_tests/platform_CryptohomeSyncStressServer/ |
platform_CryptohomeSyncStressServer.py | 42 # restart client
|
/external/autotest/site_utils/ |
server_manager_actions.py | 28 'sudo service scheduler restart') 30 'sudo service host-scheduler restart') 32 'sudo service suite_scheduler restart') 80 command, e.g., ssh to scheduler server and restart scheduler.
|
/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/dnsmasq/contrib/Solaris10/ |
dnsmasq.xml | 21 restart_on='restart'
|
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/actions/ |
RemoveActorAction.java | 35 public void restart () {
method in class:RemoveActorAction
|
RunnableAction.java | 48 public void restart () {
method in class:RunnableAction
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/stub/ |
StubFtpServer_RestartTest.groovy | 23 * Integration tests for restart of an StubFtpServer.
|
/external/selinux/libselinux/man/man3/ |
matchpathcon_checkmatches.3 | 36 destroys any inode associations that have been added, e.g. to restart
|
/external/skia/experimental/SimpleiOSApp/iPad/ |
AppDelegate_iPad.m | 39 Restart any tasks that were paused (or not yet started) while the application was inactive.
|
/external/smali/smali/src/test/resources/LexerTest/ |
DirectiveTest.tokens | 29 RESTART_LOCAL_DIRECTIVE(".restart local")
|
/external/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/valgrind/coregrind/m_gdbserver/ |
mips-linux-valgrind.xml | 23 <reg name="restart" bitsize="32" group="system"/>
|
mips64-linux-valgrind.xml | 22 <reg name="restart" bitsize="64" group="system"/>
|
/frameworks/base/tests/backup/ |
test_backup_common.sh | 22 # restart adb as root and wait for it to come back again
|
/frameworks/base/wifi/java/android/net/wifi/nan/ |
WifiNanPublishSession.java | 36 * Restart/re-configure the publish session. Note that the
|
WifiNanSubscribeSession.java | 36 * Restart/re-configure the subscribe session. Note that the
|
/frameworks/support/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
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
ProfileObserver.java | 13 * This helper class monitors the state of the enabled profiles and will update and restart
|
/packages/apps/Camera2/src/com/android/camera/stats/profiler/ |
Profile.java | 25 * Start, or restart the timers associated with
|
/system/connectivity/shill/init/ |
shill_respawn.conf | 17 description "Restart shill at slow rate if it fails to respawn"
|
/system/connectivity/shill/vpn/ |
mock_openvpn_management_server.h | 40 MOCK_METHOD0(Restart, void());
|
/external/iproute2/ip/ |
iplink_can.c | 43 "\t[ restart-ms TIME-MS ]\n" 44 "\t[ restart ]\n" 53 "\t RESTART-MS := { 0 | NUMBER }\n" 216 } else if (matches(*argv, "restart") == 0) { 220 } else if (matches(*argv, "restart-ms") == 0) { 225 invarg("invalid \"restart-ms\" value\n", *argv); 286 fprintf(f, "restart-ms %d ", *restart_ms);
|
/external/iputils/ |
tracepath.c | 107 restart: 124 goto restart; 255 goto restart; 264 restart: 280 goto restart; 427 restart: 434 goto restart;
|
/external/libjpeg-turbo/ |
cjpeg.1 | 191 .BI \-restart " N" 192 Emit a JPEG restart marker every N MCU rows, or every N MCU blocks if "B" is 194 .B \-restart 0 195 (the default) means no restart markers. 229 .B \-restart 231 a transmission error. Without restart markers, any damage to a compressed 233 image; with restart markers, the damage is usually confined to the portion of 234 the image up to the next restart marker. Of course, the restart markers 236 .B \-restart [all...] |
/frameworks/base/docs/html/guide/topics/resources/ |
runtime-changes.jd | 30 android.app.Activity#onCreate(Bundle) onCreate()}). The restart behavior is designed to help your 34 <p>To properly handle a restart, it is important that your activity restores its previous 45 tasks in your application. Your application should be able to restart at any time without loss of 57 <p>Allow your activity to restart when a configuration changes, but carry a stateful 72 connection, or perform other intensive operations, then a full restart due to a configuration change 186 avoid the activity restart, then you can declare that your activity handles the configuration change 215 <p>Now, when one of these configurations change, {@code MyActivity} does not restart. 236 change does not restart your activity, even when running on an Android 3.2 or higher device).</p> 282 and you've only avoided the restart of your activity. However, your application should always be 283 able to shutdown and restart with its previous state intact, so you should not consider thi [all...] |