Home
last modified time | relevance | path

Searched refs:fullRuntimeMs (Results 1 – 2 of 2) sorted by relevance

/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java2138 final long fullRuntimeMs = testIds.size()*100; in testRuntimeHint_optionSetSharded() local
2139 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() local
2165 setter.setOptionValue("runtime-hint", String.valueOf(fullRuntimeMs)); in testGetTestShard()
2214 final long fullRuntimeMs = testIds.size()*100; in testGetTestShard_tooManyShardRequested() local
2215 setter.setOptionValue("runtime-hint", String.valueOf(fullRuntimeMs)); in testGetTestShard_tooManyShardRequested()
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java2143 long fullRuntimeMs = getRuntimeHint(); in updateRuntimeHint() local
2146 long shardRuntime = (fullRuntimeMs * runner.mTestInstances.size()) / originalSize; in updateRuntimeHint()