Home
last modified time | relevance | path

Searched refs:keys (Results 1 – 14 of 14) sorted by relevance

/platform_testing/libraries/motion/src/platform/test/motion/truth/
DTimeSeriesSubject.kt74 if (actual.features.keys != expected.features.keys) { in <lambda>()
75 featuresToCompare = actual.features.keys.intersect(expected.features.keys) in <lambda>()
78 if (featuresToCompare != actual.features.keys) { in <lambda>()
79 val unexpected = actual.features.keys - featuresToCompare in <lambda>()
83 if (featuresToCompare != expected.features.keys) { in <lambda>()
84 val missing = expected.features.keys - featuresToCompare in <lambda>()
88 featuresToCompare = actual.features.keys in <lambda>()
/platform_testing/libraries/flicker/src/android/tools/flicker/config/
DFlickerConfigImpl.kt62 require(entry.assertions.keys.none { it.id == assertion.id }) { in <lambda>()
90 entry.assertions.keys.firstOrNull { it.id == assertionId } in <lambda>()
109 entry.assertions.keys.firstOrNull { it.id == assertionId } in <lambda>()
/platform_testing/libraries/collectors-helper/system/src/com/android/helpers/
DTimeInStateHelper.java56 String[] keys = freqKeys[i].split(KEY_SOURCE_SEPARATOR); in setUp() local
57 if (keys.length != 2) { in setUp()
61 String key = keys[0].trim(); in setUp()
62 String source = keys[1].trim(); in setUp()
/platform_testing/libraries/collectors-helper/utilities/src/com/android/helpers/
DMetricUtility.java37 public static String constructKey(String... keys) { in constructKey() argument
38 return String.join(KEY_JOIN, keys); in constructKey()
/platform_testing/libraries/compatibility-common-util/tests/assets/
Dlogcat.txt7 … 7072 F DEBUG : Build fingerprint: 'google/angler/angler:7.1.1/N4F26T/3687331:userdebug/dev-keys'
36 …2 F DEBUG : Build fingerprint: 'google/bullhead/bullhead:7.1.2/N2G48C/4104010:userdebug/dev-keys'
69 …0 F DEBUG : Build fingerprint: 'google/bullhead/bullhead:7.1.2/N2G48C/4104010:userdebug/dev-keys'
100 …3 F DEBUG : Build fingerprint: 'google/bullhead/bullhead:7.1.2/N2G48C/4104010:userdebug/dev-keys'
134 …46 546 F DEBUG : Build fingerprint: 'google/ryu/dragon:7.1.2/N2G48C/4104010:userdebug/dev-keys'
173 …72 F DEBUG : Build fingerprint: 'google/marlin/marlin:8.0.0/OC/mspect11021711:userdebug/dev-keys'
189 …G : Build fingerprint: 'google/taimen/taimen:8.1.0/OPM2.171026.006.A1/4756228:userdebug/dev-keys'
234 … Build fingerprint: 'samsung/hero2qltezc/hero2qltechn:6.0.1/MMB29M/G9350ZCU2APJ6:user/release-keys'
278 … 7072 F DEBUG : Build fingerprint: 'google/angler/angler:7.1.1/N4F26T/3687331:userdebug/dev-keys'
307 …2 F DEBUG : Build fingerprint: 'google/bullhead/bullhead:7.1.2/N2G48C/4104010:userdebug/dev-keys'
[all …]
/platform_testing/libraries/flicker/src/android/tools/flicker/junit/
DFlickerServiceDecorator.kt303 return groupedAssertions.keys.map { it.type }.distinct() in <lambda>()
344 val organizedScenarioInstances = groupedAssertions.keys.groupBy { it.type } in <lambda>()
DFlickerServiceJUnit4ClassRunner.kt285 val inOrder = orderer.order(childMap.keys) in <lambda>()
DLegacyFlickerJUnit4ClassRunner.kt350 val inOrder = orderer.order(childMap.keys) in <lambda>()
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DInputDeviceRule.kt188 val uinputDevice = deviceAddedMap.keys.firstOrNull { it.isInputDevice(device) } ?: return in <lambda>()
/platform_testing/utils/shell-as/
DAndroid.bp62 // https://source.android.com/docs/core/ota/sign_builds#release-keys
/platform_testing/tests/bettertogether/betocq/
Dbetocq_test_suite.py85 self._enabled_test_classes.keys(), test_selector
/platform_testing/libraries/flicker/src/android/tools/flicker/extractors/
DTaggedCujTransitionMatcher.kt45 val transforms = transformsToNames.keys in <lambda>()
/platform_testing/libraries/motion/compose/tests/src/platform/test/motion/compose/
DMotionTestValuesTest.kt213 assertThat(features.keys).containsExactly(featureName) in TimeSeries()
/platform_testing/libraries/sts-common-util/host-side/tests/res/
Dlogcat.txt7 … 7072 F DEBUG : Build fingerprint: 'google/angler/angler:7.1.1/N4F26T/3687331:userdebug/dev-keys'
36 …2 F DEBUG : Build fingerprint: 'google/bullhead/bullhead:7.1.2/N2G48C/4104010:userdebug/dev-keys'
70 …0 F DEBUG : Build fingerprint: 'google/bullhead/bullhead:7.1.2/N2G48C/4104010:userdebug/dev-keys'
102 …3 F DEBUG : Build fingerprint: 'google/bullhead/bullhead:7.1.2/N2G48C/4104010:userdebug/dev-keys'
136 …46 546 F DEBUG : Build fingerprint: 'google/ryu/dragon:7.1.2/N2G48C/4104010:userdebug/dev-keys'
175 …72 F DEBUG : Build fingerprint: 'google/marlin/marlin:8.0.0/OC/mspect11021711:userdebug/dev-keys'
192 …G : Build fingerprint: 'google/taimen/taimen:8.1.0/OPM2.171026.006.A1/4756228:userdebug/dev-keys'
238 … Build fingerprint: 'samsung/hero2qltezc/hero2qltechn:6.0.1/MMB29M/G9350ZCU2APJ6:user/release-keys'
282 … 7072 F DEBUG : Build fingerprint: 'google/angler/angler:7.1.1/N4F26T/3687331:userdebug/dev-keys'
311 …2 F DEBUG : Build fingerprint: 'google/bullhead/bullhead:7.1.2/N2G48C/4104010:userdebug/dev-keys'
[all …]