HomeSort by relevance Sort by last modified time
    Searched full:progress (Results 451 - 475 of 4084) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLength.h 104 SVGLength blend(const SVGLength& from, float progress) const
122 length.newValueSpecifiedUnits(LengthTypePercentage, WebCore::blend(fromPercent, toPercent, progress), exceptionState);
132 length.newValueSpecifiedUnits(fromType, WebCore::blend(fromValue, toValue, progress), exceptionState);
134 length.newValueSpecifiedUnits(toType, WebCore::blend(fromValue, toValue, progress), exceptionState);
153 length.newValueSpecifiedUnits(toType, WebCore::blend(fromValue, toValue, progress), exceptionState);
  /external/lzma/CPP/7zip/Archive/Common/
CoderMixer2MT.cpp 20 void CCoder2::Code(ICompressProgressInfo *progress)
39 InSizePointers[0], OutSizePointers[0], progress);
42 &OutStreamPointers.Front(), &OutSizePointers.Front(), NumOutStreams, progress);
194 ICompressProgressInfo *progress)
213 _coders[_progressCoderIndex].Code(progress);
  /external/lzma/CPP/7zip/Common/
CWrappers.cpp 18 p->Res = p->Progress->SetRatioInfo(CONVERT_PR_VAL(inSize), CONVERT_PR_VAL(outSize));
22 CCompressProgressWrap::CCompressProgressWrap(ICompressProgressInfo *progress)
24 p.Progress = CompressProgress;
25 Progress = progress;
  /external/stlport/test/unit/cppunit/
cppunit_mini.h 38 virtual void progress( const char * /*in_className*/, const char * /*in_testName*/, bool /*ignored*/, bool /* explicit */) {} function in class:Reporter
86 virtual void progress(const char *in_className, const char *in_functionName, bool ignored, bool explicitTest) { function in class:TestCase
89 m_reporter->progress(in_className, in_functionName, ignored, explicitTest);
155 progress(className, #X, ignoring || !shouldRun, !ignoring && Y); \
174 progress(className, #X, ignoring || !shouldRun, !ignoring && Y); \
  /frameworks/base/docs/html/training/improving-layouts/
smooth-scrolling.jd 49 progress spinner in place of the images while they are loading.</p>
67 // progress and set and show the image
68 v.progress.setVisibility(View.GONE);
102 ProgressBar progress;
114 holder.progress = (ProgressBar) convertView.findViewById(R.id.progress_spinner);
  /ndk/tests/device/test-gnustl-full/unit/cppunit/
cppunit_mini.h 38 virtual void progress( const char * /*in_className*/, const char * /*in_testName*/, bool /*ignored*/, bool /* explicit */) {} function in class:Reporter
86 virtual void progress(const char *in_className, const char *in_functionName, bool ignored, bool explicitTest) { function in class:TestCase
89 m_reporter->progress(in_className, in_functionName, ignored, explicitTest);
155 progress(className, #X, ignoring || !shouldRun, !ignoring && Y); \
174 progress(className, #X, ignoring || !shouldRun, !ignoring && Y); \
  /ndk/tests/device/test-stlport/unit/cppunit/
cppunit_mini.h 38 virtual void progress( const char * /*in_className*/, const char * /*in_testName*/, bool /*ignored*/, bool /* explicit */) {} function in class:Reporter
86 virtual void progress(const char *in_className, const char *in_functionName, bool ignored, bool explicitTest) { function in class:TestCase
89 m_reporter->progress(in_className, in_functionName, ignored, explicitTest);
155 progress(className, #X, ignoring || !shouldRun, !ignoring && Y); \
174 progress(className, #X, ignoring || !shouldRun, !ignoring && Y); \
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
AttachmentActionHandler.java 46 private static final String PROGRESS_FRAGMENT_TAG = "attachment-progress";
157 * Update progress-related views. Will also trigger a view intent if a progress dialog was
172 // We don't want the progress bar to switch back to indeterminate mode after
173 // have been in determinate progress mode.
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PositionController.java 62 // faster for Animatable.advanceAnimation() to calculate the progress
118 // A scaling gesture is in progress.
1387 float progress; local
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteSession.java 68 * and there is no explicit transaction currently in progress. An implicit transaction
236 * Returns true if the session has a transaction in progress.
238 * @return True if the session has a transaction in progress.
245 * Returns true if the session has a nested transaction in progress.
247 * @return True if the session has a nested transaction in progress.
265 * Transactions may nest. If the transaction is not in progress,
283 * @param cancellationSignal A signal to cancel the operation in progress, or null if none.
387 * @param cancellationSignal A signal to cancel the operation in progress, or null if none.
468 * a transaction in progress. When this method returns, there will
469 * still be a transaction in progress, either the same one as befor
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
content_setting_decoration.mm 46 // it should be 1.0 (100%) when the progress is 0.2.
78 double progress_; // Counter, [0..1], with aninmation progress.
82 // [0..1], the current progress of the animation. -animationState will return
83 // |kNoAnimation| when progress is <= 0 or >= 1. Useful when state is
86 @property (readonly, nonatomic) double progress;
104 @synthesize progress = progress_;
143 // Increment animation progress, normalized to [0..1].
298 // animation. The width is based on the animator's progress.
304 CGFloat progress = [animation_ progress];
    [all...]
  /external/chromium_org/chrome/browser/resources/apps_debugger/js/
items.js 31 document.querySelector('#apps-tab .update-items-progress')));
34 document.querySelector('#extensions-tab .update-items-progress')));
52 * @param {!Element} tabNode Element containing the progress label.
  /external/chromium_org/chrome/browser/resources/downloads/
downloads.css 133 .progress {
141 html[dir=rtl] .progress {
146 .progress.background {
  /external/chromium_org/chrome_frame/
urlmon_bind_status_callback.cc 239 STDMETHODIMP BSCBStorageBind::OnProgress(ULONG progress, ULONG progress_max,
258 saved_progress_.push_back(new Progress(progress, progress_max, status_code,
261 hr = CallbackImpl::OnProgress(progress, progress_max, status_code,
284 // Play back report progress so far.
358 Progress* p = (*i);
363 CallbackImpl::OnProgress(p->progress(), p->progress_max(),
391 // We cache and suppress sending progress notifications till
395 // could trip other software that's due to mistimed progress
404 // cache only when we receive one of the interesting progress
    [all...]
  /external/chromium_org/content/browser/renderer_host/
overscroll_controller.h 71 // Cancels any in-progress overscroll (and calls OnOverscrollModeChange on the
86 // Returns true if the event indicates that the in-progress overscroll gesture
123 // The amount of overscroll in progress. These values are invalid when
  /external/chromium_org/content/public/browser/
browser_plugin_guest_delegate.h 61 // Notification that the page has made some progress loading. |progress| is a
63 virtual void LoadProgressed(double progress) {}
  /external/chromium_org/sync/sessions/
data_type_tracker.cc 97 sync_pb::DataTypeProgressMarker* progress) const {
104 progress->set_notification_hint(GetMostRecentInvalidationPayload());
109 progress->set_notification_hint("");
  /external/chromium_org/third_party/icu/source/common/
caniter.cpp 244 //if (PROGRESS) printf("SEGMENT\n");
268 //if (PROGRESS) printf("Permute: %s\n", UToS(Tr(source)));
330 //if (PROGRESS) printf(" Piece: %s\n", UToS(*chStr));
385 //if (PROGRESS) printf("Adding Permutation: %s\n", UToS(Tr(*possible)));
389 //if (PROGRESS) printf("-Skipping Permutation: %s\n", UToS(Tr(*possible)));
435 //if (PROGRESS) printf("Adding: %s\n", UToS(Tr(segment)));
478 //if (PROGRESS) printf("Adding: %s\n", UToS(Tr(*toAdd)));
499 //if (PROGRESS) printf(" extract: %s, ", UToS(Tr(UnicodeString(comp))));
500 //if (PROGRESS) printf("%s, %i\n", UToS(Tr(segment)), segmentPos);
526 //if (PROGRESS) printf(" matches: %s\n", UToS(Tr(UnicodeString(cp))))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_variable_index_to_cond_assign.cpp 135 progress(false)
146 this->progress = true;
153 bool progress; member in class:deref_replacer
211 assert(r.progress);
336 this->progress = false;
343 bool progress; member in class:variable_index_to_cond_assign_visitor
489 this->progress = true;
504 this->progress = true;
523 /* Continue lowering until no progress is made. If there are multiple
530 v.progress = false
    [all...]
  /external/chromium_org/ui/gfx/animation/
tween.cc 72 double progress) {
73 // Since progress can be outside [0, 1], blending can produce a value outside
76 progress, start / 255.f * start_alpha, target / 255.f * target_alpha);
  /external/chromium_org/ui/message_center/
notification.cc 31 progress(0),
43 progress(other.progress),
  /external/icu4c/common/
caniter.cpp 245 //if (PROGRESS) printf("SEGMENT\n");
269 //if (PROGRESS) printf("Permute: %s\n", UToS(Tr(source)));
331 //if (PROGRESS) printf(" Piece: %s\n", UToS(*chStr));
386 //if (PROGRESS) printf("Adding Permutation: %s\n", UToS(Tr(*possible)));
390 //if (PROGRESS) printf("-Skipping Permutation: %s\n", UToS(Tr(*possible)));
436 //if (PROGRESS) printf("Adding: %s\n", UToS(Tr(segment)));
479 //if (PROGRESS) printf("Adding: %s\n", UToS(Tr(*toAdd)));
500 //if (PROGRESS) printf(" extract: %s, ", UToS(Tr(UnicodeString(comp))));
501 //if (PROGRESS) printf("%s, %i\n", UToS(Tr(segment)), segmentPos);
527 //if (PROGRESS) printf(" matches: %s\n", UToS(Tr(UnicodeString(cp))))
    [all...]
  /external/jpeg/
rdbmp.c 195 cd_progress_ptr progress = (cd_progress_ptr) cinfo->progress; local
199 if (progress != NULL) {
200 progress->pub.pass_counter = (long) row;
201 progress->pub.pass_limit = (long) cinfo->image_height;
202 (*progress->pub.progress_monitor) ((j_common_ptr) cinfo);
215 if (progress != NULL)
216 progress->completed_extra_passes++;
388 if (cinfo->progress != NULL) {
389 cd_progress_ptr progress = (cd_progress_ptr) cinfo->progress local
    [all...]
rdtarga.c 304 cd_progress_ptr progress = (cd_progress_ptr) cinfo->progress; local
308 if (progress != NULL) {
309 progress->pub.pass_counter = (long) row;
310 progress->pub.pass_limit = (long) cinfo->image_height;
311 (*progress->pub.progress_monitor) ((j_common_ptr) cinfo);
317 if (progress != NULL)
318 progress->completed_extra_passes++;
427 if (cinfo->progress != NULL) {
428 cd_progress_ptr progress = (cd_progress_ptr) cinfo->progress local
    [all...]
wrbmp.c 352 cd_progress_ptr progress = (cd_progress_ptr) cinfo->progress; local
362 if (progress != NULL) {
363 progress->pub.pass_counter = (long) (cinfo->output_height - row);
364 progress->pub.pass_limit = (long) cinfo->output_height;
365 (*progress->pub.progress_monitor) ((j_common_ptr) cinfo);
375 if (progress != NULL)
376 progress->completed_extra_passes++;
429 if (cinfo->progress != NULL) {
430 cd_progress_ptr progress = (cd_progress_ptr) cinfo->progress local
    [all...]

Completed in 812 milliseconds

<<11121314151617181920>>