Searched refs:directory (Results 1 – 11 of 11) sorted by relevance
/platform_testing/docs/ |
D | index.md | 3 The contents of this directory have been updated and migrated to
|
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/ |
D | README.md | 3 This directory hosts binary statsd config protos. 14 1. Create a directory under this directory for the new metrics (e.g. `app-start`). 15 2. Put the new config(s) in the subdirectory using the directory name and optionally with additional
|
/platform_testing/libraries/collectors-helper/perfetto/src/com/android/helpers/ |
D | PerfettoHelper.java | 200 File directory = new File(destDirectory); in copyFileOutput() local 201 if (!directory.exists()) { in copyFileOutput() 202 boolean success = directory.mkdirs(); in copyFileOutput()
|
/platform_testing/libraries/health/runners/longevity/ |
D | README.md | 11 `LongevityHostLibSamples` and `LongevityPlatformLibSamples` modules under the `samples/` directory. 12 Follow the samples directory to see how longevity suites are constructed. 77 `tests/` directory. Run them using `java out/host/linux-x86/framework/LongevityHostLibTests.jar 81 `tests/` directory. Run them using `adb shell am instrument -w -r
|
/platform_testing/libraries/device-collectors/src/main/platform-collectors/ |
D | Android.bp | 25 * an assets/statsd-configs/ directory, which gets packed into a .jar file and ends up under the 26 * assets/statsd-configs/ directory in the package, which can then be read with asset manager
|
/platform_testing/libraries/health/runners/longevity/platform/samples/ |
D | Android.bp | 29 * directory, which gets packed into a .jar file and ends up under the assets/ 30 * directory in the package, which can then be read with asset manager.
|
/platform_testing/libraries/health/runners/longevity/platform/tests/ |
D | Android.bp | 29 * directory, which gets packed into a .jar file and ends up under the assets/ 30 * directory in the package, which can then be read with asset manager.
|
/platform_testing/tests/health/scenarios/tests/ |
D | Android.bp | 29 * directory, which gets packed into a .jar file and ends up under the assets/ 30 * directory in the package, which can then be read with asset manager.
|
/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/ |
D | ShowmapSnapshotHelper.java | 80 File directory = new File(mTestOutputDir); in startCollecting() local 86 if (directory.exists()) { in startCollecting() 92 if (!directory.mkdirs()) { in startCollecting()
|
/platform_testing/emu_test/ |
D | run_android_bridge_test.cmd | 7 REM DIST_DIR => Absolute path for the distribution directory.
|
/platform_testing/libraries/device-collectors/src/main/platform-collectors/src/android/device/collectors/ |
D | StatsdListener.java | 208 final Map<String, Long> configIds, Path directory, String suffix) { in pullReportsAndRemoveConfigs() argument 210 File saveDirectory = new File(externalStorage, directory.toString()); in pullReportsAndRemoveConfigs()
|