Home
last modified time | relevance | path

Searched refs:in (Results 1 – 25 of 109) sorted by relevance

12345

/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/
DREADME.md10 ## Checking in a config
12 To check in config(s) for a new set of metrics, follow these steps:
15 2. Put the new config(s) in the subdirectory using the directory name and optionally with additional
18 3. Write a README file explaining what the config(s) in the new subdirectory does and put it under
29 section (and this section only) in the Android Metrics documentation to create a new config file.
40 --config_name=<You config's name defined in step 1> \
47 Once the config file is generated, it can be checked in following the steps in the "Checking in a
/platform_testing/libraries/flicker/test/src/com/android/server/wm/flicker/
DTestFileUtils.java27 InputStream in = context.getResources().getAssets().open("testdata/" + relativePath); in readTestFile() local
28 return ByteStreams.toByteArray(in); in readTestFile()
/platform_testing/tests/perf/BootHelperApp/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
18 // Only compile source java files in this apk.
/platform_testing/tests/perf/PerformanceAppTest/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
18 // Only compile source java files in this apk.
/platform_testing/tests/functional/devicehealthchecks/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
18 // Only compile source java files in this apk.
/platform_testing/tests/functional/devicehealthtests/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
18 // Only compile source java files in this apk.
/platform_testing/libraries/device-collectors/src/main/platform-collectors/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
26 * assets/statsd-configs/ directory in the package, which can then be read with asset manager
27 * in the APK.
33 "&& for file in $${protos[@]} ; do cp $$file $$out_dir/$$assets_dir/ ; done " +
/platform_testing/libraries/device-collectors/src/hostsidetests/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
19 // Only compile source java files in this jar.
/platform_testing/tests/example/native/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
18 // TODO (b/158958526): This is an example of mainline testing in Test
/platform_testing/tests/perf/PerfTransitionTest/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
18 // Only compile source java files in this apk.
/platform_testing/tests/health/scenarios/tests/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
15 // TODO(harrytczhang@): Refactor to share command with the similar genrule in samples. See
30 * directory in the package, which can then be read with asset manager.
36 "&& for file in $${src_protos[@]} ; do fname=$$(basename $$file) " +
/platform_testing/tests/perf/PerformanceLaunch/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
/platform_testing/libraries/health/composers/host/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
/platform_testing/libraries/health/options/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
/platform_testing/utils/wifistrengthscanner/
DAndroid.bp5 // you may not use this file except in compliance with the License.
10 // Unless required by applicable law or agreed to in writing, software
/platform_testing/tests/example/jarhosttest/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
/platform_testing/tests/example/devcodelab/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
/platform_testing/libraries/health/utils/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
/platform_testing/utils/esimutility/
DAndroid.bp5 // you may not use this file except in compliance with the License.
10 // Unless required by applicable law or agreed to in writing, software
/platform_testing/libraries/junitxml/
DAndroid.bp5 // you may not use this file except in compliance with the License.
10 // Unless required by applicable law or agreed to in writing, software
/platform_testing/libraries/system-helpers/package-helper/
DAndroid.bp5 // you may not use this file except in compliance with the License.
10 // Unless required by applicable law or agreed to in writing, software
/platform_testing/libraries/timeresult-helper/
DAndroid.bp5 // you may not use this file except in compliance with the License.
10 // Unless required by applicable law or agreed to in writing, software
/platform_testing/libraries/collectors-helper/utilities/
DAndroid.bp4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
/platform_testing/libraries/metrics-helper/
DAndroid.bp5 // you may not use this file except in compliance with the License.
10 // Unless required by applicable law or agreed to in writing, software
/platform_testing/libraries/health/runners/longevity/platform/samples/
DAndroid.bp5 // you may not use this file except in compliance with the License.
10 // Unless required by applicable law or agreed to in writing, software
30 * directory in the package, which can then be read with asset manager.
36 "&& for file in $${src_protos[@]} ; do fname=$$(basename $$file) " +

12345