/libcore/ojluni/src/main/java/sun/security/util/ |
D | AbstractAlgorithmConstraints.java | 48 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/ |
D | RowSetMetaData.java | 69 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/ |
D | DocumentBuilderSetting.java | 25 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/ |
D | DocumentBuilderSetting.java | 25 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/ |
D | SecureRandom.java | 628 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/ |
D | XMLReaderFactory.java | 65 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/ |
D | logging.properties | 18 # 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/ |
D | hyts_resource.properties | 1 property=parent key
|
/libcore/support/src/test/java/tests/resources/subfolder/tests/resources/ |
D | hyts_resource.properties | 1 property=resource key
|
/libcore/harmony-tests/src/test/resources/tests/resources/ |
D | hyts_resource_fr_FR.properties | 1 property=fr_FR_resource key
|
/libcore/harmony-tests/src/test/resources/tests/resources/control_test/ |
D | hyts_resource_fr_FR.properties | 1 property=fr_FR_resource key
|
D | hyts_resource.properties | 1 property=resource key
|
/libcore/ojluni/src/main/java/sun/net/spi/ |
D | DefaultProxySelector.java | 130 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/ |
D | PropertyChangeSupport.java | 429 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/ |
D | SystemTest.java | 37 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/ |
D | KXmlParser.java | 1793 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/ |
D | security.properties | 60 # The following Android-only property controls peer certificate validation.
|
/libcore/ |
D | NOTICE | 65 property of their respective owners.
|
D | LICENSE | 202 other property right claims or to contest validity of any such claims; this
|
/libcore/expectations/ |
D | knownfailures.txt | 1356 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/ |
D | NOTICE | 488 other property right claims or to contest validity of any such claims; this
|