Home
last modified time | relevance | path

Searched refs:properties (Results 1 – 13 of 13) sorted by relevance

/platform_testing/libraries/motion/tests/src/platform/test/motion/golden/
DTimeSeriesTest.kt31 val properties = in moreDataPointsThanFrames_throws() constant
34 assertThrows(IllegalArgumentException::class.java) { TimeSeries(frameIds, properties) } in moreDataPointsThanFrames_throws()
40 val properties = listOf(Feature("foo", dataPoints = listOf(1.asDataPoint()))) in lessDataPointsThanFrames_throws() constant
42 assertThrows(IllegalArgumentException::class.java) { TimeSeries(frameIds, properties) } in lessDataPointsThanFrames_throws()
/platform_testing/tests/bettertogether/betocq/
Dbase_betocq_suite.py55 properties = entry.get('properties', {})
56 for key, value in properties.items():
110 def _record_suite_properties(self, properties): argument
120 content = {'properties': properties}
DCHANGELOG.md55 with "properties".
/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/ghidra/
DGhidraPreparer.java88 mPreviousPropertyVal = testInformation.properties().get(PROPERTY_KEY); in setUp()
108 testInformation.properties().put(PROPERTY_KEY, analyzeHeadlessPath); in setUp()
118 testInformation.properties().put(PROPERTY_KEY, analyzeHeadlessPath); in setUp()
170 testInformation.properties().put(PROPERTY_KEY, mPreviousPropertyVal); in tearDown()
172 testInformation.properties().remove(PROPERTY_KEY); in tearDown()
DGhidraScriptRunner.java243 Properties properties = new Properties(); in createPropertiesFile() local
245 properties.load(fileInputStream); in createPropertiesFile()
251 map.forEach(properties::setProperty); in createPropertiesFile()
252 properties.store(fileWriter, ""); in createPropertiesFile()
DGhidra.java36 this.ghidraPath = test.getTestInformation().properties().get(PROPERTY_KEY); in Ghidra()
/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/res/testApp/MyApplication/
D.gitignore2 local.properties
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/foldable/
DSensorInjectionController.kt21 import kotlin.properties.Delegates.notNull
DFoldableDeviceController.kt35 import kotlin.properties.Delegates.notNull in <lambda>()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/surfaceflinger/
DLayer.kt41 properties: ILayerProperties,
42 ) : ILayerProperties by properties {
342 val properties = in from() constant
364 return Layer(name, id, parentId, z, currFrame, properties) in from()
/platform_testing/libraries/sts-common-util/sts-sdk/package/gradle/wrapper/
Dgradle-wrapper.jar ... gradle.cli.ParsedCommandLine options java.util.Properties systemProperties java.io.File gradleUserHome org.gradle ...
/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/
DBetterSwipe.kt271 val properties = in getMotionEvent() constant
288 /* pointerProperties= */ arrayOf(properties), in getMotionEvent()
/platform_testing/libraries/rdroidtest/
DREADME.md5 is often not enough on Android, where we want to ignore tests based on system properties or other