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
11
class
SwapTest
: public GLInterfaceTest {
13
SwapTest
() {}
14
virtual ~
SwapTest
() {}
19
DISALLOW_COPY_AND_ASSIGN(
SwapTest
);
22
bool
SwapTest
::TestFunc(uint64_t iterations) {
32
return new
SwapTest
;
/art/compiler/utils/
swap_space_test.cc
36
static void
SwapTest
(bool use_file) {
76
SwapTest
(false);
80
SwapTest
(true);
Completed in 540 milliseconds