Searched refs:progress (Results 1 – 3 of 3) sorted by relevance
| /CafeSDK-2.12.13-1/system/include/ |
| D | LzmaEnc.h | 57 ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig); 59 int writeEndMark, ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig); 74 ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig);
|
| D | Lzma2Enc.h | 43 ISeqOutStream *outStream, ISeqInStream *inStream, ICompressProgress *progress);
|
| /CafeSDK-2.12.13-1/system/src/tool/cafex/ |
| D | CafeFunctions.cs | 1686 CafeBootProgress progress, in tryCafeReboot() argument 1689 bool coldBootIntoApp = progress.waitForTitle && in tryCafeReboot() 1698 progress.waitForTitle = false; in tryCafeReboot() 1699 progress.checkPower = false; in tryCafeReboot() 1710 progress.tries = CAFERUN_RETRY_COUNT; in tryCafeReboot() 1717 if (progress.tries < CAFERUN_LAST_RETRY) in tryCafeReboot() 1719 progress.stage = bootCatDev(); in tryCafeReboot() 1720 if (!progress.Active) in tryCafeReboot() 1722 progress.tries = CAFERUN_LAST_RETRY; in tryCafeReboot() 3614 CafeBootProgress progress = new CafeBootProgress(); in run() [all …]
|