Home
last modified time | relevance | path

Searched defs:batchSize (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/testRunner/parallel/
Dhost.ts231 …const batchSize = (totalCost / workerCount) * packfraction; // Keep spare tests for unittest threa… constant
/third_party/skia/src/ports/
DSkTypeface_win_dw.cpp440 constexpr const int batchSize = 128; in glyph_to_unicode_map() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DRenderer.hpp473 AtomicInt batchSize; member
DRenderer.cpp64 static const int batchSize = 128; variable
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
DTestSuite.cpp887 TestQueue BatchTests(const std::vector<TestIdentifier> &tests, int batchSize) in BatchTests()