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

1 2 3 4 5 6 7 8

  /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
  /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/skia/src/svg/parser/
SkSVGStop.h 16 DECLARE_SVG_INFO(Stop);
SkSVGStop.cpp 17 DEFINE_SVG_INFO(Stop)
  /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/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeRuleReturnScope`1.cs 68 TTree IRuleReturnScope<TTree>.Stop
76 object IRuleReturnScope.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 53 bool Stop;
55 SpecifierResult(bool stop = false)
56 : Start(nullptr), Stop(stop) {}
59 : FS(fs), Start(start), Stop(false) {}
62 bool shouldStop() const { return Stop; }
  /external/lldb/tools/lldb-perf/lib/
Timer.h 35 Stop ();
Gauge.h 37 Stop () = 0;
  /external/webrtc/src/system_wrappers/interface/
cpu_wrapper.h 47 virtual void Stop() = 0;
thread_wrapper.h 84 // 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;
  /frameworks/base/media/mca/filterfw/native/core/
time_util.h 36 void Stop();
60 ~ScopedTimer() { mWatch->Stop(); }
  /frameworks/base/media/mca/filterpacks/native/base/
time_util.h 36 void Stop();
60 ~ScopedTimer() { mWatch->Stop(); }
  /external/v8/src/heap/
sweeper-thread.h 26 void Stop();
  /external/webrtc/src/system_wrappers/source/
cpu_linux.h 32 virtual void Stop() {return;}
cpu_mac.h 35 virtual void Stop() {}
thread_win.h 32 virtual bool Stop();
51 // it. Basically it should be fine to reclaim the handle when calling stop
thread_unittest.cc 72 EXPECT_TRUE(thread->Stop());
90 EXPECT_TRUE(thread->Stop());
  /external/llvm/lib/CodeGen/
InterferenceCache.cpp 125 SlotIndex Start, Stop;
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/valgrind/gdbserver_tests/
nlpasssigalrm.stdoutB.exp 3 Signal Stop Print Pass to program Description
8 Signal Stop Print Pass to program Description
  /ndk/tests/build/issue42841-LOCAL_PATH/jni/
Android.mk 5 # obj/local/armeabi/objs/issue42841-LOCAL_PATH/issue42841-LOCAL_PATH.o'. Stop.

Completed in 752 milliseconds

1 2 3 4 5 6 7 8