Home
last modified time | relevance | path

Searched defs:propertyValue (Results 1 – 21 of 21) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/util/
DPropertiesHelper.java21 String propertyValue = null; in doSingleSubstitution() local
45 String propertyValue = properties.getProperty(propertyName); in doSubstitutions() local
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue60/
DSkipBeanTest.java45 Object propertyValue, Tag customTag) { in representJavaBeanProperty()
65 Object propertyValue, Tag customTag) { in representJavaBeanProperty()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
DUnicodePropertySymbolTable.java53 String propertyValue, UnicodeSet result) { in applyPropertyAlias()
213 private boolean isValid(UnicodeProperty prop, String propertyValue) { in isValid()
DUnicodePropertySource.java85 public UnicodeSet getPropertySet(String propertyValue, UnicodeSet result){ in getPropertySet()
DUnicodeProperty.java322 public final UnicodeSet getSet(String propertyValue) { in getSet()
332 public final UnicodeSet getSet(String propertyValue, UnicodeSet result) { in getSet()
840 String propertyValue, UnicodeSet result) { in applyPropertyAlias()
1406 public boolean isValidValue(String propertyValue) { in isValidValue()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
DUnicodePropertySymbolTable.java52 String propertyValue, UnicodeSet result) { in applyPropertyAlias()
212 private boolean isValid(UnicodeProperty prop, String propertyValue) { in isValid()
DUnicodeProperty.java321 public final UnicodeSet getSet(String propertyValue) { in getSet()
331 public final UnicodeSet getSet(String propertyValue, UnicodeSet result) { in getSet()
839 String propertyValue, UnicodeSet result) { in applyPropertyAlias()
1405 public boolean isValidValue(String propertyValue) { in isValidValue()
/external/emma/core/java12/com/vladium/util/exception/
DExceptionCommon.java403 String propertyValue = null; in lookup() local
420 String propertyValue = null; in lookup() local
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue133/
DStackOverflowTest.java57 Object propertyValue, Tag customTag) { in representJavaBeanProperty()
/external/clang/test/Analysis/
Dretain-release-path-notes-gc.m28 @property(retain) id propertyValue; property
Dretain-release-path-notes.m28 @property(retain) id propertyValue; property
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue29/
DFlexibleScalarStylesInJavaBeanTest.java118 Object propertyValue, Tag customTag) { in representJavaBeanProperty()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/representer/
DRepresenter.java121 Object propertyValue, Tag customTag) { in representJavaBeanProperty()
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp277 FXJSE_HVALUE propertyValue = FXJSE_Value_Create(hruntime); in Avg() local
362 FXJSE_HVALUE propertyValue = FXJSE_Value_Create(hruntime); in Count() local
446 FXJSE_HVALUE propertyValue = FXJSE_Value_Create(hruntime); in Max() local
549 FXJSE_HVALUE propertyValue = FXJSE_Value_Create(hruntime); in Min() local
651 FXJSE_HVALUE propertyValue = FXJSE_Value_Create(hruntime); in Mod() local
680 FXJSE_HVALUE propertyValue = FXJSE_Value_Create(hruntime); in Mod() local
733 FXJSE_HVALUE propertyValue = FXJSE_Value_Create(hruntime); in Round() local
766 FXJSE_HVALUE propertyValue = FXJSE_Value_Create(hruntime); in Round() local
788 FXJSE_HVALUE propertyValue = FXJSE_Value_Create(hruntime); in Round() local
848 FXJSE_HVALUE propertyValue = FXJSE_Value_Create(hruntime); in Sum() local
[all …]
/external/opencv3/modules/ts/src/
Docl_test.cpp55 #define DUMP_PROPERTY_XML(propertyName, propertyValue) \ argument
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DUnicodePropertySource.java84 public UnicodeSet getPropertySet(String propertyValue, UnicodeSet result){ in getPropertySet()
/external/proguard/src/proguard/
DConfigurationParser.java1167 String propertyValue = properties.getProperty(propertyName); in replaceSystemProperties() local
/external/testng/src/main/java/org/testng/xml/
DTestNGContentHandler.java794 String propertyValue = System.getProperty(property); in expandValue() local
/external/nanohttpd/core/src/main/java/fi/iki/elonen/
DNanoHTTPD.java1900 String propertyValue = sep >= 0 ? decodePercent(e.substring(sep + 1)) : null; in decodeParameters() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java3947 … public boolean applyPropertyAlias(String propertyName, String propertyValue, UnicodeSet result) { in applyPropertyAlias()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUnicodeSet.java3860 … public boolean applyPropertyAlias(String propertyName, String propertyValue, UnicodeSet result) { in applyPropertyAlias()