Searched defs:property (Results 1 - 6 of 6) sorted by relevance

/libcore/luni/src/main/java/org/xml/sax/helpers/
H A DXMLReaderFactory.java62 private static final String property = "org.xml.sax.driver"; field in class:XMLReaderFactory
70 * <li>If the system property <code>org.xml.sax.driver</code>
85 * property will often be usable.) </li>
95 * setting a good value for that property ensures that calls to this
112 // 1. try the JVM-instance-wide system property
113 try { className = System.getProperty (property); }
119 String service = "META-INF/services/" + property;
157 + "is system property org.xml.sax.driver set?");
/libcore/dom/src/test/java/org/w3c/domts/
H A DDocumentBuilderSetting.java23 * property name.
25 private final String property; field in class:DocumentBuilderSetting
28 * property value.
33 * strategy used to set or get property value.
202 * @param property property name, follows JAXP.
203 * @param value property value
207 String property,
210 if (property == null) {
211 throw new NullPointerException("property");
206 DocumentBuilderSetting( String property, boolean value, DocumentBuilderSettingStrategy strategy) argument
[all...]
/libcore/luni/src/main/java/java/util/zip/
H A DZipOutputStream.java431 private void checkSizeIsWithinShort(String property, byte[] bytes) { argument
433 throw new IllegalArgumentException(property + " too long in UTF-8:" + bytes.length +
/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DDocumentBuilderSetting.java23 * property name.
25 private final String property; field in class:DocumentBuilderSetting
28 * property value.
33 * strategy used to set or get property value.
202 * @param property property name, follows JAXP.
203 * @param value property value
207 String property,
210 if (property == null) {
211 throw new NullPointerException("property");
206 DocumentBuilderSetting( String property, boolean value, DocumentBuilderSettingStrategy strategy) argument
[all...]
/libcore/xml/src/main/java/org/kxml2/io/
H A DKXmlParser.java1791 public Object getProperty(String property) { argument
1792 if (property.equals(PROPERTY_XMLDECL_VERSION)) {
1794 } else if (property.equals(PROPERTY_XMLDECL_STANDALONE)) {
1796 } else if (property.equals(PROPERTY_LOCATION)) {
2104 public void setProperty(String property, Object value) throws XmlPullParserException { argument
2105 if (property.equals(PROPERTY_LOCATION)) {
2108 throw new XmlPullParserException("unsupported property: " + property);
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 599 milliseconds