HomeSort by relevance Sort by last modified time
    Searched defs:progress (Results 76 - 100 of 196) sorted by null

1 2 34 5 6 7 8

  /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/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppUtility.java 241 * Helper function to build the progress text.
247 long progress = currentBytes * 100 / totalBytes; local
249 sb.append(progress);
BluetoothOppNotification.java 120 String description; // the text above progress bar
292 float progress = 0; local
294 progress = -1;
296 progress = (float)item.totalCurrent / item.totalTotal;
309 intent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_PROGRESS, progress);
  /packages/apps/Email/src/com/android/email/service/
EmailBroadcastProcessorService.java 151 int progress = pref.getOneTimeInitializationProgress(); local
152 final int initialProgress = progress;
154 if (progress < 1) {
156 progress = 1;
163 if (progress < 2) {
165 progress = 2;
170 // Use "progress" to skip the initializations that's already done before.
174 if (progress != initialProgress) {
175 pref.setOneTimeInitializationProgress(progress);
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
ZoomControl.java 51 * The progress value has changed
53 * @param progress The progress value
56 public void onProgressChanged(int progress, boolean fromUser);
62 // Set the default maximum progress
101 * @param progress The progress
103 public void setProgress(int progress) {
104 mProgress = progress;
154 final int progress; local
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotification.java 126 long progress = download.mCurrentBytes; local
137 item.addItem(title, progress, max);
143 item.addItem(title, progress, max);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidJarLoader.java 145 * @param monitor A progress monitor. Can be null. Caller is responsible for calling done.
155 SubMonitor progress = SubMonitor.convert(monitor, taskLabel == null ? "" : taskLabel, 100); local
185 // advance 5% of whatever is allocated on the progress bar
186 progress.setWorkRemaining(100);
187 progress.worked(5);
188 progress.subTask(String.format("Preload %1$s", className));
LayoutParamsParser.java 130 * @param monitor A progress monitor. Can be null. Caller is responsible for calling done.
151 SubMonitor progress = SubMonitor.convert(monitor, 100); local
191 progress.setWorkRemaining(mGroupList.size() + mViewList.size());
195 progress.worked(1);
202 progress.worked(1);
  /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;
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsTest.java 233 ProgressBar progress = (ProgressBar) mResult.findViewById(R.id.remoteView_progress); local
234 assertEquals(100, progress.getMax());
235 assertEquals(0, progress.getProgress());
237 assertFalse(progress.isIndeterminate());
241 // make the bar indeterminate will not affect max and progress
242 assertEquals(100, progress.getMax());
243 assertEquals(0, progress.getProgress());
244 assertTrue(progress.isIndeterminate());
248 assertEquals(60, progress.getMax());
249 assertEquals(50, progress.getProgress())
393 ProgressBar progress = (ProgressBar) mResult.findViewById(R.id.remoteView_progress); local
    [all...]
ProgressBarTest.java 114 // set Progress
288 // set Progress
289 int progress = 10; local
290 progressBar.setProgress(progress);
293 int max = progress + 1;
296 assertEquals(progress, progressBar.getProgress());
298 max = progress - 1;
  /external/mesa3d/src/glsl/
lower_jumps.cpp 183 bool progress; member in struct:ir_lower_jumps_visitor
197 this->progress = false;
207 this->progress = true;
345 this->progress = true;
388 this->progress = true;
407 this->progress = true;
426 this->progress = true;
458 this->progress = true;
479 this->progress = true;
565 v.progress = false
    [all...]
  /external/webrtc/src/modules/audio_processing/test/
process_test.cc 128 printf(" --no_progress Suppress progress.\n");
167 bool progress = true; local
361 progress = false;
364 progress = false;
610 if (progress && primary_count % 100 == 0) {
790 if (progress && primary_count % 100 == 0) {
    [all...]
  /frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerTestActivity.java 157 int progress = webView.getProgress(); local
159 Log.v(LOGTAG, "Page timeout triggered, progress = " + progress);
  /frameworks/support/v4/java/android/support/v4/app/
ListFragment.java 86 * way to have the built-in indeterminant progress state be shown.
103 ProgressBar progress = new ProgressBar(context, null, local
105 pframe.addView(progress, new FrameLayout.LayoutParams(
246 * this time an indeterminant progress indicator will be shown instead.
254 * @param shown If true, the list view is shown; if false, the progress
272 * this time an indeterminant progress indicator will be shown instead.
274 * @param shown If true, the list view is shown; if false, the progress
368 // have our data right away and start with the progress indicator.
  /packages/apps/Music/src/com/android/music/
AudioPreview.java 102 mSeekBar = (SeekBar) findViewById(R.id.progress);
308 int progress = mPlayer.getCurrentPosition() / mDuration; local
332 public void onProgressChanged(SeekBar bar, int progress, boolean fromuser) {
336 mPlayer.seekTo(progress);
  /packages/apps/Settings/src/com/android/settings/
BrightnessPreference.java 123 public void onProgressChanged(SeekBar seekBar, int progress,
125 setBrightness(progress, false);
267 myState.progress = mSeekBar.getProgress();
290 setBrightness(myState.progress, false);
298 int progress; field in class:BrightnessPreference.SavedState
305 progress = source.readInt();
315 dest.writeInt(progress);
TrustedCredentialsSettings.java 74 private Tab(String tag, int label, int view, int progress, int list, boolean checkbox) {
78 mProgress = progress;
227 int progress = 0; local
236 publishProgress(++progress, max);
242 int progress = progressAndMax[0]; local
247 mProgressBar.setProgress(progress);
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
Recorder.java 105 public int progress() { method in class:Recorder
  /external/bzip2/
bzlib.c 67 "possibly monitoring progress in detail with the -vv flag.\n"
409 Bool progress; local
424 progress = handle_compress ( strm );
425 return progress ? BZ_RUN_OK : BZ_PARAM_ERROR;
446 progress = handle_compress ( strm );
456 progress = handle_compress ( strm );
457 if (!progress) return BZ_SEQUENCE_ERROR;
    [all...]
  /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...]
  /external/webkit/Source/WebCore/rendering/
RenderThemeChromiumSkia.cpp 568 double progress = renderProgress->animationProgress(); local
569 if (progress < 0.5)
570 return IntRect(rect.x() + progress * 2 * movableWidth, rect.y(), valueWidth, rect.height());
571 return IntRect(rect.x() + (1.0 - progress) * 2 * movableWidth, rect.y(), valueWidth, rect.height());
  /external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview.cpp 47 , progress(1.0)
62 qreal progress; member in class:QDeclarativeWebViewPrivate
173 the \l progress property is updated to indicate how much of the page has been
316 \qmlproperty real WebView::progress
317 This property holds the progress of loading the current URL, from 0 to 1.
319 If you just want to know when progress gets to 1, use
322 qreal QDeclarativeWebView::progress() const function in class:QDeclarativeWebView
324 return d->progress;
338 if (d->progress == p / 100.0)
340 d->progress = p / 100.0
    [all...]
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
ReliabilityTestActivity.java 161 int progress = webView.getProgress(); local
163 Log.v(LOGTAG, "Page timeout triggered, progress = " + progress);
  /packages/apps/MusicFX/src/com/android/musicfx/
ActivityMusic.java 323 public void onProgressChanged(final SeekBar seekBar, final int progress,
327 mAudioSession, ControlPanelEffect.Key.virt_strength, progress);
375 public void onProgressChanged(final SeekBar seekBar, final int progress,
379 mAudioSession, ControlPanelEffect.Key.bb_strength, progress);
661 public void onProgressChanged(final SeekBar seekbar, final int progress, final boolean fromUser) {
666 final short level = (short) (progress + mEqualizerMinBandLevel);
718 final int progress = level - mEqualizerMinBandLevel; local
719 mEqualizerSeekBar[band].setProgress(progress);

Completed in 3344 milliseconds

1 2 34 5 6 7 8