/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
metered_stream_unittest.py | 72 m.progress("progress") 74 exp.append('progress') 77 # now check that a write() does overwrite the progress bar 109 m.progress("dropped")
|
/frameworks/base/docs/html/training/improving-layouts/ |
smooth-scrolling.jd | 49 progress spinner in place of the images while they are loading.</p> 67 // progress and set and show the image 68 v.progress.setVisibility(View.GONE); 102 ProgressBar progress; 114 holder.progress = (ProgressBar) convertView.findViewById(R.id.progress_spinner);
|
/ndk/tests/device/test-gnustl-full/unit/cppunit/ |
cppunit_mini.h | 38 virtual void progress( const char * /*in_className*/, const char * /*in_testName*/, bool /*ignored*/, bool /* explicit */) {} function in class:Reporter 86 virtual void progress(const char *in_className, const char *in_functionName, bool ignored, bool explicitTest) { function in class:TestCase 89 m_reporter->progress(in_className, in_functionName, ignored, explicitTest); 155 progress(className, #X, ignoring || !shouldRun, !ignoring && Y); \ 174 progress(className, #X, ignoring || !shouldRun, !ignoring && Y); \
|
/ndk/tests/device/test-stlport/unit/cppunit/ |
cppunit_mini.h | 38 virtual void progress( const char * /*in_className*/, const char * /*in_testName*/, bool /*ignored*/, bool /* explicit */) {} function in class:Reporter 86 virtual void progress(const char *in_className, const char *in_functionName, bool ignored, bool explicitTest) { function in class:TestCase 89 m_reporter->progress(in_className, in_functionName, ignored, explicitTest); 155 progress(className, #X, ignoring || !shouldRun, !ignoring && Y); \ 174 progress(className, #X, ignoring || !shouldRun, !ignoring && Y); \
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
PositionController.java | 62 // faster for Animatable.advanceAnimation() to calculate the progress 118 // A scaling gesture is in progress. 1387 float progress; local [all...] |
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteSession.java | 68 * and there is no explicit transaction currently in progress. An implicit transaction 236 * Returns true if the session has a transaction in progress. 238 * @return True if the session has a transaction in progress. 245 * Returns true if the session has a nested transaction in progress. 247 * @return True if the session has a nested transaction in progress. 265 * Transactions may nest. If the transaction is not in progress, 283 * @param cancellationSignal A signal to cancel the operation in progress, or null if none. 387 * @param cancellationSignal A signal to cancel the operation in progress, or null if none. 468 * a transaction in progress. When this method returns, there will 469 * still be a transaction in progress, either the same one as befor [all...] |
/packages/apps/Email/src/com/android/email/ |
Controller.java | [all...] |
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
content_setting_decoration.mm | 46 // it should be 1.0 (100%) when the progress is 0.2. 78 double progress_; // Counter, [0..1], with aninmation progress. 82 // [0..1], the current progress of the animation. -animationState will return 83 // |kNoAnimation| when progress is <= 0 or >= 1. Useful when state is 86 @property (readonly, nonatomic) double progress; 104 @synthesize progress = progress_; 143 // Increment animation progress, normalized to [0..1]. 298 // animation. The width is based on the animator's progress. 304 CGFloat progress = [animation_ progress]; [all...] |
/external/icu4c/common/ |
caniter.cpp | 245 //if (PROGRESS) printf("SEGMENT\n"); 269 //if (PROGRESS) printf("Permute: %s\n", UToS(Tr(source))); 331 //if (PROGRESS) printf(" Piece: %s\n", UToS(*chStr)); 386 //if (PROGRESS) printf("Adding Permutation: %s\n", UToS(Tr(*possible))); 390 //if (PROGRESS) printf("-Skipping Permutation: %s\n", UToS(Tr(*possible))); 436 //if (PROGRESS) printf("Adding: %s\n", UToS(Tr(segment))); 479 //if (PROGRESS) printf("Adding: %s\n", UToS(Tr(*toAdd))); 500 //if (PROGRESS) printf(" extract: %s, ", UToS(Tr(UnicodeString(comp)))); 501 //if (PROGRESS) printf("%s, %i\n", UToS(Tr(segment)), segmentPos); 527 //if (PROGRESS) printf(" matches: %s\n", UToS(Tr(UnicodeString(cp)))) [all...] |
/external/jpeg/ |
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...] |
/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
|
/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/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/apps/Phone/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 -->
|
/sdk/emulator/opengl/tests/ut_renderer/ |
RenderingThread.cpp | 352 bool progress = true; local 353 while (progress) { 354 progress = false; 359 progress = true; 368 progress = true; 376 progress = true;
|
/external/libnfc-nxp/src/ |
phLibNfc.h | 408 * \param NFCSTATUS_SHUTDOWN Shutdown in progress. 431 * \param NFCSTATUS_SHUTDOWN Shutdown in progress. 453 * \param NFCSTATUS_SHUTDOWN Ioctl operation failed because Shutdown in progress. 486 * \param NFCSTATUS_SHUTDOWN Transceive operation failed because Shutdown in progress. 564 * \param NFCSTATUS_SHUTDOWN Registration failed because shutdown in progress. 591 * \param NFCSTATUS_SHUTDOWN Activation failed because shutdown in progress. 616 * \param NFCSTATUS_SHUTDOWN Shutdown in progress. 644 * Shutdown in progress. 673 * \param NFCSTATUS_SHUTDOWN Indicates shutdown in progress. [all...] |
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/ |
AuthenticatorActivity.java | 65 /** Keep track of the progress dialog so we can dismiss it */ 134 // We save off the progress dialog in a field so that we can dismiss 156 // Show a progress dialog, and kick off a background task to perform 224 // Hide the progress dialog 253 // Hide the progress dialog 276 * Shows the progress UI for a lengthy operation. 283 * Hides the progress UI for a lengthy operation. 321 // button in the progress dialog), then call back into the
|
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/ |
AsyncTask.java | 68 * types, called <code>Params</code>, <code>Progress</code> and <code>Result</code>, 99 * protected void onProgressUpdate(Integer... progress) { 100 * setProgressPercent(progress[0]); 119 * <li><code>Progress</code>, the type of the progress units published during 135 * showing a progress bar in the user interface.</li> 142 * of progress. These values are published on the UI thread, in the 146 * undefined. This method is used to display any form of progress in the user 148 * it can be used to animate a progress bar or show logs in a text field.</li> 197 public abstract class AsyncTask<Params, Progress, Result> [all...] |