/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/compatibility-common-util/src/com/android/compatibility/common/util/ |
D | ChecksumReporter.java | 91 public static ChecksumReporter load(File directory) throws ChecksumValidationException { in load() argument 92 ChecksumReporter reporter = new ChecksumReporter(directory); in load() 104 public ChecksumReporter(File directory) throws ChecksumValidationException { in ChecksumReporter() argument 105 File file = new File(directory, ChecksumReporter.NAME); in ChecksumReporter() 190 public void addDirectory(File directory) { in addDirectory() argument 191 addDirectory(directory, directory.getName()); in addDirectory() 197 private void addDirectory(File directory, String path) { in addDirectory() argument 198 for(String childName : directory.list()) { in addDirectory() 199 File child = new File(directory, childName); in addDirectory() 253 public void saveToFile(File directory) throws IOException { in saveToFile() argument [all …]
|
/platform_testing/docs/ |
D | index.md | 3 The contents of this directory have been updated and migrated to
|
/platform_testing/libraries/flicker/utils/src/android/tools/traces/io/ |
D | FileArtifact.kt | 143 val directory = file.parentFile in withZipFile() constant 146 directory?.listFiles()?.filterNot { it.isDirectory }?.map { it.absolutePath } in withZipFile() 157 append(directory?.absolutePath) in withZipFile()
|
/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/ |
D | PinnerHelper.java | 62 File directory = new File(mTestOutputDir); in startCollecting() local 69 if (directory.exists()) { in startCollecting() 78 if (!directory.mkdirs()) { in startCollecting()
|
D | ShowmapSnapshotHelper.java | 115 File directory = new File(mTestOutputDir); in startCollecting() local 121 if (directory.exists()) { in startCollecting() 127 if (!directory.mkdirs()) { in startCollecting()
|
/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 | 30 * an assets/statsd-configs/ directory, which gets packed into a .jar file and ends up under the 31 * 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 | 34 * directory, which gets packed into a .jar file and ends up under the assets/ 35 * directory in the package, which can then be read with asset manager.
|
/platform_testing/libraries/health/runners/longevity/platform/tests/ |
D | Android.bp | 34 * directory, which gets packed into a .jar file and ends up under the assets/ 35 * directory in the package, which can then be read with asset manager.
|
/platform_testing/libraries/collectors-helper/simpleperf/src/com/android/helpers/ |
D | SimpleperfHelper.java | 312 File directory = new File(destDirectory); in copyFileOutput() local 313 if (!directory.exists()) { in copyFileOutput() 314 boolean success = directory.mkdirs(); in copyFileOutput()
|
/platform_testing/tests/health/scenarios/tests/ |
D | Android.bp | 34 * directory, which gets packed into a .jar file and ends up under the assets/ 35 * directory in the package, which can then be read with asset manager.
|
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/ |
D | BaselineProfileCollector.java | 79 public boolean accept(File directory, String name) { in onTestRunEnd()
|
/platform_testing/libraries/collectors-helper/perfetto/src/com/android/helpers/ |
D | PerfettoHelper.java | 477 File directory = new File(destDirectory); in copyFileOutput() local 478 if (!directory.exists()) { in copyFileOutput() 479 boolean success = directory.mkdirs(); in copyFileOutput()
|
/platform_testing/libraries/audio-test-harness/tradefed/ |
D | Android.bp | 20 // automatically copy the JAR to the out/host/<target>/tradefed directory
|
/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 | 224 final Map<String, Long> configIds, Path directory, String suffix) { in pullReportsAndRemoveConfigs() argument 226 File saveDirectory = new File(externalStorage, directory.toString()); in pullReportsAndRemoveConfigs()
|
/platform_testing/tests/bettertogether/betocq/ |
D | ReadMe.md | 45 directory, and are dynamically configured based on the CUJ requirements. The 192 in a local directory: 336 directory:
|
/platform_testing/libraries/sts-common-util/host-side/tests/res/ |
D | logcat.txt | 360 10-01 10:04:58.339 8937 8937 F DEBUG : NOTE: found under the lib/ directory are readable. 369 … 11988 W QVRServiceDisplay: failed to open fb device '/dev/graphics/fb0': No such file or directory 370 …11980 11988 W QVRServiceDisplay: failed to open lineptr_event event node: No such file or directory 403 …12507 12507 W qvrservice: libminijail[12507]: failed to get path of fd 3: No such file or directory 2024 … : 11-18 14:14:23.121 954 1053 D ASH : Couldn't stat lastlog file: No such file or directory 2025 …UG : 11-18 14:14:23.121 954 1053 D ASH : Couldn't stat log file: No such file or directory 2714 11-08 17:31:00.083 22420 22420 F DEBUG : NOTE: found under the lib/ directory are readable. 2765 01-11 14:37:45.693 21184 21184 F DEBUG : NOTE: found under the lib/ directory are readable. 2796 01-11 17:12:57.257 shell 13764 13764 F DEBUG : NOTE: found under the lib/ directory are readabl… 2827 01-11 17:18:01.226 shell 18802 18802 F DEBUG : NOTE: found under the lib/ directory are readabl… [all …]
|
/platform_testing/libraries/compatibility-common-util/tests/assets/ |
D | logcat.txt | 356 10-01 10:04:58.339 8937 8937 F DEBUG : NOTE: found under the lib/ directory are readable.
|