HomeSort by relevance Sort by last modified time
    Searched full:progress (Results 851 - 875 of 2396) sorted by null

<<31323334353637383940>>

  /external/chromium/chrome/browser/extensions/
extension_updater.h 185 // crx downloads. Does not cancel any in-progress installs.
355 // The ids of extensions that have in-progress update checks.
  /external/chromium/chrome/browser/safe_browsing/
prefix_set.cc 295 DCHECK_LT(i, hi); // Always making progress.
298 DCHECK_GT(i, lo); // Always making progress.
  /external/chromium/chrome/browser/sync/sessions/
sync_session_unittest.cc 134 // If any forward progress was made during the session, and the number of
251 // that we have made forward progress.
  /external/chromium/chrome/browser/ui/cocoa/
confirm_quit_panel_controller.mm 141 - (void)setCurrentProgress:(NSAnimationProgress)progress {
143 [window setAlphaValue:1.0 - progress];
  /external/clang/www/analyzer/
index.html 176 <h3>Work-in-Progress</h3>
178 <p>The analyzer is a continuous work-in-progress.
  /external/qemu/android/
async-socket-connector.c 98 /* Connection was in progress. We need to destroy I/O descriptor for
100 D("ASC %s: Stopped async connection in progress.",
  /external/v8/benchmarks/
base.js 136 // showing progress as a percentage.
168 // the benchmark suite. This can be useful to report progress.
  /external/v8/tools/
merge-to-branch.sh 93 # If there is a merge in progress, abort.
95 && die "A merge is already in progress"
  /external/webkit/Source/WebCore/inspector/
InspectorProfilerAgent.cpp 365 HeapSnapshotProgress progress(m_frontend);
366 RefPtr<ScriptHeapSnapshot> snapshot = ScriptProfiler::takeHeapSnapshot(title, detailed ? &progress : 0);
  /external/webkit/Source/WebCore/inspector/front-end/
AuditLauncherView.js 68 // Ignore long-living WebSockets for the sake of progress indicator, as we won't be waiting them anyway.
221 this._resourceProgressContainer.className = "resource-progress";
  /external/webkit/Source/WebCore/platform/graphics/transforms/
AffineTransform.cpp 341 void AffineTransform::blend(const AffineTransform& from, double progress)
367 srA[i] = srA[i] + progress * (srB[i] - srA[i]);
  /external/webkit/Source/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp 618 // This function is called right before the progress is updated.
623 // This function is called after the progress has been updated. The bad part
625 // the progress has been reset to 0.
634 m_webFrame->setProgress(m_frame->page()->progress()->estimatedProgress());
637 // This will give us any updated progress including the final progress.
641 m_webFrame->setProgress(m_frame->page()->progress()->estimatedProgress());
644 // This is just a notification that the progress has finished. Don't call
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebFrameLoadDelegate.h 39 @discussion A WebView's WebFrameLoadDelegate tracks the loading progress of its frames.
147 @discussion This method can be used to continue progress feedback while a client-side
  /external/webkit/Source/WebKit/win/Interfaces/
IWebFrameLoadDelegate.idl 42 @discussion A WebView's WebFrameLoadDelegate tracks the loading progress of its frames.
167 @discussion This method can be used to continue progress feedback while a client-side
  /frameworks/base/core/java/android/content/
AbstractThreadedSyncAdapter.java 31 * If a sync operation is already in progress when a startSync() request is received then an error
33 * When a startSync() is received and there is no sync operation in progress then a thread
  /frameworks/base/docs/html/training/basics/activity-lifecycle/
stopping.jd 40 that ensures your users perceive that your app is always alive and doesn't lose their progress.
102 // and we want to be sure the current note progress isn't lost.
  /frameworks/wilhelm/src/
locks.c 59 // is anyone else making forward progress?
62 // if we ever see forward progress then lock without timeout (more efficient)
  /hardware/libhardware/include/hardware/
camera.h 227 * Cancels auto-focus function. If the auto-focus is still in progress,
228 * this function will cancel it. Whether the auto-focus is in progress or
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 178 * Applications can read this to follow the progress of each download. See
267 * This transfer is visible and shows in the notifications while in progress
Constants.java 91 /** intent action used to indicate the progress of a handover transfer */
123 /** intent extra used to provide progress of the transfer */
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/calllog/
FillCallLogTestActivity.java 66 mProgressBar = (ProgressBar) findViewById(R.id.progress);
114 // Hide the progress bar.
  /packages/apps/Email/src/com/android/email/
Preferences.java 183 public void setOneTimeInitializationProgress(int progress) {
184 mSharedPreferences.edit().putInt(ONE_TIME_INITIALIZATION_PROGRESS, progress).apply();
  /packages/apps/Mms/src/com/android/mms/transaction/
Transaction.java 145 * @param token The token to identify the sending progress.
160 * @param token The token to identify the sending progress.
  /packages/apps/Phone/res/layout/
incall_touch_ui.xml 23 (1) inCallControls: the widgets visible while a regular call (or calls) is in progress
37 (or calls) is in progress
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
rendering-configs.xml 218 android:progress="30"
255 android:progress="30">

Completed in 589 milliseconds

<<31323334353637383940>>