Searched defs:testCase (Results 1 – 1 of 1) sorted by relevance
146 void printHeader(int argc, char **argv, const TestCase& testCase) in printHeader()201 void parseCmdLine(int argc, char **argv, TestCase *testCase)\ in parseCmdLine()284 bool readData(char *const chunk, const int idx, TestCase *testCase) in readData()346 bool testRead(TestCase *testCase) { in testRead()412 bool writeData(const char *const chunk, const int idx, TestCase *testCase) { in writeData()483 bool testWrite(TestCase *testCase) in testWrite()513 bool testReadWrite(TestCase *testCase) in testReadWrite()525 bool testOpenCreate(TestCase *testCase) in testOpenCreate()557 android_test::TestCase testCase(kAppName); in main() local