Searched refs:rpad (Results 1 – 2 of 2) sorted by relevance
/hardware/google/pixel/vibrator/cs40l25/tests/ |
D | test-hwcal.cpp | 41 std::string rpad) { in pack() argument 42 stream << lpad << value << rpad; in pack() 47 std::string rpad) { in pack() argument 49 pack(stream, entry, lpad, rpad); in pack() 58 std::string rpad = "") { in write() argument 61 pack(calfile, value, lpad, rpad); in write()
|
/hardware/google/pixel/vibrator/drv2624/tests/ |
D | test-hwcal.cpp | 57 static void pack(std::ostream &stream, const T &value, std::string lpad, std::string rpad) { in pack() argument 58 stream << lpad << value << rpad; in pack() 66 std::string rpad = "") { in write() argument 69 pack(calfile, value, lpad, rpad); in write()
|