Searched refs:progress (Results 26 - 50 of 654) sorted by relevance

1234567891011>>

/external/lzma/C/
H A DXzEnc.h17 ICompressProgress *progress);
/external/mesa3d/src/glsl/
H A Dopt_noop_swizzle.cpp44 this->progress = false;
48 bool progress; member in class:__anon27682::ir_noop_swizzle_visitor
73 this->progress = true;
83 return v.progress;
H A Dopt_algebraic.cpp47 this->progress = false;
70 bool progress; member in class:__anon27672::ir_algebraic_visitor
118 this->progress = true;
230 this->progress = true;
242 this->progress = true;
246 this->progress = true;
263 this->progress = true;
271 this->progress = true;
278 this->progress = true;
282 this->progress
[all...]
H A Dopt_redundant_jumps.cpp37 this->progress = false;
44 bool progress; member in class:__anon27683::redundant_jumps_visitor
85 this->progress = true;
110 this->progress = true;
123 return v.progress;
H A Dglsl_parser_extras.cpp1032 GLboolean progress = GL_FALSE; local
1034 progress = lower_instructions(ir, SUB_TO_ADD_NEG) || progress;
1037 progress = do_function_inlining(ir) || progress;
1038 progress = do_dead_functions(ir) || progress;
1039 progress = do_structure_splitting(ir) || progress;
1041 progress
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DMatrix3DTransformOperation.cpp33 PassRefPtr<TransformOperation> Matrix3DTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity) argument
50 toT.blend(fromT, progress);
H A DPerspectiveTransformOperation.cpp34 PassRefPtr<TransformOperation> PerspectiveTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity) argument
40 double p = blink::blend(m_p, 1., progress); // FIXME: this seems wrong. https://bugs.webkit.org/show_bug.cgi?id=52700
50 toT.blend(fromT, progress);
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DStatusBarController.java42 private final JProgressBar progress = new JProgressBar(); field in class:StatusBarController
51 progress.setPreferredSize(new Dimension(100, 15));
59 panel.add(progress);
84 this.progress.setIndeterminate(value);
88 this.progress.setIndeterminate(false);
89 this.progress.setValue(value);
/external/chromium_org/chrome/browser/download/
H A Ddownload_status_updater_win.cc22 float progress) {
23 // Taskbar progress bar is only supported on Win7.
41 // Iterate through all the browser windows, and draw the progress bar.
48 if (download_count == 0 || progress == 1.0f)
53 taskbar->SetProgressValue(frame, static_cast<int>(progress * 100), 100);
62 // Always update overall progress.
63 float progress = 0; local
65 bool progress_known = GetProgress(&progress, &download_count);
66 UpdateTaskbarProgressBar(download_count, progress_known, progress);
20 UpdateTaskbarProgressBar(int download_count, bool progress_known, float progress) argument
H A Ddownload_status_updater_unittest.cc191 float progress = -1; local
193 EXPECT_TRUE(updater_->GetProgress(&progress, &download_count));
194 EXPECT_FLOAT_EQ(0.0f, progress);
205 float progress = -1; local
209 EXPECT_TRUE(updater_->GetProgress(&progress, &download_count));
210 EXPECT_FLOAT_EQ(0.0f, progress);
226 float progress = -1; local
228 EXPECT_TRUE(updater_->GetProgress(&progress, &download_count));
229 EXPECT_FLOAT_EQ((10+50)/(20.0f+60), progress);
232 // Transition one item to completed and confirm progress i
293 float progress = -1; local
304 float progress = -1; local
319 float progress = -1; local
338 float progress = -1; local
[all...]
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_bounds_animation.cc55 double PanelBoundsAnimation::ComputeAnimationValue(double progress, argument
59 double value = 1.0 - progress;
70 if (progress <= kProgressAtFreezeStart) {
72 (progress / kProgressAtFreezeStart);
73 } else if (progress <= kProgressAtFreezeEnd) {
78 ((progress - kProgressAtFreezeEnd) / (1.0 - kProgressAtFreezeEnd));
/external/jpeg/
H A Djdtrans.c56 /* Call progress monitor hook if present */
57 if (cinfo->progress != NULL)
58 (*cinfo->progress->progress_monitor) ((j_common_ptr) cinfo);
65 /* Advance progress counter if appropriate */
66 if (cinfo->progress != NULL &&
68 if (++cinfo->progress->pass_counter >= cinfo->progress->pass_limit) {
70 cinfo->progress->pass_limit += (long) cinfo->total_iMCU_rows;
107 /* Call progress monitor hook if present */
108 if (cinfo->progress !
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djdtrans.c56 /* Call progress monitor hook if present */
57 if (cinfo->progress != NULL)
58 (*cinfo->progress->progress_monitor) ((j_common_ptr) cinfo);
65 /* Advance progress counter if appropriate */
66 if (cinfo->progress != NULL &&
68 if (++cinfo->progress->pass_counter >= cinfo->progress->pass_limit) {
70 cinfo->progress->pass_limit += (long) cinfo->total_iMCU_rows;
107 /* Call progress monitor hook if present */
108 if (cinfo->progress !
[all...]
/external/chromium_org/cc/animation/
H A Dscrollbar_animation_controller_thinning.cc48 void ScrollbarAnimationControllerThinning::RunAnimationFrame(float progress) { argument
49 float opacity = OpacityAtAnimationProgress(progress);
51 progress);
53 if (progress == 1.f) {
100 float progress) {
103 float factor = opacity_change_ == INCREASE ? progress : (1.f - progress);
110 float progress) {
113 float factor = thickness_change_ == INCREASE ? progress : (1.f - progress);
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dopt_algebraic.cpp47 this->progress = false;
70 bool progress; member in class:__anon14261::ir_algebraic_visitor
118 this->progress = true;
230 this->progress = true;
242 this->progress = true;
246 this->progress = true;
263 this->progress = true;
271 this->progress = true;
278 this->progress = true;
282 this->progress
[all...]
H A Dopt_redundant_jumps.cpp37 this->progress = false;
44 bool progress; member in class:__anon14272::redundant_jumps_visitor
85 this->progress = true;
110 this->progress = true;
123 return v.progress;
H A Dglsl_parser_extras.cpp1032 GLboolean progress = GL_FALSE; local
1034 progress = lower_instructions(ir, SUB_TO_ADD_NEG) || progress;
1037 progress = do_function_inlining(ir) || progress;
1038 progress = do_dead_functions(ir) || progress;
1039 progress = do_structure_splitting(ir) || progress;
1041 progress
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Doobe_screen_update.css16 #update #update-checking-progress {
54 #update progress {
63 #update progress::-webkit-progress-bar {
67 #update progress::-webkit-progress-value {
71 #update .progress-message {
H A Doobe_screen_auto_enrollment_check.css11 #auto-enrollment-check #auto-enrollment-check-progress {
/external/chromium_org/ui/app_list/
H A Dpagination_model.h31 Transition(int target_page, double progress) argument
33 progress(progress) {
37 return target_page == rhs.target_page && progress == rhs.progress;
46 // A [0, 1] progress indicates how much of the current page is being
48 double progress; member in struct:app_list::PaginationModel::Transition
73 // Updates transition progress from |delta|. |delta| > 0 means transit to
97 return transition_.target_page != -1 || transition_.progress != 0;
134 // multiple SelectPage is called while a transition is in progress, onl
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
H A Dprogress.c4 #include "../progress.h"
8 static GtkWidget *progress; variable
20 progress = gtk_progress_bar_new();
23 gtk_box_pack_start(GTK_BOX(vbox), progress, TRUE, TRUE, 3); local
34 gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(progress), fraction);
36 gtk_progress_bar_set_text(GTK_PROGRESS_BAR(progress), buf);
/external/lzma/CPP/7zip/Compress/
H A DCopyCoder.cpp23 ICompressProgressInfo *progress)
47 if (progress != NULL)
49 RINOK(progress->SetRatioInfo(&TotalSize, &TotalSize));
61 HRESULT CopyStream(ISequentialInStream *inStream, ISequentialOutStream *outStream, ICompressProgressInfo *progress) argument
64 return copyCoder->Code(inStream, outStream, NULL, NULL, progress);
20 Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, const UInt64 * , const UInt64 *outSize, ICompressProgressInfo *progress) argument
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dsignalbar.cpp46 opts.progress = opts.minimum;
48 opts.progress = opts.maximum;
50 opts.progress = signal;
/external/chromium_org/third_party/libjpeg_turbo/
H A Dcdjpeg.c62 * Optional progress monitor: display a percent-done figure on stderr.
70 cd_progress_ptr prog = (cd_progress_ptr) cinfo->progress;
89 start_progress_monitor (j_common_ptr cinfo, cd_progress_ptr progress) argument
91 /* Enable progress display, unless trace output is on */
93 progress->pub.progress_monitor = progress_monitor;
94 progress->completed_extra_passes = 0;
95 progress->total_extra_passes = 0;
96 progress->percent_done = -1;
97 cinfo->progress = &progress
[all...]
H A Djcapistd.c87 /* Call progress monitor hook if present */
88 if (cinfo->progress != NULL) {
89 cinfo->progress->pass_counter = (long) cinfo->next_scanline;
90 cinfo->progress->pass_limit = (long) cinfo->image_height;
91 (*cinfo->progress->progress_monitor) ((j_common_ptr) cinfo);
132 /* Call progress monitor hook if present */
133 if (cinfo->progress != NULL) {
134 cinfo->progress->pass_counter = (long) cinfo->next_scanline;
135 cinfo->progress->pass_limit = (long) cinfo->image_height;
136 (*cinfo->progress
[all...]

Completed in 3244 milliseconds

1234567891011>>