HomeSort by relevance Sort by last modified time
    Searched defs:progress (Results 276 - 300 of 420) sorted by null

<<11121314151617

  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp 41 UInt64 position, UInt64 size, ICompressProgressInfo *progress)
51 RINOK(copyCoder->Code(inStreamLimited, outStream, NULL, NULL, progress));
799 CMyComPtr<ICompressProgressInfo> progress = lps; local
911 db->GetFolderStreamPos(folderIndex, 0), packSize, progress));
964 archive.SeqStream, newDatabase.PackSizes, progress));
1077 archive.SeqStream, newDatabase.PackSizes, progress));
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp 2962 bool progress; local
    [all...]
  /external/openssl/ssl/
ssltest.c 1413 int progress = 0; local
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ProgressBarCompat.java 63 android.R.attr.progress,
172 (id == android.R.id.progress || id == android.R.id.secondaryProgress));
232 * Initialize the progress bar's default values:
235 * <li>progress = 0</li>
257 * <p>Indicate whether this progress bar is in indeterminate mode.</p>
259 * @return true if the progress bar is in indeterminate mode
266 * <p>Change the indeterminate mode for this progress bar. In indeterminate
267 * mode, the progress is ignored and the progress bar shows an infinite
270 * If this progress bar's style only supports indeterminate mode (such as the circula
842 int progress; field in class:ProgressBarCompat.SavedState
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BaseUi.java 107 // the video progress view
232 int progress = tab.getLoadProgress(); local
234 mTitleBar.setProgress(progress);
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
ProgressBar.java 59 * Visual indicator of progress in some operation. Displays a bar to the user
61 * change the amount of progress (modifying the length of the bar) as it moves
62 * forward. There is also a secondary progress displayable on a progress bar
63 * which is useful for displaying intermediate progress, such as the buffer
64 * level during a streaming playback progress bar.
68 * A progress bar can also be made indeterminate. In indeterminate mode, the
69 * progress bar shows a cyclic animation without an indication of progress. This mode is used by
70 * applications when the length of the task is unknown. The indeterminate progress bar can be eithe
1032 int progress; field in class:ProgressBar.SavedState
    [all...]
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 84 * -e "com.android.settings.CryptKeeper.DEBUG_FORCE_VIEW" "progress" \
93 /** Message sent to us to indicate encryption update progress. */
111 private static final String FORCE_VIEW_PROGRESS = "progress";
431 final String progress = SystemProperties.get("vold.encrypt_progress"); local
432 if (!"".equals(progress) || isDebugView(FORCE_VIEW_PROGRESS)) {
533 Log.d(TAG, "Encryption progress screen initializing.");
544 // Start the first run of progress manually. This method sets up messages to occur at
602 // Force a 50% progress state when debugging the view.
605 Log.w(TAG, "Error parsing progress: " + e.toString());
607 String progress = Integer.toString(percent) local
    [all...]
TrustedCredentialsSettings.java 95 private Tab(String tag, int label, int view, int progress, int list, int expandableList,
100 mProgress = progress;
422 // First we get all aliases for all profiles in order to show progress
427 int progress = 0; local
455 publishProgress(++progress, max);
470 int progress = progressAndMax[0]; local
475 mProgressBar.setProgress(progress);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 407 final ProgressBar progress = (ProgressBar) mRootView.findViewById(android.R.id.progress); local
408 progress.setProgress(gaugeValue);
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/genwqe/
genwqe_card.h 247 __u32 progress; member in struct:genwqe_bitstream
289 __u32 progress; member in struct:genwqe_ddcb_cmd
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/genwqe/
genwqe_card.h 247 __u32 progress; member in struct:genwqe_bitstream
289 __u32 progress; member in struct:genwqe_ddcb_cmd
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/genwqe/
genwqe_card.h 247 __u32 progress; member in struct:genwqe_bitstream
289 __u32 progress; member in struct:genwqe_ddcb_cmd
  /bionic/libc/kernel/uapi/linux/
btrfs.h 111 struct btrfs_scrub_progress progress; member in struct:btrfs_ioctl_scrub_args
362 __u64 progress; member in struct:btrfs_ioctl_quota_rescan_args
  /development/ndk/platforms/android-L/include/linux/
btrfs.h 111 struct btrfs_scrub_progress progress; member in struct:btrfs_ioctl_scrub_args
336 __u64 progress; member in struct:btrfs_ioctl_quota_rescan_args
  /external/chromium_org/pdf/
instance.cc 1615 double progress = 0.0; local
    [all...]
  /external/kernel-headers/original/uapi/linux/
btrfs.h 82 * structure to report errors and progress to userspace, either as a
83 * result of a finished scrub, a canceled scrub or a progress inquiry
124 struct btrfs_scrub_progress progress; /* out */ member in struct:btrfs_ioctl_scrub_args
217 /* report balance progress to userspace */
418 __u64 progress; member in struct:btrfs_ioctl_quota_rescan_args
515 "in progress";
  /external/lzma/Java/SevenZip/Compression/LZMA/
Encoder.java     [all...]
  /frameworks/base/core/java/android/widget/
ProgressBar.java 66 * Visual indicator of progress in some operation. Displays a bar to the user
68 * change the amount of progress (modifying the length of the bar) as it moves
69 * forward. There is also a secondary progress displayable on a progress bar
70 * which is useful for displaying intermediate progress, such as the buffer
71 * level during a streaming playback progress bar.
75 * A progress bar can also be made indeterminate. In indeterminate mode, the
76 * progress bar shows a cyclic animation without an indication of progress. This mode is used by
77 * applications when the length of the task is unknown. The indeterminate progress bar can be eithe
1179 public float progress; field in class:ProgressBar.RefreshData
1755 int progress; field in class:ProgressBar.SavedState
    [all...]
  /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...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
btrfs.h 111 struct btrfs_scrub_progress progress; member in struct:btrfs_ioctl_scrub_args
362 __u64 progress; member in struct:btrfs_ioctl_quota_rescan_args
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
btrfs.h 111 struct btrfs_scrub_progress progress; member in struct:btrfs_ioctl_scrub_args
362 __u64 progress; member in struct:btrfs_ioctl_quota_rescan_args
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
btrfs.h 111 struct btrfs_scrub_progress progress; member in struct:btrfs_ioctl_scrub_args
362 __u64 progress; member in struct:btrfs_ioctl_quota_rescan_args
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 149 private JProgressBar progress; field in class:Workspace
426 progress = new JProgressBar();
427 progress.setVisible(false);
428 progress.setIndeterminate(true);
429 progress.putClientProperty("JComponent.sizeVariant", "mini");
430 progress.putClientProperty("JProgressBar.style", "circular");
431 rightSide.add(progress);
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.cc 167 // minimum progress value.
717 // Reload the page if a load is currently in progress to avoid having
3091 double progress = 0.0; local
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlregexp.c 3767 int progress = 1; local
    [all...]

Completed in 2321 milliseconds

<<11121314151617