Home
last modified time | relevance | path

Searched defs:growth_factor (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/dumpstate/
Dutils.cpp119 Progress::Progress(int32_t initial_max, int32_t progress, float growth_factor) in Progress()
124 Progress::Progress(int32_t initial_max, float growth_factor, const std::string& path) in Progress()
/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_test.cpp647 Progress GetInstance(int32_t max, double growth_factor, const std::string& path = "") { in GetInstance()