Searched defs:properties (Results 1 - 9 of 9) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
H A DMockFilter.java41 private Map<String, Object> properties = new HashMap<String, Object>(); field in class:MockFilter
57 return properties.get(name);
73 properties.remove(name);
75 properties.put(name, value);
H A DMockReader.java53 private Map<String, Object> properties = new HashMap<String, Object>(); field in class:MockReader
84 return properties.get(name);
122 properties.remove(name);
124 properties.put(name, value);
/libcore/luni/src/main/native/
H A Djava_lang_System.cpp81 std::vector<std::string> properties; local
84 properties.push_back(std::string("user.dir=") + getcwd(path, sizeof(path)));
86 properties.push_back("android.zlib.version=" ZLIB_VERSION);
87 properties.push_back("android.openssl.version=" OPENSSL_VERSION_TEXT);
99 properties.push_back(std::string("java.library.path=") + library_path);
101 return toStringArray(env, properties);
/libcore/luni/src/main/java/java/util/jar/
H A DPack200.java185 * Returns a sorted map of the properties of this packer.
187 * @return the properties of the packer.
189 SortedMap<String, String> properties(); method in interface:Pack200.Packer
266 * Returns a sorted map of the properties of this unpacker.
268 * @return the properties of unpacker.
270 SortedMap<String, String> properties(); method in interface:Pack200.Unpacker
/libcore/libart/src/main/java/dalvik/system/
H A DVMRuntime.java70 public native String[] properties(); method in class:VMRuntime
/libcore/luni/src/main/java/java/sql/
H A DConnection.java804 * Replaces all client info properties with the name/value pairs from {@code properties}.
805 * All existing properties are removed. If an exception is thrown, the resulting state of
806 * this connection's client info properties is undefined.
810 public void setClientInfo(Properties properties) throws SQLClientInfoException; argument
820 * Returns a {@link Properties} object containing all client info properties.
/libcore/luni/src/main/java/java/util/
H A DProperties.java71 private static final String PROP_DTD_NAME = "http://java.sun.com/dtd/properties.dtd";
74 + " <!ELEMENT properties (comment?, entry*) >"
75 + " <!ATTLIST properties version CDATA #FIXED \"1.0\" >"
99 * @param properties
102 public Properties(Properties properties) { argument
103 defaults = properties;
238 * Loads properties from the specified {@code InputStream}, assumed to be ISO-8859-1.
252 * Loads properties from the specified {@code Reader}.
253 * The properties file is interpreted according to the following rules:
515 * Stores properties t
[all...]
/libcore/luni/src/main/java/java/util/prefs/
H A DXMLParser.java441 * Returns the preferences from {@code xmlFile}. Returns empty properties if
476 static void writeXmlPreferences(File xmlFile, Properties properties) throws IOException { argument
488 String[] keys = properties.keySet().toArray(new String[properties.size()]);
492 values[i] = properties.getProperty(keys[i]);
/libcore/benchmarks/libs/
H A Dcaliper.jar ... caliper.CaliperRc INSTANCE private final java.util.Properties properties private void " href="/5.0.0_r2/s ...

Completed in 303 milliseconds