Searched refs:opCount (Results 1 – 5 of 5) sorted by relevance
206 int opCount = 0; in applyBatch() local214 if (++opCount > getMaxOperationsPerYield()) { in applyBatch()222 opCount = 0; in applyBatch()
457 int uid, int vers, String serviceName, int serviceType, int opCount, in dumpTimeCheckin() argument459 if (opCount <= 0) { in dumpTimeCheckin()472 pw.print(opCount); in dumpTimeCheckin()
199 int opCount = in.readInt(); in restoreOwner() local201 owner.mOpCount = opCount; in restoreOwner()
856 public void randomTest(Random random, int opCount) { in randomTest() argument866 while (opCount-- > 0) { in randomTest()
1559 final int opCount = uidOpModes.size(); in writeState() local1560 for (int j = 0; j < opCount; j++) { in writeState()