Searched refs:opCount (Results 1 – 5 of 5) sorted by relevance
224 int opCount = 0; in bulkInsert() local228 if (++opCount >= BULK_INSERTS_PER_YIELD_POINT) { in bulkInsert()229 opCount = 0; in bulkInsert()258 int opCount = 0; in applyBatch() local264 if (++opCount >= MAX_OPERATIONS_PER_YIELD_POINT) { in applyBatch()273 … Log.v(TAG, "applyBatch: " + opCount + " ops finished; about to yield..."); in applyBatch()275 opCount = 0; in applyBatch()
208 int opCount = 0; in applyBatch() local217 if (++opCount >= MAX_OPERATIONS_PER_YIELD_POINT) { in applyBatch()228 opCount = 0; in applyBatch()
220 final int opCount = ops.size(); in isRunning() local221 for (int j = 0; j < opCount; j++) { in isRunning()250 final int opCount = ops.size(); in lastAccessAggregate() local252 for (int opNum = 0; opNum < opCount; opNum++) { in lastAccessAggregate()
143 if (opCount == 0) { in <lambda>()180 if (opCount == 0) { in <lambda>()
562 for (int opCount = 0; opCount < operationCountInEachIteration; opCount++) { in testRandomOperationsAndFlashWithGC()