Searched defs:numOperations (Results 1 – 6 of 6) sorted by relevance
99 bool RandomGraph::generate(uint32_t seed, uint32_t numOperations, uint32_t dimensionRange) { in generate()113 bool RandomGraph::generateGraph(uint32_t numOperations) { in generateGraph()
305 void testRandomGraph(uint32_t numOperations, uint32_t dimensionRange) { in testRandomGraph()
211 final int numOperations = operations.size(); in applyBatch() local
342 int numOperations = operations.size(); in applyBatch() local2123 final int numOperations = operations.size(); in applyBatch() local
178 final int numOperations = data.readInt(); in onTransact() local
704 const unsigned numOperations = 2+randUInt(kMaxNumOperations-1); in TEST_P() local