Searched refs:Stop (Results 1 - 25 of 110) sorted by relevance

12345

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DIRuleReturnScope.cs51 object Stop property in interface:Antlr.Runtime.IRuleReturnScope
H A DIRuleReturnScope`1.cs52 new TLabel Stop property in interface:Antlr.Runtime.IRuleReturnScope
H A DParserRuleReturnScope.cs77 public TToken Stop property in class:Antlr.Runtime.ParserRuleReturnScope
98 object IRuleReturnScope.Stop
102 return Stop;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DRuleReturnScope.cs49 TLabel Stop { property in interface:Antlr.Runtime.IRuleReturnScope
H A DParserRuleReturnScope.cs73 public TToken Stop { property in class:Antlr.Runtime.ParserRuleReturnScope
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeRuleReturnScope`1.cs68 TTree IRuleReturnScope<TTree>.Stop property in class:Antlr.Runtime.Tree.TreeRuleReturnScope
76 object IRuleReturnScope.Stop
/external/llvm/lib/IR/
H A DUse.cpp57 Use *Use::initTags(Use *const Start, Use *Stop) { argument
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) { argument
88 while (Start != Stop)
89 (--Stop)
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeRuleReturnScope.cs55 TTree IRuleReturnScope<TTree>.Stop { property in class:Antlr.Runtime.Tree.TreeRuleReturnScope
/external/skia/src/svg/parser/
H A DSkSVGStop.h16 DECLARE_SVG_INFO(Stop);
H A DSkSVGStop.cpp17 DEFINE_SVG_INFO(Stop)
/external/clang/lib/Analysis/
H A DFormatStringParsing.h53 bool Stop; member in class:clang::analyze_format_string::SpecifierResult
56 : Start(nullptr), Stop(stop) {}
59 : FS(fs), Start(start), Stop(false) {}
62 bool shouldStop() const { return Stop; }
/external/webrtc/src/system_wrappers/interface/
H A Dcpu_wrapper.h47 virtual void Stop() = 0;
H A Dthread_wrapper.h84 // Multiple tries to Stop are allowed (e.g. to wait longer than 2 seconds).
85 // It's ok to call Stop() even if the spawned thread has been reclaimed.
86 virtual bool Stop() = 0;
/external/llvm/lib/CodeGen/
H A DInterferenceCache.cpp125 SlotIndex Start, Stop; local
126 std::tie(Start, Stop) = Indexes->getMBBRange(MBBNum);
161 if (StartI >= Stop)
174 if (StartI >= Stop)
183 SlotIndex Limit = BI->First.isValid() ? BI->First : Stop;
192 PrevPos = Stop;
203 std::tie(Start, Stop) = Indexes->getMBBRange(MBBNum);
209 if (!I.valid() || I.start() >= Stop)
211 I.advanceTo(Stop);
212 bool Backup = !I.valid() || I.start() >= Stop;
[all...]
/external/lldb/tools/lldb-perf/lib/
H A DTimer.h35 Stop ();
H A DGauge.h37 Stop () = 0;
H A DTimer.cpp35 TimeGauge::Stop () function in class:TimeGauge
/external/v8/src/heap/
H A Dsweeper-thread.h26 void Stop();
/external/valgrind/gdbserver_tests/
H A Dnlpasssigalrm.stdoutB.exp3 Signal Stop Print Pass to program Description
8 Signal Stop Print Pass to program Description
/external/webrtc/src/system_wrappers/source/
H A Dcpu_linux.h32 virtual void Stop() {return;} function in class:webrtc::CpuLinux
H A Dcpu_mac.h35 virtual void Stop() {} function in class:webrtc::CpuWrapperMac
H A Dthread_unittest.cc72 EXPECT_TRUE(thread->Stop());
90 EXPECT_TRUE(thread->Stop());
H A Dthread_posix.h38 virtual bool Stop();
/external/eigen/Eigen/src/Core/
H A DAssign.h134 template<typename Derived1, typename Derived2, int Index, int Stop>
145 assign_DefaultTraversal_CompleteUnrolling<Derived1, Derived2, Index+1, Stop>::run(dst, src);
149 template<typename Derived1, typename Derived2, int Stop>
150 struct assign_DefaultTraversal_CompleteUnrolling<Derived1, Derived2, Stop, Stop>
155 template<typename Derived1, typename Derived2, int Index, int Stop>
161 assign_DefaultTraversal_InnerUnrolling<Derived1, Derived2, Index+1, Stop>::run(dst, src, outer);
165 template<typename Derived1, typename Derived2, int Stop>
166 struct assign_DefaultTraversal_InnerUnrolling<Derived1, Derived2, Stop, Stop>
[all...]
/external/google-breakpad/src/client/linux/crash_generation/
H A Dcrash_generation_server.h83 // Stop the server.
84 void Stop();

Completed in 575 milliseconds

12345