Home
last modified time | relevance | path

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

12345678

/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSafeStackColoring.cpp212 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()
/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/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/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/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/llvm/include/llvm/CodeGen/
DTargetPassConfig.h99 bool Started;
152 Started = (StartAfter == nullptr) && (StartBefore == nullptr);
/external/crosvm/devices/src/usb/host_backend/
Dhost_backend_device_provider.rs36 Started { enumerator
81 *self = HostBackendDeviceProvider::Started { inner }; in start_helper()
84 HostBackendDeviceProvider::Started { .. } => { in start_helper()
/external/python/google-api-python-client/samples/tasks_appengine/
DREADME1 Sample code for Getting Started with Tasks API on Google App Engine article.
/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/arm-trusted-firmware/docs/getting_started/
Dindex.rst1 Getting Started
/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/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/ply/ply/
DTODO3 1. Finish writing the C Preprocessor module. Started in the
/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.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/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.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/sl4a/Common/src/com/googlecode/android_scripting/facade/net/
DSocketKeepaliveFacade.java50 Started(1 << 0), enumConstant
96 handleEvent(Event.Started); in onStarted()
/external/ltp/utils/benchmark/ebizzy-0.3/
DChangeLog12 * Started reporting a rate of transactions per second rather than

12345678