Searched defs:testCase (Results 1 - 1 of 1) sorted by relevance

/system/extras/tests/sdcard/
H A Dsdcard_perf_test.cpp149 void printHeader(int argc, char **argv, const TestCase& testCase) argument
193 printf("# Fadvise: %s\n", testCase.fadviseAsStr());
203 // @param[out] testCase Structure built from the cmd line args.
204 void parseCmdLine(int argc, char **argv, TestCase *testCase)\ argument
223 testCase->setDataSize(atoi(optarg) * 1024);
226 testCase->setChunkSize(atoi(optarg) * 1024);
229 testCase->setTreeDepth(atoi(optarg));
232 testCase->setIter(atoi(optarg));
233 printf("# Iterations: %d\n", testCase->iter());
236 testCase
290 readData(char *const chunk, const int idx, TestCase *testCase) argument
352 testRead(TestCase *testCase) argument
418 writeData(const char *const chunk, const int idx, TestCase *testCase) argument
489 testWrite(TestCase *testCase) argument
519 testReadWrite(TestCase *testCase) argument
531 testOpenCreate(TestCase *testCase) argument
559 writeTestFile(TestCase *testCase, const char* filename) argument
608 testTraverse(TestCase *testCase) argument
[all...]

Completed in 23 milliseconds