HomeSort by relevance Sort by last modified time
    Searched refs:Completed (Results 1 - 25 of 47) sorted by null

1 2

  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
RemoteJITUtils.h 34 ssize_t Completed = 0;
35 while (Completed < static_cast<ssize_t>(Size)) {
36 ssize_t Read = ::read(InFD, Dst + Completed, Size - Completed);
45 Completed += Read;
52 ssize_t Completed = 0;
53 while (Completed < static_cast<ssize_t>(Size)) {
54 ssize_t Written = ::write(OutFD, Src + Completed, Size - Completed);
63 Completed += Written
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
PercentPrinter.h 10 UInt64 Completed;
21 Completed(0),
OpenCallbackConsole.cpp 55 _percent.Completed = *files;
61 _percent.Completed = *bytes;
PercentPrinter.cpp 18 Completed = 0;
68 val = Completed >> 20;
72 val = Completed * 100 / Total;
107 && _printedState.Completed == st.Completed)
HashCon.cpp 41 _percent.Completed = st.GetTotalBytes();
89 _percent.Completed = *completeValue;
UpdateCallbackConsole.cpp 169 _percent.Completed = st.GetTotalBytes();
431 _percent.Completed = *completeValue;
ExtractCallbackConsole.cpp 49 _percent.Completed = st.GetTotalBytes();
203 _percent.Completed = *completeValue;
  /external/llvm/tools/lli/
RemoteJITUtils.h 34 ssize_t Completed = 0;
35 while (Completed < static_cast<ssize_t>(Size)) {
36 ssize_t Read = ::read(InFD, Dst + Completed, Size - Completed);
45 Completed += Read;
52 ssize_t Completed = 0;
53 while (Completed < static_cast<ssize_t>(Size)) {
54 ssize_t Written = ::write(OutFD, Src + Completed, Size - Completed);
63 Completed += Written
    [all...]
  /external/autotest/client/cros/cellular/pseudomodem/
messaging.py 30 retrieved either by listening for the "Added" and "Completed" signals,
78 "Completed" signal will also be emitted when the message is complete.
89 def Completed(self, path):
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Wrq.c 131 @param Completed Return whether the upload has finished.
143 OUT BOOLEAN *Completed
150 *Completed = FALSE;
169 Mtftp4RemoveBlockNum (&Instance->Blocks, AckNum, *Completed,&TotalBlock);
182 *Completed = TRUE;
250 @param Completed Whether the transmisson has completed. NOT used by
262 OUT BOOLEAN *Completed
270 *Completed = FALSE;
322 Completed
    [all...]
Mtftp4Rrq.c 150 BOOLEAN Completed;
152 Completed = FALSE;
161 Completed = TRUE;
173 Status = Mtftp4RemoveBlockNum (&Instance->Blocks, Block, Completed, &TotalBlock);
204 if ((Instance->LastBlock == Block) && Completed) {
239 @param Completed Return whether the download has completed
252 OUT BOOLEAN *Completed
259 *Completed = FALSE;
306 *Completed = TRUE;
    [all...]
Mtftp4Support.h 21 // the holes are filled in, then the download or upload has completed.
95 @param Completed Wether Num is the last block number
107 IN BOOLEAN Completed,
Mtftp4Support.c 161 @param Completed Whether Num is the last block number
173 IN BOOLEAN Completed,
234 if ((Range->Start > Range->End) || Completed) {
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Rrq.c 98 BOOLEAN Completed;
100 Completed = FALSE;
109 Completed = TRUE;
121 Status = Mtftp6RemoveBlockNum (&Instance->BlkList, Block, Completed, &TotalBlock);
163 if ((Instance->LastBlk == Block) && Completed) {
205 @param[out] IsCompleted If TRUE, the download has been completed.
206 Otherwise, the download has not been completed.
435 @param[out] IsCompleted If TRUE, the download has been completed.
436 Otherwise, the download has not been completed.
Mtftp6Support.h 22 // the holes are filled in, then the download or upload has completed.
99 @param[in] Completed Whether Num is the last block number
111 IN BOOLEAN Completed,
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhciSched.c 316 Urb->Completed = 0;
369 Urb->Completed += Qtd->DataLen - QtdHw->TotalBytes;
436 // If Timeout is 0, then the caller must wait for the function to be completed
EhciUrb.h 233 UINTN Completed; // completed data length
EhcPeim.c 544 to be completed until EFI_SUCCESS or EFI_DEVICE_ERROR is returned.
549 @retval EFI_SUCCESS The transfer was completed successfully.
637 *DataLength = Urb->Completed;
1009 to be completed until EFI_SUCCESS or EFI_DEVICE_ERROR is returned.
1013 @retval EFI_SUCCESS Transfer was completed successfully.
1130 *DataLength = Urb->Completed;
    [all...]
  /external/webrtc/webrtc/tools/barcode_tools/
barcode_decoder.py 287 print 'Completed barcode decoding.'
  /external/blktrace/doc/
blktrace.tex 165 Reads Completed: 0, 0KiB Writes Completed: 11, 168KiB
172 Reads Completed: 0, 0KiB Writes Completed: 0, 0KiB
179 Reads Completed: 0, 0KiB Writes Completed: 11, 168KiB
216 that the command completed successfully. Tracing SCSI commands can be
301 Reads Completed: 0, 0KiB Writes Completed: 0, 0KiB
307 Reads Completed: 0, 0KiB Writes Completed: 0, 0Ki
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciSched.c 577 Urb->Completed = 0;
630 Urb->Completed += Qtd->DataLen - QtdHw->TotalBytes;
703 // must wait for the function to be completed until EFI_SUCCESS or EFI_DEVICE_ERROR
1012 ASSERT (Urb->Completed <= Urb->DataLen);
1014 ProcBuf = AllocatePool (Urb->Completed);
1021 CopyMem (ProcBuf, Urb->Data, Urb->Completed);
1042 (Urb->Callback) (ProcBuf, Urb->Completed, Urb->Context, Urb->Result);
EhciUrb.h 235 UINTN Completed; // completed data length
  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsImpl.c 1101 @param Completed Flag to indicate that Dns response is valid.
1111 OUT BOOLEAN *Completed
    [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DebugCommunicationLibUsb3Transfer.c 280 CheckedUrb->Completed += (((TRANSFER_TRB_NORMAL*)TRBPtr)->Length - EvtTrb->Length);
525 @retval EFI_SUCCESS The transfer was completed successfully.
561 *DataLength = Urb->Completed;
  /system/core/adb/
sockets.cpp 112 Completed,
144 return SocketFlushResult::Completed;
229 case SocketFlushResult::Completed:
315 case SocketFlushResult::Completed:

Completed in 376 milliseconds

1 2