/external/avahi/initscript/archlinux/ |
avahi-dnsconfd.in | 46 stat_busy "Stopping $DESC"
|
/external/avahi/initscript/slackware/ |
avahi-daemon.in | 41 echo -en "Stopping $DESC: "
|
avahi-dnsconfd.in | 41 echo -en "Stopping $DESC: "
|
/external/dbus/bus/ |
rc.messagebus.in | 41 echo "Stopping system message bus"
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
AbstractExecutionThreadServiceTest.java | 71 enterRun.await(); // to avoid stopping the service until run() is invoked 84 enterRun.await(); // to avoid stopping the service until run() is invoked 121 private State expectedShutdownState = State.STOPPING; 371 assertEquals(Service.State.STOPPING, state());
|
AbstractIdleServiceTest.java | 139 .has().exactly(Service.State.STARTING, Service.State.STOPPING).inOrder(); 163 .has().exactly(Service.State.STARTING, Service.State.STOPPING).inOrder(); 208 assertEquals(State.STOPPING, state());
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/core/server/ |
AbstractFtpServer_MultipleStartAndStopTest.groovy | 23 * Test starting and stopping Abstract(Fake)FtpServer multiple times.
|
/external/webrtc/webrtc/base/ |
worker.cc | 54 LOG(LS_ERROR) << "Stopping from a different thread is not supported";
|
/external/webrtc/webrtc/examples/androidtests/src/org/appspot/apprtc/test/ |
LooperExecutorTest.java | 56 // Try to execute a task after stopping the executor.
|
/frameworks/base/core/tests/BTtraffic/src/com/android/google/experimental/bttraffic/ |
BTtraffic.java | 187 Log.d(TAG, "error creating server socket, stopping thread"); 207 Log.d(TAG, "closing socket and stopping service"); 275 Log.d(TAG, "can't find matching device, stopping thread and service"); 287 Log.d(TAG, "send stopped, stopping service");
|
/frameworks/base/services/net/java/android/net/util/ |
Stopwatch.java | 62 // i.e. either the total time recorded before stopping or 0.
|
/frameworks/ml/bordeaux/service/res/layout/ |
lava_service_controller.xml | 17 <!-- Demonstrates starting and stopping a local service.
|
/frameworks/support/samples/Support4Demos/res/layout/ |
local_service_broadcaster.xml | 17 <!-- Demonstrates starting and stopping a local service.
|
/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
grovemd.cxx | 53 cout << "Stopping motors" << endl;
|
/hardware/bsp/intel/peripheral/libupm/examples/python/ |
grovemd.py | 46 print "Stopping motors"
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/ |
IEmailServiceCallback.aidl | 27 * statuscode = err, progress = n/a: "stopping due to error"
|
/system/connectivity/apmanager/init/ |
apmanager.conf | 21 stop on stopping system-services
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/ |
GeneticAlgorithm.java | 101 * Evolve the given population. Evolution stops when the stopping condition 107 * @param condition the stopping condition used to stop evolution. 108 * @return the population that satisfies the stopping condition.
|
/hardware/ti/omap4-aah/security/smc_pa_ctrl/ |
smc_pa_ctrl_linux.c | 251 printf("Stopping the SMC PA...\n"); 268 printf("Stopping the SMC PA failed [%d] !\n", nStatus); 272 printf("Stopping the SMC PA: Done\n");
|
/hardware/ti/omap4xxx/security/smc_pa_ctrl/ |
smc_pa_ctrl_linux.c | 251 printf("Stopping the SMC PA...\n"); 268 printf("Stopping the SMC PA failed [%d] !\n", nStatus); 272 printf("Stopping the SMC PA: Done\n");
|
/external/ppp/pppd/ |
fsm.c | 147 case STOPPING: 192 f->state = STOPPING; 263 case STOPPING: 288 case STOPPING: 427 case STOPPING: 584 f->state = STOPPED; /* kludge for stopping CCP */ 629 f->state = STOPPING; 654 case STOPPING: 718 case STOPPING: 731 terminate_layer(f, STOPPING); [all...] |
/external/autotest/client/common_lib/cros/ |
session_manager.py | 209 One of 'started', 'stopping', or 'stopped'. 211 if expected not in {'started', 'stopping', 'stopped'}: 212 raise ValueError("expected must be one of 'started', 'stopping'," +
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/ |
vc1parse_bpic_adv.c | 21 * vc1_ParsePictureHeader_Adv() but stopping before processing of macroblock
84 * vc1_ParsePictureHeader_Adv() but stopping before processing of macroblock
159 * vc1_ParseFieldHeader_Adv() but stopping before processing of macroblock
|
vc1parse_ipic_adv.c | 20 * vc1_ParsePictureHeader_Adv() but stopping before processing of macroblock
87 * vc1_ParsePictureHeader_Adv() but stopping before processing of macroblock
160 * vc1_ParseFieldHeader_Adv() but stopping before processing of macroblock
|
/packages/services/Telephony/src/com/android/phone/vvm/omtp/scheduling/ |
TaskSchedulerService.java | 54 * especially the ones submitted in {@link Task#onCompleted()}. Wait for a while before stopping 85 VvmLog.d(TAG, "Stopping service"); 296 "No more tasks, stopping service if no task are added in "
|