/external/clang/lib/Frontend/ |
D | TextDiagnosticPrinter.cpp | 58 bool Started = false; in printDiagnosticOptions() local 79 Started = true; in printDiagnosticOptions() 84 OS << (Started ? "," : " [") in printDiagnosticOptions() 89 Started = true; in printDiagnosticOptions() 98 OS << (Started ? "," : " ["); in printDiagnosticOptions() 99 Started = true; in printDiagnosticOptions() 108 if (Started) in printDiagnosticOptions()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | SafeStackColoring.cpp | 212 BitVector Started, Ended; in calculateLiveIntervals() local 213 Started.resize(NumAllocas); in calculateLiveIntervals() 221 Started.set(AllocaNo); in calculateLiveIntervals() 232 assert(!Started.test(AllocaNo) || Start[AllocaNo] == BBStart); in calculateLiveIntervals() 233 if (!Started.test(AllocaNo)) { in calculateLiveIntervals() 234 Started.set(AllocaNo); in calculateLiveIntervals() 240 if (Started.test(AllocaNo)) { in calculateLiveIntervals() 242 Started.reset(AllocaNo); in calculateLiveIntervals() 249 if (Started.test(AllocaNo)) in calculateLiveIntervals()
|
D | TargetPassConfig.cpp | 356 Started = (StartAfter == nullptr) && (StartBefore == nullptr); in setStartStopPasses() 486 Started = true; in addPass() 489 if (Started && !Stopped) { in addPass() 513 Started = true; in addPass() 514 if (Stopped && !Started) in addPass()
|
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/teststructs/ |
D | project1.go | 157 Started time.Time member 185 Started time.Time member 209 Started time.Time member 226 Started time.Time member 241 Started time.Time member
|
/external/llvm/lib/CodeGen/ |
D | SafeStackColoring.cpp | 197 BitVector Started, Ended; in calculateLiveIntervals() local 198 Started.resize(NumAllocas); in calculateLiveIntervals() 206 Started.set(AllocaNo); in calculateLiveIntervals() 217 assert(!Started.test(AllocaNo)); in calculateLiveIntervals() 218 Started.set(AllocaNo); in calculateLiveIntervals() 223 if (Started.test(AllocaNo)) { in calculateLiveIntervals() 225 Started.reset(AllocaNo); in calculateLiveIntervals() 232 if (Started.test(AllocaNo)) in calculateLiveIntervals()
|
D | TargetPassConfig.cpp | 256 StopAfter(nullptr), Started(true), Stopped(false), in TargetPassConfig() 349 Started = true; in addPass() 350 if (Started && !Stopped) { in addPass() 374 Started = true; in addPass() 375 if (Stopped && !Started) in addPass()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Timer.cpp | 106 Started = false; in init() 114 Started = false; in init() 150 Started = true; in startTimer() 285 if (T.Started) in removeTimer() 374 if (!T->Started) continue; in print() 378 T->Started = 0; in print()
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/ |
D | CHANGELOG.txt | 18 …nd �Creating Your Own Custom CommandHandler Class� sections to StubFtpServer Getting Started Guide. 19 - DOCS: Add "Configuring Custom CommandHandlers" section to Getting Started Guide (FakeFtpServer). 46 - DOCS: Fix Getting Started Guide code example: setOverrideFinalReplyCode() to setFinalReplyCode(). 47 - DOCS: Add note to Getting Started Guide about calling setServerControlPort() if on Unix system.
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/ |
D | CHANGELOG.txt | 24 …nd �Creating Your Own Custom CommandHandler Class� sections to StubFtpServer Getting Started Guide. 25 - DOCS: Add "Configuring Custom CommandHandlers" section to Getting Started Guide (FakeFtpServer). 52 - DOCS: Fix Getting Started Guide code example: setOverrideFinalReplyCode() to setFinalReplyCode(). 53 - DOCS: Add note to Getting Started Guide about calling setServerControlPort() if on Unix system.
|
/external/mockftpserver/tags/2.0/ |
D | CHANGELOG.txt | 31 …nd �Creating Your Own Custom CommandHandler Class� sections to StubFtpServer Getting Started Guide. 32 - DOCS: Add "Configuring Custom CommandHandlers" section to Getting Started Guide (FakeFtpServer). 59 - DOCS: Fix Getting Started Guide code example: setOverrideFinalReplyCode() to setFinalReplyCode(). 60 - DOCS: Add note to Getting Started Guide about calling setServerControlPort() if on Unix system.
|
/external/mockftpserver/tags/2.0.2/ |
D | CHANGELOG.txt | 45 …nd �Creating Your Own Custom CommandHandler Class� sections to StubFtpServer Getting Started Guide. 46 - DOCS: Add "Configuring Custom CommandHandlers" section to Getting Started Guide (FakeFtpServer). 73 - DOCS: Fix Getting Started Guide code example: setOverrideFinalReplyCode() to setFinalReplyCode(). 74 - DOCS: Add note to Getting Started Guide about calling setServerControlPort() if on Unix system.
|
/external/mockftpserver/tags/2.0.1/ |
D | CHANGELOG.txt | 39 …nd �Creating Your Own Custom CommandHandler Class� sections to StubFtpServer Getting Started Guide. 40 - DOCS: Add "Configuring Custom CommandHandlers" section to Getting Started Guide (FakeFtpServer). 67 - DOCS: Fix Getting Started Guide code example: setOverrideFinalReplyCode() to setFinalReplyCode(). 68 - DOCS: Add note to Getting Started Guide about calling setServerControlPort() if on Unix system.
|
/external/mockftpserver/tags/1.2.4/ |
D | CHANGELOG.txt | 8 - DOCS: Fix Getting Started Guide code example: setOverrideFinalReplyCode() to setFinalReplyCode(). 9 - DOCS: Add note to Getting Started Guide about calling setServerControlPort() if on Unix system.
|
/external/mockftpserver/branches/1.x_Branch/ |
D | CHANGELOG.txt | 8 - DOCS: Fix Getting Started Guide code example: setOverrideFinalReplyCode() to setFinalReplyCode(). 9 - DOCS: Add note to Getting Started Guide about calling setServerControlPort() if on Unix system.
|
/external/llvm/include/llvm/CodeGen/ |
D | TargetPassConfig.h | 99 bool Started; 152 Started = (StartAfter == nullptr) && (StartBefore == nullptr);
|
/external/mockftpserver/tags/2.1/ |
D | CHANGELOG.txt | 55 …nd �Creating Your Own Custom CommandHandler Class� sections to StubFtpServer Getting Started Guide. 56 - DOCS: Add "Configuring Custom CommandHandlers" section to Getting Started Guide (FakeFtpServer). 83 - DOCS: Fix Getting Started Guide code example: setOverrideFinalReplyCode() to setFinalReplyCode(). 84 - DOCS: Add note to Getting Started Guide about calling setServerControlPort() if on Unix system.
|
/external/mockftpserver/tags/2.5/ |
D | CHANGELOG.txt | 10 …guration Required to See Log Output” section on “FakeFtpServer – Getting Started” with info for SL… 98 …nd �Creating Your Own Custom CommandHandler Class� sections to StubFtpServer Getting Started Guide. 99 - DOCS: Add "Configuring Custom CommandHandlers" section to Getting Started Guide (FakeFtpServer). 126 - DOCS: Fix Getting Started Guide code example: setOverrideFinalReplyCode() to setFinalReplyCode(). 127 - DOCS: Add note to Getting Started Guide about calling setServerControlPort() if on Unix system.
|
/external/mockftpserver/MockFtpServer/ |
D | CHANGELOG.txt | 10 …guration Required to See Log Output” section on “FakeFtpServer – Getting Started” with info for SL… 98 …nd �Creating Your Own Custom CommandHandler Class� sections to StubFtpServer Getting Started Guide. 99 - DOCS: Add "Configuring Custom CommandHandlers" section to Getting Started Guide (FakeFtpServer). 126 - DOCS: Fix Getting Started Guide code example: setOverrideFinalReplyCode() to setFinalReplyCode(). 127 - DOCS: Add note to Getting Started Guide about calling setServerControlPort() if on Unix system.
|
/external/python/google-api-python-client/samples/tasks_appengine/ |
D | README | 1 Sample code for Getting Started with Tasks API on Google App Engine article.
|
/external/mockftpserver/tags/2.2/ |
D | CHANGELOG.txt | 69 …nd �Creating Your Own Custom CommandHandler Class� sections to StubFtpServer Getting Started Guide. 70 - DOCS: Add "Configuring Custom CommandHandlers" section to Getting Started Guide (FakeFtpServer). 97 - DOCS: Fix Getting Started Guide code example: setOverrideFinalReplyCode() to setFinalReplyCode(). 98 - DOCS: Add note to Getting Started Guide about calling setServerControlPort() if on Unix system.
|
/external/mockftpserver/tags/2.0-rc1/ |
D | CHANGELOG.txt | 24 - DOCS: Fix Getting Started Guide code example: setOverrideFinalReplyCode() to setFinalReplyCode(). 25 - DOCS: Add note to Getting Started Guide about calling setServerControlPort() if on Unix system.
|
/external/mockftpserver/tags/2.4/ |
D | CHANGELOG.txt | 88 …nd �Creating Your Own Custom CommandHandler Class� sections to StubFtpServer Getting Started Guide. 89 - DOCS: Add "Configuring Custom CommandHandlers" section to Getting Started Guide (FakeFtpServer). 116 - DOCS: Fix Getting Started Guide code example: setOverrideFinalReplyCode() to setFinalReplyCode(). 117 - DOCS: Add note to Getting Started Guide about calling setServerControlPort() if on Unix system.
|
/external/mockftpserver/tags/2.3/ |
D | CHANGELOG.txt | 80 …nd �Creating Your Own Custom CommandHandler Class� sections to StubFtpServer Getting Started Guide. 81 - DOCS: Add "Configuring Custom CommandHandlers" section to Getting Started Guide (FakeFtpServer). 108 - DOCS: Fix Getting Started Guide code example: setOverrideFinalReplyCode() to setFinalReplyCode(). 109 - DOCS: Add note to Getting Started Guide about calling setServerControlPort() if on Unix system.
|
/external/ply/ply/ |
D | TODO | 3 1. Finish writing the C Preprocessor module. Started in the
|
/external/pdfium/docs/ |
D | getting-started.md | 1 # Getting Started with PDFium 18 See the [V8 Getting Started][pdfium-v8] guide for how to 66 For more information on using Javascript see the [V8 Getting Started][pdfium-v8]
|