Home
last modified time | relevance | path

Searched refs:runtime (Results 1 – 6 of 6) sorted by relevance

/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DNNModelLoadingStressTest.java70 float endTime = stopwatch.runtime(TimeUnit.SECONDS) + RUNTIME_SECONDS; in stressTestNNAPI()
72 while (stopwatch.runtime(TimeUnit.SECONDS) < endTime) { in stressTestNNAPI()
/test/dittosuite/example/
Dsched_policies.ditto10 runtime: 30000000,
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
DCompatibilityConsole.java338 long runtime = 0; in splitModules() local
341 runtime += ((IRuntimeHintProvider) test).getRuntimeHint(); in splitModules()
345 runtime += 60 * 1000; in splitModules()
348 moduleRuntime.add(new Pair<String, Long>(moduleName, runtime)); in splitModules()
/test/dittosuite/src/
Dmultithreading_utils.cpp73 sched_attr_.sched_runtime = pb.deadline().runtime(); in operator =()
/test/dittosuite/schema/
Dbenchmark.proto197 required uint64 runtime = 2; field
/test/app_compat/csuite/
Dpylintrc242 # (useful for modules/projects where namespaces are manipulated during runtime