Searched refs:properties (Results 126 - 150 of 215) sorted by relevance

123456789

/openjdk7/jdk/src/share/classes/java/awt/image/
H A DMemoryImageSource.java114 Hashtable properties; field in class:MemoryImageSource
148 * @param props a list of properties that the <code>ImageProducer</code>
188 * @param props a list of properties that the <code>ImageProducer</code>
210 properties = props;
241 * @param props a list of properties that the <code>ImageProducer</code>
541 ic.setProperties(properties);
H A DBufferedImage.java79 Hashtable properties; field in class:BufferedImage
603 * @param properties <code>Hashtable</code> of
627 Hashtable<?,?> properties) {
645 this.properties = properties;
1109 if (properties == null) {
1110 properties = new Hashtable();
1112 osis = new OffScreenImageSource(this, properties);
1122 * <code>UndefinedProperty</code> field. If the properties
1133 * properties o
624 BufferedImage(ColorModel cm, WritableRaster raster, boolean isRasterPremultiplied, Hashtable<?,?> properties) argument
[all...]
/openjdk7/jdk/make/tools/src/build/tools/stripproperties/
H A DStripProperties.java43 * Reads a properties file from standard input and writes an equivalent
44 * properties file without comments to standard output.
165 * Strip the properties filenames supplied, replacing their contents.
166 * @param args Names of properties files to process and replace contents
237 * Writes the content of <code>properties</code> to <code>out</code>.
245 private static void storeProperties(Properties properties, OutputStream out) argument
249 for (Enumeration e = properties.keys(); e.hasMoreElements();) {
251 String val = (String)properties.get(key);
/openjdk7/corba/make/com/sun/corba/se/sources/
H A DMakefile171 logresource.generate: $(LOG_GENDIRECTORY)/LogStrings.properties
173 $(LOG_GENDIRECTORY)/LogStrings.properties: \
182 $(CAT) $(LOG_GENDIRECTORY)/*.resource > $(LOG_GENDIRECTORY)/LogStrings.properties
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLSerializerMessages_ja.properties33 # As usual with properties files, the messages are arranged in
36 # @version $Id: XMLSerializerMessages_ja.properties 3021 2011-03-01 00:12:28Z joehw $
H A DDOMMessages_fr.properties34 # @version $Id: DOMMessages_fr.properties 3021 2011-03-01 00:12:28Z joehw $
H A DDatatypeMessages_de.properties33 # @version $Id: DatatypeMessages_de.properties 3021 2011-03-01 00:12:28Z joehw $
H A DDatatypeMessages_es.properties33 # @version $Id: DatatypeMessages_es.properties 3021 2011-03-01 00:12:28Z joehw $
H A DDatatypeMessages_it.properties33 # @version $Id: DatatypeMessages_it.properties 3021 2011-03-01 00:12:28Z joehw $
H A DDatatypeMessages_pt_BR.properties33 # @version $Id: DatatypeMessages_pt_BR.properties 3021 2011-03-01 00:12:28Z joehw $
H A DDatatypeMessages_sv.properties33 # @version $Id: DatatypeMessages_sv.properties 3021 2011-03-01 00:12:28Z joehw $
H A DDatatypeMessages_zh_CN.properties33 # @version $Id: DatatypeMessages_zh_CN.properties 3021 2011-03-01 00:12:28Z joehw $
H A DJAXPValidationMessages_de.properties33 # @version $Id: JAXPValidationMessages_de.properties 3021 2011-03-01 00:12:28Z joehw $
H A DJAXPValidationMessages_es.properties33 # @version $Id: JAXPValidationMessages_es.properties 3021 2011-03-01 00:12:28Z joehw $
H A DJAXPValidationMessages_it.properties33 # @version $Id: JAXPValidationMessages_it.properties 3021 2011-03-01 00:12:28Z joehw $
H A DJAXPValidationMessages_pt_BR.properties33 # @version $Id: JAXPValidationMessages_pt_BR.properties 3021 2011-03-01 00:12:28Z joehw $
H A DJAXPValidationMessages_sv.properties33 # @version $Id: JAXPValidationMessages_sv.properties 3021 2011-03-01 00:12:28Z joehw $
H A DJAXPValidationMessages_zh_CN.properties33 # @version $Id: JAXPValidationMessages_zh_CN.properties 3021 2011-03-01 00:12:28Z joehw $
H A DJAXPValidationMessages_zh_TW.properties33 # @version $Id: JAXPValidationMessages_zh_TW.properties 3021 2011-03-01 00:12:28Z joehw $
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/server/
H A DEndpointImpl.java101 private Map<String, Object> properties = Collections.emptyMap(); // always non-null field in class:EndpointImpl
221 return new HashMap<String, Object>(properties);
225 this.properties = new HashMap<String, Object>(map);
263 Object o = properties.get(key);
/openjdk7/jdk/test/tools/pack200/
H A DPack200Props.java27 * @summary verify default properties of the packer/unpacker and segment limit
105 Map<String, String> props = p.properties();
124 " error(s) encountered in default properties verification");
/openjdk7/jdk/make/bridge/JavaAccessBridge/
H A DMakefile69 $(CP) $(CLOSED_PLATFORM_SRC)/native/sun/bridge/accessibility.properties $(LIBDIR)
/openjdk7/jdk/make/com/apple/osxui/
H A DMakefile69 com/apple/laf/resources/aqua.properties
/openjdk7/jdk/make/java/management/
H A DMakefile94 RESOURCE_BUNDLES_COMPILED_PROPERTIES = sun/management/resources/agent.properties
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DPropertyManager.java37 * This class manages different properties related to Stax specification and its implementation.
81 * Initialize this object with the properties taken from passed PropertyManager object.
85 HashMap properties = propertyManager.getProperties();
86 supportedProps.putAll(properties);
113 //zephyr (implementation) specific properties which can be set by the application.

Completed in 102 milliseconds

123456789