Home
last modified time | relevance | path

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

123456

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/tests/repo/
H A 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
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/tests/repo/
H A Dprogress.rs4 pub struct Progress<R> { struct
10 impl<R> Progress<R> { implementation
20 impl<R: Read> Read for Progress<R> { implementation
33 impl<R> Drop for Progress<R> { implementation
/aosp_15_r20/tools/asuite/adevice/src/
H A Dprogress.rs11 pub struct Progress { struct
16 impl Progress { argument
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/
Dbackup.rs65 progress: Option<fn(Progress)>, in backup()
162 pub struct Progress { struct
164 pub remaining: c_int,
166 pub pagecount: c_int,
235 pub fn progress(&self) -> Progress { in progress()
291 progress: Option<fn(Progress)>, in run_to_completion()
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/external/zlib/google/
Dzip.h60 struct Progress { struct
77 // Prints Progress to output stream. argument
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/zlib/google/
Dzip.h60 struct Progress { struct
77 // Prints Progress to output stream. argument
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/zlib/google/
Dzip.h60 struct Progress { struct
77 // Prints Progress to output stream. argument
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/zlib/google/
Dzip.h60 struct Progress { struct
77 // Prints Progress to output stream. argument
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/zlib/google/
Dzip.h60 struct Progress { struct
77 // Prints Progress to output stream. argument
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/zlib/google/
Dzip.h60 struct Progress { struct
77 // Prints Progress to output stream. argument
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/external/zlib/google/
Dzip.h60 struct Progress { struct
77 // Prints Progress to output stream. argument
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/external/zlib/google/
Dzip.h60 struct Progress { struct
77 // Prints Progress to output stream. argument
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/zlib/google/
Dzip.h60 struct Progress { struct
77 // Prints Progress to output stream. argument
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/external/zlib/google/
Dzip.h60 struct Progress { struct
77 // Prints Progress to output stream. argument
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/zlib/google/
Dzip.h60 struct Progress { struct
77 // Prints Progress to output stream. argument
/aosp_15_r20/external/zlib/google/
H A Dzip.h60 struct Progress { struct
77 // Prints Progress to output stream. argument
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/zlib/google/
Dzip.h60 struct Progress { struct
77 // Prints Progress to output stream. argument
/aosp_15_r20/external/curl/lib/
H A Durldata.h1067 struct Progress { struct
1068 time_t lastshow; /* time() of the last displayed progress meter or NULL to
1070 struct pgrs_dir ul;
1071 struct pgrs_dir dl;
1073 curl_off_t current_speed; /* uses the currently fastest transfer */
1074 curl_off_t earlydata_sent;
1076 int width; /* screen width at download start */
1077 int flags; /* see progress.h */
1079 timediff_t timespent;
1081 timediff_t t_postqueue;
[all …]
/aosp_15_r20/external/lottie/lottie-compose/src/main/java/com/airbnb/lottie/compose/
H A DLottieClipSpec.kt52 data class Progress( class in com.airbnb.lottie.compose.LottieClipSpec
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DFSFolder.h70 IProgress *Progress; member
193 IProgress *Progress; member
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/contrib/delphi/
DZLib.pas53 procedure Progress(Sender: TObject); dynamic; procedure
398 procedure TCustomZLibStream.Progress(Sender: TObject); procedure
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Zip/
H A DZipUpdate.cpp214 CMyComPtr<ICompressProgressInfo> Progress; member
348 CMyComPtr<IProgress> Progress; variable
/aosp_15_r20/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DExtendedBitmapDrawable.java534 private static class Progress extends TileDrawable { class in ExtendedBitmapDrawable
538 public Progress(Drawable progress, Resources res, in Progress() method in ExtendedBitmapDrawable.Progress
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dprogress.py66 def __init__(self, progress: "Progress", task_id: "TaskID", update_period: float):
179 progress: "Progress",
276 def __init__(self, progress: "Progress", reader: _I) -> None:
1050 class Progress(JupyterMixin): class

123456