Home
last modified time | relevance | path

Searched defs:valueProperty (Results 1 – 3 of 3) sorted by relevance

/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/beans/
DSamePropertyValuesAsTest.java67 private Value valueProperty; field in SamePropertyValuesAsTest.ExampleBean
69 public ExampleBean(String stringProperty, int intProperty, Value valueProperty) { in ExampleBean()
87 … public SubBeanWithNoExtraProperties(String stringProperty, int intProperty, Value valueProperty) { in SubBeanWithNoExtraProperties()
93 public SubBeanWithExtraProperty(String stringProperty, int intProperty, Value valueProperty) { in SubBeanWithExtraProperty()
/external/dokka/core/src/test/kotlin/model/
DPropertyTest.kt12 @Test fun valueProperty() { in <lambda>() method in org.jetbrains.dokka.tests.PropertyTest
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/src/
Dapply-shim.js437 _produceCssProperties(matchText, propertyName, valueProperty, valueMixin, rule) { argument