Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dvecmath.h206 void Dump() { LOGI("Vec2 %f %f", x_, y_); } in Dump() function
404 void Dump() { LOGI("Vec3 %f %f %f", x_, y_, z_); } in Dump() function
815 void Dump() { in Dump() function
/tools/acloud/public/
Dreport.py259 def Dump(self, report_file): member in Report