| /external/lottie/lottie-compose/src/test/java/com/airbnb/lottie/compose/ |
| D | LottieAnimatableImplTest.kt | 39 assertEquals(0f, anim.progress) in <lambda>() 42 assertEquals(0.5f, anim.progress, 0.01f) in <lambda>() 56 assertEquals(0f, anim.progress) in <lambda>() 59 assertFrame(300, progress = 0.5f, iterations = 2) in <lambda>() 60 assertFrame(compositionDuration - 1, progress = 0.998f, iteration = 1, iterations = 2) in <lambda>() 61 …assertFrame(2 * compositionDuration, progress = 1f, iteration = 2, iterations = 2, isPlaying = fal… in <lambda>() 69 assertEquals(0f, anim.progress) in <lambda>() 72 assertFrame(300, progress = 0.5f, iterations = 2) in <lambda>() 73 assertFrame(compositionDuration - 1, progress = 0.998f, iteration = 1, iterations = 2) in <lambda>() 74 assertFrame(compositionDuration, progress = 0f, iteration = 2, iterations = 2) in <lambda>() [all …]
|
| /external/fmtlib/doc/bootstrap/ |
| D | progress-bars.less | 2 // Progress bars 10 @-webkit-keyframes progress-bar-stripes { 16 @keyframes progress-bar-stripes { 26 .progress { 30 background-color: @progress-bg; 31 border-radius: @progress-border-radius; 35 // Bar of progress 36 .progress-bar { 42 color: @progress-bar-color; 44 background-color: @progress-bar-bg; [all …]
|
| /external/chromium-trace/catapult/third_party/polymer/components/paper-progress/test/ |
| D | basic.html | 14 <title>paper-progress test</title> 21 <link rel="import" href="../paper-progress.html"> 29 <paper-progress></paper-progress> 35 <paper-progress class="transiting"></paper-progress> 41 var progress; 44 progress = fixture('trivialProgress'); 48 assert.equal(progress.min, 0); 49 assert.equal(progress.max, 100); 50 assert.equal(progress.value, 0); 54 progress.value = 50; [all …]
|
| /external/chromium-trace/catapult/third_party/polymer/components/paper-progress/ |
| D | paper-progress.html | 17 Material design: [Progress & activity](https://www.google.com/design/spec/components/progress-activ… 19 The progress bars are for situations where the percentage completed can be 25 <paper-progress value="10"></paper-progress> 27 There is also a secondary progress which is useful for displaying intermediate 28 progress, such as the buffer level during a streaming playback progress bar. 32 <paper-progress value="10" secondary-progress="30"></paper-progress> 34 ### Styling progress bar: 36 To change the active progress bar color: 38 paper-progress { 39 --paper-progress-active-color: #e91e63; [all …]
|
| D | README.md | 1 …travis-ci.org/PolymerElements/paper-progress.svg?branch=master)](https://travis-ci.org/PolymerElem… 3 ##<paper-progress> 5 Material design: [Progress & activity](https://www.google.com/design/spec/components/progress-activ… 13 <link rel="import" href="paper-progress.html"> 15 paper-progress { 20 paper-progress.slow { 21 --paper-progress-indeterminate-cycle-duration: 5s; 23 paper-progress.blue { 24 --paper-progress-active-color: var(--paper-light-blue-500); 25 --paper-progress-secondary-color: var(--paper-light-blue-100); [all …]
|
| /external/chromium-trace/catapult/third_party/polymer/components/paper-progress/demo/ |
| D | index.html | 13 <title>paper-progress demo</title> 23 <link rel="import" href="../paper-progress.html"> 27 paper-progress { 41 <h3>paper-progress can be imperatively controlled</h3> 48 <paper-progress id="progress"></paper-progress> 52 <h3>paper-progress can be indeterminate with a custom duration</h3> 56 paper-progress.slow { 57 --paper-progress-indeterminate-cycle-duration: 20s; 60 <paper-progress indeterminate></paper-progress> 61 <paper-progress indeterminate class="slow"></paper-progress> [all …]
|
| /external/curl/lib/ |
| D | progress.c | 30 #include "progress.h" 128 pgrsUpdate() - show progress 136 data->progress.lastshow = 0; in Curl_pgrsDone() 141 if(!(data->progress.flags & PGRS_HIDE) && in Curl_pgrsDone() 142 !data->progress.callback) in Curl_pgrsDone() 143 /* only output if we don't use a progress callback and we're not in Curl_pgrsDone() 147 data->progress.speeder_c = 0; /* reset the progress meter display */ in Curl_pgrsDone() 174 data->progress.t_startop = timestamp; in Curl_pgrsTimeWas() 178 data->progress.t_startsingle = timestamp; in Curl_pgrsTimeWas() 179 data->progress.is_t_startransfer_set = false; in Curl_pgrsTimeWas() [all …]
|
| /external/mesa3d/src/intel/compiler/ |
| D | brw_kernel.c | 127 bool progress = false; in implement_intel_builtins() local 134 progress = true; in implement_intel_builtins() 139 progress = true; in implement_intel_builtins() 144 progress = true; in implement_intel_builtins() 149 progress = true; in implement_intel_builtins() 152 progress = true; in implement_intel_builtins() 158 return progress; in implement_intel_builtins() 166 bool progress = false; in lower_kernel_intrinsics() local 196 progress = true; in lower_kernel_intrinsics() 206 progress = true; in lower_kernel_intrinsics() [all …]
|
| D | brw_fs_lower.cpp | 19 bool progress = false; in brw_fs_lower_constant_loads() local 58 progress = true; in brw_fs_lower_constant_loads() 74 progress = true; in brw_fs_lower_constant_loads() 79 return progress; in brw_fs_lower_constant_loads() 85 bool progress = false; in brw_fs_lower_load_payload() local 124 progress = true; in brw_fs_lower_load_payload() 127 if (progress) in brw_fs_lower_load_payload() 130 return progress; in brw_fs_lower_load_payload() 138 bool progress = false; in brw_fs_lower_minmax() local 161 progress = true; in brw_fs_lower_minmax() [all …]
|
| /external/mesa3d/src/gallium/drivers/r300/compiler/ |
| D | r300_nir.c | 111 bool progress; in r300_optimize_nir() local 113 progress = false; in r300_optimize_nir() 117 NIR_PASS(progress, s, nir_copy_prop); in r300_optimize_nir() 118 NIR_PASS(progress, s, r300_nir_lower_flrp); in r300_optimize_nir() 119 NIR_PASS(progress, s, nir_opt_algebraic); in r300_optimize_nir() 122 NIR_PASS(progress, s, r300_nir_lower_bool_to_float); in r300_optimize_nir() 123 NIR_PASS(progress, s, r300_nir_fuse_fround_d3d9); in r300_optimize_nir() 125 NIR_PASS(progress, s, nir_opt_constant_folding); in r300_optimize_nir() 126 NIR_PASS(progress, s, nir_opt_remove_phis); in r300_optimize_nir() 127 NIR_PASS(progress, s, nir_opt_conditional_discard); in r300_optimize_nir() [all …]
|
| /external/python/cpython2/Lib/plat-mac/ |
| D | buildtools.py | 70 rsrcname=None, others=[], raw=0, progress="default", destroot=""): argument 72 if progress == "default": 77 progress = EasyDialogs.ProgressBar("Processing %s..."%os.path.split(filename)[1], 120) 78 progress.label("Compiling...") 79 progress.inc(0) 121 process_common(template, progress, code, rsrcname, destname, 0, 128 if progress: 131 progress = None 133 progress = EasyDialogs.ProgressBar("Updating %s..."%os.path.split(filename)[1], 120) 135 progress = None [all …]
|
| /external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/keyframe/ |
| D | BaseKeyframeAnimation.java | 31 protected float progress = 0f; field in BaseKeyframeAnimation 51 public void setProgress(@FloatRange(from = 0f, to = 1f) float progress) { in setProgress() 57 if (progress < getStartDelayProgress()) { in setProgress() 58 progress = getStartDelayProgress(); in setProgress() 59 } else if (progress > getEndProgress()) { in setProgress() 60 progress = getEndProgress(); in setProgress() 63 if (progress == this.progress) { in setProgress() 67 this.progress = progress; in setProgress() 68 if (keyframesWrapper.isValueChanged(progress)) { in setProgress() 90 * Returns the progress into the current keyframe between 0 and 1. This does not take into account [all …]
|
| /external/e2fsprogs/lib/ext2fs/ |
| D | progress.c | 2 * progress.c - Numeric progress meter 38 struct ext2fs_numeric_progress_struct * progress, in ext2fs_numeric_progress_init() argument 43 * progress-related messages, whereas the SKIP_PROGRESS in ext2fs_numeric_progress_init() 55 memset(progress, 0, sizeof(*progress)); in ext2fs_numeric_progress_init() 57 progress->skip_progress++; in ext2fs_numeric_progress_init() 63 progress->max = max; in ext2fs_numeric_progress_init() 64 progress->log_max = int_log10(max); in ext2fs_numeric_progress_init() 74 struct ext2fs_numeric_progress_struct * progress, in ext2fs_numeric_progress_update() argument 81 if (progress->skip_progress) in ext2fs_numeric_progress_update() 88 printf("%*llu/%*llu", progress->log_max, (unsigned long long) val, in ext2fs_numeric_progress_update() [all …]
|
| /external/autotest/utils/frozen_chromite/lib/ |
| D | operation.py | 6 """Operation, including output and progress display 8 This module implements the concept of an operation, which has regular progress 47 """Wrapper around long running functions to show progress. 50 the output, and display a progress bar. 52 To display a progress bar for a function foo with argument foo_args, this is 65 # By default, update the progress bar every 100 ms. 87 def ProgressBar(self, progress): argument 88 """This method creates and displays a progress bar. 90 If not in a terminal, we do not display a progress bar. 93 progress: a float between 0 and 1 that represents the fraction of the [all …]
|
| /external/mesa3d/src/compiler/nir/ |
| D | nir_gather_types.c | 29 BITSET_WORD *int_types, bool *progress) in set_type() argument 36 *progress = true; in set_type() 43 *progress = true; in set_type() 59 BITSET_WORD *types, bool *progress) in copy_type() argument 68 *progress = true; in copy_type() 71 *progress = true; in copy_type() 77 BITSET_WORD *int_types, bool *progress) in copy_types() argument 80 copy_type(src.ssa->index, def->index, src_is_sink, float_types, progress); in copy_types() 81 copy_type(src.ssa->index, def->index, src_is_sink, int_types, progress); in copy_types() 102 bool progress; in nir_gather_types() local [all …]
|
| D | nir_lower_convert_alu_types.c | 31 bool progress = false; in try_simplify_convert_intrin() local 41 progress = true; in try_simplify_convert_intrin() 47 progress = true; in try_simplify_convert_intrin() 50 return progress; in try_simplify_convert_intrin() 71 bool progress = false; in opt_simplify_convert_alu_types_impl() local 86 progress = true; in opt_simplify_convert_alu_types_impl() 103 return progress; in opt_simplify_convert_alu_types_impl() 109 bool progress = false; in nir_opt_simplify_convert_alu_types() local 113 progress = true; in nir_opt_simplify_convert_alu_types() 116 return progress; in nir_opt_simplify_convert_alu_types() [all …]
|
| /external/googleapis/google/firestore/admin/v1beta2/ |
| D | operation.proto | 38 // progress. 48 // The progress, in documents, of this operation. 49 Progress progress_documents = 5; 51 // The progress, in bytes, of this operation. 52 Progress progress_bytes = 6; 83 // progress. 97 // The progress, in documents, of this operation. 98 Progress document_progress = 6; 100 // The progress, in bytes, of this operation. 101 Progress bytes_progress = 7; [all …]
|
| /external/googleapis/google/firestore/admin/v1/ |
| D | operation.proto | 40 // progress. 50 // The progress, in documents, of this operation. 51 Progress progress_documents = 5; 53 // The progress, in bytes, of this operation. 54 Progress progress_bytes = 6; 104 // progress. 119 // The progress, in documents, of this operation. 120 Progress progress_documents = 6; 122 // The progress, in bytes, of this operation. 123 Progress progress_bytes = 7; [all …]
|
| /external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/main/java/software/amazon/awssdk/transfer/s3/internal/model/ |
| D | DefaultCopy.java | 23 import software.amazon.awssdk.transfer.s3.progress.TransferProgress; 31 private final TransferProgress progress; field in DefaultCopy 33 … public DefaultCopy(CompletableFuture<CompletedCopy> completionFuture, TransferProgress progress) { in DefaultCopy() argument 35 this.progress = Validate.paramNotNull(progress, "progress"); in DefaultCopy() 44 public TransferProgress progress() { in progress() method in DefaultCopy 45 return progress; in progress() 62 return Objects.equals(progress, that.progress); in equals() 68 result = 31 * result + (progress != null ? progress.hashCode() : 0); in hashCode() 76 .add("progress", progress) in toString()
|
| D | DefaultUpload.java | 23 import software.amazon.awssdk.transfer.s3.progress.TransferProgress; 31 private final TransferProgress progress; field in DefaultUpload 33 …lic DefaultUpload(CompletableFuture<CompletedUpload> completionFuture, TransferProgress progress) { in DefaultUpload() argument 35 this.progress = Validate.paramNotNull(progress, "progress"); in DefaultUpload() 44 public TransferProgress progress() { in progress() method in DefaultUpload 45 return progress; in progress() 62 return Objects.equals(progress, that.progress); in equals() 68 result = 31 * result + (progress != null ? progress.hashCode() : 0); in hashCode() 76 .add("progress", progress) in toString()
|
| D | DefaultDownload.java | 23 import software.amazon.awssdk.transfer.s3.progress.TransferProgress; 31 private final TransferProgress progress; field in DefaultDownload 33 …wnload(CompletableFuture<CompletedDownload<ReturnT>> completionFuture, TransferProgress progress) { in DefaultDownload() argument 35 this.progress = Validate.paramNotNull(progress, "progress"); in DefaultDownload() 44 public TransferProgress progress() { in progress() method in DefaultDownload 45 return progress; in progress() 62 return Objects.equals(progress, that.progress); in equals() 68 result = 31 * result + (progress != null ? progress.hashCode() : 0); in hashCode() 76 .add("progress", progress) in toString()
|
| /external/lottie/lottie-compose/src/main/java/com/airbnb/lottie/compose/ |
| D | LottieAnimatable.kt | 40 * Reset the animation back to the minimum progress and first iteration. in LottieAnimatable() 44 progress = defaultProgress(composition, clipSpec, speed), in LottieAnimatable() 66 * [LottieAnimationState.progress]. 80 * Snap to a specific point in an animation. This can be used to update the progress 87 * @param progress The progress that should be set. 88 * Defaults to [LottieAnimatable.progress] 95 …* to ensure that the original progress is unaffected by [snapTo] calls … 97 * Defaults to false if progress is not being snapped to. 98 * Defaults to true if progress is being snapped to. 102 progress: Float = this.progress, in snapTo() [all …]
|
| /external/setupdesign/main/src/com/google/android/setupdesign/template/ |
| D | ProgressBarMixin.java | 38 /** A {@link Mixin} for showing a progress bar. */ 52 * Constructor that allow using the bottom progress bar. 55 * @param useBottomProgressBar Whether to use bottom progress 81 // Set whether we use bottom progress bar or not in ProgressBarMixin() 95 /** @return True if the progress bar is currently shown. */ 104 * Sets whether the progress bar is shown. If the progress bar has not been inflated from the 105 * stub, this method will inflate the progress bar. 107 * @param shown True to show the progress bar, false to hide it. 124 * Gets the progress bar in the layout. If the progress bar has not been used before, it will be 127 * @return The progress bar of this layout. May be null only if the template used doesn't have a [all …]
|
| /external/curl/tests/unit/ |
| D | unit1399.c | 27 #include "progress.h" 51 data->progress.t_startsingle.tv_sec = fake_now.tv_sec + seconds_offset; in fake_t_startsingle_time() 52 data->progress.t_startsingle.tv_usec = fake_now.tv_usec; in fake_t_startsingle_time() 69 fail_unless(usec_matches_seconds(data->progress.t_nslookup, seconds), msg); in expect_timer_seconds() 70 fail_unless(usec_matches_seconds(data->progress.t_connect, seconds), msg); in expect_timer_seconds() 71 fail_unless(usec_matches_seconds(data->progress.t_appconnect, seconds), msg); in expect_timer_seconds() 72 fail_unless(usec_matches_seconds(data->progress.t_pretransfer, seconds), in expect_timer_seconds() 74 fail_unless(usec_matches_seconds(data->progress.t_starttransfer, seconds), in expect_timer_seconds() 87 data.progress.t_nslookup = 0; 88 data.progress.t_connect = 0; [all …]
|
| /external/accompanist/placeholder/src/main/java/com/google/accompanist/placeholder/ |
| D | PlaceholderHighlight.kt | 33 * A class which provides a brush to paint placeholder based on progress. 50 * Return a [Brush] to draw for the given [progress] and [size]. 52 * @param progress the current animated progress in the range of 0f..1f. 56 @FloatRange(from = 0.0, to = 1.0) progress: Float, in brush() 63 * @param progress the current animated progress in the range of 0f..1f. in brush() 66 public fun alpha(progress: Float): Float in brush() 105 * @param progressForMaxAlpha The progress where the shimmer should be at it's peak opacity. in brush() 131 override fun brush(progress: Float, size: Size): Brush = brush in brush() 132 override fun alpha(progress: Float): Float = progress in brush() 141 progress: Float, in brush() [all …]
|