/packages/apps/MusicFX/res/drawable/ |
progress_vertical.xml | 47 <item android:id="@android:id/progress">
|
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
ScrollViewListener.java | 37 * Scroll in progress
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/ |
mce.h | 17 #define MCG_STATUS_MCIP (1UL<<2) /* machine check in progress */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
mce.h | 17 #define MCG_STATUS_MCIP (1UL<<2) /* machine check in progress */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
mce.h | 17 #define MCG_STATUS_MCIP (1UL<<2) /* machine check in progress */
|
/external/chromium/chrome/browser/download/ |
download_util.cc | 352 // Download progress painting -------------------------------------------------- 354 // Common bitmaps used for download progress animations. We load them once the 355 // first time we do a progress paint, then reuse them as they are always the 401 // Draw the background progress image. 408 // Layer the foreground progress image in an arc proportional to the download 409 // progress. The arc grows clockwise, starting in the midnight position, as 685 // string we'll end up using for constructing the final progress string. 724 float progress) { 726 // Taskbar progress bar is only supported on Win7. 744 // Iterate through all the browser windows, and draw the progress bar [all...] |
/external/chromium/chrome/browser/resources/ |
mediaplayer.html | 40 .progress { 328 var progress = $('progress'); 329 progress.value = (current*100)/duration; 331 played.style.width = '' + progress.value + '%'; 332 if (progress.value == 100) { 375 mediaElement.removeEventListener("progress", onLoadedProgress, true); 401 element.addEventListener("progress", onLoadedProgress, true); 458 var val = $('progress').value; 461 var current = (progress.value * element.duration)/100 [all...] |
/external/chromium/chrome/browser/speech/ |
speech_input_bubble.h | 25 // progress events. The popup is closed by the user clicking anywhere outside 86 // Indicates to the user that audio recording is in progress. If the bubble is 90 // Indicates to the user that recognition is in progress. If the bubble is
|
/external/chromium/chrome/browser/sync/engine/ |
process_updates_command.cc | 47 const sessions::UpdateProgress& progress(status->update_progress()); 49 for (it = progress.VerifiedUpdatesBegin(); 50 it != progress.VerifiedUpdatesEnd();
|
/external/chromium/net/base/ |
bandwidth_metrics.h | 18 // measure, this class needs to know when individual streams are in progress, 25 // progress concurrently, you have to look at the aggregate bandwidth at any 111 int num_streams_in_progress_; // The number of streams in progress.
|
/external/jpeg/ |
cdjpeg.h | 76 * about these passes, but we'd like them to be counted by the progress 77 * monitor. We use an expanded progress monitor object to hold the 147 cd_progress_ptr progress));
|
/external/libmtp/examples/ |
pathutils.c | 116 int progress (const uint64_t sent, const uint64_t total, void const * const data) function 120 printf("Progress: %I64u of %I64u (%d%%)\r", sent, total, percent); 122 printf("Progress: %llu of %llu (%d%%)\r", sent, total, percent);
|
/external/mockito/src/org/mockito/internal/ |
MockitoCore.java | 14 import org.mockito.internal.progress.IOngoingStubbing;
15 import org.mockito.internal.progress.MockingProgress;
16 import org.mockito.internal.progress.ThreadSafeMockingProgress;
|
/external/openssh/ |
scp.0 | 32 progress meter. 127 -q Quiet mode: disables the progress meter as well as warning and 138 about their progress. This is helpful in debugging connection,
|
scp.1 | 82 Note that this option disables the progress meter. 193 Quiet mode: disables the progress meter as well as warning and diagnostic 214 to print debugging messages about their progress.
|
/external/qemu/android/ |
async-utils.h | 228 /* Stops connection in progress. 230 * 0 if connection in progress has been stopped, or -1 if no connection has been 231 * in progress.
|
/external/qemu/distrib/jpeg-6b/ |
cdjpeg.h | 76 * about these passes, but we'd like them to be counted by the progress 77 * monitor. We use an expanded progress monitor object to hold the 147 cd_progress_ptr progress));
|
/external/webkit/Source/WebCore/platform/ |
Length.h | 177 Length blend(const Length& from, float progress) const 193 return Length(fromPercent + (toPercent - fromPercent) * progress, Percent); 198 return Length(fromValue + (toValue - fromValue) * progress, resultType);
|
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/ |
PowerTestActivity.java | 158 int progress = webView.getProgress(); local 160 Log.v(LOGTAG, "Page timeout triggered, progress = " + progress);
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Mosaic.cpp | 192 int Mosaic::createMosaic(float &progress, bool &cancelComputation) 197 progress = TIME_PERCENT_ALIGN + TIME_PERCENT_BLEND 216 mosaicWidth, mosaicHeight, progress, cancelComputation);
|
Mosaic.h | 116 * \param progress Variable to set the current progress in. 119 int createMosaic(float &progress, bool &cancelComputation);
|
/packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/ |
Mosaic.cpp | 192 int Mosaic::createMosaic(float &progress, bool &cancelComputation) 197 progress = TIME_PERCENT_ALIGN + TIME_PERCENT_BLEND 216 mosaicWidth, mosaicHeight, progress, cancelComputation);
|
Mosaic.h | 116 * \param progress Variable to set the current progress in. 119 int createMosaic(float &progress, bool &cancelComputation);
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
TimeBar.java | 33 * The time bar view, which includes the current and total time, the progress 56 // the bars we use for displaying the progress 194 // draw progress bars
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Mosaic.cpp | 179 int Mosaic::createMosaic(float &progress, bool &cancelComputation) 184 progress = TIME_PERCENT_ALIGN + TIME_PERCENT_BLEND 203 mosaicWidth, mosaicHeight, progress, cancelComputation);
|