/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
D | Start.java | 8 public final class Start extends Node class 13 public Start() in Start() method in Start 18 public Start( in Start() method in Start
|
/external/llvm/lib/MC/ |
D | MachObjectWriter.cpp | 131 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 390 uint64_t Start = getStream().tell(); in writeLinkeditLoadCommand() local 414 uint64_t Start = getStream().tell(); in writeLinkerOptionsLoadCommand() local 920 uint64_t Start = getSymbolAddress(*Data->Start, Layout); in writeObject() local 935 unsigned Start = getStream().tell(); in writeObject() local
|
/external/clang/lib/Analysis/ |
D | FormatStringParsing.h | 52 const char *Start; variable 56 : Start(nullptr), Stop(stop) {} in Start() function
|
D | FormatString.cpp | 76 const char *Start, in ParsePositionAmount() 124 const char *Start, in ParseFieldWidth() 146 const char *Start, in ParseArgPosition()
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.pas | 210 function Substring(const Start, Stop: Integer): String; in Substring() 347 function ToString(const Start, Stop: Integer): String; overload; in ToString() 355 function ToString(const Start, Stop: IToken): String; overload; in ToString() 966 function GetTokens(const Start, Stop: Integer): IList<IToken>; overload; in GetTokens() 972 function GetTokens(const Start, Stop: Integer; in GetTokens() 975 function GetTokens(const Start, Stop: Integer; in GetTokens() 978 function GetTokens(const Start, Stop, in GetTokens() 1174 property Start: IANTLRInterface read GetStart write SetStart; property 1314 procedure Replace(const Start, Stop: Integer; const Text: IANTLRInterface); overload; 1316 procedure Replace(const Start, Stop: IToken; const Text: IANTLRInterface); overload; [all …]
|
/external/llvm/lib/IR/ |
D | Use.cpp | 57 Use *Use::initTags(Use *const Start, Use *Stop) { in initTags() 87 void Use::zap(Use *Start, const Use *Stop, bool del) { in zap()
|
/external/clang/lib/Lex/ |
D | PPExpressions.cpp | 326 SourceLocation Start = PeekTok.getLocation(); in EvaluateValue() local 354 SourceLocation Start = PeekTok.getLocation(); in EvaluateValue() local 382 SourceLocation Start = PeekTok.getLocation(); in EvaluateValue() local 394 SourceLocation Start = PeekTok.getLocation(); in EvaluateValue() local
|
/external/llvm/include/llvm/ADT/ |
D | SetVector.h | 57 SetVector(It Start, It End) { in SetVector() 136 void insert(It Start, It End) { in insert() 247 SmallSetVector(It Start, It End) { in SmallSetVector()
|
/external/opencv3/modules/viz/src/vtk/ |
D | vtkCocoaInteractorFix.mm | 222 void cv::viz::vtkCocoaRenderWindowInteractorFix::Start () function 279 void cv::viz::vtkCocoaRenderWindowInteractorFix::Start () function
|
/external/llvm/lib/CodeGen/ |
D | LiveRangeCalc.cpp | 204 SlotIndex Start, End; in updateFromLiveIns() local 308 SlotIndex Start, End; in findReachingDefs() local 343 SlotIndex Start, End; in findReachingDefs() local 436 SlotIndex Start, End; in updateSSA() local
|
D | SplitKit.cpp | 185 SlotIndex Start, Stop; in calcLiveBlockInfo() local 527 void SplitEditor::useIntv(SlotIndex Start, SlotIndex End) { in useIntv() 586 SlotIndex Start = LIS.getMBBStartIdx(&MBB); in leaveIntvAtTop() local 602 void SplitEditor::overlapIntv(SlotIndex Start, SlotIndex End) { in overlapIntv() 826 SlotIndex Start = S.start; in transferValues() local 1159 SlotIndex Start, Stop; in splitLiveThroughBlock() local 1262 SlotIndex Start, Stop; in splitRegInBlock() local 1354 SlotIndex Start, Stop; in splitRegOutBlock() local
|
/external/libchrome/base/threading/ |
D | simple_thread.cc | 30 void SimpleThread::Start() { in Start() function in base::SimpleThread 105 void DelegateSimpleThreadPool::Start() { in Start() function in base::DelegateSimpleThreadPool
|
/external/llvm/lib/Support/ |
D | StreamingMemoryObject.cpp | 20 RawMemoryObject(const unsigned char *Start, const unsigned char *End) : in RawMemoryObject() 121 MemoryObject *getNonStreamedMemoryObject(const unsigned char *Start, in getNonStreamedMemoryObject()
|
/external/webrtc/webrtc/base/ |
D | task_unittest.cc | 135 void Start() { in Start() function in rtc::TaskTest 319 void Start() { in Start() function in rtc::TaskAbortTest 374 void Start() { in Start() function in rtc::AbortShouldWakeTest 416 void Start() { in Start() function in rtc::TimeoutChangeTest
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | RuleReturnScope.cs | 42 TLabel Start { property
|
D | ParserRuleReturnScope.cs | 63 public TToken Start { property in Antlr.Runtime.ParserRuleReturnScope
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | IRuleReturnScope.cs | 43 object Start property
|
D | IRuleReturnScope`1.cs | 44 new TLabel Start property
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | TreeRuleReturnScope.cs | 45 public TTree Start { property in Antlr.Runtime.Tree.TreeRuleReturnScope
|
/external/clang/lib/Tooling/Core/ |
D | Replacement.cpp | 39 Replacement::Replacement(const SourceManager &Sources, SourceLocation Start, in Replacement() 68 const SourceLocation Start = in apply() local 111 SourceLocation Start, unsigned Length, in setFromSourceLocation() 129 std::pair<FileID, unsigned> Start = Sources.getDecomposedLoc(SpellingBegin); in getRangeSize() local
|
/external/clang/lib/Format/ |
D | WhitespaceManager.cpp | 80 SourceLocation Start = Tok.getStartOfNonWhitespace().getLocWithOffset(Offset); in replaceWhitespaceInToken() local 154 AlignTokenSequence(unsigned Start, unsigned End, unsigned Column, F &&Matches, in AlignTokenSequence() 399 void WhitespaceManager::alignTrailingComments(unsigned Start, unsigned End, in alignTrailingComments() 438 void WhitespaceManager::alignEscapedNewlines(unsigned Start, unsigned End, in alignEscapedNewlines()
|
/external/lzma/CPP/7zip/Common/ |
D | VirtThread.cpp | 32 void CVirtThread::Start() in Start() function in CVirtThread
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | TreeRuleReturnScope`1.cs | 47 public TTree Start property in Antlr.Runtime.Tree.TreeRuleReturnScope
|
/external/clang/include/clang/Frontend/ |
D | SerializedDiagnosticReader.h | 109 visitFixitRecord(const Location &Start, const Location &End, StringRef Text) { in visitFixitRecord() 113 virtual std::error_code visitSourceRangeRecord(const Location &Start, in visitSourceRangeRecord()
|
/external/webrtc/webrtc/test/channel_transport/ |
D | udp_socket_manager_posix.cc | 76 bool UdpSocketManagerPosix::Start() in Start() function in webrtc::test::UdpSocketManagerPosix 220 bool UdpSocketManagerPosixImpl::Start() in Start() function in webrtc::test::UdpSocketManagerPosixImpl
|