HomeSort by relevance Sort by last modified time
    Searched refs:Progress (Results 1 - 16 of 16) sorted by null

  /frameworks/media/libvideoeditor/vss/common/inc/
M4VFL_transition.h 64 * M4VIFI_UInt32 Progress)
67 * Map the value of progress from (0 - 1000) to (0 - 1024)
69 * 1. from 0 to (Progress << 1) ;for Progress <= 512
70 * 2. from (( Progress - 512)<< 1) to 1024 ;otherwise
89 * @param Progress: (IN) Progress value (varies between 0 and 1000)
96 M4ViComImagePlane *pPlaneOut, UInt32 Progress);
  /packages/apps/Contacts/src/com/android/contacts/util/
WeakAsyncTask.java 23 public abstract class WeakAsyncTask<Params, Progress, Result, WeakTarget> extends
24 AsyncTask<Params, Progress, Result> {
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
EmailAsyncTask.java 39 public abstract class EmailAsyncTask<Params, Progress, Result> {
138 private final InnerTask<Params, Progress, Result> mInnerTask;
146 mInnerTask = new InnerTask<Params, Progress, Result>(this);
184 public final EmailAsyncTask<Params, Progress, Result> executeParallel(Params... params) {
193 public final EmailAsyncTask<Params, Progress, Result> executeSerial(Params... params) {
201 public final EmailAsyncTask<Params, Progress, Result> cancelPreviousAndExecuteParallel(
210 public final EmailAsyncTask<Params, Progress, Result> cancelPreviousAndExecuteSerial(
215 private final EmailAsyncTask<Params, Progress, Result> executeInternal(Executor executor,
  /frameworks/base/core/java/android/os/
AsyncTask.java 41 * types, called <code>Params</code>, <code>Progress</code> and <code>Result</code>,
70 * protected void onProgressUpdate(Integer... progress) {
71 * setProgressPercent(progress[0]);
90 * <li><code>Progress</code>, the type of the progress units published during
106 * showing a progress bar in the user interface.</li>
113 * of progress. These values are published on the UI thread, in the
117 * undefined. This method is used to display any form of progress in the user
119 * it can be used to animate a progress bar or show logs in a text field.</li>
156 public abstract class AsyncTask<Params, Progress, Result>
    [all...]
  /frameworks/support/v4/java/android/support/v4/content/
ModernAsyncTask.java 47 abstract class ModernAsyncTask<Params, Progress, Result> {
219 * @param values The values indicating progress.
225 protected void onProgressUpdate(Progress... values) {
295 * task should be interrupted; otherwise, in-progress tasks are allowed
370 public final ModernAsyncTask<Params, Progress, Result> execute(Params... params) {
404 public final ModernAsyncTask<Params, Progress, Result> executeOnExecutor(Executor exec,
445 * @param values The progress values to update the UI with.
450 protected final void publishProgress(Progress... values) {
453 new AsyncTaskResult<Progress>(this, values)).sendToTarget();
  /external/webkit/Source/WebCore/loader/
ProgressTracker.cpp 43 // Always start progress at initialProgressValue. This helps provide feedback as
106 LOG(Progress, "Progress started (%p) - frame %p(\"%s\"), value %f, tracked frames %d, originating frame %p", this, frame, frame->tree()->uniqueName().string().utf8().data(), m_progressValue, m_numProgressTrackedFrames, m_originatingProgressFrame.get());
124 LOG(Progress, "Progress completed (%p) - frame %p(\"%s\"), value %f, tracked frames %d, originating frame %p", this, frame, frame->tree()->uniqueName().string().utf8().data(), m_progressValue, m_numProgressTrackedFrames, m_originatingProgressFrame.get());
141 LOG(Progress, "Final progress complete (%p)", this);
145 // Before resetting progress value be sure to send client a least one notification
146 // with final progress value.
160 LOG(Progress, "Progress incremented (%p) - value %f, tracked frames %d, originating frame %p", this, m_progress (…)
    [all...]
  /external/webkit/Source/WebCore/platform/
Cursor.cpp 120 case Cursor::Progress:
215 case Cursor::Progress:
216 return "Progress";
340 DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::Progress));
Cursor.h 142 Progress,
  /external/webkit/Source/WebCore/platform/qt/
CursorQt.cpp 186 case Progress:
  /external/webkit/Source/WebCore/platform/mac/
CursorMac.mm 166 case Cursor::Progress:
  /external/zlib/contrib/delphi/
ZLib.pas 53 procedure Progress(Sender: TObject); dynamic;
78 written to the output stream. This is useful for updating a progress
113 This is useful for updating a progress indicator when you are reading a
398 procedure TCustomZLibStream.Progress(Sender: TObject);
458 Progress(Self);
515 Progress(Self);
  /frameworks/media/libvideoeditor/vss/video_filters/src/
M4VFL_transition.c 229 * UInt32 Progress)
232 * Map the value of progress from (0 - 1000) to (0 - 1024)
234 * 1. from 0 to (Progress << 1) ;for Progress <= 512
235 * 2. from (( Progress - 512)<< 1) to 1024 ;otherwise
254 * @param Progress: (IN) Progress value (varies between 0 and 1000)
284 UInt32 Progress)
359 /* User Specified Progress value */
360 u32_progress = Progress;
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
CursorChromium.cpp 360 COMPILE_ASSERT_MATCHING_ENUM(Progress, TypeProgress);
  /external/webkit/Source/WebCore/platform/gtk/
CursorGtk.cpp 158 case Cursor::Progress:
  /external/webkit/Source/WebCore/platform/win/
CursorWin.cpp 241 case Cursor::Progress:
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 90 ATTRIBUTE Ascend-Connect-Progress 196 integer

Completed in 181 milliseconds