Home
last modified time | relevance | path

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

12345678910>>...45

/third_party/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 …]
/third_party/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 …]
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dprogress_indicator.dart2 // Use of this source code is governed by a BSD-style license that can be
19 /// A base class for material design progress indicators.
21 /// This widget cannot be instantiated directly. For a linear progress
22 /// indicator, see [LinearProgressIndicator]. For a circular progress indicator,
27 /// * <https://material.io/design/components/progress-indicators.html>
29 /// Creates a progress indicator.
33 /// progress indicator, or non-null for a determinate progress
38 /// The [semanticsLabel] can be used to identify the purpose of this progress
40 /// for determinate progress indicators to indicate how much progress has been made.
51 /// If non-null, the value of this progress indicator.
[all …]
/third_party/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 …]
/third_party/libjpeg/
Djdapistd.c4 * Copyright (C) 1994-1996, Thomas G. Lane.
5 * Modified 2002-2013 by Guido Vollbeding.
11 * used in the normal full-decompression case. They are not used by a
12 * transcoding-only application. Note that if an application links in
41 if (cinfo->global_state == DSTATE_READY) { in jpeg_start_decompress()
44 if (cinfo->buffered_image) { in jpeg_start_decompress()
46 cinfo->global_state = DSTATE_BUFIMAGE; in jpeg_start_decompress()
49 cinfo->global_state = DSTATE_PRELOAD; in jpeg_start_decompress()
51 if (cinfo->global_state == DSTATE_PRELOAD) { in jpeg_start_decompress()
53 if (cinfo->inputctl->has_multiple_scans) { in jpeg_start_decompress()
[all …]
Djdtrans.c4 * Copyright (C) 1995-1997, Thomas G. Lane.
5 * Modified 2000-2009 by Guido Vollbeding.
27 * The entire image is read into a set of virtual coefficient-block arrays,
29 * virtual-array descriptors. These can be manipulated directly via the
35 * during a buffered-image-mode decompression operation. This is allowed
48 if (cinfo->global_state == DSTATE_READY) { in jpeg_read_coefficients()
51 cinfo->global_state = DSTATE_RDCOEFS; in jpeg_read_coefficients()
53 if (cinfo->global_state == DSTATE_RDCOEFS) { in jpeg_read_coefficients()
57 /* Call progress monitor hook if present */ in jpeg_read_coefficients()
58 if (cinfo->progress != NULL) in jpeg_read_coefficients()
[all …]
Dwrrle.c4 * Copyright (C) 1991-1996, Thomas G. Lane.
5 * Modified 2017-2019 by Guido Vollbeding.
12 * These routines may need modification for non-Unix environments or
30 * to wit, "unsigned char". Hence we can't cope with 12- or 16-bit samples.
34 Sorry, this code only copes with 8-bit JSAMPLEs. /* deliberate syntax err */
39 * Since RLE stores scanlines bottom-to-top, we have to invert the image
40 * from JPEG's top-to-bottom order. To do this, we save the outgoing data
58 rle_map *colormap; /* RLE-style color map, or NULL if none */
85 cd_progress_ptr progress = (cd_progress_ptr) cinfo->progress; in start_output_rle() local
91 * - RLE stores image dimensions as *signed* 16 bit integers. JPEG in start_output_rle()
[all …]
Drdrle.c4 * Copyright (C) 1991-1996, Thomas G. Lane.
12 * These routines may need modification for non-Unix environments or
33 * to wit, "unsigned char". Hence we can't cope with 12- or 16-bit samples.
37 Sorry, this code only copes with 8-bit JSAMPLEs. /* deliberate syntax err */
43 * GRAYSCALE - 8 bits, no colormap
44 * MAPPEDGRAY - 8 bits, 1 channel colomap
45 * PSEUDOCOLOR - 8 bits, 3 channel colormap
46 * TRUECOLOR - 24 bits, 3 channel colormap
47 * DIRECTCOLOR - 24 bits, no colormap
57 * Since RLE stores scanlines bottom-to-top, we have to invert the image
[all …]
Dcdjpeg.c4 * Copyright (C) 1991-1997, Thomas G. Lane.
38 if (sig_cinfo->err != NULL) /* turn off trace output */ in signal_catcher()
39 sig_cinfo->err->trace_level = 0; in signal_catcher()
62 * Optional progress monitor: display a percent-done figure on stderr.
70 cd_progress_ptr prog = (cd_progress_ptr) cinfo->progress; in progress_monitor()
71 int total_passes = prog->pub.total_passes + prog->total_extra_passes; in progress_monitor()
72 int percent_done = (int) (prog->pub.pass_counter*100L/prog->pub.pass_limit); in progress_monitor()
74 if (percent_done != prog->percent_done) { in progress_monitor()
75 prog->percent_done = percent_done; in progress_monitor()
78 prog->pub.completed_passes + prog->completed_extra_passes + 1, in progress_monitor()
[all …]
/third_party/typescript/tests/baselines/reference/
DasyncFunctionsAndStrictNullChecks.symbols10 …ue: TResult) => IPromise<U>, error?: (error: any) => IPromise<U>, progress?: (progress: any) => vo…
22 >progress : Symbol(progress, Decl(asyncFunctionsAndStrictNullChecks.ts, 2, 95))
23 >progress : Symbol(progress, Decl(asyncFunctionsAndStrictNullChecks.ts, 2, 108))
27 …ess?: (value: TResult) => IPromise<U>, error?: (error: any) => U, progress?: (progress: any) => vo…
38 >progress : Symbol(progress, Decl(asyncFunctionsAndStrictNullChecks.ts, 3, 85))
39 >progress : Symbol(progress, Decl(asyncFunctionsAndStrictNullChecks.ts, 3, 98))
43 …ess?: (value: TResult) => U, error?: (error: any) => IPromise<U>, progress?: (progress: any) => vo…
54 >progress : Symbol(progress, Decl(asyncFunctionsAndStrictNullChecks.ts, 4, 85))
55 >progress : Symbol(progress, Decl(asyncFunctionsAndStrictNullChecks.ts, 4, 98))
59 …then<U>(success?: (value: TResult) => U, error?: (error: any) => U, progress?: (progress: any) => …
[all …]
/third_party/ffmpeg/libavfilter/opencl/
Dxfade.cl16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
25 float progress)
32 write_imagef(dst, p, mix(val2, val1, progress));
38 float progress)
40 int s = (int)(get_image_dim(src1).x * progress);
52 float progress)
54 int s = (int)(get_image_dim(src1).x * (1.f - progress));
66 float progress)
68 int s = (int)(get_image_dim(src1).y * progress);
80 float progress)
[all …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djdtrans.c5 * Copyright (C) 1995-1997, Thomas G. Lane.
6 * It was modified by The libjpeg-turbo Project to include only code relevant
7 * to libjpeg-turbo.
29 * The entire image is read into a set of virtual coefficient-block arrays,
31 * virtual-array descriptors. These can be manipulated directly via the
37 * during a buffered-image-mode decompression operation. This is allowed
50 if (cinfo->global_state == DSTATE_READY) { in jpeg_read_coefficients()
53 cinfo->global_state = DSTATE_RDCOEFS; in jpeg_read_coefficients()
55 if (cinfo->global_state == DSTATE_RDCOEFS) { in jpeg_read_coefficients()
59 /* Call progress monitor hook if present */ in jpeg_read_coefficients()
[all …]
Dwrrle.c5 * Copyright (C) 1991-1996, Thomas G. Lane.
6 * libjpeg-turbo Modifications:
14 * These routines may need modification for non-Unix environments or
32 * to wit, "unsigned char". Hence we can't cope with 12- or 16-bit samples.
36 Sorry, this code only copes with 8-bit JSAMPLEs. /* deliberate syntax err */
41 * Since RLE stores scanlines bottom-to-top, we have to invert the image
42 * from JPEG's top-to-bottom order. To do this, we save the outgoing data
60 rle_map *colormap; /* RLE-style color map, or NULL if none */
86 cd_progress_ptr progress = (cd_progress_ptr)cinfo->progress; in start_output_rle() local
92 * - RLE stores image dimensions as *signed* 16 bit integers. JPEG in start_output_rle()
[all …]
Dcdjpeg.c5 * Copyright (C) 1991-1997, Thomas G. Lane.
6 * It was modified by The libjpeg-turbo Project to include only code relevant
7 * to libjpeg-turbo.
25 * Optional progress monitor: display a percent-done figure on stderr.
33 cd_progress_ptr prog = (cd_progress_ptr)cinfo->progress; in progress_monitor()
34 int total_passes = prog->pub.total_passes + prog->total_extra_passes; in progress_monitor()
36 (int)(prog->pub.pass_counter * 100L / prog->pub.pass_limit); in progress_monitor()
38 if (percent_done != prog->percent_done) { in progress_monitor()
39 prog->percent_done = percent_done; in progress_monitor()
42 prog->pub.completed_passes + prog->completed_extra_passes + 1, in progress_monitor()
[all …]
Drdrle.c5 * Copyright (C) 1991-1996, Thomas G. Lane.
6 * It was modified by The libjpeg-turbo Project to include only code and
7 * information relevant to libjpeg-turbo.
14 * These routines may need modification for non-Unix environments or
35 * to wit, "unsigned char". Hence we can't cope with 12- or 16-bit samples.
39 Sorry, this code only copes with 8-bit JSAMPLEs. /* deliberate syntax err */
45 * GRAYSCALE - 8 bits, no colormap
46 * MAPPEDGRAY - 8 bits, 1 channel colomap
47 * PSEUDOCOLOR - 8 bits, 3 channel colormap
48 * TRUECOLOR - 24 bits, 3 channel colormap
[all …]
/third_party/skia/third_party/externals/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 …]
/third_party/flutter/flutter/packages/flutter/lib/src/material/animated_icons/
Danimated_icons.dart2 // Use of this source code is governed by a BSD-style license that can be
15 /// Shows an animated icon at a given animation [progress].
26 /// progress: controller,
30 /// {@end-tool}
36 /// The [progress] and [icon] arguments must not be null.
41 @required this.progress,
46 }) : assert(progress != null),
50 /// The animation progress for the animated icon.
55 final Animation<double> progress;
121 progress: progress,
[all …]
/third_party/cef/libcef/browser/net_service/
Dcookie_helper.cc2 // reserved. Use of this source code is governed by a BSD-style license that can
30 ->GetCookieManagerForBrowserProcess(); in GetCookieManager()
41 request.trusted_params->isolation_info.request_type() == in GetCookieOptions()
91 ->GetCookieList( in LoadCookiesOnUIThread()
108 void SetCanonicalCookieCallback(SaveCookiesProgress* progress, in SetCanonicalCookieCallback() argument
112 progress->num_cookie_lines_left_--; in SetCanonicalCookieCallback()
114 progress->allowed_cookies_.push_back(cookie); in SetCanonicalCookieCallback()
118 if (progress->num_cookie_lines_left_ == 0) { in SetCanonicalCookieCallback()
120 base::BindOnce(std::move(progress->done_callback_), in SetCanonicalCookieCallback()
121 progress->total_count_, in SetCanonicalCookieCallback()
[all …]
/third_party/node/benchmark/
Dcompare.js12 const cli = new CLI(`usage: ./node compare.js [options] [--] <category> ...
18 --new ./new-node-binary new node binary (required)
19 --old ./old-node-binary old node binary (required)
20 --runs 30 number of samples
21 --filter pattern includes only benchmark scripts matching
23 --exclude pattern excludes scripts matching <pattern> (can be
25 --set variable=value set benchmark variable (can be repeated)
26 --no-progress don't show benchmark progress indicator
27 `, { arrayArgs: ['set', 'filter', 'exclude'], boolArgs: ['no-progress'] });
63 const showProgress = !cli.optional['no-progress'];
[all …]
/third_party/skia/third_party/externals/oboe/samples/drumthumper/src/main/java/com/plausibleaudio/drumthumper/
DDrumThumperActivity.kt8 * http://www.apache.org/licenses/LICENSE-2.0
115 // map 0 -> 200 to 0.0f -> 2.0f in gainPosToGainVal()
124 // map 0 -> 200 to -1.0f -> 1..0f in panPosToPanVal()
125 return (pos.toFloat() - HALF_PAN_POSITION) / HALF_PAN_POSITION in panPosToPanVal()
129 // map -1.0f -> 1.0f to 0 -> 200 in panValToPanPos()
251 R.id.kickPad -> mDrumPlayer.trigger(DrumPlayer.BASSDRUM) in triggerDown()
252 R.id.snarePad -> mDrumPlayer.trigger(DrumPlayer.SNAREDRUM) in triggerDown()
253 R.id.midTomPad -> mDrumPlayer.trigger(DrumPlayer.MIDTOM) in triggerDown()
254 R.id.lowTomPad -> mDrumPlayer.trigger(DrumPlayer.LOWTOM) in triggerDown()
255 R.id.hihatOpenPad -> mDrumPlayer.trigger(DrumPlayer.HIHATOPEN) in triggerDown()
[all …]
/third_party/curl/tests/data/
Dtest57910 # Server-side
14 Server: Microsoft-IIS/5.0
16 X-Powered-By: ASP.NET
19 Server: Microsoft-IIS/6.0
20 WWW-Authenticate: Digest realm="testrealm", nonce="1053604144"
21 Content-Type: text/html; charset=iso-8859-1
22 Content-Length: 0
27 Server: Microsoft-IIS/6.0
28 Content-Type: text/html; charset=iso-8859-1
29 Content-Length: 3
[all …]
/third_party/curl/docs/cmdline-opts/
Dno-progress-meter.d1 Long: no-progress-meter
2 Help: Do not show the progress meter
3 See-also: verbose silent
6 ---
7 Option to switch off the progress meter output without muting or otherwise
8 affecting warning and informational messages like --silent does.
11 --progress-meter to enable the progress meter again.
/third_party/uboot/u-boot-2020.01/lib/efi_loader/
Defi_hii_config.c1 // SPDX-License-Identifier: GPL-2.0+
24 efi_string_t *progress, in extract_config() argument
27 EFI_ENTRY("%p, \"%ls\", %p, %p", this, request, progress, results); in extract_config()
44 efi_string_t *progress) in route_config() argument
46 EFI_ENTRY("%p, \"%ls\", %p", this, configuration, progress); in route_config()
57 efi_string_t *progress) in block_to_config() argument
60 block, block_size, config, progress); in block_to_config()
70 efi_string_t *progress) in config_to_block() argument
73 block, block_size, progress); in config_to_block()
101 efi_string_t *progress, in extract_config_access() argument
[all …]

12345678910>>...45