Home
last modified time | relevance | path

Searched defs:Progress (Results 1 – 23 of 23) sorted by relevance

/third_party/rust/crates/syn/tests/repo/
Dprogress.rs4 pub struct Progress<R> { struct
10 impl<R> Progress<R> { argument
20 impl<R: Read> Read for Progress<R> { implementation
33 impl<R> Drop for Progress<R> { implementation
/third_party/skia/m133/third_party/externals/zlib/google/
Dzip.h60 struct Progress { struct
77 // Prints Progress to output stream. argument
Dzip_unittest.cc1236 [&progress_count](const zip::Progress&) { in TEST_F()
1249 [i, &j](const zip::Progress&) { in TEST_F()
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dlsp_utils.rs26 pub(crate) enum Progress { enum
32 impl Progress { impl
121 state: Progress, in report_progress()
/third_party/ffmpeg/libavcodec/
Dpthread_slice.c44 typedef struct Progress { struct
47 } Progress; argument
/third_party/curl/lib/
Durldata.h1077 struct Progress { struct
1078 time_t lastshow; /* time() of the last displayed progress meter or NULL to
1080 curl_off_t size_dl; /* total expected size */
1081 curl_off_t size_ul; /* total expected size */
1082 curl_off_t downloaded; /* transferred so far */
1083 curl_off_t uploaded; /* transferred so far */
1085 curl_off_t current_speed; /* uses the currently fastest transfer */
1087 int width; /* screen width at download start */
1088 int flags; /* see progress.h */
1090 timediff_t timespent;
[all …]
/third_party/grpc/src/core/lib/transport/
Dcall_filters.h202 void Progress() { in Progress() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/flycheck/src/
Dlib.rs120 Progress { enumerator
144 pub enum Progress { enum
190 fn report_progress(&self, progress: Progress) { in report_progress()
/third_party/zlib/contrib/delphi/
DZLib.pas53 procedure Progress(Sender: TObject); dynamic; procedure
398 procedure TCustomZLibStream.Progress(Sender: TObject); procedure
/third_party/rust/rust/src/tools/rust-analyzer/crates/vfs/src/
Dloader.rs51 Progress { n_total: usize, n_done: usize, config_version: u32 }, enumerator
/third_party/lzma/CPP/7zip/Common/
DCWrappers.h15 ICompressProgressInfo *Progress; member
/third_party/rust/rust/compiler/rustc_trait_selection/src/traits/
Dproject.rs1432 Progress(Progress<'tcx>), enumerator
1436 struct Progress<'tcx> { struct
1441 impl<'tcx> Progress<'tcx> { argument
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsserver.go36 Progress(context.Context, *ProgressParams) error methodSpec
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
584 func (s *serverDispatcher) Progress(ctx context.Context, params *ProgressParams) error { func
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsserver.go36 Progress(context.Context, *ProgressParams) error methodSpec
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/
Dlangsvr.go163 func (s *server) Progress(ctx context.Context, p *lsp.ProgressParams) error { func
/third_party/spirv-tools/utils/vscode/src/
Dlangsvr.go163 func (s *server) Progress(ctx context.Context, p *lsp.ProgressParams) error { func
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/
Dlangsvr.go163 func (s *server) Progress(ctx context.Context, p *lsp.ProgressParams) error { func
/third_party/lzma/C/
DLzma2Enc.c347 static SRes Progress(ICompressProgressPtr p, UInt64 inSize, UInt64 outSize) in Progress() function
D7zTypes.h447 SRes (*Progress)(ICompressProgressPtr p, UInt64 inSize, UInt64 outSize); in Z7_C_IFACE_DECL() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp564 bool Progress = false; in processCallSite() local
DRewriteStatepointsForGC.cpp864 bool Progress = true; in findBasePointer() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterCoalescer.cpp3669 bool Progress = false; in copyCoalesceWorkList() local