HomeSort by relevance Sort by last modified time
    Searched defs:show_progress (Results 1 - 6 of 6) sorted by null

  /frameworks/native/cmds/bugreportz/
main.cpp 45 bool show_progress = false; local
55 show_progress = true;
98 bugreportz(s, show_progress);
  /external/autotest/client/tests/monotonic_time/src/
time_test.c 205 void show_progress(struct test_info *test) function
283 show_progress(test);
  /system/core/adb/
bugreport.cpp 41 bool show_progress, Bugreport* br)
48 show_progress_(show_progress),
255 bool show_progress = true; local
264 show_progress = false;
267 BugreportStandardStreamsCallback bugz_callback(dest_dir, dest_file, show_progress, this);
  /external/fio/t/
dedupe.c 334 static void show_progress(struct worker_thread *threads, unsigned long total) function
400 show_progress(threads, total_items);
  /external/e2fsprogs/misc/
e2image.c 77 static char show_progress; variable
588 if (show_progress) {
623 if (show_progress)
628 if (show_progress) {
637 if (show_progress && last_update != time(NULL)) {
713 if (show_progress) {
1287 if (show_progress)
    [all...]
  /external/libvpx/libvpx/
vpxdec.c 336 static void show_progress(int frame_in, int frame_out, uint64_t dx_time) { function
862 if (progress) show_progress(frame_in, frame_out, dx_time);
    [all...]

Completed in 120 milliseconds