Searched defs:Progress (Results 1 – 14 of 14) sorted by relevance
9 public ShadowAsyncTaskBridge(AsyncTask<Params, Progress, Result> asyncTask) { in ShadowAsyncTaskBridge() argument
31 public final class Progress { class
1186 struct Progress { struct1187 time_t lastshow; /* time() of the last displayed progress meter or NULL to1189 curl_off_t size_dl; /* total expected size */1190 curl_off_t size_ul; /* total expected size */1191 curl_off_t downloaded; /* transferred so far */1192 curl_off_t uploaded; /* transferred so far */1194 curl_off_t current_speed; /* uses the currently fastest transfer */1196 bool callback; /* set when progress callback is used */1197 int width; /* screen width at download start */1198 int flags; /* see progress.h */[all …]
112 UTILITY_PROGRESS_API Progress; member
53 procedure Progress(Sender: TObject); dynamic; procedure398 procedure TCustomZLibStream.Progress(Sender: TObject); procedure
12 ICompressProgressInfo *Progress; member
392 class Progress(): class
56 static SRes Progress(ICompressProgress *p, UInt64 inSize, UInt64 outSize) in Progress() function
265 static SRes Progress(ICompressProgress *p, UInt64 inSize, UInt64 outSize) in Progress() function
224 SRes (*Progress)(void *p, UInt64 inSize, UInt64 outSize); member
2801 bool Progress = false; in copyCoalesceWorkList() local
747 bool Progress = true; in findBasePointer() local