Searched defs:properties (Results 1 – 10 of 10) sorted by relevance
72 Properties properties = System.getProperties(); in setSystemProperty() local
41 private Map<String, Object> properties = new HashMap<String, Object>(); field in MockFilter
53 private Map<String, Object> properties = new HashMap<String, Object>(); field in MockReader
189 SortedMap<String, String> properties(); in properties() method270 SortedMap<String, String> properties(); in properties() method
75 std::vector<std::string> properties; in System_specialProperties() local
100 Properties properties = new Properties(); in loadProperties() local
53 public native String[] properties(); in properties() method in VMRuntime
810 public void setClientInfo(Properties properties) throws SQLClientInfoException; in setClientInfo()
102 public Properties(Properties properties) { in Properties() method in Properties
476 static void writeXmlPreferences(File xmlFile, Properties properties) throws IOException { in writeXmlPreferences()