OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SwapTest
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/deps/glbench/src/
swaptest.cc
14
class
SwapTest
: public GLInterfaceTest {
16
SwapTest
() {}
17
virtual ~
SwapTest
() {}
22
DISALLOW_COPY_AND_ASSIGN(
SwapTest
);
25
bool
SwapTest
::TestFunc(uint64_t iterations) {
35
return new
SwapTest
;
/art/compiler/utils/
swap_space_test.cc
34
static void
SwapTest
(bool use_file) {
74
SwapTest
(false);
78
SwapTest
(true);
Completed in 71 milliseconds