Searched defs:batchSize (Results 1 – 8 of 8) sorted by relevance
34 private int batchSize; field in NetRunner
240 …const batchSize = (totalCost / workerCount) * packfraction; // Keep spare tests for unittest threa… constant
286 uint64_t batchSize = 0; in GatherAndDumpData() local
440 constexpr const int batchSize = 128; in glyph_to_unicode_map() local
693 constexpr const int batchSize = 128; in glyph_to_unicode_map() local
473 AtomicInt batchSize; member
64 static const int batchSize = 128; variable
887 TestQueue BatchTests(const std::vector<TestIdentifier> &tests, int batchSize) in BatchTests()