Searched refs:numOps (Results 1 – 4 of 4) sorted by relevance
161 int numOps = pkgOp.getOps().size(); in getLastAccessTime() local162 for (int opNum = 0; opNum < numOps; opNum++) { in getLastAccessTime()
263 int numOps = changeOps.size(); in performBackupInternal() local264 if (numOps > 0) { in performBackupInternal()265 Log.v(TAG, "Calculating delta size impact for " + numOps + "updates."); in performBackupInternal()
283 void computeAndVerifyResultsForDevice(const test_wrapper::Model* model, uint32_t numOps, in computeAndVerifyResultsForDevice() argument292 ASSERT_TRUE(numOps <= kMaxNumberOperations); in computeAndVerifyResultsForDevice()297 if (!std::all_of(supported, supported + numOps, [](bool v) { return v; })) { in computeAndVerifyResultsForDevice()
565 int numOps = packageOps.getOps().size(); in getLocationUsersLocked() local566 for (int opNum = 0; opNum < numOps; opNum++) { in getLocationUsersLocked()