OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTestBody
(Results
1 - 3
of
3
) sorted by null
/system/extras/tests/sdcard/
testcase.cpp
43
:
mTestBody
(NULL), mAppName(appName), mDataSize(1000 * 1000),
95
if (!
mTestBody
(this)) {
sdcard_perf_test.cpp
702
testCase.
mTestBody
= testWrite;
705
testCase.
mTestBody
= testRead;
708
testCase.
mTestBody
= testOpenCreate;
711
testCase.
mTestBody
= testReadWrite;
714
testCase.
mTestBody
= testTraverse;
testcase.h
127
bool (*
mTestBody
)(TestCase *);
Completed in 97 milliseconds