Home
last modified time | relevance | path

Searched refs:progress (Results 1 – 25 of 29) sorted by relevance

12

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaEnc.h53 ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig);
55 int writeEndMark, ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig);
70 ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig);
DLzmaEnc.c2188 …e(CLzmaEncHandle pp, ISeqOutStream *outStream, ISeqInStream *inStream, ICompressProgress *progress, in LzmaEnc_Encode() argument
2208 if (progress != 0) in LzmaEnc_Encode()
2210 res = progress->Progress(progress, p->nowPos64, RangeEnc_GetProcessed(&p->rc)); in LzmaEnc_Encode()
2252 int writeEndMark, ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig) in LzmaEnc_MemEncode() argument
2268 progress, alloc, allocBig); in LzmaEnc_MemEncode()
2278 ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig) in LzmaEncode() argument
2291 writeEndMark, progress, alloc, allocBig); in LzmaEncode()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootLogoLib/
DBootLogoLib.uni4 // to show progress bar and logo.
24 "to show progress bar and logo."
DBootLogoLib.inf3 # to show progress bar and logo.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dbdist_msi.py667 progress = PyDialog(db, "ProgressDlg", x, y, w, h, modeless, title,
669 progress.text("Title", 20, 15, 200, 15, 0x30003,
671 progress.text("Text", 35, 65, 300, 30, 3,
674 progress.text("StatusLabel", 35, 100, 35, 20, 3, "Status:")
676 c=progress.text("ActionText", 70, 100, w-70, 20, 3, "Pondering...")
682 c=progress.control("ProgressBar", "ProgressBar", 35, 120, 300, 10, 65537,
686 progress.back("< Back", "Next", active=False)
687 progress.next("Next >", "Cancel", active=False)
688 progress.cancel("Cancel", "Back").event("SpawnDialog", "CancelDlg")
/device/linaro/bootloader/OpenPlatformPkg/
DREADME1 This is still work in progress, but from this point onwards, the master branch
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
Dmsi.py754 progress = PyDialog(db, "ProgressDlg", x, y, w, h, modeless, title,
756 progress.text("Title", 20, 15, 200, 15, 0x30003,
758 progress.text("Text", 35, 65, 300, 30, 3,
761 progress.text("StatusLabel", 35, 100, 35, 20, 3, "Status:")
763 c=progress.text("ActionText", 70, 100, w-70, 20, 3, "Pondering...")
769 c=progress.control("ProgressBar", "ProgressBar", 35, 120, 300, 10, 65537,
773 progress.back("< Back", "Next", active=False)
774 progress.next("Next >", "Cancel", active=False)
775 progress.cancel("Cancel", "Back").event("SpawnDialog", "CancelDlg")
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/DataHubDxe/
DDataHubDxe.uni6 // Consumers may then extract the data in temporal "log" order.As an example, progress codes might
38 …s may then extract the data in a temporal \"log\" order. As an example, progress codes might be re…
DDataHubDxe.inf6 # Consumers may then extract the data in temporal "log" order.As an example, progress codes might
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/BdsDxe/
DBdsDxe.inf73 …## PRODUCES ## Variable:L"Timeout" (The time out value in second of showing progress bar)
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/
DBootMaintenanceManagerLib.inf72 …## PRODUCES ## Variable:L"Timeout" (The time out value in second of showing progress bar)
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DUefiBootManagerLib.inf76 …## CONSUMES ## Variable:L"Timeout" (The time out value in second of showing progress bar)
/device/linaro/bootloader/edk2/BaseTools/gcc/
Dmingw-gcc-build.py273 def progress(received, blockSize, fileSize): function
305 urllib.urlretrieve(url, local_file, progress)
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia32/
DSearchForSecEntry.asm47 ; Make forward progress in the search
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
DBdsDxe.inf125 …RODUCES ## Variable:L"Timeout" # The time out value in second of showing progress bar
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dchange-log.md443 14.04) now correctly reports progress in the console.
624 14.01) does not report progress correctly in the console. It only seems to
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/
Dlzma.txt541 ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig);
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/
Dlzma.txt541 ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig);
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/
Dlzma.txt541 ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig);
/device/linaro/bootloader/edk2/SecurityPkg/
DSecurityPkg.dec213 # 0x80000003 | Incorrect progress or error code provided.
/device/linaro/bootloader/edk2/MdePkg/
DMdePkg.uni31 #string STR_gEfiMdePkgTokenSpaceGuid_ERR_80000003 #language en-US "Incorrect progress code provided…
DMdePkg.dec106 ## @libraryclass Provides services to send progress/error codes to a POST card.
1597 # 0x80000003 | Incorrect progress code provided.
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DCHANGES_SUMMARY.txt1592 m - monitor progress
/device/linaro/bootloader/edk2/MdeModulePkg/
DMdeModulePkg.uni40 #string STR_gEfiMdeModulePkgTokenSpaceGuid_ERR_80000003 #language en-US "Incorrect progress code pr…
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_SUMMARY.txt1592 m - monitor progress

12