Home
last modified time | relevance | path

Searched defs:show_progress (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/native/cmds/bugreportz/
H A Dbugreportz.cpp32 static void write_line(const std::string& line, bool show_progress) { in write_line()
44 int bugreportz(int s, bool show_progress) { in bugreportz()
H A Dmain.cpp46 bool show_progress = false; in main() local
H A Dbugreportz_test.cpp73 void Bugreportz(bool show_progress) { in Bugreportz()
/aosp12/packages/modules/adb/client/
H A Dbugreport.cpp42 bool show_progress, Bugreport* br) in BugreportStandardStreamsCallback()
268 bool show_progress = true; in DoIt() local
/aosp12/bootable/recovery/tests/unit/
H A Dupdater_test.cpp607 TEST_F(UpdaterTest, show_progress) { in TEST_F() argument