Searched refs:Completed (Results 1 – 9 of 9) sorted by relevance
141 ssize_t Completed = 0; in readBytes() local142 while (Completed < static_cast<ssize_t>(Size)) { in readBytes()143 ssize_t Read = ::read(InFD, Dst + Completed, Size - Completed); in readBytes()147 if (Completed == 0 && IsEOF) { in readBytes()164 Completed += Read; in readBytes()171 ssize_t Completed = 0; in writeBytes() local172 while (Completed < static_cast<ssize_t>(Size)) { in writeBytes()173 ssize_t Written = ::write(OutFD, Src + Completed, Size - Completed); in writeBytes()181 Completed += Written; in writeBytes()
12 ECHO Completed nuget packaging build. The package is in the following folder:
489 f_dprintf "Installation Completed at %s" "$( date )"
880 CompleteFunctionAnalysis *Completed = in emitDiagnostics() local882 if (Completed == nullptr) { in emitDiagnostics()912 Completed->firstViolationForEffect(Viol1.Effect); in emitDiagnostics()
19690 bool Completed = false; in ActOnFields() local19749 Completed = true; in ActOnFields()19757 if (!Completed) in ActOnFields()
722 Completed, /// Added and filled this Decision enumerator753 return (MCDCBranches.size() == DecisionParams.NumConditions ? Completed in addBranch()810 case DecisionRecord::Completed: in processBranch()
131 to the Handshake Completed state.133 - Handshake Completed: The handshake layer has indicated that it610 - Handshake Completed?
326 Completed the existing partial support for the CDAT "table". Although 451 iASL: Completed compiler support for the NHLT ACPI table.597 Completed full support for the IVRS (I/O Virtualization Reporting 2105 Completed an investigation into adding a namespace node "owner list" 2157 Completed the new (recently deployed) package resolution mechanism for 2267 Completed the final integration of the recent changes to Package Object 3677 Completed full support for the ACPI 6.0 External() AML opcode. The 4072 Completed development to ensure that the ACPICA Disassembler and Debugger 6425 Debugger: Completed a major update for the Disassemble<method> command. 8286 Completed the major overhaul of the GPE support code that was begun in [all …]
463 Dec 29, 2007: Completed initial test harness for bsdcpio.