Home
last modified time | relevance | path

Searched refs:Dump (Results 1 – 4 of 4) sorted by relevance

/tools/acloud/public/acloud_kernel/
Dacloud_kernel.py84 report.Dump(args.report_file)
/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
Dacloud_main.py444 reporter.Dump(args.report_file)