Searched defs:numOperations (Results 1 – 6 of 6) sorted by relevance
110 bool RandomGraph::generate(uint32_t seed, uint32_t numOperations, uint32_t dimensionRange) { in generate()124 bool RandomGraph::generateGraph(uint32_t numOperations) { in generateGraph()
365 void testRandomGraph(uint32_t numOperations, uint32_t dimensionRange) { in testRandomGraph()
211 final int numOperations = operations.size(); in applyBatch() local
373 int numOperations = operations.size(); in applyBatch() local2419 final int numOperations = operations.size(); in applyBatch() local
193 final int numOperations = data.readInt(); in onTransact() local
758 const unsigned numOperations = 2 + randUInt(kMaxNumOperations - 1); in TEST_P() local