/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/guava/guava-tests/test/com/google/common/util/concurrent/ |
AbstractServiceTest.java | 149 assertEquals(Service.State.STOPPING, service.state()); 167 assertEquals(Service.State.STOPPING, service.state()); 172 assertEquals(Service.State.STOPPING, service.state()); 312 assertEquals(State.STOPPING, state()); 315 assertEquals(State.STOPPING, state());
|
/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/chromium/base/threading/ |
thread.h | 49 // Destroys the thread, stopping it if necessary. 81 // method as the Thread's destructor will take care of stopping the thread if 163 // If true, we're in the middle of stopping, and shouldn't access
|
/external/chromium/chrome/browser/sync/glue/ |
autofill_data_type_controller.cc | 115 VLOG(1) << "Stopping autofill data type controller."; 130 StartDoneImpl(ABORTED, STOPPING, FROM_HERE); 136 StartDoneImpl(ABORTED, STOPPING, FROM_HERE);
|
typed_url_data_type_controller.cc | 113 VLOG(1) << "Stopping typed_url data type controller."; 128 StartDoneImpl(ABORTED, STOPPING); 134 StartDoneImpl(ABORTED, STOPPING);
|
/cts/tests/src/android/view/animation/cts/ |
AnimationTestUtils.java | 107 // LayoutAnimationController.isDone() always returns true, it's no use for stopping
|
/development/samples/ApiDemos/res/layout/ |
activity_animation.xml | 17 <!-- Demonstrates starting and stopping a local service.
|
install_apk.xml | 17 <!-- Demonstrates starting and stopping a local service.
|
remote_service_binding.xml | 17 <!-- Demonstrates starting and stopping a local service.
|
service_start_arguments_controller.xml | 17 <!-- Demonstrates starting and stopping a local service.
|
/development/samples/VoiceRecognitionService/src/com/example/android/voicerecognitionservice/ |
VoiceRecognitionService.java | 81 // for stopping recording manually.
|
/external/chromium/chrome/browser/debugger/manual_tests/ |
debugger-fake-workers.html | 70 log('Stopping worker...');
|
/external/chromium/chrome/browser/printing/ |
print_job_manager.h | 33 // a chance to complete before stopping them.
|
/external/dropbear/debian/ |
dropbear.init | 40 echo -n "Stopping $DESC: "
|
/external/jsilver/src/com/google/streamhtmlparser/ |
Parser.java | 25 * at a time, stopping only when it needs to determine the state of the
|
/external/libvpx/libvpx/examples/includes/geshi/docs/ |
BUGS | 9 newline up until the next lexic, instead of stopping at the <END GeSHi> part. In fact,
|
/external/mdnsresponder/mDNSPosix/ |
mdnsd.sh | 56 echo -n "Stopping Apple Darwin Multicast DNS / DNS Service Discovery daemon:"
|
/external/openssh/contrib/hpux/ |
egd.rc | 58 echo "Stopping $WHAT"
|
sshd.rc | 56 echo "Stopping $WHAT"
|
/external/webkit/Source/JavaScriptCore/profiler/ |
ProfileGenerator.h | 59 // Stopping Profiling
|
/external/webkit/Source/WebCore/dom/ |
ActiveDOMObject.h | 45 // canSuspend() is used by the caller if there is a choice between suspending and stopping.
|
/external/webkit/Tools/Scripts/ |
run-webkit-websocketserver | 58 print "Stopping Web Socket server...\n";
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/ |
InjectedBundle.h | 109 Stopping
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
GraphRunner.java | 89 /** Stops graph execution. As part of stopping, also closes the graph nodes. */
|