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

<<31323334353637383940>>

  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadHandler.java 93 Log.i(TAG, "** progress: " + info.mId + ", " + info.mUri);
  /packages/providers/DownloadProvider/ui/res/values-en-rGB/
strings.xml 27 <string name="download_running" msgid="4656462962155580641">"In progress"</string>
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
SdkLogAdapter.java 89 * - Messages with a % are typical part of a progress update and shouldn't be in the log. <br/>
  /frameworks/base/core/java/android/view/
Window.java 51 /** Flag for the progress indicator feature */
57 /** Flag for indeterminate progress */
95 /** Flag for setting the progress bar's visibility to VISIBLE */
97 /** Flag for setting the progress bar's visibility to GONE */
99 /** Flag for setting the progress bar's indeterminate mode on */
101 /** Flag for setting the progress bar's indeterminate mode off */
103 /** Starting value for the (primary) progress */
105 /** Ending value for the (primary) progress */
107 /** Lowest possible value for the secondary progress */
109 /** Highest possible value for the secondary progress */
    [all...]
  /bionic/libc/include/sys/
_errdefs.h 151 __BIONIC_ERRDEF( EALREADY , 114, "Operation already in progress" )
152 __BIONIC_ERRDEF( EINPROGRESS , 115, "Operation now in progress" )
  /development/ndk/platforms/android-3/include/sys/
_errdefs.h 150 __BIONIC_ERRDEF( EALREADY , 114, "Operation already in progress" )
151 __BIONIC_ERRDEF( EINPROGRESS , 115, "Operation now in progress" )
  /development/samples/ApiDemos/src/com/example/android/apis/media/
AudioFxDemo.java 146 public void onProgressChanged(SeekBar seekBar, int progress,
148 mEqualizer.setBandLevel(band, (short) (progress + minEQLevel));
  /external/chromium/chrome/browser/net/
resolve_proxy_msg_helper_unittest.cc 139 // Issue a request while one is already in progress -- should be queued.
196 // Delete the helper while a request is in progress, and others are pending.
  /external/chromium/chrome/browser/sync/
profile_sync_service_harness.h 197 // Gets the current progress indicator of the current sync session
210 // The harness of the client whose update progress marker we're expecting
  /external/chromium/net/base/
gzip_filter.cc 236 // getting Z_BUF_ERROR means no progress is possible. Neither processing
244 // Some progress has been made (more input processed or more output
host_resolver.h 123 // progress, or HostResolver::CancelRequest() is called.
217 // Cancels the in-progress request, if any. This prevents the callback
  /external/dropbear/
cli-session.c 138 /* This function drives the progress of the session - it initiates KEX,
164 /* We shouldn't do anything else if a KEX is in progress */
  /external/jsilver/src/com/google/clearsilver/jsilver/template/
DefaultRenderingContext.java 226 "cannot call pushAutoEscapeMode while runtime auto escaping is in progress");
250 * autoescaping is already in progress.
  /external/libnfc-nxp/src/
phHal4Nfc_Emulation.c 117 PHDBG_INFO("Hal4:Configuration in progress.Returning status Busy");
245 PHDBG_INFO("Hal4:Configuration in progress.Returning status Busy");
phLibNfc_target.c 137 PHDBG_INFO("LibNfc:P2P Receive In Progress");
313 PHDBG_INFO("LibNfc:P2P send In Progress");
  /external/webkit/Source/WebCore/page/animation/
AnimationBase.h 129 double progress(double scale, double offset, const TimingFunction*) const;
218 static bool blendProperties(const AnimationBase* anim, int prop, RenderStyle* dst, const RenderStyle* a, const RenderStyle* b, double progress);
  /external/webkit/Source/WebCore/rendering/
RenderThemeMac.h 90 // Returns the repeat interval of the animation for the progress bar.
92 // Returns the duration of the animation for the progress bar.
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebCache.cpp 169 // Code ERR_IO_PENDING indicates that the operation is still in progress and
188 // Code ERR_IO_PENDING indicates that the operation is still in progress and
  /external/webkit/Source/WebKit/efl/ewk/
ewk_frame.h 56 * - "load,progress", double*: load progress changed (overall value
  /frameworks/av/include/media/stagefright/
MetaData.h 109 // Track authoring progress status
110 // kKeyTrackTimeStatus is used to track progress in elapsed time
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalFunctions.h 314 * @param pProgress (IN) Effect progress
330 * @param pProgress (IN) Effect progress
  /frameworks/base/docs/html/guide/practices/app-design/
responsiveness.jd 130 user input, show that progress is being made ({@link
138 indicate somehow that progress is being made, lest the user perceive that
  /frameworks/base/docs/html/guide/practices/
responsiveness.jd 130 user input, show that progress is being made ({@link
138 indicate somehow that progress is being made, lest the user perceive that
  /frameworks/base/docs/html/guide/topics/ui/layout/
listview.jd 88 // Create a progress bar to display while the list loads
95 // Must add the progress bar to the root of the layout
  /frameworks/base/telephony/java/com/android/internal/telephony/
ITelephony.aidl 48 * If there is currently a call in progress, show the call screen.
70 * End call if there is a call in progress, otherwise does nothing.

Completed in 510 milliseconds

<<31323334353637383940>>