/prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/sys/ |
_errdefs.h | 150 __BIONIC_ERRDEF( EALREADY , 114, "Operation already in progress" ) 151 __BIONIC_ERRDEF( EINPROGRESS , 115, "Operation now in progress" )
|
/prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/sys/ |
_errdefs.h | 150 __BIONIC_ERRDEF( EALREADY , 114, "Operation already in progress" ) 151 __BIONIC_ERRDEF( EINPROGRESS , 115, "Operation now in progress" )
|
/prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/sys/ |
_errdefs.h | 150 __BIONIC_ERRDEF( EALREADY , 114, "Operation already in progress" ) 151 __BIONIC_ERRDEF( EINPROGRESS , 115, "Operation now in progress" )
|
/prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/sys/ |
_errdefs.h | 150 __BIONIC_ERRDEF( EALREADY , 114, "Operation already in progress" ) 151 __BIONIC_ERRDEF( EINPROGRESS , 115, "Operation now in progress" )
|
/prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/sys/ |
_errdefs.h | 150 __BIONIC_ERRDEF( EALREADY , 114, "Operation already in progress" ) 151 __BIONIC_ERRDEF( EINPROGRESS , 115, "Operation now in progress" )
|
/prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/sys/ |
_errdefs.h | 150 __BIONIC_ERRDEF( EALREADY , 114, "Operation already in progress" ) 151 __BIONIC_ERRDEF( EINPROGRESS , 115, "Operation now in progress" )
|
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/sys/ |
_errdefs.h | 150 __BIONIC_ERRDEF( EALREADY , 114, "Operation already in progress" ) 151 __BIONIC_ERRDEF( EINPROGRESS , 115, "Operation now in progress" )
|
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/sys/ |
_errdefs.h | 150 __BIONIC_ERRDEF( EALREADY , 114, "Operation already in progress" ) 151 __BIONIC_ERRDEF( EINPROGRESS , 115, "Operation now in progress" )
|
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/sys/ |
_errdefs.h | 150 __BIONIC_ERRDEF( EALREADY , 114, "Operation already in progress" ) 151 __BIONIC_ERRDEF( EINPROGRESS , 115, "Operation now in progress" )
|
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/sys/ |
_errdefs.h | 150 __BIONIC_ERRDEF( EALREADY , 114, "Operation already in progress" ) 151 __BIONIC_ERRDEF( EINPROGRESS , 115, "Operation now in progress" )
|
/external/libvpx/ |
vpxdec.c | 76 static const arg_def_t progressarg = ARG_DEF(NULL, "progress", 0, 77 "Show progress after each frame decodes"); 703 int frame_in = 0, frame_out = 0, flipuv = 0, noblit = 0, do_md5 = 0, progress = 0; local 769 progress = 1; 1043 if (progress) 1099 if (summary || progress) [all...] |
/external/webkit/Tools/EWebLauncher/ |
main.c | 242 title_set(Ecore_Evas *ee, const char *title, int progress) 254 if (progress < 100) 255 size = snprintf(label, sizeof(label), "%s (%d%%)%s%s", title, progress, separator, appname); 295 double *progress = (double *)event_info; local 297 title_set(app->ee, ewk_view_title_get(app->browser), *progress * 100); 713 evas_object_smart_callback_add(app->browser, "load,progress", on_progress, app);
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ |
SdkUpdaterNoWindow.java | 217 // progress so we want a \r at the end. 280 * Sets the max value of the progress bar. 289 // Always set the dialog's progress max to 10k since it only handles 302 * Increments the current value of the progress bar. 320 * Returns the current value of the progress bar, 472 * Creates a sub-monitor that will use up to tickCount on the progress bar.
|
/external/webkit/Source/WebCore/css/ |
CSSGradientValue.cpp | 87 static inline int blend(int from, int to, float progress) 89 return int(from + (to - from) * progress); 92 static inline Color blend(const Color& from, const Color& to, float progress) 95 return Color(blend(from.red(), to.red(), progress), 96 blend(from.green(), to.green(), progress), 97 blend(from.blue(), to.blue(), progress), 98 blend(from.alpha(), to.alpha(), progress)); [all...] |
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteConnectionPool.java | 270 + "progress. Finish all transactions and release all active " 284 // in progress. To make this clear, we throw an exception if there are 289 + "progress. Finish all transactions and release all active " 339 * @param cancellationSignal A signal to cancel the operation in progress, or null if none. 490 + "to end transactions in progress properly and to close the database " 732 // Check whether removing this waiter will enable other waiters to make progress. 770 msg.append("\nRequests in progress:\n"); [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/ |
VideoEditorPerformance.java | 518 String outFileName, int progress) { 713 public void onProgress(Object item, int action, int progress) { [all...] |
/libcore/luni/src/main/java/org/w3c/dom/ls/ |
LSParser.java | 59 * <dt>progress</dt> 61 * <code>LSParser</code> signals progress as data is parsed. This 62 * specification does not attempt to define exactly when progress events 65 * dispatch progress events: Once the parser starts receiving data, a 66 * progress event is dispatched to indicate that the parsing starts. From 67 * there on, a progress event is dispatched for every 4096 bytes of data 69 * implementations can choose to dispatch progress events at any time while
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completionvalues1-expected-completion32.txt | 127 android:indeterminateBehavior : Defines how the indeterminate mode should behave when the progress reaches max. [enum] 130 android:indeterminateOnly : Restricts to ONLY indeterminate mode (state-keeping progress mode will not work). [boolean] 151 android:max : Defines the maximum value the progress can take. [integer] 192 android:progress : Defines the default progress value, between 0 and max. [integer] 193 android:progressDrawable : Drawable used for the progress mode. [reference] 220 android:secondaryProgress : Defines the secondary progress value, between 0 and max. [integer]
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
Workspace.java | 147 private JProgressBar progress; field in class:Workspace 424 progress = new JProgressBar(); 425 progress.setVisible(false); 426 progress.setIndeterminate(true); 427 progress.putClientProperty("JComponent.sizeVariant", "mini"); 428 progress.putClientProperty("JProgressBar.style", "circular"); 429 rightSide.add(progress); [all...] |
/external/chromium/chrome/browser/ui/cocoa/ |
about_window_controller.mm | 84 // update status. -setUpdateThrobberMessage: starts a progress throbber and 240 // Show the update block while registering so that there's a progress 255 // promotion is in progress, but it should complete (or fail) very 328 // an animation is in progress. Set the window's frame to 413 // registration is in progress and subsequently that it has completed.
|
/external/chromium/chrome/browser/ui/gtk/download/ |
download_item_gtk.cc | 102 // an in-progress download that has since completed. 230 // Put the download progress icon on the left of the labels. 444 int progress = static_cast<int>((dangerous_hbox_full_width_ - local 447 int showing_width = dangerous_hbox_start_width_ + progress; 497 // Download progress animation functions. [all...] |
/frameworks/av/media/libaah_rtp/ |
aah_rx_player_substream.cpp | 113 // Do we have a buffer in progress already? If so, abort the buffer. In 116 // triggered a cleanup of the buffer in progress. To see a problem at this 120 ALOGE("processPayloadStart is aborting payload already in progress."); 286 // the buffer in progress and pack as much payload as we can into it. If 365 " in progress.");
|
/packages/apps/Email/src/com/android/email/service/ |
MailService.java | 620 long mailboxId, int progress, int numNewMessages, 624 if (result != null || progress == 100) { 629 if (progress == 100) { 640 long mailboxId, int progress, long tag) { 641 if (result != null || progress == 100) {
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
SlotView.java | 341 protected void onCalculate(float progress) { 342 mProgress = progress; 773 protected void onCalculate(float progress) { 774 mCurrent = Math.round(mFrom + progress * (mTarget - mFrom)); 775 if (progress == 1f) mEnabled = false;
|
/external/chromium/chrome/browser/download/ |
download_item.h | 136 // complete if it is in progress). 163 // to display progress when the DownloadItem should be considered complete. 366 // In progress downloads may be paused by the user, we note it here
|