Searched defs:properties (Results 1 - 7 of 7) 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/ojluni/src/main/java/sun/net/www/
H A DURLConnection.java44 protected MessageHeader properties; field in class:URLConnection
53 properties = new MessageHeader();
60 return properties;
64 public void setProperties(MessageHeader properties) { argument
65 this.properties = properties;
73 properties.set(key, value);
106 return properties == null ? null : properties.findValue(name);
120 MessageHeader props = properties;
[all...]
/libcore/ojluni/src/main/java/java/sql/
H A DConnection.java1133 * method to determine the client info properties supported by the driver
1154 * The following are standard client info properties. Drivers are not
1155 * required to support these properties however if the driver supports a
1157 * properties, the standard property name should be used.
1185 * Sets the value of the connection's client info properties. The
1187 * properties to be set. The set of client info properties contained in
1188 * the properties list replaces the current set of client info properties
1190 * connection is not present in the properties lis
1214 setClientInfo(Properties properties) argument
[all...]
/libcore/ojluni/src/main/java/java/util/jar/
H A DPack200.java55 * // Initialize the state by setting the desired properties
56 * Map p = packer.properties();
178 * by their properties below.
180 * engine properties (using {@link #properties}) and storing
181 * the modified properties on the map.
248 * of its name and other transmitted properties.
341 * additional properties with distinct strings appended, to
342 * make a family of properties with the common prefix.
356 * Map p = packer.properties();
547 SortedMap<String,String> properties(); method in interface:Pack200.Packer
706 SortedMap<String,String> properties(); method in interface:Pack200.Unpacker
[all...]
/libcore/libart/src/main/java/dalvik/system/
H A DVMRuntime.java40 // system properties. To be sure that the properties stay valid the
87 public native String[] properties(); method in class:VMRuntime
/libcore/ojluni/src/main/native/
H A Djvm.h1302 * Initialize the agent properties with the properties maintained in the VM.
1456 char **properties; member in struct:JDK1_1InitArgs

Completed in 677 milliseconds