HomeSort by relevance Sort by last modified time
    Searched defs:Progress (Results 1 - 25 of 70) sorted by null

1 2 3

  /developers/build/prebuilts/gradle/NetworkConnect/Application/src/main/java/com/example/android/networkconnect/
DownloadCallback.java 28 interface Progress {
48 * Indicate to callback handler any progress update.
49 * @param progressCode must be one of the constants defined in DownloadCallback.Progress.
  /developers/samples/android/connectivity/network/NetworkConnect/Application/src/main/java/com/example/android/networkconnect/
DownloadCallback.java 28 interface Progress {
48 * Indicate to callback handler any progress update.
49 * @param progressCode must be one of the constants defined in DownloadCallback.Progress.
  /development/samples/browseable/NetworkConnect/src/com.example.android.networkconnect/
DownloadCallback.java 28 interface Progress {
48 * Indicate to callback handler any progress update.
49 * @param progressCode must be one of the constants defined in DownloadCallback.Progress.
  /external/lzma/CPP/7zip/Common/
CWrappers.h 12 ICompressProgressInfo *Progress;
15 CCompressProgressWrap(ICompressProgressInfo *progress) throw();
  /external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
Progress.java 31 public final class Progress {
65 new Progress().run();
  /external/zlib/src/contrib/delphi/
ZLib.pas 53 procedure Progress(Sender: TObject); dynamic;
78 written to the output stream. This is useful for updating a progress
113 This is useful for updating a progress indicator when you are reading a
398 procedure TCustomZLibStream.Progress(Sender: TObject);
458 Progress(Self);
515 Progress(Self);
  /toolchain/binutils/binutils-2.27/zlib/contrib/delphi/
ZLib.pas 53 procedure Progress(Sender: TObject); dynamic;
78 written to the output stream. This is useful for updating a progress
113 This is useful for updating a progress indicator when you are reading a
398 procedure TCustomZLibStream.Progress(Sender: TObject);
458 Progress(Self);
515 Progress(Self);
  /external/lzma/C/
MtCoder.c 56 static SRes Progress(ICompressProgress *p, UInt64 inSize, UInt64 outSize)
58 return (p && p->Progress(p, inSize, outSize) != SZ_OK) ? SZ_ERROR_PROGRESS : SZ_OK;
61 static void MtProgress_Init(CMtProgress *p, ICompressProgress *progress)
67 p->progress = progress;
87 p->res = Progress(p->progress, p->totalInSize, p->totalOutSize);
278 MtProgress_Init(&p->mtProgress, p->progress);
7zTypes.h 224 SRes (*Progress)(void *p, UInt64 inSize, UInt64 outSize);
Lzma2Enc.c 265 static SRes Progress(ICompressProgress *p, UInt64 inSize, UInt64 outSize)
267 return (p && p->Progress(p, inSize, outSize) != SZ_OK) ? SZ_ERROR_PROGRESS : SZ_OK;
295 ISeqOutStream *outStream, ISeqInStream *inStream, ICompressProgress *progress)
318 res = Progress(progress, p->srcPos, packTotal);
475 ISeqOutStream *outStream, ISeqInStream *inStream, ICompressProgress *progress)
499 p->mtCoder.progress = progress;
519 return Lzma2Enc_EncodeMt1(&p->coders[0], p, outStream, inStream, progress);
  /external/skia/infra/bots/recipe_modules/core/resources/
run_binary_size_analysis.py 392 class Progress():
409 progress = Progress()
411 progress.count += 1
415 progress.collisions += 1
418 progress.disambiguations += 1
420 progress.was_ambiguous += 1
428 if progress.count % progress_chunk == 0:
430 time_spent = time_now - progress.time_last_output
433 progress.time_last_output = time_no
    [all...]
  /external/skqp/infra/bots/recipe_modules/core/resources/
run_binary_size_analysis.py 392 class Progress():
409 progress = Progress()
411 progress.count += 1
415 progress.collisions += 1
418 progress.disambiguations += 1
420 progress.was_ambiguous += 1
428 if progress.count % progress_chunk == 0:
430 time_spent = time_now - progress.time_last_output
433 progress.time_last_output = time_no
    [all...]
  /external/syslinux/efi32/include/efi/protocol/
piflash64.h 112 UTILITY_PROGRESS_API Progress;
  /external/syslinux/efi64/include/efi/protocol/
piflash64.h 112 UTILITY_PROGRESS_API Progress;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/protocol/
piflash64.h 112 UTILITY_PROGRESS_API Progress;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellTftpCommandLib/
Tftp.c 23 progress in the dowloading of a TFTP file.
33 // indicate the progress of a TFTP download. The format is "[(progress slider:
39 // String to delete the TFTP progress message to be able to update it :
189 Update the progress of a file download
974 Update the progress of a file download
996 CHAR16 Progress[TFTP_PROGRESS_MESSAGE_SIZE];
1021 Progress[0] = L'\0';
    [all...]
  /frameworks/native/cmds/dumpstate/
dumpstate.h 84 * Keeps track of current progress and estimated max, saving stats on file to tune up future runs.
87 * progress can be calculated by dividing the estimate max progress by the current progress.
89 * The estimated max progress is initially set to a value (`kDefaultMax) defined empirically, but
93 class Progress {
104 * progress to get stuck at an almost-finished value (like 99%) for a while.
110 Progress(const std::string& path = "");
112 // Gets the current progress.
115 // Gets the current estimated max progress
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
7zTypes.h 224 SRes (*Progress)(void *p, UInt64 inSize, UInt64 outSize);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
7zTypes.h 228 SRes (*Progress)(void *p, UInt64 inSize, UInt64 outSize);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
7zTypes.h 228 SRes (*Progress)(void *p, UInt64 inSize, UInt64 outSize);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
UefiIfrForm.c 873 OUT EFI_STRING *Progress,
896 Progress - On return, points to a character in the Request.
996 (Progress == NULL) ? &TempStr : Progress
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/
DriverSample.c 579 @param Progress On return, points to a character in the Request
603 OUT EFI_STRING *Progress,
620 if (Progress == NULL || Results == NULL) {
629 *Progress = Request;
801 Progress
820 // Set Progress string to the original request string.
823 *Progress = NULL;
825 *Progress = Request + StrLen (Request);
838 @param Progress A pointer to a string filled in with the offset of
855 OUT EFI_STRING *Progress
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Presentation.c     [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
BdsFilePath.c 43 progress in the dowloading of a TFTP file.
53 // indicate the progress of a tftp download. The format is "[(progress slider:
59 // String to delete the tftp progress message to be able to update it :
372 // If no forward progress is made try invoking the Dispatcher.
913 Update the progress of a file download
934 CHAR16 Progress[TFTP_PROGRESS_MESSAGE_SIZE];
961 Progress[0] = L'\0';
967 CopyMem (Progress, mTftpProgressFrame, sizeof mTftpProgressFrame);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
ConfigKeywordHandler.c     [all...]

Completed in 596 milliseconds

1 2 3