Searched refs:growth_factor (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/cmds/dumpstate/ |
D | dumpstate.h | 143 Progress(int32_t initial_max, float growth_factor, 145 Progress(int32_t initial_max, int32_t progress, float growth_factor); // Used by test cases.
|
D | dumpstate.cpp | 3304 Progress::Progress(int32_t initial_max, int32_t progress, float growth_factor) in Progress() argument 3305 : Progress(initial_max, growth_factor, "") { in Progress() 3309 Progress::Progress(int32_t initial_max, float growth_factor, const std::string& path) in Progress() argument 3313 growth_factor_(growth_factor), in Progress()
|
/frameworks/native/cmds/dumpstate/tests/ |
D | dumpstate_test.cpp | 1065 Progress GetInstance(int32_t max, double growth_factor, const std::string& path = "") { in GetInstance() argument 1066 return Progress(max, growth_factor, path); in GetInstance()
|