Home
last modified time | relevance | path

Searched refs:Started (Results 1 – 25 of 155) sorted by relevance

1234567

/external/clang/lib/Frontend/
DTextDiagnosticPrinter.cpp58 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/llvm/lib/CodeGen/
DSafeStackColoring.cpp197 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()
DTargetPassConfig.cpp256 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/
DTimer.cpp106 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/
DCHANGELOG.txt18 …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/
DCHANGELOG.txt24 …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/
DCHANGELOG.txt31 …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/
DCHANGELOG.txt45 …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/
DCHANGELOG.txt39 …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/2.1/
DCHANGELOG.txt55 …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/branches/1.x_Branch/
DCHANGELOG.txt8 - 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/tags/1.2.4/
DCHANGELOG.txt8 - 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/tags/2.5/
DCHANGELOG.txt10 …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/
DCHANGELOG.txt10 …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/llvm/include/llvm/CodeGen/
DTargetPassConfig.h99 bool Started;
152 Started = (StartAfter == nullptr) && (StartBefore == nullptr);
/external/mockftpserver/tags/2.2/
DCHANGELOG.txt69 …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.4/
DCHANGELOG.txt88 …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/
DCHANGELOG.txt80 …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/mockftpserver/tags/2.0-rc1/
DCHANGELOG.txt24 - 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/tensorflow/tensorflow/docs_src/get_started/
Dleftnav_files3 ### Getting Started
/external/pdfium/docs/
Dgetting-started.md1 # 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]
/external/ply/ply/
DTODO3 1. Finish writing the C Preprocessor module. Started in the
/external/flatbuffers/biicode/
DREADME.md6 New with biicode? Check the [Getting Started Guide](http://docs.biicode.com/c++/gettingstarted.html…
/external/ltp/utils/benchmark/ebizzy-0.3/
DChangeLog12 * Started reporting a rate of transactions per second rather than
/external/junit/
DREADME.md7 * [Getting Started](https://github.com/junit-team/junit/wiki/Getting-started)

1234567