| /test/dittosuite/src/ | 
| D | delete_file.cpp | 22 DeleteFile::DeleteFile(SyscallInterface& syscall, int repeat, const std::string& path_name)  in DeleteFile()27 DeleteFile::DeleteFile(SyscallInterface& syscall, int repeat, int input_key)  in DeleteFile()
 
 | 
| D | open_file.cpp | 23 OpenFile::OpenFile(SyscallInterface& syscall, int repeat, const std::string& path_name, bool create,  in OpenFile()34 OpenFile::OpenFile(SyscallInterface& syscall, int repeat, int input_key, bool create,  in OpenFile()
 44 OpenFile::OpenFile(SyscallInterface& syscall, int repeat, bool create, bool direct_io,  in OpenFile()
 
 | 
| D | resize_file.cpp | 24 ResizeFile::ResizeFile(SyscallInterface& syscall, int repeat, int64_t size, int input_fd_key)  in ResizeFile()42 ResizeFileRandom::ResizeFileRandom(SyscallInterface& syscall, int repeat, int64_t min, int64_t max,  in ResizeFileRandom()
 
 | 
| D | instruction_set.cpp | 31 InstructionSet::InstructionSet(SyscallInterface& syscall, int repeat,  in InstructionSet()43 InstructionSet::InstructionSet(SyscallInterface& syscall, int repeat,  in InstructionSet()
 112     auto repeat = sub_result->GetRepeat();  in CollectResults()  local
 
 | 
| D | close_file.cpp | 22 CloseFile::CloseFile(SyscallInterface& syscall, int repeat, int input_fd_key)  in CloseFile()
 | 
| D | invalidate_cache.cpp | 21 InvalidateCache::InvalidateCache(SyscallInterface& syscall, int repeat)  in InvalidateCache()
 | 
| D | read_write_file.cpp | 24 ReadWriteFile::ReadWriteFile(SyscallInterface& syscall, const std::string& name, int repeat,  in ReadWriteFile()115 WriteFile::WriteFile(SyscallInterface& syscall, int repeat, int64_t size, int64_t block_size,  in WriteFile()
 136 ReadFile::ReadFile(SyscallInterface& syscall, int repeat, int64_t size, int64_t block_size,  in ReadFile()
 
 | 
| D | read_directory.cpp | 23 ReadDirectory::ReadDirectory(SyscallInterface& syscall, int repeat,  in ReadDirectory()
 | 
| D | multithreading.cpp | 19 Multithreading::Multithreading(SyscallInterface& syscall, int repeat,  in Multithreading()
 | 
| D | instruction_factory.cpp | 39     const std::list<int>& thread_ids, const int repeat,  in CreateFromProtoInstructionSet()69   int repeat = proto_instruction.repeat();  in CreateFromProtoInstruction()  local
 
 | 
| D | instruction.cpp | 21 Instruction::Instruction(SyscallInterface& syscall, const std::string& name, int repeat)  in Instruction()
 | 
| D | result.cpp | 39 Result::Result(const std::string& name, const int repeat) : name_(name), repeat_(repeat) {}  in Result()
 | 
| /test/dittosuite/test/ | 
| D | write_file_test.cpp | 62   int repeat = 2;  in TEST_F()  local81   int repeat = 2;  in TEST_F()  local
 116   int repeat = 2;  in TEST_F()  local
 146   int repeat = 2;  in TEST_F()  local
 184   int repeat = 2;  in TEST_F()  local
 222   int repeat = 2;  in TEST_F()  local
 
 | 
| D | read_file_test.cpp | 64   int repeat = 2;  in TEST_F()  local83   int repeat = 2;  in TEST_F()  local
 120   int repeat = 2;  in TEST_F()  local
 150   int repeat = 2;  in TEST_F()  local
 188   int repeat = 2;  in TEST_F()  local
 226   int repeat = 2;  in TEST_F()  local
 
 | 
| D | resize_file_test.cpp | 36   int repeat = 1;  in TEST_P()  local
 | 
| /test/dittosuite/schema/ | 
| D | benchmark.proto | 102   optional int32 repeat = 1 [default = 1];  field
 |