HomeSort by relevance Sort by last modified time
    Searched full:progress (Results 626 - 650 of 2620) sorted by null

<<21222324252627282930>>

  /cts/tests/tests/os/src/android/os/cts/
AsyncTaskTest.java 65 // executed yet and the progress update may not have been processed. Wait until the task
75 // wait for progress update to be processed (happens asynchronously)
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimationSeeking.java 79 public void onProgressChanged(SeekBar seekBar, int progress,
83 animView.seek(progress);
  /external/chromium/chrome/browser/resources/options/
import_data_overlay.js 155 * Update the UI to reflect whether an import operation is in progress.
156 * @param {boolean} state True if an import operation is in progress.
  /external/chromium/chrome/browser/speech/
speech_input_bubble_controller.h 62 // Indicates to the user that audio recording is in progress. This also makes
66 // Indicates to the user that recognition is in progress. If the bubble is
  /external/chromium/chrome/browser/ui/cocoa/
cocoa_test_helper.mm 125 // reset if progress is made.
154 // If no progress is being made, log a failure and continue.
  /external/chromium/chrome/browser/ui/gtk/importer/
import_progress_dialog_gtk.cc 23 // Windows version of this has fancy throbbers to indicate progress. Here
51 // In headless mode it means that we don't show the progress window, but it
  /external/chromium/chrome/browser/ui/webui/options/
cookies_view_handler.cc 83 // Skip if there is a batch update in progress.
107 // Skip if there is a batch update in progress.
  /external/chromium/net/base/
file_stream.h 82 // progress. That will cancel the read and allow the buffer to be freed.
110 // progress. That will cancel the write and allow the buffer to be freed.
  /external/chromium/net/udp/
udp_socket_libevent.h 71 // Returns a net error code, or ERR_IO_PENDING if the IO is in progress.
85 // Returns a net error code, or ERR_IO_PENDING if the IO is in progress.
udp_socket_win.h 73 // Returns a net error code, or ERR_IO_PENDING if the IO is in progress.
87 // Returns a net error code, or ERR_IO_PENDING if the IO is in progress.
  /external/e2fsprogs/e2fsck/
e2fsck.c 221 if (ctx->progress)
222 (void) (ctx->progress)(ctx, 0, 0, 0);
  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerTest.java 120 // seed the map, so its segments have a count>0; otherwise, clear() won't visit the in-progress
152 // keys and values. (An earlier bug saw removal notifications for in-progress computations,
  /external/icu4c/common/unicode/
ucnv_err.h 226 * @param fromUArgs Information about the conversion in progress
251 * @param toUArgs Information about the conversion in progress
276 * @param fromUArgs Information about the conversion in progress
305 * @param fromUArgs Information about the conversion in progress
362 * @param fromUArgs Information about the conversion in progress
391 * @param toUArgs Information about the conversion in progress
417 * @param toUArgs Information about the conversion in progress
442 * @param toUArgs Information about the conversion in progress
  /external/kernel-headers/original/asm-generic/
errno.h 87 #define EALREADY 114 /* Operation already in progress */
88 #define EINPROGRESS 115 /* Operation now in progress */
  /external/kernel-headers/original/asm-mips/
errno.h 103 #define EALREADY 149 /* Operation already in progress */
104 #define EINPROGRESS 150 /* Operation now in progress */
  /external/marisa-trie/v0_1_5/vs2008/libmarisa_alpha/
libmarisa_alpha.vcproj 168 RelativePath="..\..\lib\marisa_alpha\progress.cc"
246 RelativePath="..\..\lib\marisa_alpha\progress.h"
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macos/
SDL_syscdrom_c.h 68 #define kStatusPlaying 0 /* Audio Play operation in progress */
70 #define kStatusMuted 2 /* MUTING-ON operation in progress */
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucnv_err.h 219 * @param fromUArgs Information about the conversion in progress
244 * @param toUArgs Information about the conversion in progress
269 * @param fromUArgs Information about the conversion in progress
298 * @param fromUArgs Information about the conversion in progress
355 * @param fromUArgs Information about the conversion in progress
384 * @param toUArgs Information about the conversion in progress
410 * @param toUArgs Information about the conversion in progress
435 * @param toUArgs Information about the conversion in progress
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ucnv_err.h 219 * @param fromUArgs Information about the conversion in progress
244 * @param toUArgs Information about the conversion in progress
269 * @param fromUArgs Information about the conversion in progress
298 * @param fromUArgs Information about the conversion in progress
355 * @param fromUArgs Information about the conversion in progress
384 * @param toUArgs Information about the conversion in progress
410 * @param toUArgs Information about the conversion in progress
435 * @param toUArgs Information about the conversion in progress
  /external/webkit/Source/WebCore/css/
html.css 384 input, textarea, keygen, select, button, isindex, meter, progress {
711 /* progress */
713 progress {
714 -webkit-appearance: progress-bar;
722 progress::-webkit-progress-bar {
728 progress::-webkit-progress-value {
  /external/webkit/Source/WebCore/icu/unicode/
ucnv_err.h 219 * @param fromUArgs Information about the conversion in progress
244 * @param toUArgs Information about the conversion in progress
269 * @param fromUArgs Information about the conversion in progress
298 * @param fromUArgs Information about the conversion in progress
355 * @param fromUArgs Information about the conversion in progress
384 * @param toUArgs Information about the conversion in progress
410 * @param toUArgs Information about the conversion in progress
435 * @param toUArgs Information about the conversion in progress
  /external/webkit/Source/WebCore/loader/icon/
IconLoader.cpp 118 // After it is resolved, we can restore an assertion that the load is in progress if ::didFail() is called
140 // After it is resolved, we can restore an assertion that the load is in progress if ::didFail() is called
  /external/webkit/Source/WebCore/manual-tests/
cursor.html 29 <div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: progress">progress</div>
  /external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.h 142 // Returns the repeat interval of the animation for the progress bar.
144 // Returns the duration of the animation for the progress bar.
  /external/webkit/Source/WebCore/svg/
SVGPathParserFactory.cpp 235 bool SVGPathParserFactory::buildAnimatedSVGPathByteStream(SVGPathByteStream* fromStream, SVGPathByteStream* toStream, OwnPtr<SVGPathByteStream>& result, float progress)
248 bool ok = blender->blendAnimatedPath(progress, fromSource.get(), toSource.get(), builder);

Completed in 1948 milliseconds

<<21222324252627282930>>