Home
last modified time | relevance | path

Searched defs:Start (Results 1 – 25 of 483) sorted by relevance

12345678910>>...20

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
DStart.java8 public final class Start extends Node class
13 public Start() in Start() method in Start
18 public Start( in Start() method in Start
/external/compiler-rt/lib/esan/
Desan_shadow.h93 uptr Start; member
140 static inline bool getAppRegion(u32 i, uptr *Start, uptr *End) { in getAppRegion()
162 static inline bool getShadowRegion(u32 i, uptr *Start, uptr *End) { in getShadowRegion()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSetVector.h53 SetVector(It Start, It End) { in SetVector()
110 void insert(It Start, It End) { in insert()
170 SmallSetVector(It Start, It End) { in SmallSetVector()
/external/clang/lib/Analysis/
DFormatStringParsing.h58 const char *Start; variable
62 : Start(nullptr), Stop(stop) {} in Start() function
/external/swiftshader/third_party/LLVM/lib/VMCore/
DUser.cpp58 Use *Start = static_cast<Use*>(Storage); in operator new() local
72 User *Start = static_cast<User*>(Usr); in operator delete() local
DUse.cpp88 Use *Use::initTags(Use * const Start, Use *Stop) { in initTags()
125 void Use::zap(Use *Start, const Use *Stop, bool del) { in zap()
/external/llvm/lib/IR/
DUse.cpp57 Use *Use::initTags(Use *const Start, Use *Stop) { in initTags()
87 void Use::zap(Use *Start, const Use *Stop, bool del) { in zap()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DIRuleReturnScope`1.cs44 new TLabel Start property
DIRuleReturnScope.cs43 object Start property
DParserRuleReturnScope.cs64 public TToken Start property in Antlr.Runtime.ParserRuleReturnScope
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DRuleReturnScope.cs42 TLabel Start { property
DParserRuleReturnScope.cs63 public TToken Start { property in Antlr.Runtime.ParserRuleReturnScope
/external/llvm/lib/CodeGen/
DSafeStackLayout.cpp52 unsigned Start = AdjustStackOffset(LastRegionEnd, Obj.Size, Obj.Alignment); in layoutObject() local
62 unsigned Start = AdjustStackOffset(0, Obj.Size, Obj.Alignment); in layoutObject() local
DLiveRangeCalc.cpp220 SlotIndex Start, End; in updateFromLiveIns() local
324 SlotIndex Start, End; in findReachingDefs() local
359 SlotIndex Start, End; in findReachingDefs() local
452 SlotIndex Start, End; in updateSSA() local
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeRuleReturnScope.cs45 public TTree Start { property in Antlr.Runtime.Tree.TreeRuleReturnScope
/external/lzma/CPP/7zip/Common/
DVirtThread.cpp32 void CVirtThread::Start() in Start() function in CVirtThread
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveRangeCalc.cpp40 SlotIndex Start, End; in updateLiveIns() local
131 SlotIndex Start, End; in findReachingDefs() local
238 SlotIndex Start, End; in updateSSA() local
/external/pdfium/core/fpdfapi/page/
Dcpdf_contentparser.cpp39 void CPDF_ContentParser::Start(CPDF_Page* pPage) { in Start() function in CPDF_ContentParser
71 void CPDF_ContentParser::Start(CPDF_Form* pForm, in Start() function in CPDF_ContentParser
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeRuleReturnScope`1.cs47 public TTree Start property in Antlr.Runtime.Tree.TreeRuleReturnScope
/external/llvm/lib/MC/
DMachObjectWriter.cpp131 uint64_t Start = getStream().tell(); in writeHeader() local
162 uint64_t Start = getStream().tell(); in writeSegmentLoadCommand() local
213 uint64_t Start = getStream().tell(); in writeSection() local
247 uint64_t Start = getStream().tell(); in writeSymtabLoadCommand() local
270 uint64_t Start = getStream().tell(); in writeDysymtabLoadCommand() local
392 uint64_t Start = getStream().tell(); in writeLinkeditLoadCommand() local
416 uint64_t Start = getStream().tell(); in writeLinkerOptionsLoadCommand() local
924 uint64_t Start = getSymbolAddress(*Data->Start, Layout); in writeObject() local
939 unsigned Start = getStream().tell(); in writeObject() local
DStringTableBuilder.cpp137 size_t Start = alignTo(StringTable.size(), Alignment); in finalizeStringTable() local
186 size_t Start = alignTo(Size, Alignment); in add() local
/external/clang/lib/Lex/
DPPExpressions.cpp380 SourceLocation Start = PeekTok.getLocation(); in EvaluateValue() local
409 SourceLocation Start = PeekTok.getLocation(); in EvaluateValue() local
439 SourceLocation Start = PeekTok.getLocation(); in EvaluateValue() local
452 SourceLocation Start = PeekTok.getLocation(); in EvaluateValue() local
/external/llvm/include/llvm/ADT/
DSetVector.h58 SetVector(It Start, It End) { in SetVector()
137 void insert(It Start, It End) { in insert()
292 SmallSetVector(It Start, It End) { in SmallSetVector()
/external/libchrome/base/threading/
Dsimple_thread.cc39 void SimpleThread::Start() { in Start() function in base::SimpleThread
114 void DelegateSimpleThreadPool::Start() { in Start() function in base::DelegateSimpleThreadPool
/external/google-breakpad/src/tools/mac/symupload/
Dsymupload.m94 static void Start(Options *options) { function

12345678910>>...20