Home
last modified time | relevance | path

Searched refs:rpad (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/vibrator/cs40l25/tests/
Dtest-hwcal.cpp41 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/
Dtest-hwcal.cpp57 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()