Searched refs:growth_factor (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/cmds/dumpstate/ |
D | dumpstate.h | 138 Progress(int32_t initial_max, float growth_factor, 140 Progress(int32_t initial_max, int32_t progress, float growth_factor); // Used by test cases.
|
D | dumpstate.cpp | 3005 Progress::Progress(int32_t initial_max, int32_t progress, float growth_factor) in Progress() argument 3006 : Progress(initial_max, growth_factor, "") { in Progress() 3010 Progress::Progress(int32_t initial_max, float growth_factor, const std::string& path) in Progress() argument 3014 growth_factor_(growth_factor), in Progress()
|
/frameworks/native/cmds/dumpstate/tests/ |
D | dumpstate_test.cpp | 1110 Progress GetInstance(int32_t max, double growth_factor, const std::string& path = "") { in GetInstance() argument 1111 return Progress(max, growth_factor, path); in GetInstance()
|