Searched refs:fullRuntimeMs (Results 1 – 2 of 2) sorted by relevance
2138 final long fullRuntimeMs = testIds.size()*100; in testRuntimeHint_optionSetSharded() local2139 setter.setOptionValue("runtime-hint", String.valueOf(fullRuntimeMs)); in testRuntimeHint_optionSetSharded()2143 (fullRuntimeMs*SHARD_SIZE)/TEST_COUNT, in testRuntimeHint_optionSetSharded()2146 (fullRuntimeMs*(TEST_COUNT-SHARD_SIZE))/TEST_COUNT, in testRuntimeHint_optionSetSharded()2164 final long fullRuntimeMs = testIds.size()*100; in testGetTestShard() local2165 setter.setOptionValue("runtime-hint", String.valueOf(fullRuntimeMs)); in testGetTestShard()2214 final long fullRuntimeMs = testIds.size()*100; in testGetTestShard_tooManyShardRequested() local2215 setter.setOptionValue("runtime-hint", String.valueOf(fullRuntimeMs)); in testGetTestShard_tooManyShardRequested()
2143 long fullRuntimeMs = getRuntimeHint(); in updateRuntimeHint() local2146 long shardRuntime = (fullRuntimeMs * runner.mTestInstances.size()) / originalSize; in updateRuntimeHint()