Searched refs:path (Results 1 – 9 of 9) sorted by relevance
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/ |
D | PerfettoListener.java | 241 Path path = in onTestEnd() 252 stopPerfettoTracing(path, testData); in onTestEnd() 281 Path path = in onTestRunEnd() 288 stopPerfettoTracing(path, runData); in onTestRunEnd() 368 private void stopPerfettoTracing(Path path, DataRecord record) { in stopPerfettoTracing() argument 369 if (!mPerfettoHelper.stopCollecting(mWaitTimeInMs, path.toString())) { in stopPerfettoTracing() 372 record.addStringMetric(PERFETTO_FILE_PATH, path.toString()); in stopPerfettoTracing()
|
D | ScheduledRunCollectionListener.java | 173 Path path = in onStart() local 182 mTimeSeriesCsvWriter = new TimeSeriesCsvWriter(path); in onStart()
|
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/ |
D | HelperManager.java | 105 for (String path : paths) { in getInstance() 106 if (!(new File(path)).exists()) { in getInstance() 108 String.format("No file found at path: %s.", path)); in getInstance() 130 for (String path : paths) { in HelperManager() 131 DexFile dex = new DexFile(path); in HelperManager()
|
/platform_testing/emu_test/ |
D | run_android_bridge_test.cmd | 7 REM DIST_DIR => Absolute path for the distribution directory. 17 REM $ADT_INFRA has to be set on the build machine. It should have absolute path
|
/platform_testing/libraries/collectors-helper/perfetto/src/com/android/helpers/ |
D | PerfettoHelper.java | 197 Path path = Paths.get(destinationFile); in copyFileOutput() local 198 String destDirectory = path.getParent().toString(); in copyFileOutput()
|
/platform_testing/libraries/device-collectors/src/test/java/android/device/collectors/ |
D | ScheduledRunCollectionListenerTest.java | 190 String path = pathBundle.getString(pathKey); in testRun() local 191 assertNotNull(path); in testRun() 194 File outputFile = new File(path); in testRun()
|
/platform_testing/tests/functional/downloadapp/src/com/android/functional/downloadapp/ |
D | DownloadAppTestHelper.java | 207 boolean isMediaScannerScannable, String mimeType, String path, long length, in addToDownloadContentDB() argument 228 values.put("_data", path); // location to save the downloaded file in addToDownloadContentDB()
|
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/ |
D | README.md | 42 --output_file=<Output path of your config>
|
/platform_testing/libraries/health/runners/longevity/ |
D | README.md | 70 * `profile <string>` - use a profile under assets/ or at your own path.
|