Home
last modified time | relevance | path

Searched defs:properties (Results 1 – 10 of 10) sorted by relevance

/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
DTestUtils.java72 Properties properties = System.getProperties(); in setSystemProperty() local
/libcore/luni/src/test/java/tests/api/org/xml/sax/support/
DMockFilter.java41 private Map<String, Object> properties = new HashMap<String, Object>(); field in MockFilter
DMockReader.java53 private Map<String, Object> properties = new HashMap<String, Object>(); field in MockReader
/libcore/luni/src/main/java/java/util/jar/
DPack200.java189 SortedMap<String, String> properties(); in properties() method
270 SortedMap<String, String> properties(); in properties() method
/libcore/luni/src/main/native/
Djava_lang_System.cpp75 std::vector<std::string> properties; in System_specialProperties() local
/libcore/luni/src/test/java/tests/support/
DSupport_SQL.java100 Properties properties = new Properties(); in loadProperties() local
/libcore/dalvik/src/main/java/dalvik/system/
DVMRuntime.java53 public native String[] properties(); in properties() method in VMRuntime
/libcore/luni/src/main/java/java/sql/
DConnection.java810 public void setClientInfo(Properties properties) throws SQLClientInfoException; in setClientInfo()
/libcore/luni/src/main/java/java/util/
DProperties.java102 public Properties(Properties properties) { in Properties() method in Properties
/libcore/luni/src/main/java/java/util/prefs/
DXMLParser.java476 static void writeXmlPreferences(File xmlFile, Properties properties) throws IOException { in writeXmlPreferences()