Searched refs:progress (Results 276 - 300 of 654) sorted by relevance

<<11121314151617181920>>

/external/qemu/distrib/jpeg-6b/
H A Djcapimin.c61 cinfo->progress = NULL;
163 if (cinfo->progress != NULL) {
164 cinfo->progress->pass_counter = (long) iMCU_row;
165 cinfo->progress->pass_limit = (long) cinfo->total_iMCU_rows;
166 (*cinfo->progress->progress_monitor) ((j_common_ptr) cinfo);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dbrowser.c19 int progress; member in struct:browser_context
40 if (ctx->progress == 100) {
47 snprintf(buf, sizeof(buf), "[%d%%] %s", ctx->progress,
56 ctx->progress = 100 * webkit_web_view_get_progress(view);
57 wpa_printf(MSG_DEBUG, "BROWSER:%s progress=%d", __func__,
58 ctx->progress);
181 g_signal_connect(G_OBJECT(view), "notify::progress",
/external/wpa_supplicant_8/src/utils/
H A Dbrowser.c19 int progress; member in struct:browser_context
40 if (ctx->progress == 100) {
47 snprintf(buf, sizeof(buf), "[%d%%] %s", ctx->progress,
56 ctx->progress = 100 * webkit_web_view_get_progress(view);
57 wpa_printf(MSG_DEBUG, "BROWSER:%s progress=%d", __func__,
58 ctx->progress);
181 g_signal_connect(G_OBJECT(view), "notify::progress",
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dbrowser.c19 int progress; member in struct:browser_context
40 if (ctx->progress == 100) {
47 snprintf(buf, sizeof(buf), "[%d%%] %s", ctx->progress,
56 ctx->progress = 100 * webkit_web_view_get_progress(view);
57 wpa_printf(MSG_DEBUG, "BROWSER:%s progress=%d", __func__,
58 ctx->progress);
181 g_signal_connect(G_OBJECT(view), "notify::progress",
/external/chromium_org/sync/engine/
H A Ddirectory_update_handler_unittest.cc77 const sync_pb::DataTypeProgressMarker& progress);
125 const sync_pb::DataTypeProgressMarker& progress) {
126 handler->UpdateProgressMarker(progress);
237 // Tests the setting of progress markers.
242 sync_pb::DataTypeProgressMarker progress; local
243 progress.set_data_type_id(GetSpecificsFieldNumberFromModelType(BOOKMARKS));
244 progress.set_token("token");
246 UpdateProgressMarkers(&handler, progress);
251 EXPECT_EQ(progress.token(), saved.token());
252 EXPECT_EQ(progress
123 UpdateProgressMarkers( DirectoryUpdateHandler* handler, const sync_pb::DataTypeProgressMarker& progress) argument
261 sync_pb::DataTypeProgressMarker progress; local
327 sync_pb::DataTypeProgressMarker progress; local
408 sync_pb::DataTypeProgressMarker progress; local
[all...]
/external/chromium_org/cc/animation/
H A Dscroll_offset_animation_curve.cc78 double progress = (timing_function_->GetValue(t / duration)); local
80 progress, initial_value_.x(), target_value_.x()),
82 progress, initial_value_.y(), target_value_.y()));
/external/chromium_org/sync/sessions/
H A Ddata_type_tracker.cc156 sync_pb::DataTypeProgressMarker* progress) const {
164 progress->set_notification_hint(
170 progress->set_notification_hint(std::string());
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLProgressElement.cpp56 RefPtrWillBeRawPtr<HTMLProgressElement> progress = adoptRefWillBeNoop(new HTMLProgressElement(document)); local
57 progress->ensureUserAgentShadowRoot();
58 return progress.release();
100 // value, then the current value of the progress bar is the maximum value
101 // of the progress bar. Otherwise, if parsing the value attribute's value
103 // current value of the progress bar is zero.
117 // equal to zero, then the maximum value of the progress bar is 1.0.
155 inner->setShadowPseudoId(AtomicString("-webkit-progress-inner-element", AtomicString::ConstructFromLiteral));
159 bar->setShadowPseudoId(AtomicString("-webkit-progress-bar", AtomicString::ConstructFromLiteral));
162 m_value->setShadowPseudoId(AtomicString("-webkit-progress
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformOperationsTest.cpp114 float progress[][2] = { local
120 for (size_t j = 0; j < WTF_ARRAY_LENGTH(progress); ++j) {
169 float progress[][2] = { local
175 for (size_t j = 0; j < WTF_ARRAY_LENGTH(progress); ++j) {
348 float progress[][2] = { local
355 for (size_t k = 0; k < WTF_ARRAY_LENGTH(progress); ++k) {
365 EmpiricallyTestBounds(fromOps, toOps, progress[k][0], progress[k][1]);
394 float progress[][2] = { local
400 for (size_t j = 0; j < WTF_ARRAY_LENGTH(progress);
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_jumps.cpp269 bool progress; member in struct:ir_lower_jumps_visitor
283 this->progress = false;
293 this->progress = true;
582 this->progress = true;
651 this->progress = true;
685 this->progress = true;
716 this->progress = true;
781 this->progress = true;
810 this->progress = true;
1006 v.progress
[all...]
/external/chromium_org/ui/message_center/
H A Dnotification.cc31 progress(0),
43 progress(other.progress),
/external/lzma/CPP/7zip/Compress/
H A DLzmaEncoder.cpp133 const UInt64 * /* inSize */, const UInt64 * /* outSize */, ICompressProgressInfo *progress)
137 CCompressProgressWrap progressWrap(progress);
139 SRes res = LzmaEnc_Encode(_encoder, &outWrap.p, &inWrap.p, progress ? &progressWrap.p : NULL, &g_Alloc, &g_BigAlloc);
132 Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, const UInt64 * , const UInt64 * , ICompressProgressInfo *progress) argument
/external/mesa3d/src/glsl/
H A Dlower_jumps.cpp269 bool progress; member in struct:ir_lower_jumps_visitor
283 this->progress = false;
293 this->progress = true;
582 this->progress = true;
651 this->progress = true;
685 this->progress = true;
716 this->progress = true;
781 this->progress = true;
810 this->progress = true;
1006 v.progress
[all...]
/external/chromium_org/athena/home/
H A Dhome_card_impl.cc159 float progress) {
163 main_view_->SetLayoutState(1.0f - progress);
165 main_view_->SetLayoutState(progress);
396 State from_state, State to_state, float progress) {
400 (from_state == VISIBLE_MINIMIZED) ? 1.0f - progress : progress;
406 progress,
410 home_card_view_->SetStateProgress(from_state, to_state, progress);
157 SetStateProgress(HomeCard::State from_state, HomeCard::State to_state, float progress) argument
395 OnGestureProgressed( State from_state, State to_state, float progress) argument
/external/chromium_org/athena/wm/
H A Dwindow_overview_mode.cc42 float progress; member in struct:__anon2168::WindowOverviewState
83 if (state->progress < kProgressToStartShrinking) {
86 state->progress / kProgressToStartShrinking,
95 state->progress, state->min_y, state->max_y);
102 // Sets the progress-state for the window in the overview mode.
103 void SetWindowProgress(aura::Window* window, float progress) { argument
105 state->progress = progress;
171 SetWindowProgress(animate_window, target_state->progress);
292 state->progress
305 float progress = 0.f; local
[all...]
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Doperation_chromeos.cc120 int progress = kProgressComplete * num_bytes_burnt / total_size; local
121 SetProgress(progress);
H A Doperation_manager.h76 // Callback for progress events.
79 int progress);
86 int progress,
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/audits/
H A DAuditController.js108 * @param {!WebInspector.Progress} progress
113 initiateAudit: function(categoryIds, progress, runImmediately, startedCallback, finishedCallback)
119 this._progress = progress;
/external/chromium_org/ui/compositor/
H A Dtransform_animation_curve_adapter.cc44 double progress = t / duration_.InSecondsF(); local
51 progress));
/external/chromium_org/ui/native_theme/
H A Dnative_theme_aura.h58 double progress,
120 double progress) const;
/external/chromium_org/v8/tools/testrunner/network/
H A Dendpoint.py36 from ..local import progress namespace
42 class EndpointProgress(progress.ProgressIndicator):
/external/e2fsprogs/resize/
H A Dresize2fs.h68 * For the simple progress meter
122 * For the progress meter
124 errcode_t (*progress)(ext2_resize_t rfs, int pass, member in struct:ext2_resize_struct
142 errcode_t (*progress)(ext2_resize_t rfs,
/external/mockito/src/org/mockito/internal/handler/
H A DMockHandlerImpl.java11 import org.mockito.internal.progress.MockingProgress;
12 import org.mockito.internal.progress.ThreadSafeMockingProgress;
/external/replicaisland/src/com/replica/replicaisland/
H A DSliderPreference.java82 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser) { argument
84 mValue = progress;
/external/chromium_org/chrome/browser/extensions/api/notifications/
H A Dnotifications_api.cc49 "The progress value should not be specified for non-progress notification";
51 "The progress value should range from 0 to 100";
277 if (options->progress.get() != NULL) {
278 // We should have progress if and only if the type is a progress type.
283 optional_fields.progress = *options->progress;
285 if (optional_fields.progress < 0 || optional_fields.progress > 10
410 int progress = *options->progress; local
[all...]

Completed in 556 milliseconds

<<11121314151617181920>>