Home
last modified time | relevance | path

Searched refs:getRuntime (Results 1 – 9 of 9) sorted by relevance

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DIModuleResult.java35 long getRuntime(); in getRuntime() method
DModuleResult.java207 public long getRuntime() { in getRuntime() method in ModuleResult
283 this.mRuntime += otherModuleResult.getRuntime(); in mergeFrom()
DResultHandler.java508 serializer.attribute(NS, RUNTIME_ATTR, String.valueOf(module.getRuntime())); in writeResults()
/platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/
DDispatchActivity.java94 Runtime.getRuntime().exec("pkill -l SIGINT simpleperf").waitFor(); in onDestroy()
/platform_testing/libraries/audio-test-harness/server/src/main/java/com/android/media/audiotestharness/server/
DAudioTestHarnessGrpcServer.java82 Runtime.getRuntime().addShutdownHook(new Thread(server::close)); in main()
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DFilesystemUtil.java61 Process process = Runtime.getRuntime().exec(command); in saveProcessOutput()
/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/layoutlib/bridge/intensive/util/perf/
DTimedStatement.java52 private final Runtime mRuntime = Runtime.getRuntime();
/platform_testing/tests/perf/PerformanceAppTest/src/com/android/performanceapp/tests/
DAppLaunchTests.java195 Runtime.getRuntime().exec("pkill -l SIGINT simpleperf").waitFor(); in testAppLaunchPerformance()
/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java561 assertEquals("Incorrect runtime", Integer.parseInt(RUNTIME_A), moduleA.getRuntime()); in checkResult()
590 assertEquals("Incorrect runtime", Integer.parseInt(RUNTIME_B), moduleB.getRuntime()); in checkResult()