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

  /frameworks/native/cmds/bugreportz/
bugreportz.h 19 int bugreportz(int s, bool show_progress);
bugreportz.cpp 33 static void write_line(const std::string& line, bool show_progress) {
38 if (!show_progress && (android::base::StartsWith(line, PROGRESS_PREFIX) ||
45 int bugreportz(int s, bool show_progress) {
66 write_line(line, show_progress);
72 write_line(line, show_progress);
main.cpp 45 bool show_progress = false; local
55 show_progress = true;
98 bugreportz(s, show_progress);
bugreportz_test.cpp 73 void Bugreportz(bool show_progress) {
78 int status = bugreportz(read_fd_, show_progress);
  /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/autotest/client/tests/monotonic_time/src/
time_test.c 205 void show_progress(struct test_info *test) function
283 show_progress(test);
  /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/fio/t/
dedupe.c 334 static void show_progress(struct worker_thread *threads, unsigned long total) function
400 show_progress(threads, total_items);
  /build/make/tools/releasetools/
edify_generator.py 166 self.script.append("show_progress(%f, %d);" % (frac, int(dur)))
  /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...]
  /bootable/recovery/tests/component/
updater_test.cpp 426 TEST_F(UpdaterTest, show_progress) {
427 // show_progress() expects two arguments.
428 expect(nullptr, "show_progress()", kArgsParsingFailure);
429 expect(nullptr, "show_progress(\"arg1\")", kArgsParsingFailure);
430 expect(nullptr, "show_progress(\"arg1\", \"arg2\", \"arg3\")", kArgsParsingFailure);
433 expect(nullptr, "show_progress(\"arg1\", \"arg2\")", kArgsParsingFailure);
434 expect(nullptr, "show_progress(\"3x+5\", \"10\")", kArgsParsingFailure);
435 expect(nullptr, "show_progress(\".3\", \"5a\")", kArgsParsingFailure);
440 expect(".52", "show_progress(\".52\", \"10\")", kNoCause, &updater_info);
    [all...]

Completed in 297 milliseconds