| /external/fmtlib/doc/bootstrap/ |
| D | progress-bars.less | 2 // Progress bars 3 // -------------------------------------------------- 7 // ------------------------- 10 @-webkit-keyframes progress-bar-stripes { 11 from { background-position: 40px 0; } 12 to { background-position: 0 0; } 16 @keyframes progress-bar-stripes { 17 from { background-position: 40px 0; } 18 to { background-position: 0 0; } 23 // ------------------------- [all …]
|
| /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>() 43 clock.frameMs(composition.duration.toLong() - 1) 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>() [all …]
|
| /external/chromium-trace/catapult/third_party/polymer/components/paper-progress/test/ |
| D | basic.html | 2 <!-- 10 --> 13 <meta charset="UTF-8"> 14 <title>paper-progress test</title> 15 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> 17 <script src="../../webcomponentsjs/webcomponents-lite.js"></script> 18 <script src="../../web-component-tester/browser.js"></script> 19 <script src="../../test-fixture/test-fixture-mocha.js"></script> 21 <link rel="import" href="../paper-progress.html"> 22 <link rel="import" href="../../test-fixture/test-fixture.html"> [all …]
|
| /external/chromium-trace/catapult/third_party/polymer/components/paper-progress/ |
| D | paper-progress.html | 1 <!-- 9 --> 12 <link rel="import" href="../iron-flex-layout/iron-flex-layout.html"> 13 <link rel="import" href="../iron-range-behavior/iron-range-behavior.html"> 14 <link rel="import" href="../paper-styles/color.html"> 16 <!-- 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 [all …]
|
| D | README.md | 1 …tatus](https://travis-ci.org/PolymerElements/paper-progress.svg?branch=master)](https://travis-ci.… 3 ##<paper-progress> 5 Material design: [Progress & activity](https://www.google.com/design/spec/components/progress-activ… 7 <!--- 9 <custom-element-demo> 11 <script src="../webcomponentsjs/webcomponents-lite.js"></script> 12 <link rel="import" href="../paper-styles/color.html"> 13 <link rel="import" href="paper-progress.html"> 14 <style is="custom-style"> 15 paper-progress { [all …]
|
| /external/chromium-trace/catapult/third_party/polymer/components/paper-progress/demo/ |
| D | index.html | 1 <!-- 9 --> 13 <title>paper-progress demo</title> 15 …<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalab… 16 <meta name="mobile-web-app-capable" content="yes"> 17 <meta name="apple-mobile-web-app-capable" content="yes"> 19 <script src="../../webcomponentsjs/webcomponents-lite.js"></script> 20 <link rel="import" href="../../paper-styles/color.html"> 21 <link rel="import" href="../../iron-demo-helpers/demo-snippet.html"> 22 <link rel="import" href="../../iron-demo-helpers/demo-pages-shared-styles.html"> [all …]
|
| /external/curl/lib/ |
| D | progress.c | 21 * SPDX-License-Identifier: curl 30 #include "progress.h" 44 strcpy(r, "--:--:--"); in time2str() 49 curl_off_t m = (seconds - (h*CURL_OFF_T_C(3600))) / CURL_OFF_T_C(60); in time2str() 50 curl_off_t s = (seconds - (h*CURL_OFF_T_C(3600))) - (m*CURL_OFF_T_C(60)); in time2str() 58 h = (seconds - (d*CURL_OFF_T_C(86400))) / CURL_OFF_T_C(3600); in time2str() 95 /* 10000 MB - 100 GB, we show it as XX.XG */ in max5data() 123 pgrsStartNow() - sets start time 124 pgrsSetDownloadSize(x) - known expected download size 125 pgrsSetUploadSize(x) - known expected upload size [all …]
|
| D | getinfo.c | 21 * SPDX-License-Identifier: curl 34 #include "progress.h" 44 * beginning of a perform session. It must reset the session-info variables, 49 struct Progress *pro = &data->progress; in Curl_initinfo() 50 struct PureInfo *info = &data->info; in Curl_initinfo() 52 pro->t_nslookup = 0; in Curl_initinfo() 53 pro->t_connect = 0; in Curl_initinfo() 54 pro->t_appconnect = 0; in Curl_initinfo() 55 pro->t_pretransfer = 0; in Curl_initinfo() 56 pro->t_starttransfer = 0; in Curl_initinfo() [all …]
|
| /external/mesa3d/src/intel/compiler/ |
| D | brw_kernel.c | 42 if (compiler->clc_shader) in load_clc_shader() 43 return compiler->clc_shader; in load_clc_shader() 52 p_atomic_cmpxchg(&compiler->clc_shader, NULL, nir); in load_clc_shader() 93 assert(nir_intrinsic_infos[op].src_components[i] == -1); in implement_atomic_builtin() 94 src = &nir_build_deref_cast(&b, src, mode, data_type, 0)->def; in implement_atomic_builtin() 96 atomic->src[i] = nir_src_for_ssa(src); in implement_atomic_builtin() 99 nir_def_init_for_type(&atomic->instr, &atomic->def, data_type); in implement_atomic_builtin() 101 nir_builder_instr_insert(&b, &atomic->instr); in implement_atomic_builtin() 102 nir_store_deref(&b, ret, &atomic->def, ~0); in implement_atomic_builtin() 116 ballot->src[0] = nir_src_for_ssa(cond); in implement_sub_group_ballot_builtin() [all …]
|
| D | brw_fs_lower.cpp | 3 * SPDX-License-Identifier: MIT 19 bool progress = false; in brw_fs_lower_constant_loads() local 25 for (int i = 0; i < inst->sources; i++) { in brw_fs_lower_constant_loads() 26 if (inst->src[i].file != UNIFORM) in brw_fs_lower_constant_loads() 30 if (inst->opcode == SHADER_OPCODE_MOV_INDIRECT && i == 0) in brw_fs_lower_constant_loads() 33 if (!s.get_pull_locs(inst->src[i], &index, &pull_index)) in brw_fs_lower_constant_loads() 36 assert(inst->src[i].stride == 0); in brw_fs_lower_constant_loads() 45 srcs[PULL_UNIFORM_CONSTANT_SRC_OFFSET] = brw_imm_ud(base & ~(block_sz - 1)); in brw_fs_lower_constant_loads() 53 inst->src[i].file = VGRF; in brw_fs_lower_constant_loads() 54 inst->src[i].nr = dst.nr; in brw_fs_lower_constant_loads() [all …]
|
| D | brw_fs_opt.cpp | 3 * SPDX-License-Identifier: MIT 24 bool progress = false; in brw_fs_optimize() local 37 progress = progress || this_progress; \ in brw_fs_optimize() 46 if (s.compiler->lower_dpas) in brw_fs_optimize() 62 progress = false; in brw_fs_optimize() 79 } while (progress); in brw_fs_optimize() 81 progress = false; in brw_fs_optimize() 107 if (progress) { in brw_fs_optimize() 128 if (!devinfo->has_64bit_float || !devinfo->has_64bit_int) in brw_fs_optimize() 138 /* If lower_integer_multiplication made progress, it may have produced in brw_fs_optimize() [all …]
|
| /external/mesa3d/src/gallium/drivers/r300/compiler/ |
| D | r300_nir.c | 17 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 31 nir_foreach_use(src, &instr->def) { in r300_is_only_used_as_float() 36 if (user_instr->type == nir_instr_type_alu) { in r300_is_only_used_as_float() 38 switch (alu->op) { in r300_is_only_used_as_float() 52 const nir_op_info *info = &nir_op_infos[alu->op]; in r300_is_only_used_as_float() 54 int src_idx = alu_src - &alu->src[0]; in r300_is_only_used_as_float() 55 if ((info->input_types[src_idx] & nir_type_int) || in r300_is_only_used_as_float() 56 (info->input_types[src_idx] & nir_type_bool)) in r300_is_only_used_as_float() 66 if (instr->type != nir_instr_type_alu) in r300_should_vectorize_instr() 99 if (intr->intrinsic == nir_intrinsic_load_ubo_vec4) { in set_speculate() [all …]
|
| /external/e2fsprogs/lib/ext2fs/ |
| D | progress.c | 2 * progress.c - Numeric progress meter 7 * %Begin-Header% 10 * %End-Header% 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() 47 if (!(fs->flags & EXT2_FLAG_PRINT_PROGRESS)) in ext2fs_numeric_progress_init() 50 memset(spaces, ' ', sizeof(spaces)-1); in ext2fs_numeric_progress_init() 51 spaces[sizeof(spaces)-1] = 0; in ext2fs_numeric_progress_init() 52 memset(backspaces, '\b', sizeof(backspaces)-1); in ext2fs_numeric_progress_init() 53 backspaces[sizeof(backspaces)-1] = 0; in ext2fs_numeric_progress_init() [all …]
|
| /external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/keyframe/ |
| D | BaseKeyframeAnimation.java | 31 protected float progress = 0f; field in BaseKeyframeAnimation 36 private float cachedStartDelayProgress = -1f; 37 private float cachedEndProgress = -1f; 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() [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_returns.c | 35 * control-flow. Since whether or not the return happens can only be 36 * determined dynamically at run-time, everything that occurs afterwards 50 nir_builder *b = &state->builder; in predicate_following() 51 b->cursor = nir_after_cf_node_and_phis(node); in predicate_following() 53 if (!state->loop && nir_cursors_equal(b->cursor, nir_after_cf_list(state->cf_list))) in predicate_following() 56 assert(state->return_flag); in predicate_following() 58 nir_if *if_stmt = nir_push_if(b, nir_load_var(b, state->return_flag)); in predicate_following() 60 if (state->loop) { in predicate_following() 66 nir_block *block = nir_cursor_current_block(b->cursor); in predicate_following() 67 nir_insert_phi_undef(block->successors[0], block); in predicate_following() [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() 56 assert(conv->intrinsic == nir_intrinsic_convert_alu_types); in lower_convert_alu_types_instr() 58 b->cursor = nir_instr_remove(&conv->instr); in lower_convert_alu_types_instr() 60 nir_convert_with_rounding(b, conv->src[0].ssa, in lower_convert_alu_types_instr() 65 nir_def_rewrite_uses(&conv->def, val); in lower_convert_alu_types_instr() 71 bool progress = false; in opt_simplify_convert_alu_types_impl() local 78 if (instr->type != nir_instr_type_intrinsic) in opt_simplify_convert_alu_types_impl() [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) 95 raise BuildError, "End-of-file in script %s" % (filename,) 100 if string.lower(filename[-3:]) == ".py": 101 basename = filename[:-3] 121 process_common(template, progress, code, rsrcname, destname, 0, 128 if progress: [all …]
|
| /external/autotest/utils/frozen_chromite/lib/ |
| D | operation.py | 1 # -*- coding: utf-8 -*- 3 # Use of this source code is governed by a BSD-style license that can be 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. [all …]
|
| /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]. 69 * low-level API that gives maximum control over animations. In most cases, you can use 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] 90 * "fast-forward" an ongoing animation to a past/future iteration count. 95 …* to ensure that the original progress is unaffected by [snapTo] calls … 97 * Defaults to false if progress is not being snapped to. [all …]
|
| /external/curl/tests/unit/ |
| D | unit1399.c | 21 * SPDX-License-Identifier: curl 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; [all …]
|
| /external/mesa3d/src/gallium/drivers/lima/ |
| D | lima_program.c | 2 * Copyright (c) 2017-2019 Lima Project 17 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 114 bool progress; in lima_program_optimize_vs_nir() local 126 progress = false; in lima_program_optimize_vs_nir() 129 NIR_PASS(progress, s, nir_lower_alu_to_scalar, NULL, NULL); in lima_program_optimize_vs_nir() 130 NIR_PASS(progress, s, nir_lower_phis_to_scalar, false); in lima_program_optimize_vs_nir() 131 NIR_PASS(progress, s, nir_copy_prop); in lima_program_optimize_vs_nir() 132 NIR_PASS(progress, s, nir_opt_remove_phis); in lima_program_optimize_vs_nir() 133 NIR_PASS(progress, s, nir_opt_dce); in lima_program_optimize_vs_nir() 134 NIR_PASS(progress, s, nir_opt_dead_cf); in lima_program_optimize_vs_nir() [all …]
|
| /external/mesa3d/src/compiler/nir/tests/ |
| D | vars_tests.cpp | 37 return nir_local_variable_create(b->impl, type, name); in create_var() 39 return nir_variable_create(b->shader, mode, type, name); in create_var() 78 return exec_list_length(&b->impl->locals); in count_function_temp_vars() 83 nir_foreach_variable_with_modes(var, b->shader, nir_var_shader_temp) in count_shader_temp_vars() 99 lin_ctx = linear_context(b->shader); in nir_vars_test() 106 nir_print_shader(b->shader, stdout); in ~nir_vars_test() 114 nir_foreach_block(block, b->impl) { in count_intrinsics() 116 if (instr->type != nir_instr_type_intrinsic) in count_intrinsics() 119 if (intrin->intrinsic == intrinsic) in count_intrinsics() 130 nir_foreach_block(block, b->impl) { in count_derefs() [all …]
|
| /external/accompanist/placeholder/src/main/java/com/google/accompanist/placeholder/ |
| D | PlaceholderHighlight.kt | 8 * https://www.apache.org/licenses/LICENSE-2.0 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() 97 * The highlight starts at the top-start, and then grows to the bottom-end during the animation. 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() [all …]
|
| /external/mesa3d/src/imagination/rogue/passes/ |
| D | rogue_dce.c | 45 bool progress = false; in rogue_dce_alu_instr() local 47 switch (alu->op) { in rogue_dce_alu_instr() 50 if (!alu->mod && rogue_instr_dst_src_equal(&alu->dst[0], &alu->src[0])) { in rogue_dce_alu_instr() 51 rogue_instr_delete(&alu->instr); in rogue_dce_alu_instr() 52 progress = true; in rogue_dce_alu_instr() 60 return progress; in rogue_dce_alu_instr() 65 bool progress = false; in rogue_dce_instrs() local 68 switch (instr->type) { in rogue_dce_instrs() 70 progress |= rogue_dce_alu_instr(rogue_instr_as_alu(instr)); in rogue_dce_instrs() 88 return progress; in rogue_dce_instrs() [all …]
|