Home
last modified time | relevance | path

Searched refs:directory (Results 1 – 11 of 11) sorted by relevance

/platform_testing/docs/
Dindex.md3 The contents of this directory have been updated and migrated to
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/
DREADME.md3 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/
DPerfettoHelper.java200 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/
DREADME.md11 `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/
DAndroid.bp25 * 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/
DAndroid.bp29 * 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/
DAndroid.bp29 * 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/
DAndroid.bp29 * 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/
DShowmapSnapshotHelper.java80 File directory = new File(mTestOutputDir); in startCollecting() local
86 if (directory.exists()) { in startCollecting()
92 if (!directory.mkdirs()) { in startCollecting()
/platform_testing/emu_test/
Drun_android_bridge_test.cmd7 REM DIST_DIR => Absolute path for the distribution directory.
/platform_testing/libraries/device-collectors/src/main/platform-collectors/src/android/device/collectors/
DStatsdListener.java208 final Map<String, Long> configIds, Path directory, String suffix) { in pullReportsAndRemoveConfigs() argument
210 File saveDirectory = new File(externalStorage, directory.toString()); in pullReportsAndRemoveConfigs()