Home
last modified time | relevance | path

Searched defs:repeat (Results 1 – 6 of 6) sorted by relevance

/test/dittosuite/test/
Dwrite_file_test.cpp63 int repeat = 2; in TEST_F() local
82 int repeat = 2; in TEST_F() local
117 int repeat = 2; in TEST_F() local
147 int repeat = 2; in TEST_F() local
186 int repeat = 2; in TEST_F() local
225 int repeat = 2; in TEST_F() local
Dread_file_test.cpp65 int repeat = 2; in TEST_F() local
84 int repeat = 2; in TEST_F() local
119 int repeat = 2; in TEST_F() local
149 int repeat = 2; in TEST_F() local
188 int repeat = 2; in TEST_F() local
227 int repeat = 2; in TEST_F() local
Dresize_file_test.cpp38 int repeat = 1; in TEST_P() local
/test/dittosuite/src/
Dinstruction_set.cpp116 auto repeat = sub_result->GetRepeat(); in CollectResults() local
Dresult.cpp41 Result::Result(const std::string& name, const int repeat) : name_(name), repeat_(repeat) {} in Result()
/test/dittosuite/schema/
Dbenchmark.proto231 optional int32 repeat = 1 [default = 1]; field