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.java2014 …Equals("Wrong expected runtime - option not passed cleanly", runtimeMs, deqpTest.getRuntimeHint()); in testRuntimeHint_optionSet()
2083 ((IRuntimeHintProvider)shards.get(0)).getRuntimeHint()); in testRuntimeHint_optionSetSharded()
2086 ((IRuntimeHintProvider)shards.get(1)).getRuntimeHint()); in testRuntimeHint_optionSetSharded()
2106 long runtime = deqpTest.getRuntimeHint(); in testRuntimeHint_optionNotSet()
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java2210 long fullRuntimeMs = getRuntimeHint(); in updateRuntimeHint()
2264 public long getRuntimeHint() { in getRuntimeHint() method in DeqpTestRunner