Home
last modified time | relevance | path

Searched refs:Progress (Results 1 – 25 of 103) sorted by relevance

12345

/external/rust/crates/syn/tests/repo/
Dprogress.rs4 pub struct Progress<R> { struct
10 impl<R> Progress<R> { argument
12 Progress { in new()
20 impl<R: Read> Read for Progress<R> { implementation
33 impl<R> Drop for Progress<R> { implementation
Dmod.rs5 use self::progress::Progress;
146 let progress = Progress::new(response); in download_and_unpack()
/external/libchrome/base/test/android/junit/src/org/chromium/base/test/asynctask/
DBackgroundShadowAsyncTask.java28 public class BackgroundShadowAsyncTask<Params, Progress, Result>
29 extends ShadowAsyncTask<Params, Progress, Result> {
35 public final AsyncTask<Params, Progress, Result> execute(final Params... params) { in execute()
38 .submit(new Callable<AsyncTask<Params, Progress, Result>>() { in execute()
40 public AsyncTask<Params, Progress, Result> call() throws Exception { in execute()
DCustomShadowAsyncTask.java23 public class CustomShadowAsyncTask<Params, Progress, Result>
24 extends ShadowAsyncTask<Params, Progress, Result> {
28 public final AsyncTask<Params, Progress, Result> executeOnExecutor( in executeOnExecutor()
/external/curl/tests/data/
Dtest57979 Progress callback called with UL 0 out of 0
80 Progress callback called with UL 8 out of 0
81 Progress callback called with UL 16 out of 0
82 Progress callback called with UL 26 out of 0
83 Progress callback called with UL 61 out of 0
84 Progress callback called with UL 66 out of 0
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAsyncTask.java16 public class ShadowAsyncTask<Params, Progress, Result> {
18 @RealObject private AsyncTask<Params, Progress, Result> realAsyncTask;
84 protected AsyncTask<Params, Progress, Result> execute(final Params... params) { in execute()
101 protected AsyncTask<Params, Progress, Result> executeOnExecutor( in executeOnExecutor()
130 protected void publishProgress(final Progress... values) { in publishProgress()
139 private ShadowAsyncTaskBridge<Params, Progress, Result> getBridge() { in getBridge()
DShadowAsyncTaskBridge.java12 public class ShadowAsyncTaskBridge<Params, Progress, Result> {
13 private AsyncTask<Params, Progress, Result> asyncTask;
15 public ShadowAsyncTaskBridge(AsyncTask<Params, Progress, Result> asyncTask) { in ShadowAsyncTaskBridge() argument
31 public void onProgressUpdate(Progress... values) { in onProgressUpdate()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLegacyAsyncTask.java26 public class ShadowLegacyAsyncTask<Params, Progress, Result> extends ShadowAsyncTask {
28 @RealObject private AsyncTask<Params, Progress, Result> realAsyncTask;
94 protected AsyncTask<Params, Progress, Result> execute(final Params... params) {
106 protected AsyncTask<Params, Progress, Result> executeOnExecutor(
130 protected void publishProgress(final Progress... values) {
DShadowPausedAsyncTask.java27 public class ShadowPausedAsyncTask<Params, Progress, Result> extends ShadowAsyncTask {
31 @RealObject private AsyncTask<Params, Progress, Result> realObject;
39 protected AsyncTask<Params, Progress, Result> executeOnExecutor(Executor exec, Params... params) { in executeOnExecutor()
DShadowAsyncTask.java8 public abstract class ShadowAsyncTask<Params, Progress, Result> {
/external/rust/crates/rusqlite/src/
Dbackup.rs65 progress: Option<fn(Progress)>, in backup() argument
99 pub fn restore<P: AsRef<Path>, F: Fn(Progress)>( in restore()
162 pub struct Progress { struct
235 pub fn progress(&self) -> Progress { in progress() argument
237 Progress { in progress()
291 progress: Option<fn(Progress)>, in run_to_completion() argument
/external/zlib/google/
Dzip.h60 struct Progress { struct
78 std::ostream& operator<<(std::ostream& out, const Progress& progress);
85 using ProgressCallback = base::RepeatingCallback<bool(const Progress&)>;
Dzip_writer.h130 Progress progress_;
Dzip_unittest.cc1058 zip::Progress last_progress; in TEST_F()
1061 base::BindLambdaForTesting([&](const zip::Progress& progress) { in TEST_F()
1095 zip::Progress last_progress; in TEST_F()
1098 base::BindLambdaForTesting([&](const zip::Progress& progress) { in TEST_F()
1139 [&progress_count](const zip::Progress&) { in TEST_F() argument
1152 [i, &j](const zip::Progress&) { in TEST_F() argument
1293 base::BindLambdaForTesting([&](const zip::Progress& progress) { in TEST_F()
/external/angle/third_party/zlib/google/
Dzip.h60 struct Progress { struct
78 std::ostream& operator<<(std::ostream& out, const Progress& progress);
85 using ProgressCallback = base::RepeatingCallback<bool(const Progress&)>;
Dzip_writer.h130 Progress progress_;
Dzip_unittest.cc1155 zip::Progress last_progress; in TEST_F()
1158 base::BindLambdaForTesting([&](const zip::Progress& progress) { in TEST_F()
1192 zip::Progress last_progress; in TEST_F()
1195 base::BindLambdaForTesting([&](const zip::Progress& progress) { in TEST_F()
1236 [&progress_count](const zip::Progress&) { in TEST_F() argument
1249 [i, &j](const zip::Progress&) { in TEST_F() argument
1390 base::BindLambdaForTesting([&](const zip::Progress& progress) { in TEST_F()
/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
DProgress.java31 public final class Progress { class
65 new Progress().run(); in main()
/external/lzma/CPP/7zip/Common/
DCWrappers.cpp63 p->Res = p->Progress->SetRatioInfo(CONVERT_PR_VAL(inSize), CONVERT_PR_VAL(outSize)); in CompressProgress()
69 vt.Progress = CompressProgress; in Init()
70 Progress = progress; in Init()
/external/rust/crates/libz-sys/src/zlib/contrib/delphi/
DZLib.pas53 procedure Progress(Sender: TObject); dynamic; procedure
398 procedure TCustomZLibStream.Progress(Sender: TObject); procedure
458 Progress(Self);
515 Progress(Self);
/external/fmtlib/doc/bootstrap/mixins/
Dprogress-bar.less1 // Progress bars
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog.rc8 CAPTION "Progress"
/external/perfetto/ui/src/frontend/
Dtopbar.ts156 class Progress implements m.ClassComponent { class
257 m(Progress),
/external/lzma/C/
D7zTypes.h282 SRes (*Progress)(const ICompressProgress *p, UInt64 inSize, UInt64 outSize); member
286 #define ICompressProgress_Progress(p, inSize, outSize) (p)->Progress(p, inSize, outSize)
/external/angle/third_party/zlib/
DREADME.chromium30 - Backported patches from 1.2.12 release (Work In Progress).

12345