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

1 2 3 4 5 6 7 891011>>

  /system/core/toolbox/upstream-netbsd/bin/dd/
dd.c 86 uint64_t progress = 0; /* display sign of life */ variable
578 if (progress && (st.out_full + st.out_part) % progress == 0)
  /system/core/toolbox/upstream-netbsd/bin/rm/
rm.c 69 static void progress(int);
143 (void)signal(SIGINFO, progress);
621 progress(int sig __unused) function
  /cts/tests/tests/widget/src/android/widget/cts/
ProgressBarTest.java 119 // set Progress
293 // set Progress
294 int progress = 10; local
295 progressBar.setProgress(progress);
298 int max = progress + 1;
301 assertEquals(progress, progressBar.getProgress());
303 max = progress - 1;
327 assertEquals("Progress tint inflated correctly",
329 assertEquals("Progress tint mode inflated correctly",
332 assertEquals("Progress background tint inflated correctly"
342 MockDrawable progress = new MockDrawable(); local
    [all...]
RemoteViewsTest.java 239 ProgressBar progress = (ProgressBar) mResult.findViewById(R.id.remoteView_progress); local
240 assertEquals(100, progress.getMax());
241 assertEquals(0, progress.getProgress());
243 assertFalse(progress.isIndeterminate());
247 // make the bar indeterminate will not affect max and progress
248 assertEquals(100, progress.getMax());
249 assertEquals(0, progress.getProgress());
250 assertTrue(progress.isIndeterminate());
254 assertEquals(60, progress.getMax());
255 assertEquals(50, progress.getProgress())
400 ProgressBar progress = (ProgressBar) mResult.findViewById(R.id.remoteView_progress); local
    [all...]
AbsSeekBarTest.java 189 int progress = 10; local
190 myAbsSeekBar.setProgress(progress);
191 int max = progress + 1;
194 assertEquals(progress, myAbsSeekBar.getProgress());
197 max = progress - 1;
  /build/tools/releasetools/
ota_from_target_files 853 progress=0.8 if vendor_diff else 0.9) variable
855 vendor_diff.WriteScript(script, output_zip, progress=0.1)
    [all...]
  /external/chromium_org/chrome/browser/component_updater/
background_downloader_win.cc 36 // download in progress at a time. If Chrome closes down before the download is
161 // Returns the file name, the url, and some per-file progress information.
166 BG_FILE_PROGRESS* progress) {
188 if (progress) {
193 *progress = bg_file_progress;
406 // is shutting down while a download is in progress, the timer is active and
576 // Called when the job has encountered an error and no further progress can
615 // data and it is making progress.
752 BG_FILE_PROGRESS progress = {0}; local
753 hr = GetJobFileProperties(files.front(), &local_name, NULL, &progress);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.cc 48 "The progress value should not be specified for non-progress notification";
50 "The progress value should range from 0 to 100";
335 if (options->progress.get() != NULL) {
336 // We should have progress if and only if the type is a progress type.
341 optional_fields.progress = *options->progress;
342 // Progress value should range from 0 to 100.
343 if (optional_fields.progress < 0 || optional_fields.progress > 100)
457 int progress = *options->progress; local
    [all...]
  /external/chromium_org/sync/syncable/
syncable_unittest.cc 194 sync_pb::DataTypeProgressMarker progress; local
195 progress.set_token("token");
196 progress.set_data_type_id(GetSpecificsFieldNumberFromModelType(type));
197 return progress;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
TimelineManager.js 221 progress: function(count)
  /external/chromium_org/third_party/mesa/src/src/glsl/
glsl_parser_extras.cpp 1032 GLboolean progress = GL_FALSE; local
1034 progress = lower_instructions(ir, SUB_TO_ADD_NEG) || progress;
1037 progress = do_function_inlining(ir) || progress;
1038 progress = do_dead_functions(ir) || progress;
1039 progress = do_structure_splitting(ir) || progress;
1041 progress = do_if_simplification(ir) || progress
    [all...]
lower_jumps.cpp 269 bool progress; member in struct:ir_lower_jumps_visitor
283 this->progress = false;
293 this->progress = true;
582 this->progress = true;
651 this->progress = true;
685 this->progress = true;
716 this->progress = true;
781 this->progress = true;
810 this->progress = true;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
register_allocate.c 374 GLboolean progress = GL_TRUE; local
377 while (progress) {
378 progress = GL_FALSE;
388 progress = GL_TRUE;
  /external/iputils/
tracepath6.c 117 int progress = -1; local
136 return progress;
140 progress = mtu;
271 progress = mtu;
  /external/lzma/CPP/7zip/Archive/
LzmaHandler.cpp 79 HRESULT Code(const CHeader &header, ISequentialOutStream *outStream, ICompressProgressInfo *progress);
124 ICompressProgressInfo *progress)
151 HRESULT res = _lzmaDecoderSpec->CodeResume(outStream, Size, progress);
351 CMyComPtr<ICompressProgressInfo> progress = lps; local
389 result = decoder.Code(st, outStream, progress);
  /external/mesa3d/src/glsl/
glsl_parser_extras.cpp 1032 GLboolean progress = GL_FALSE; local
1034 progress = lower_instructions(ir, SUB_TO_ADD_NEG) || progress;
1037 progress = do_function_inlining(ir) || progress;
1038 progress = do_dead_functions(ir) || progress;
1039 progress = do_structure_splitting(ir) || progress;
1041 progress = do_if_simplification(ir) || progress
    [all...]
lower_jumps.cpp 269 bool progress; member in struct:ir_lower_jumps_visitor
283 this->progress = false;
293 this->progress = true;
582 this->progress = true;
651 this->progress = true;
685 this->progress = true;
716 this->progress = true;
781 this->progress = true;
810 this->progress = true;
    [all...]
  /external/mesa3d/src/mesa/program/
register_allocate.c 374 GLboolean progress = GL_TRUE; local
377 while (progress) {
378 progress = GL_FALSE;
388 progress = GL_TRUE;
  /external/qemu/
qemu-timer.c 462 bool progress = false; local
490 progress = true;
495 return progress;
523 bool progress = false; local
525 progress |= timerlist_run_timers(tlg->tl[type]);
527 return progress;
602 bool progress = false; local
606 progress |= qemu_clock_run_timers(type);
609 return progress;
  /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 158 int progress = webView.getProgress(); local
160 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/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppUtility.java 246 * Helper function to build the progress text.
252 long progress = currentBytes * 100 / totalBytes; local
254 sb.append(progress);
  /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) {
340 mPlayer.seekTo(progress);
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
Recorder.java 105 public int progress() { method in class:Recorder

Completed in 2438 milliseconds

1 2 3 4 5 6 7 891011>>