Home
last modified time | relevance | path

Searched refs:copy (Results 1 – 25 of 248) sorted by relevance

12345678910

/platform_testing/libraries/flicker/utils/test/src/android/tools/
DCacheTest.kt51 val copy = Cache.backup() in testBackup() constant
53 Assert.assertTrue(copy.cache.containsKey(Dummy(0))) in testBackup()
54 Assert.assertTrue(copy.cache.containsKey(Dummy(1))) in testBackup()
55 Assert.assertFalse(copy.cache.containsKey(Dummy(2))) in testBackup()
62 val copy = Cache.backup() in testRestore() constant
65 Cache.restore(copy) in testRestore()
66 Assert.assertTrue(copy.cache.containsKey(Dummy(0))) in testRestore()
67 Assert.assertTrue(copy.cache.containsKey(Dummy(1))) in testRestore()
68 Assert.assertFalse(copy.cache.containsKey(Dummy(2))) in testRestore()
/platform_testing/libraries/sts-common-util/sts-sdk/package/
Dbuild.gradle14 copy {
26 copy {
34 // To add another Android apk to the test, copy the block above and rename
38 copy {
42 copy {
60 // To add another Android apk to the test, copy the block above and rename
80 // To add another Android apk to the test, copy the block above and rename
/platform_testing/libraries/audio-test-harness/tradefed/
DAndroid.bp6 * You may obtain a copy of the License at
20 // automatically copy the JAR to the out/host/<target>/tradefed directory
22 // java_library_host and manually copy the JAR with the Android.mk file.
/platform_testing/libraries/motion/tests/src/platform/test/motion/truth/
DTimeSeriesSubjectTest.kt47 assertThat(timeSeries).isEqualTo(timeSeries.copy()) in <lambda>()
54 expected.copy(frameIds = listOf(expected.frameIds[0], SupplementalFrameId("x"))) in <lambda>()
103 expected.copy( in <lambda>()
122 expected.copy( in <lambda>()
/platform_testing/tests/bettertogether/betocq/
Dbetocq_test_suite.py132 config = self._config.copy()
171 config = self._config.copy()
211 config = self._config.copy()
/platform_testing/libraries/sts-common-util/sts-sdk/package/native-poc/
Dbuild.gradle.template20 tasks.register("copy${arch}", Copy) {
/platform_testing/libraries/device-collectors/src/main/platform-collectors/
DAndroid.bp5 // You may obtain a copy of the License at
29 * Loops over all subdirectories under res/statsd-configs/ and copy all *.pb configs within to
/platform_testing/robolab/roboStandaloneProj/tests/config/
Drobolectric.properties5 # You may obtain a copy of the License at
/platform_testing/utils/wifistrengthscanner/
DAndroid.bp6 // You may obtain a copy of the License at
/platform_testing/tests/microbenchmarks/LauncherIconsApp/
DAndroid.bp5 // You may obtain a copy of the License at
/platform_testing/host_runners/power/tests/
DAndroid.bp5 // You may obtain a copy of the License at
/platform_testing/scripts/
DAndroid.bp5 // You may obtain a copy of the License at
/platform_testing/host_runners/utils/tests/
DAndroid.bp5 // You may obtain a copy of the License at
/platform_testing/libraries/junitxml/
DAndroid.bp6 // You may obtain a copy of the License at
/platform_testing/host_runners/boot/tests/
DAndroid.bp5 // You may obtain a copy of the License at
/platform_testing/tests/automotive/mobly_tests/utilities/
DAndroid.bp5 // You may obtain a copy of the License at
/platform_testing/libraries/timeresult-helper/
DAndroid.bp6 // You may obtain a copy of the License at
/platform_testing/host_runners/utils/
DAndroid.bp5 // You may obtain a copy of the License at
/platform_testing/libraries/health/options/
DAndroid.bp5 // You may obtain a copy of the License at
/platform_testing/libraries/motion/compose/values/
DAndroid.bp5 // You may obtain a copy of the License at
/platform_testing/tests/perf/PerformanceLaunch/
DAndroid.bp5 // You may obtain a copy of the License at
/platform_testing/libraries/system-helpers/package-helper/
DAndroid.bp6 // You may obtain a copy of the License at
/platform_testing/libraries/uinput-device-test-helper/
DAndroid.bp6 // You may obtain a copy of the License at
/platform_testing/tests/bootdoa/
DAndroid.bp5 // You may obtain a copy of the License at
/platform_testing/tests/example/parameterized_test/
DAndroid.bp5 // You may obtain a copy of the License at

12345678910