Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/util/
DAbstractAlgorithmConstraints.java48 String property = AccessController.doPrivileged( in getAlgorithms() local
58 if (property != null && !property.isEmpty()) { in getAlgorithms()
60 if (property.length() >= 2 && property.charAt(0) == '"' && in getAlgorithms()
61 property.charAt(property.length() - 1) == '"') { in getAlgorithms()
62 property = property.substring(1, property.length() - 1); in getAlgorithms()
64 algorithmsInProperty = property.split(","); in getAlgorithms()
/libcore/ojluni/src/main/java/javax/sql/
DRowSetMetaData.java69 void setAutoIncrement(int columnIndex, boolean property) throws SQLException; in setAutoIncrement() argument
81 void setCaseSensitive(int columnIndex, boolean property) throws SQLException; in setCaseSensitive() argument
93 void setSearchable(int columnIndex, boolean property) throws SQLException; in setSearchable() argument
105 void setCurrency(int columnIndex, boolean property) throws SQLException; in setCurrency() argument
120 void setNullable(int columnIndex, int property) throws SQLException; in setNullable() argument
132 void setSigned(int columnIndex, boolean property) throws SQLException; in setSigned() argument
/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/ojluni/src/main/java/java/security/
DSecureRandom.java628 String property = AccessController.doPrivileged( in getInstanceStrong() local
637 if ((property == null) || (property.length() == 0)) { in getInstanceStrong()
642 String remainder = property; in getInstanceStrong()
667 "No strong SecureRandom impls available: " + property); in getInstanceStrong()
/libcore/luni/src/main/java/org/xml/sax/helpers/
DXMLReaderFactory.java65 private static final String property = "org.xml.sax.driver"; field in XMLReaderFactory
116 try { className = System.getProperty (property); } in createXMLReader()
122 String service = "META-INF/services/" + property; in createXMLReader()
/libcore/luni/src/main/java/java/util/logging/
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.
/libcore/support/src/test/java/tests/resources/
Dhyts_resource.properties1 property=parent key
/libcore/support/src/test/java/tests/resources/subfolder/tests/resources/
Dhyts_resource.properties1 property=resource key
/libcore/harmony-tests/src/test/resources/tests/resources/
Dhyts_resource_fr_FR.properties1 property=fr_FR_resource key
/libcore/harmony-tests/src/test/resources/tests/resources/control_test/
Dhyts_resource_fr_FR.properties1 property=fr_FR_resource key
Dhyts_resource.properties1 property=resource key
/libcore/ojluni/src/main/java/sun/net/spi/
DDefaultProxySelector.java130 final String property; field in DefaultProxySelector.NonProxyInfo
139 property = p; in NonProxyInfo()
265 nphosts = NetProperties.get(nprop.property); in select()
/libcore/ojluni/src/main/java/java/beans/
DPropertyChangeSupport.java429 String property = entry.getKey(); in writeObject() local
430 if (property == null) { in writeObject()
438 children.put(property, pcs); in writeObject()
/libcore/luni/src/test/java/libcore/java/lang/
DSystemTest.java37 String property = System.getProperty("os.name"); in testOsName() local
38 assertEquals(sysname, property); in testOsName()
/libcore/xml/src/main/java/com/android/org/kxml2/io/
DKXmlParser.java1793 public Object getProperty(String property) { in getProperty() argument
1794 if (property.equals(PROPERTY_XMLDECL_VERSION)) { in getProperty()
1796 } else if (property.equals(PROPERTY_XMLDECL_STANDALONE)) { in getProperty()
1798 } else if (property.equals(PROPERTY_LOCATION)) { in getProperty()
2106 public void setProperty(String property, Object value) throws XmlPullParserException { in setProperty() argument
2107 if (property.equals(PROPERTY_LOCATION)) { in setProperty()
2110 throw new XmlPullParserException("unsupported property: " + property); in setProperty()
/libcore/luni/src/main/java/java/security/
Dsecurity.properties60 # The following Android-only property controls peer certificate validation.
/libcore/
DNOTICE65 property of their respective owners.
DLICENSE202 other property right claims or to contest validity of any such claims; this
/libcore/expectations/
Dknownfailures.txt1356 description: "java.util.logging: Android's user.home system property cannot be cleared",
1364 description: "java.util.logging: Android's user.home system property points to root (/) dir",
/libcore/ojluni/
DNOTICE488 other property right claims or to contest validity of any such claims; this