/platform_testing/libraries/motion/tests/src/platform/test/motion/golden/ |
D | TimeSeriesTest.kt | 31 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/ |
D | base_betocq_suite.py | 55 properties = entry.get('properties', {}) 56 for key, value in properties.items(): 110 def _record_suite_properties(self, properties): argument 120 content = {'properties': properties}
|
D | CHANGELOG.md | 55 with "properties".
|
/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/ghidra/ |
D | GhidraPreparer.java | 88 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()
|
D | GhidraScriptRunner.java | 243 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()
|
D | Ghidra.java | 36 this.ghidraPath = test.getTestInformation().properties().get(PROPERTY_KEY); in Ghidra()
|
/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/res/testApp/MyApplication/ |
D | .gitignore | 2 local.properties
|
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/foldable/ |
D | SensorInjectionController.kt | 21 import kotlin.properties.Delegates.notNull
|
D | FoldableDeviceController.kt | 35 import kotlin.properties.Delegates.notNull in <lambda>()
|
/platform_testing/libraries/flicker/utils/src/android/tools/traces/surfaceflinger/ |
D | Layer.kt | 41 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/ |
D | gradle-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/ |
D | BetterSwipe.kt | 271 val properties = in getMotionEvent() constant 288 /* pointerProperties= */ arrayOf(properties), in getMotionEvent()
|
/platform_testing/libraries/rdroidtest/ |
D | README.md | 5 is often not enough on Android, where we want to ignore tests based on system properties or other
|