HomeSort by relevance Sort by last modified time
    Searched defs:Stop (Results 1 - 25 of 251) sorted by null

1 2 3 4 5 6 7 8 91011

  /prebuilts/go/darwin-x86/src/runtime/trace/
trace.go 10 // GC-related events, changes of heap size, processor start/stop, etc.
61 // Stop stops the current tracing, if any.
62 // Stop only returns after all the writes for the trace have completed.
63 func Stop() {
  /prebuilts/go/linux-x86/src/runtime/trace/
trace.go 10 // GC-related events, changes of heap size, processor start/stop, etc.
61 // Stop stops the current tracing, if any.
62 // Stop only returns after all the writes for the trace have completed.
63 func Stop() {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
RuleReturnScope.cs 35 /// Rules can have start/stop info.
47 /// Gets the stop element from the input stream
49 TLabel Stop {
ParserRuleReturnScope.cs 47 * from start and stop using the input stream's toString() method. I
73 public TToken Stop {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
IRuleReturnScope.cs 36 /// Rules can have start/stop info.
49 /// Gets the stop element from the input stream
51 object Stop
IRuleReturnScope`1.cs 36 /// Rules can have start/stop info.
50 /// Gets the stop element from the input stream
52 new TLabel Stop
ParserRuleReturnScope.cs 48 * from start and stop using the input stream's toString() method. I
77 public TToken Stop
98 object IRuleReturnScope.Stop
102 return Stop;
  /prebuilts/go/darwin-x86/src/time/
tick.go 20 // Stop the ticker to release associated resources.
42 // Stop turns off a ticker. After Stop, no more ticks will be sent.
43 // Stop does not close the channel, to prevent a read from the channel succeeding
45 func (t *Ticker) Stop() {
  /prebuilts/go/linux-x86/src/time/
tick.go 20 // Stop the ticker to release associated resources.
42 // Stop turns off a ticker. After Stop, no more ticks will be sent.
43 // Stop does not close the channel, to prevent a read from the channel succeeding
45 func (t *Ticker) Stop() {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeRuleReturnScope.cs 55 TTree IRuleReturnScope<TTree>.Stop {
  /external/libchrome/base/test/
test_io_thread.cc 24 Stop();
34 void TestIOThread::Stop() {
35 // Note: It's okay to call |Stop()| even if the thread isn't running.
36 io_thread_.Stop();
  /system/bt/service/test/
stub_ipc_handler_binder.cc 40 void IPCHandlerBinder::Stop() {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeRuleReturnScope`1.cs 68 TTree IRuleReturnScope<TTree>.Stop
76 object IRuleReturnScope.Stop
  /external/pdfium/fpdfsdk/fpdfxfa/
cxfa_fwladaptertimermgr.cpp 53 void CXFA_FWLAdapterTimerMgr::Stop(CFWL_TimerInfo* pTimerInfo) {
  /external/tensorflow/tensorflow/stream_executor/host/
host_timer.cc 32 bool HostTimer::Stop(Stream* stream) {
  /external/webrtc/talk/app/webrtc/java/jni/
androidnetworkmonitor_jni.cc 70 void AndroidNetworkMonitor::Stop() {
  /external/webrtc/talk/app/webrtc/
remotevideocapturer.cc 52 void RemoteVideoCapturer::Stop() {
55 << "RemoteVideoCapturer::Stop called when it's already stopped.";
59 LOG(LS_INFO) << "RemoteVideoCapturer::Stop";
  /external/webrtc/talk/app/webrtc/test/
fakeperiodicvideocapturer.h 63 virtual void Stop() {
  /system/bt/service/ipc/binder/
ipc_handler_binder.cc 68 void IPCHandlerBinder::Stop() {
71 // make them shut things down cleanly. Figure out the right way to stop the
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/xgate/
insns.s 14 Stop:
32 bra Stop
  /build/soong/zip/
rate_limit.go 26 stop chan struct{}
41 stop: make(chan struct{}),
68 // Stop the background goroutine
69 func (r *RateLimit) Stop() {
70 close(r.stop)
94 case <-r.stop:
137 func (e CPURateLimiter) Stop() {
138 e.impl.Stop()
  /cts/tests/tests/media/libndkaudio/src/com/android/ndkaudio/
AudioPlayer.java 32 public native void Stop();
AudioRecorder.java 32 public native void Stop();
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DriverBinding/
DriverBinding.h 100 Stop this driver on ControllerHandle.
104 ControllerHandle - Handle of device to stop driver on
106 children is zero stop the entire bus driver.
107 ChildHandleBuffer - List of Child Handles to Stop.
122 EFI_DRIVER_BINDING_STOP Stop;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Ip4Config/
Ip4Config.h 65 EFI_IP4_CONFIG_STOP Stop;

Completed in 901 milliseconds

1 2 3 4 5 6 7 8 91011