Home
last modified time | relevance | path

Searched +full:- +full:- +full:progress (Results 1 – 25 of 1156) sorted by relevance

12345678910>>...47

/external/fmtlib/doc/bootstrap/
Dprogress-bars.less2 // 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 …]
Dtheme.less4 // --------------------------------------------------
12 // --------------------------------------------------
15 .btn-default,
16 .btn-primary,
17 .btn-success,
18 .btn-info,
19 .btn-warning,
20 .btn-danger {
21 text-shadow: 0 -1px 0 rgba(0,0,0,.2);
23 .box-shadow(@shadow);
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/paper-progress/
Dpaper-progress.html1 <!--
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 …]
DREADME.md1 …tatus](https://travis-ci.org/PolymerElements/paper-progress.svg?branch=master)](https://travis-ci.…
3 ##&lt;paper-progress&gt;
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/test/
Dbasic.html2 <!--
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/demo/
Dindex.html1 <!--
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/
Dprogress.c8 * Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
28 #include "progress.h"
42 strcpy(r, "--:--:--"); in time2str()
47 curl_off_t m = (seconds - (h*CURL_OFF_T_C(3600))) / CURL_OFF_T_C(60); in time2str()
48 curl_off_t s = (seconds - (h*CURL_OFF_T_C(3600))) - (m*CURL_OFF_T_C(60)); in time2str()
56 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()
130 pgrsStartNow() - sets start time
131 pgrsSetDownloadSize(x) - known expected download size
132 pgrsSetUploadSize(x) - known expected upload size
[all …]
Dgetinfo.c8 * Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
32 #include "progress.h"
42 * beginning of a perform session. It must reset the session-info variables,
47 struct Progress *pro = &data->progress; in Curl_initinfo()
48 struct PureInfo *info = &data->info; in Curl_initinfo()
50 pro->t_nslookup = 0; in Curl_initinfo()
51 pro->t_connect = 0; in Curl_initinfo()
52 pro->t_appconnect = 0; in Curl_initinfo()
53 pro->t_pretransfer = 0; in Curl_initinfo()
54 pro->t_starttransfer = 0; in Curl_initinfo()
[all …]
/external/e2fsprogs/lib/ext2fs/
Dprogress.c2 * 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/mesa3d/src/gallium/drivers/lima/
Dlima_program.c2 * Copyright (c) 2017-2019 Lima Project
17 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
104 bool progress; in lima_program_optimize_vs_nir() local
116 progress = false; in lima_program_optimize_vs_nir()
119 NIR_PASS(progress, s, nir_lower_alu_to_scalar, NULL, NULL); in lima_program_optimize_vs_nir()
120 NIR_PASS(progress, s, nir_lower_phis_to_scalar); in lima_program_optimize_vs_nir()
121 NIR_PASS(progress, s, nir_copy_prop); in lima_program_optimize_vs_nir()
122 NIR_PASS(progress, s, nir_opt_remove_phis); in lima_program_optimize_vs_nir()
123 NIR_PASS(progress, s, nir_opt_dce); in lima_program_optimize_vs_nir()
124 NIR_PASS(progress, s, nir_opt_dead_cf); in lima_program_optimize_vs_nir()
[all …]
/external/mesa3d/src/compiler/nir/
Dnir_gather_ssa_types.c29 BITSET_WORD *int_types, bool *progress) in set_type() argument
36 *progress = true; in set_type()
43 *progress = true; in set_type()
55 BITSET_WORD *types, bool *progress) in copy_type() argument
64 *progress = true; in copy_type()
67 *progress = true; in copy_type()
73 BITSET_WORD *int_types, bool *progress) in copy_types() argument
76 src.ssa->parent_instr->type == nir_instr_type_ssa_undef; in copy_types()
77 copy_type(src.ssa->index, dest->ssa.index, src_is_sink, float_types, progress); in copy_types()
78 copy_type(src.ssa->index, dest->ssa.index, src_is_sink, int_types, progress); in copy_types()
[all …]
Dnir_lower_returns.c35 * 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 …]
Dnir_opt_copy_propagate.c31 * SSA-based copy propagation
36 assert(instr->src[0].src.is_ssa); in is_move()
38 if (instr->op != nir_op_mov) in is_move()
41 if (instr->dest.saturate) in is_move()
46 if (instr->src[0].abs || instr->src[0].negate) in is_move()
55 for (unsigned i = 0; i < nir_op_infos[instr->op].num_inputs; i++) { in is_vec()
56 assert(instr->src[i].src.is_ssa); in is_vec()
59 if (instr->src[i].abs || instr->src[i].negate) in is_vec()
63 assert(instr->dest.dest.is_ssa); in is_vec()
64 return nir_op_is_vec(instr->op); in is_vec()
[all …]
Dnir_lower_convert_alu_types.c31 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()
57 assert(conv->src[0].is_ssa && conv->dest.is_ssa); in lower_convert_alu_types_instr()
59 b->cursor = nir_instr_remove(&conv->instr); in lower_convert_alu_types_instr()
61 nir_convert_with_rounding(b, conv->src[0].ssa, in lower_convert_alu_types_instr()
66 nir_ssa_def_rewrite_uses(&conv->dest.ssa, nir_src_for_ssa(val)); in lower_convert_alu_types_instr()
72 bool progress = false; in opt_simplify_convert_alu_types_impl() local
[all …]
Dnir_opt_trivial_continues.c29 if (instr->type != nir_instr_type_jump) in instr_is_continue()
32 return nir_instr_as_jump(instr)->type == nir_jump_continue; in instr_is_continue()
38 bool progress = false; in lower_trivial_continues_block() local
42 nir_cf_node *prev_node = nir_cf_node_prev(&block->cf_node); in lower_trivial_continues_block()
43 if (prev_node && prev_node->type == nir_cf_node_if) { in lower_trivial_continues_block()
45 progress |= lower_trivial_continues_block( in lower_trivial_continues_block()
47 progress |= lower_trivial_continues_block( in lower_trivial_continues_block()
52 * far up if-ladders as it possibly can. In other words, the recursive in lower_trivial_continues_block()
62 return progress; in lower_trivial_continues_block()
77 bool progress = false; in lower_trivial_continues_list() local
[all …]
Dnir_lower_memory_model.c37 switch (intrin->intrinsic) { in get_intrinsic_info()
39 *modes = nir_src_as_deref(intrin->src[0])->modes; in get_intrinsic_info()
43 *modes = nir_src_as_deref(intrin->src[0])->modes; in get_intrinsic_info()
56 *modes = nir_src_as_deref(intrin->src[0])->modes; in get_intrinsic_info()
105 *modes = nir_src_as_deref(intrin->src[0])->modes; in get_intrinsic_info()
109 *modes = nir_src_as_deref(intrin->src[0])->modes; in get_intrinsic_info()
122 *modes = nir_src_as_deref(intrin->src[0])->modes; in get_intrinsic_info()
135 if (instr->type != nir_instr_type_intrinsic) in visit_instr()
139 if (intrin->intrinsic == nir_intrinsic_scoped_barrier && in visit_instr()
181 bool progress = false; in lower_make_visible() local
[all …]
/external/mesa3d/src/freedreno/ir3/
Dir3_nir.c143 if (compiler->gpu_id >= 600) in ir3_get_compiler_options()
171 unsigned worst_start_offset = 16 - align_mul + align_offset; in ir3_nir_should_vectorize_mem()
189 bool progress; in ir3_optimize_loop() local
191 (s->options->lower_flrp16 ? 16 : 0) | in ir3_optimize_loop()
192 (s->options->lower_flrp32 ? 32 : 0) | in ir3_optimize_loop()
193 (s->options->lower_flrp64 ? 64 : 0); in ir3_optimize_loop()
196 progress = false; in ir3_optimize_loop()
199 progress |= OPT(s, nir_opt_copy_prop_vars); in ir3_optimize_loop()
200 progress |= OPT(s, nir_opt_dead_write_vars); in ir3_optimize_loop()
201 progress |= OPT(s, nir_lower_alu_to_scalar, NULL, NULL); in ir3_optimize_loop()
[all …]
/external/python/cpython2/Lib/plat-mac/
Dbuildtools.py70 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/lottie/lottie/src/main/java/com/airbnb/lottie/animation/keyframe/
DBaseKeyframeAnimation.java28 private float progress = 0f; field in BaseKeyframeAnimation
33 private float cachedStartDelayProgress = -1f;
34 private float cachedEndProgress = -1f;
48 public void setProgress(@FloatRange(from = 0f, to = 1f) float progress) { in setProgress()
52 if (progress < getStartDelayProgress()) { in setProgress()
53 progress = getStartDelayProgress(); in setProgress()
54 } else if (progress > getEndProgress()) { in setProgress()
55 progress = getEndProgress(); in setProgress()
58 if (progress == this.progress) { in setProgress()
61 this.progress = progress; in setProgress()
[all …]
/external/mesa3d/src/compiler/nir/tests/
Dvars_tests.cpp39 return nir_local_variable_create(b->impl, type, name); in create_var()
41 return nir_variable_create(b->shader, mode, type, name); in create_var()
80 return exec_list_length(&b->impl->locals); in count_function_temp_vars()
85 nir_foreach_variable_with_modes(var, b->shader, nir_var_shader_temp) in count_shader_temp_vars()
116 nir_print_shader(b->shader, stdout); in ~nir_vars_test()
128 nir_foreach_block(block, b->impl) { in count_intrinsics()
130 if (instr->type != nir_instr_type_intrinsic) in count_intrinsics()
133 if (intrin->intrinsic == intrinsic) in count_intrinsics()
144 nir_foreach_block(block, b->impl) { in count_derefs()
146 if (instr->type != nir_instr_type_deref) in count_derefs()
[all …]
/external/curl/tests/unit/
Dunit1399.c8 * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
25 #include "progress.h"
49 data->progress.t_startsingle.tv_sec = fake_now.tv_sec + seconds_offset; in fake_t_startsingle_time()
50 data->progress.t_startsingle.tv_usec = fake_now.tv_usec; in fake_t_startsingle_time()
67 fail_unless(usec_matches_seconds(data->progress.t_nslookup, seconds), msg); in expect_timer_seconds()
68 fail_unless(usec_matches_seconds(data->progress.t_connect, seconds), msg); in expect_timer_seconds()
69 fail_unless(usec_matches_seconds(data->progress.t_appconnect, seconds), msg); in expect_timer_seconds()
70 fail_unless(usec_matches_seconds(data->progress.t_pretransfer, seconds), in expect_timer_seconds()
72 fail_unless(usec_matches_seconds(data->progress.t_starttransfer, seconds), in expect_timer_seconds()
85 data.progress.t_nslookup = 0;
[all …]
/external/rust/crates/rusqlite/src/
Dbackup.rs3 //! To create a [`Backup`], you must have two distinct [`Connection`]s - one
7 //! [`progress`](Backup::progress) gets the current progress of the backup as of
25 //! progress: fn(backup::Progress),
26 //! ) -> Result<()> {
29 //! backup.run_to_completion(5, time::Duration::from_millis(250), Some(progress))
50 /// If `progress` is not `None`, it will be called periodically
53 /// For more fine-grained control over the backup process (e.g.,
55 /// already-open database connection), see the `backup` module.
65 progress: Option<fn(Progress)>, in backup() argument
66 ) -> Result<()> { in backup()
[all …]
/external/pigweed/pw_console/py/pw_console/progress_bar/
Dprogress_bar_impl.py7 # https://www.apache.org/licenses/LICENSE-2.0
57 progress: 'ProgressBarCounter[object]',
59 ) -> AnyFormattedText:
60 formatted_text = super().format(progress_bar, progress, width)
61 if hasattr(progress, 'hide_eta') and progress.hide_eta: # type: ignore
71 progress: 'ProgressBarCounter[object]',
73 ) -> AnyFormattedText:
74 formatted_text = super().format(progress_bar, progress, width)
75 if hasattr(progress, 'hide_eta') and progress.hide_eta: # type: ignore
76 formatted_text = [('class:iterations-per-second', ' ' * width)]
[all …]
/external/libjpeg-turbo/
Djdtrans.c5 * Copyright (C) 1995-1997, Thomas G. Lane.
6 * libjpeg-turbo Modifications:
30 * The entire image is read into a set of virtual coefficient-block arrays,
32 * virtual-array descriptors. These can be manipulated directly via the
38 * during a buffered-image-mode decompression operation. This is allowed
51 if (cinfo->global_state == DSTATE_READY) { in jpeg_read_coefficients()
54 cinfo->global_state = DSTATE_RDCOEFS; in jpeg_read_coefficients()
56 if (cinfo->global_state == DSTATE_RDCOEFS) { in jpeg_read_coefficients()
60 /* Call progress monitor hook if present */ in jpeg_read_coefficients()
61 if (cinfo->progress != NULL) in jpeg_read_coefficients()
[all …]
Dcdjpeg.c5 * Copyright (C) 1991-1997, Thomas G. Lane.
6 * libjpeg-turbo Modifications:
25 * Optional progress monitor: display a percent-done figure on stderr.
31 cd_progress_ptr prog = (cd_progress_ptr)cinfo->progress; in progress_monitor()
33 if (prog->max_scans != 0 && cinfo->is_decompressor) { in progress_monitor()
34 int scan_no = ((j_decompress_ptr)cinfo)->input_scan_number; in progress_monitor()
36 if (scan_no > (int)prog->max_scans) { in progress_monitor()
38 prog->max_scans); in progress_monitor()
43 if (prog->report) { in progress_monitor()
44 int total_passes = prog->pub.total_passes + prog->total_extra_passes; in progress_monitor()
[all …]

12345678910>>...47