Searched refs:ResizeFileRandom (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/test/dittosuite/src/ |
H A D | resize_file.cpp | 42 ResizeFileRandom::ResizeFileRandom(const Params& params, int64_t min, int64_t max, uint64_t seed, in ResizeFileRandom() function in dittosuite::ResizeFileRandom 51 void ResizeFileRandom::SetUp() { in SetUp() 58 void ResizeFileRandom::SetUpSingle() { in SetUpSingle()
|
H A D | instruction_factory.cpp | 203 return std::make_unique<ResizeFileRandom>(instruction_params, options.min(), options.max(), in CreateFromProtoInstruction()
|
/aosp_15_r20/test/dittosuite/include/ditto/ |
H A D | resize_file.h | 37 class ResizeFileRandom : public ResizeFile { 39 explicit ResizeFileRandom(const Params& params, int64_t min, int64_t max, uint64_t seed,
|
/aosp_15_r20/test/dittosuite/schema/ |
H A D | benchmark.proto | 127 message ResizeFileRandom { message 241 ResizeFileRandom resize_file_random = 10;
|