/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 | 40 bool show_progress, Bugreport* br) 47 show_progress_(show_progress), 246 bool show_progress = true; local 255 show_progress = false; 258 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 | 71 static char show_progress; variable 580 if (show_progress) { 613 if (show_progress) 618 if (show_progress) { 627 if (show_progress && last_update != time(NULL)) { 702 if (show_progress) { 1271 if (show_progress) [all...] |
/external/libvpx/libvpx/ |
vpxdec.c | 347 static void show_progress(int frame_in, int frame_out, uint64_t dx_time) { function 942 show_progress(frame_in, frame_out, dx_time); [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
vpxdec.c | 304 void show_progress(int frame_in, int frame_out, uint64_t dx_time) { function 839 show_progress(frame_in, frame_out, dx_time); 929 show_progress(frame_in, frame_out, dx_time);
|