Searched refs:sprint (Results 1 - 3 of 3) sorted by relevance

/system/extras/tests/sdcard/
H A Dtestcase.cpp102 testTimer()->sprint(&str, &size_left);
103 if(openTimer()->used()) openTimer()->sprint(&str, &size_left);
104 if(readTimer()->used()) readTimer()->sprint(&str, &size_left);
105 if(writeTimer()->used()) writeTimer()->sprint(&str, &size_left);
106 if(syncTimer()->used()) syncTimer()->sprint(&str, &size_left);
107 if(truncateTimer()->used()) truncateTimer()->sprint(&str, &size_left);
108 if(traverseTimer()->used()) traverseTimer()->sprint(&str, &size_left);
H A Dstopwatch.h43 // On completion, use 'sprint' to retrieve the data.
72 // watch.sprint(&str, &size);
100 // interval whose duration will be reported in sprint.
115 void sprint(char **str, size_t *size);
H A Dstopwatch.cpp106 void StopWatch::sprint(char **str, size_t *size) function in class:android_test::StopWatch

Completed in 52 milliseconds