/external/lzma/CPP/7zip/Compress/ |
Lzma2Decoder.cpp | 77 const UInt64 *outSize, ICompressProgressInfo *progress)
137 if (progress != NULL)
139 RINOK(progress->SetRatioInfo(&_inSizeProcessed, &_outSizeProcessed));
|
LzmaEncoder.cpp | 133 const UInt64 * /* inSize */, const UInt64 * /* outSize */, ICompressProgressInfo *progress)
137 CCompressProgressWrap progressWrap(progress);
139 SRes res = LzmaEnc_Encode(_encoder, &outWrap.p, &inWrap.p, progress ? &progressWrap.p : NULL, &g_Alloc, &g_BigAlloc);
|
/external/mesa3d/src/glsl/ |
lower_variable_index_to_cond_assign.cpp | 135 progress(false) 146 this->progress = true; 153 bool progress; member in class:deref_replacer 211 assert(r.progress); 336 this->progress = false; 343 bool progress; member in class:variable_index_to_cond_assign_visitor 489 this->progress = true; 504 this->progress = true; 523 /* Continue lowering until no progress is made. If there are multiple 530 v.progress = false [all...] |
/external/qemu/distrib/jpeg-6b/ |
rdbmp.c | 195 cd_progress_ptr progress = (cd_progress_ptr) cinfo->progress; local 199 if (progress != NULL) { 200 progress->pub.pass_counter = (long) row; 201 progress->pub.pass_limit = (long) cinfo->image_height; 202 (*progress->pub.progress_monitor) ((j_common_ptr) cinfo); 215 if (progress != NULL) 216 progress->completed_extra_passes++; 388 if (cinfo->progress != NULL) { 389 cd_progress_ptr progress = (cd_progress_ptr) cinfo->progress local [all...] |
rdtarga.c | 304 cd_progress_ptr progress = (cd_progress_ptr) cinfo->progress; local 308 if (progress != NULL) { 309 progress->pub.pass_counter = (long) row; 310 progress->pub.pass_limit = (long) cinfo->image_height; 311 (*progress->pub.progress_monitor) ((j_common_ptr) cinfo); 317 if (progress != NULL) 318 progress->completed_extra_passes++; 427 if (cinfo->progress != NULL) { 428 cd_progress_ptr progress = (cd_progress_ptr) cinfo->progress local [all...] |
wrbmp.c | 352 cd_progress_ptr progress = (cd_progress_ptr) cinfo->progress; local 362 if (progress != NULL) { 363 progress->pub.pass_counter = (long) (cinfo->output_height - row); 364 progress->pub.pass_limit = (long) cinfo->output_height; 365 (*progress->pub.progress_monitor) ((j_common_ptr) cinfo); 375 if (progress != NULL) 376 progress->completed_extra_passes++; 429 if (cinfo->progress != NULL) { 430 cd_progress_ptr progress = (cd_progress_ptr) cinfo->progress local [all...] |
/libcore/luni/src/main/java/java/nio/channels/ |
GatheringByteChannel.java | 42 * operation is in progress. The interrupt state of the calling 63 * If a write operation is in progress, subsequent threads will block until 80 * operation is in progress. The interrupt state of the calling
|
ScatteringByteChannel.java | 42 * operation is in progress. The interrupt state of the calling 59 * If a read operation is in progress, subsequent threads will block until 74 * operation is in progress. The interrupt state of the calling
|
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
ItemOperationsParser.java | 104 * @param callback A {@link ProgressCallback} to use to send progress updates to the UI. 122 // Keep track of how much we've read for progress callback 133 // Report progress back to the UI
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
ImageSavingTask.java | 143 UpdateProgress progress = (UpdateProgress) message; local 144 mProcessingService.updateProgress(progress.max, progress.current);
|
/packages/apps/UnifiedEmail/src/com/android/mail/ |
MinTimeProgressView.java | 26 * dismissed before showing. Once visible, the progress bar will be visible for 76 // The progress spinner has been shown long enough 81 // The progress spinner is shown, but not long enough,
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ConversationViewProgressController.java | 32 * <p>Controller to handle showing and hiding progress in the conversation views.</p> 90 * Begin the fade-out animation to hide the Progress overlay, either immediately or after some 91 * timeout (to ensure that the progress minimum time elapses).
|
/external/chromium/chrome/browser/cocoa/ |
keystone_glue.h | 25 kAutoupdateRegistering, // no version (asynchronous operation in progress) 27 kAutoupdateChecking, // no version (asynchronous operation in progress) 30 kAutoupdateInstalling, // no version (asynchronous operation in progress) 32 kAutoupdatePromoting, // no version (asynchronous operation in progress) 98 // YES if a synchronous promotion operation is in progress (promotion during 128 // installation attempt is currently in progress.
|
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/ |
operation_manager.cc | 137 int progress) { 139 DVLOG(2) << "progress - " << stage << " at " << progress << "%"; local 143 info.percent_complete = progress; 169 int progress, 178 info.percent_complete = progress;
|
/external/chromium_org/chrome/browser/mac/ |
keystone_glue.h | 24 kAutoupdateRegistering, // no version (asynchronous operation in progress) 26 kAutoupdateChecking, // no version (asynchronous operation in progress) 29 kAutoupdateInstalling, // no version (asynchronous operation in progress) 31 kAutoupdatePromoting, // no version (asynchronous operation in progress) 98 // YES if a synchronous promotion operation is in progress (promotion during 128 // installation attempt is currently in progress.
|
/external/chromium_org/chrome/browser/ui/gtk/download/ |
download_item_gtk.h | 73 // Functions for controlling the progress animation. 74 // Repaint the download progress. 157 // The widget that contains the name of the download and the progress 187 // The widget that contains the animation progress and the file's icon 214 // Progress animation. 234 // For canceling an in progress icon request.
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/cube/ |
example.js | 92 listenerDiv.addEventListener('progress', moduleLoadProgress, true); 119 var bar = $('progress-bar'); 126 * Hide the status field and progress bar. 142 * Called when the plugin reports progress events. 147 $('progress').style.display = 'block'; 150 var bar = $('progress-bar');
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/earth/ |
example.js | 92 listenerDiv.addEventListener('progress', moduleLoadProgress, true); 119 var bar = $('progress-bar'); 127 * Hide the status field and progress bar. 143 * Called when the plugin reports progress events. 148 $('progress').style.display = 'block'; 151 var bar = $('progress-bar');
|
/external/chromium_org/ppapi/api/ |
ppb_url_loader.idl | 105 * GetUploadProgress() returns the current upload progress (which is 106 * meaningful after Open() has been called). Progress only refers to the 118 * @return <code>PP_TRUE</code> if the upload progress is available, 128 * GetDownloadProgress() returns the current download progress, which is 129 * meaningful after Open() has been called. Progress only refers to the 143 * @return <code>PP_TRUE</code> if the download progress is available,
|
/external/chromium_org/ppapi/cpp/ |
url_loader.h | 78 /// This function returns the current upload progress (which is only 79 /// meaningful after Open() has been called). Progress only refers to the 90 /// @return true if the upload progress is available, false if it is not 95 /// This function returns the current download progress, which is meaningful 96 /// after Open() has been called. Progress only refers to the response body 109 /// @return true if the download progress is available, false if it is
|
/external/chromium_org/ui/app_list/views/ |
page_switcher.cc | 254 double progress = model_->transition().progress; local 255 double remaining = progress - 1; 259 progress = -progress; 264 GetButtonByIndex(buttons_, target_page)->SetSelectedRange(progress);
|
/external/chromium_org/webkit/browser/appcache/ |
appcache_response.h | 131 // and there is a read in progress, the implementation will return 147 // Should only be called where there is no Read operation in progress. 158 // Should only be called where there is no Read operation in progress. 194 // and there is a write in progress, the implementation will return 208 // Should only be called where there is no Write operation in progress. 219 // Should only be called where there is no Write operation in progress.
|
/external/llvm/tools/bugpoint/ |
ListReducer.h | 91 // If the loop doesn't make satisfying progress, try shuffling. 105 // probability of inifinite looping without making progress. 125 // Reset progress treshold and progress counter 133 // Reset progress treshold and progress counter
|
/libcore/luni/src/main/java/java/util/jar/ |
Pack200.java | 160 * packer progress as a percentage. 162 static final String PROGRESS = "pack.progress"; 256 * the progress as a {@code percentage}. 258 static final String PROGRESS = "unpack.progress";
|
/packages/services/Telephony/res/layout/ |
otacall_card.xml | 27 - Progress status message 28 - Progress bar 34 (depending on whether we're in the listen/progress state 81 <!-- Progress status message, e.g. "Please wait while your phone 91 <!-- Progress bar --> 165 <!-- (3) OTA listen/progress buttons -->
|