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

1 2 3 4 5 6 7 8 91011>>

  /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
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;
IRuleReturnScope`1.cs 36 /// Rules can have start/stop info.
50 /// Gets the stop element from the input stream
52 new TLabel Stop
  /device/google/cuttlefish_common/host/libs/vm_manager/
libvirt_manager.h 30 bool Stop() const;
  /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/pdfium/xfa/fwl/
cfwl_timerinfo.cpp 18 m_pMgr->Stop(this);
ifwl_adaptertimermgr.h 18 virtual void Stop(CFWL_TimerInfo* pTimerInfo) = 0;
  /external/webrtc/talk/app/webrtc/
rtpreceiverinterface.h 51 virtual void Stop() = 0;
61 PROXY_METHOD0(void, Stop)
rtpreceiver.cc 51 Stop();
69 void AudioRtpReceiver::Stop() {
70 // TODO(deadbeef): Need to do more here to fully stop receiving packets.
96 Stop();
99 void VideoRtpReceiver::Stop() {
100 // TODO(deadbeef): Need to do more here to fully stop receiving packets.
  /external/llvm/lib/IR/
Use.cpp 57 Use *Use::initTags(Use *const Start, Use *Stop) {
60 if (Start == Stop--)
67 new (Stop) Use(tags[Done++]);
71 while (Start != Stop) {
72 --Stop;
74 new (Stop) Use(stopTag);
78 new (Stop) Use(PrevPtrTag(Count & 1));
87 void Use::zap(Use *Start, const Use *Stop, bool del) {
88 while (Start != Stop)
89 (--Stop)->~Use()
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Use.cpp 88 Use *Use::initTags(Use * const Start, Use *Stop) {
91 if (Start == Stop--)
101 new(Stop) Use(tags[Done++]);
105 while (Start != Stop) {
106 --Stop;
108 new(Stop) Use(stopTag);
112 new(Stop) Use(PrevPtrTag(Count & 1));
125 void Use::zap(Use *Start, const Use *Stop, bool del) {
126 while (Start != Stop)
127 (--Stop)->~Use()
    [all...]
  /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();
  /external/chromium-trace/catapult/systrace/atrace_helper/jni/
time_utils.h 20 void Stop();
21 // Wait for next tick. Returns false if interrupted by Stop() or not started.
  /external/tensorflow/tensorflow/core/platform/
device_tracer.h 38 // tracer->Stop();
63 // Stop device tracing.
64 // It is safe to call 'Stop' on a tracer which is not enabled.
65 virtual Status Stop() = 0;
  /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/webrtc/webrtc/base/
platform_thread_unittest.cc 28 thread.Stop();
45 thread.Stop();
  /system/bt/service/ipc/
ipc_manager.cc 34 // holding a reference to them. Instead, explicitly stop them here.
35 if (BinderStarted()) binder_handler_->Stop();
36 if (LinuxStarted()) linux_handler_->Stop();
37 if (DBusStarted()) dbus_handler_->Stop();
  /external/tensorflow/tensorflow/contrib/hvx/clock_cycle_profiling/
clock_cycle_profiling_main.cc 45 prof_internal.Stop();
47 prof_global.Stop();
  /cts/tests/tests/media/libndkaudio/src/com/android/ndkaudio/
AudioPlayer.java 32 public native void Stop();
AudioRecorder.java 32 public native void Stop();
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeRuleReturnScope.cs 55 TTree IRuleReturnScope<TTree>.Stop {
  /external/clang/lib/Analysis/
FormatStringParsing.h 59 bool Stop;
61 SpecifierResult(bool stop = false)
62 : Start(nullptr), Stop(stop) {}
65 : FS(fs), Start(start), Stop(false) {}
68 bool shouldStop() const { return Stop; }
  /external/libchrome/base/profiler/
scoped_profile.cc 30 stopwatch_.Stop();

Completed in 467 milliseconds

1 2 3 4 5 6 7 8 91011>>