Home
last modified time | relevance | path

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

1234

/third_party/rust/crates/syn/tests/repo/
Dprogress.rs4 pub struct Progress<R> { struct
10 impl<R> Progress<R> { implementation
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;
352 let progress = Progress::new(response); in download_and_unpack()
/third_party/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
/third_party/ffmpeg/libavcodec/
Dpthread_slice.c44 typedef struct Progress { struct
47 } Progress; argument
61 Progress *progress;
90 Progress *const progress = &c->progress[i]; in ff_slice_thread_free()
191 Progress *const progress = &p->progress[i]; in ff_slice_thread_init_progress()
213 Progress *const progress = &p->progress[thread]; in ff_thread_report_progress2()
225 Progress *progress; in ff_thread_await_progress2()
/third_party/node/deps/v8/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_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()
Dzip_writer.h130 Progress progress_;
/third_party/node/deps/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_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()
Dzip_writer.h130 Progress progress_;
/third_party/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()
DCWrappers.h15 ICompressProgressInfo *Progress; member
/third_party/zlib/contrib/delphi/
DZLib.pas53 procedure Progress(Sender: TObject); dynamic; procedure
398 procedure TCustomZLibStream.Progress(Sender: TObject); procedure
458 Progress(Self);
515 Progress(Self);
/third_party/node/deps/npm/node_modules/npmlog/lib/
Dlog.js2 var Progress = require('are-we-there-yet') variable
55 log.tracker = new Progress.TrackerGroup()
131 if (tracker instanceof Progress.TrackerGroup) {
/third_party/lzma/CPP/7zip/UI/FileManager/
DProgressDialog.rc8 CAPTION "Progress"
DProgressDialog2a.rc44 CAPTION "Progress"
/third_party/node/deps/v8/third_party/zlib/
DREADME.chromium30 - Backported patches from 1.2.12 release (Work In Progress).
/third_party/lzma/C/
D7zTypes.h447 SRes (*Progress)(ICompressProgressPtr p, UInt64 inSize, UInt64 outSize); in Z7_C_IFACE_DECL() local
452 #define ICompressProgress_Progress(p, inSize, outSize) (p)->Progress(p, inSize, outSize)
/third_party/node/
Dglossary.md13 * WIP: "Work In Progress" - e.g. a patch that's not finished, but may be worth
/third_party/elfutils/tests/
Drun-debuginfod-artifact-running.sh105 grep -q Progress vlog
/third_party/curl/docs/
DPARALLEL-TRANSFERS.md12 ## Progress meter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp564 bool Progress = false; in processCallSite() local
574 Progress = true; in processCallSite()
576 if (Progress) in processCallSite()
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsserver.go36 Progress(context.Context, *ProgressParams) error methodSpec
181 if err := h.server.Progress(ctx, &params); err != nil {
584 func (s *serverDispatcher) Progress(ctx context.Context, params *ProgressParams) error { func
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsserver.go36 Progress(context.Context, *ProgressParams) error methodSpec
181 if err := h.server.Progress(ctx, &params); err != nil {
584 func (s *serverDispatcher) Progress(ctx context.Context, params *ProgressParams) error { func
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsserver.go36 Progress(context.Context, *ProgressParams) error methodSpec
181 if err := h.server.Progress(ctx, &params); err != nil {
584 func (s *serverDispatcher) Progress(ctx context.Context, params *ProgressParams) error { func

1234