Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp3304 Progress::Progress(int32_t initial_max, int32_t progress, float growth_factor) in Progress()
3309 Progress::Progress(int32_t initial_max, float growth_factor, const std::string& path) in Progress()
/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_test.cpp1065 Progress GetInstance(int32_t max, double growth_factor, const std::string& path = "") { in GetInstance()