Searched refs:Start (Results 1 - 25 of 887) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DIRuleReturnScope.cs43 object Start property in interface:Antlr.Runtime.IRuleReturnScope
H A DIRuleReturnScope`1.cs44 new TLabel Start property in interface:Antlr.Runtime.IRuleReturnScope
H A DParserRuleReturnScope.cs64 public TToken Start property in class:Antlr.Runtime.ParserRuleReturnScope
90 object IRuleReturnScope.Start
94 return Start;
/external/valgrind/main/helgrind/tests/
H A Dpth_spinlock.stderr.exp0 Start of test.
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DRuleReturnScope.cs42 TLabel Start { property in interface:Antlr.Runtime.IRuleReturnScope
H A DParserRuleReturnScope.cs63 public TToken Start { property in class:Antlr.Runtime.ParserRuleReturnScope
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeRuleReturnScope`1.cs47 public TTree Start property in class:Antlr.Runtime.Tree.TreeRuleReturnScope
60 object IRuleReturnScope.Start
64 return Start;
/external/llvm/include/llvm/Support/
H A DSMLoc.h48 SMLoc Start, End; member in class:llvm::SMRange
51 SMRange(SMLoc Start, SMLoc End) : Start(Start), End(End) { argument
52 assert(Start.isValid() == End.isValid() &&
53 "Start and end should either both be valid or both be invalid!");
56 bool isValid() const { return Start.isValid(); }
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A DTemplateSyntaxTree.java19 import com.google.clearsilver.jsilver.syntax.node.Start;
28 private final Start root;
30 TemplateSyntaxTree(Start root) {
34 public Start getRoot() {
/external/llvm/runtime/libprofile/
H A DProfiling.h33 void write_profiling_data(enum ProfilingType PT, unsigned *Start,
/external/clang/lib/Analysis/
H A DFormatStringParsing.h33 const char *Start, const char *&Beg,
38 const char *Start, const char *&Beg, const char *E,
42 FormatSpecifier &CS, const char *Start,
52 const char *Start; member in class:clang::analyze_format_string::SpecifierResult
56 : Start(0), Stop(stop) {}
59 : FS(fs), Start(start), Stop(false) {}
61 const char *getStart() const { return Start; }
63 bool hasValue() const { return Start != 0; }
/external/libvpx/vp8/common/
H A Dg_common.h13 extern void (*vp8_plane_add_noise)(unsigned char *Start, unsigned int Width, unsigned int Height, int Pitch, int DPitch, int q);
/external/valgrind/main/drd/tests/
H A Dpth_spinlock.stderr.exp2 Start of test.
H A Dunit_bitmap.stderr.exp0 Start of DRD BM unit test.
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeRuleReturnScope.cs45 public TTree Start { property in class:Antlr.Runtime.Tree.TreeRuleReturnScope
/external/chromium/chrome/common/
H A Dprofiling.h24 // Start profiling.
25 static void Start();
/external/regex-re2/util/
H A Dthread.h14 void Start();
/external/llvm/lib/VMCore/
H A DUse.cpp89 Use *Use::initTags(Use * const Start, Use *Stop) { argument
92 if (Start == Stop--)
93 return Start;
106 while (Start != Stop) {
119 return Start;
126 void Use::zap(Use *Start, const Use *Stop, bool del) { argument
127 while (Start != Stop)
130 ::operator delete(Start);
H A DUser.cpp60 Use *Start = static_cast<Use*>(Storage); local
61 Use *End = Start + Us;
63 Obj->OperandList = Start;
65 Use::initTags(Start, End);
74 User *Start = static_cast<User*>(Usr); local
75 Use *Storage = static_cast<Use*>(Usr) - Start->NumOperands;
/external/valgrind/unittest/output_tests/
H A Dfun_hist_test.cc35 t1.Start();
36 t2.Start();
H A Doutput_test1.cc21 t1.Start();
22 t2.Start();
/external/clang/test/SemaTemplate/
H A Dexample-dynarray.cpp16 dynarray() { Start = Last = End = 0; }
19 Start = (T*)malloc(sizeof(T) * other.size());
20 Last = End = Start + other.size();
23 new (Start + I) T(other[I]);
28 Start[I].~T();
30 free(Start);
40 Start[I].~T();
42 free(Start);
43 Start = NewStart;
48 unsigned size() const { return Last - Start; }
91 T* Start, *Last, *End; member in class:dynarray
[all...]
/external/llvm/include/llvm/ADT/
H A DSetVector.h53 SetVector(It Start, It End) { argument
54 insert(Start, End);
110 void insert(It Start, It End) {
111 for (; Start != End; ++Start)
112 if (set_.insert(*Start))
113 vector_.push_back(*Start);
176 SmallSetVector(It Start, It End) {
177 this->insert(Start, End);
/external/chromium/base/
H A Dtimer_unittest.cc21 void Start() { function in class:__anon1237::OneShotTimerTester
22 timer_.Start(TimeDelta::FromMilliseconds(delay_ms_), this,
41 void Start() { function in class:__anon1237::OneShotSelfDeletingTimerTester
42 timer_->Start(TimeDelta::FromMilliseconds(10), this,
61 void Start() { function in class:__anon1237::RepeatingTimerTester
62 timer_.Start(TimeDelta::FromMilliseconds(10), this,
82 f.Start();
99 a->Start();
103 b.Start();
116 f.Start();
[all...]
H A Dtask_unittest.cc15 void Start() { function in class:__anon1210::CancelInDestructor
46 cancel_in_destructor->Start();

Completed in 433 milliseconds

1234567891011>>