Home
last modified time | relevance | path

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

/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java2071 …Equals("Wrong expected runtime - option not passed cleanly", runtimeMs, deqpTest.getRuntimeHint()); in testRuntimeHint_optionSet()
2144 ((IRuntimeHintProvider)shards.get(0)).getRuntimeHint()); in testRuntimeHint_optionSetSharded()
2147 ((IRuntimeHintProvider)shards.get(1)).getRuntimeHint()); in testRuntimeHint_optionSetSharded()
2261 long runtime = deqpTest.getRuntimeHint(); in testRuntimeHint_optionNotSet()
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java2143 long fullRuntimeMs = getRuntimeHint(); in updateRuntimeHint()
2242 public long getRuntimeHint() { in getRuntimeHint() method in DeqpTestRunner