Home
last modified time | relevance | path

Searched refs:property (Results 1 – 17 of 17) sorted by relevance

/libcore/luni/src/test/java/tests/org/w3c/dom/
DDocumentBuilderSetting.java25 private final String property; field in DocumentBuilderSetting
207 String property, in DocumentBuilderSetting() argument
210 if (property == null) { in DocumentBuilderSetting()
213 this.property = property; in DocumentBuilderSetting()
259 return property; in getProperty()
275 StringBuffer builder = new StringBuffer(property); in toString()
/libcore/dom/src/test/java/org/w3c/domts/
DDocumentBuilderSetting.java25 private final String property; field in DocumentBuilderSetting
207 String property, in DocumentBuilderSetting() argument
210 if (property == null) { in DocumentBuilderSetting()
213 this.property = property; in DocumentBuilderSetting()
260 return property; in getProperty()
276 StringBuffer builder = new StringBuffer(property); in toString()
/libcore/luni/src/main/java/java/util/
DProperties.java157 String property = result instanceof String ? (String) result : null; in getProperty() local
158 if (property == null && defaults != null) { in getProperty()
159 property = defaults.getProperty(name); in getProperty()
161 return property; in getProperty()
178 String property = result instanceof String ? (String) result : null; in getProperty() local
179 if (property == null && defaults != null) { in getProperty()
180 property = defaults.getProperty(name); in getProperty()
182 if (property == null) { in getProperty()
185 return property; in getProperty()
215 String property = (String) super.get(key); in listToAppendable() local
[all …]
/libcore/luni/src/main/java/java/util/logging/
DFileHandler.java333 String property = manager.getProperty(key); in getBooleanProperty() local
334 if (property == null) { in getBooleanProperty()
338 if ("true".equalsIgnoreCase(property)) { in getBooleanProperty()
340 } else if ("false".equalsIgnoreCase(property)) { in getBooleanProperty()
348 String property = manager.getProperty(key); in getStringProperty() local
349 return property == null ? defaultValue : property; in getStringProperty()
354 String property = manager.getProperty(key); in getIntProperty() local
356 if (property != null) { in getIntProperty()
358 result = Integer.parseInt(property); in getIntProperty()
Dlogging.properties18 # Default logging property file.
21 # property, this property can be set via the Preference API, or as VM arguments
22 # passed to "java" command, or as property definition passed to JNI_CreateJavaVM.
DLogManager.java391 String property = props.getProperty(logger.getName() + ".level"); in readConfigurationImpl() local
392 if (property != null) { in readConfigurationImpl()
393 logger.setLevel(Level.parse(property)); in readConfigurationImpl()
/libcore/luni/src/main/java/org/xml/sax/helpers/
DXMLReaderFactory.java62 private static final String property = "org.xml.sax.driver"; field in XMLReaderFactory
113 try { className = System.getProperty (property); } in createXMLReader()
119 String service = "META-INF/services/" + property; in createXMLReader()
/libcore/support/src/test/java/tests/resources/subfolder/tests/resources/
Dhyts_resource.properties1 property=resource key
/libcore/support/src/test/java/tests/resources/
Dhyts_resource.properties1 property=parent key
/libcore/harmony-tests/src/test/resources/tests/resources/
Dhyts_resource_fr_FR.properties1 property=fr_FR_resource key
/libcore/luni/src/main/java/java/security/
DSecurity.java340 String property = secprops.getProperty(key); in getProperty() local
341 if (property != null) { in getProperty()
342 property = property.trim(); in getProperty()
344 return property; in getProperty()
Dsecurity.properties62 # The following Android-only property controls peer certificate validation.
/libcore/luni/src/main/java/java/util/zip/
DZipOutputStream.java431 private void checkSizeIsWithinShort(String property, byte[] bytes) { in checkSizeIsWithinShort() argument
433 throw new IllegalArgumentException(property + " too long in UTF-8:" + bytes.length + in checkSizeIsWithinShort()
/libcore/xml/src/main/java/org/kxml2/io/
DKXmlParser.java1791 public Object getProperty(String property) { in getProperty() argument
1792 if (property.equals(PROPERTY_XMLDECL_VERSION)) { in getProperty()
1794 } else if (property.equals(PROPERTY_XMLDECL_STANDALONE)) { in getProperty()
1796 } else if (property.equals(PROPERTY_LOCATION)) { in getProperty()
2104 public void setProperty(String property, Object value) throws XmlPullParserException { in setProperty() argument
2105 if (property.equals(PROPERTY_LOCATION)) { in setProperty()
2108 throw new XmlPullParserException("unsupported property: " + property); in setProperty()
/libcore/
DNOTICE65 property of their respective owners.
/libcore/expectations/
Dknownfailures.txt1392 description: "java.util.logging: Android's user.home system property cannot be cleared",
1400 description: "java.util.logging: Android's user.home system property points to root (/) dir",
/libcore/benchmarks/libs/
Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...