Searched refs:properties (Results 76 - 100 of 215) sorted by relevance

123456789

/openjdk7/jdk/make/sun/rmi/rmid/
H A DMakefile44 RESOURCE_BUNDLES_UNCOMPILED_PROPERTIES = sun/rmi/server/resources/rmid.properties
/openjdk7/jdk/test/java/security/Security/signedfirst/
H A DStatic.sh89 -Djava.security.properties=file:${TESTSRC}${FILESEP}Static.props \
/openjdk7/jdk/test/com/sun/security/sasl/digest/
H A DCheckNegotiatedQOPs.java175 Map<String,String> properties = new HashMap<String,String>();
178 properties.put(Sasl.QOP, requestedQOPs);
181 "local", "127.0.0.1", properties, new SampleCallbackHandler());
209 Map<String,String> properties = new HashMap<String,String>();
212 properties.put(Sasl.QOP, supportedQOPs);
215 properties, new SampleCallbackHandler());
/openjdk7/jdk/src/share/classes/sun/net/www/
H A DMimeTable.java226 // to read BOTH the properties format and the mailcap format.
245 "content-types.properties");
254 "content-types.properties");
393 "content-types.properties");
400 Properties properties = new Properties();
404 properties.put(entry.getType(), entry.toProperty());
407 return properties;
414 Properties properties = getAsProperties();
415 properties.put("temp.file.template", tempFileTemplate);
420 properties
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DClassBeanInfoImpl.java76 public final Property<BeanT>[] properties; field in class:ClassBeanInfoImpl
162 this.properties = new Property[ps.size()];
169 properties[idx++] = p;
190 Property[] props = bi.properties;
227 for (int i = 0; i < bi.properties.length; i++) {
228 Property p = bi.properties[i];
251 for (Property p : properties)
293 for( Property<BeanT> p : properties )
338 for (Property<BeanT> p : properties) {
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DToolkitImage.java82 private Hashtable properties; field in class:ToolkitImage
154 * UndefinedProperty object. If the properties for this image are
168 if (properties == null) {
170 if (properties == null) {
174 Object o = properties.get(name);
261 properties = props;
/openjdk7/jdk/make/mksample/jmx/jmx-scandir/
H A DMakefile41 $(SAMPLE_DST_DIR)/build.properties \
44 $(SAMPLE_DST_DIR)/logging.properties \
77 $(SAMPLE_DST_DIR)/src/etc/access.properties \
78 $(SAMPLE_DST_DIR)/src/etc/management.properties \
79 $(SAMPLE_DST_DIR)/src/etc/password.properties \
/openjdk7/jdk/src/share/classes/java/util/
H A DXMLUtils.java49 // The required DTD URI for exported properties
51 "http://java.sun.com/dtd/properties.dtd";
55 "<!-- DTD for properties -->" +
56 "<!ELEMENT properties ( comment?, entry* ) >"+
57 "<!ATTLIST properties" +
65 * Version number for the format of exported properties files.
135 Element properties = (Element)
136 doc.appendChild(doc.createElement("properties"));
139 Element comments = (Element)properties.appendChild(
146 Element entry = (Element)properties
[all...]
/openjdk7/jdk/make/java/net/
H A DMakefile120 MISC_FILES = $(LIBDIR) $(LIBDIR)/net.properties
122 $(LIBDIR)/net.properties: $(SHARE_SRC)/lib/net.properties
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/
H A DProperties.java93 private Properties properties; field in class:Properties.Entity
96 properties = new Properties();
100 properties = new Properties(object.getProperties());
104 return properties;
296 public void add(Properties properties) { argument
297 for (Property p : properties) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLSchemaMessages_sv.properties32 # @version $Id: XMLSchemaMessages_sv.properties 3021 2011-03-01 00:12:28Z joehw $
H A DXPointerMessages_it.properties33 # @version $Id: XPointerMessages_it.properties 3021 2011-03-01 00:12:28Z joehw $
H A DXMLSerializerMessages_de.properties33 # As usual with properties files, the messages are arranged in
36 # @version $Id: XMLSerializerMessages_de.properties 3021 2011-03-01 00:12:28Z joehw $
H A DXMLSerializerMessages_es.properties33 # As usual with properties files, the messages are arranged in
36 # @version $Id: XMLSerializerMessages_es.properties 3021 2011-03-01 00:12:28Z joehw $
H A DXMLSerializerMessages_pt_BR.properties33 # As usual with properties files, the messages are arranged in
36 # @version $Id: XMLSerializerMessages_pt_BR.properties 3021 2011-03-01 00:12:28Z joehw $
H A DXMLSerializerMessages_sv.properties33 # As usual with properties files, the messages are arranged in
36 # @version $Id: XMLSerializerMessages_sv.properties 3021 2011-03-01 00:12:28Z joehw $
H A DXMLSerializerMessages_zh_TW.properties33 # As usual with properties files, the messages are arranged in
36 # @version $Id: XMLSerializerMessages_zh_TW.properties 3021 2011-03-01 00:12:28Z joehw $
/openjdk7/jdk/src/share/classes/java/util/jar/
H A DPack200.java55 * // Initialize the state by setting the desired properties
56 * Map p = packer.properties();
176 * by their properties below.
178 * engine properties (using {@link #properties}) and storing
179 * the modified properties on the map.
246 * of its name and other transmitted properties.
339 * additional properties with distinct strings appended, to
340 * make a family of properties with the common prefix.
354 * Map p = packer.properties();
545 SortedMap<String,String> properties(); method in interface:Pack200.Packer
676 SortedMap<String,String> properties(); method in interface:Pack200.Unpacker
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXManager.java64 HashMap properties = manager.getProperties();
65 features.putAll(properties);
/openjdk7/corba/make/sun/corba/core/
H A DMakefile56 com/sun/corba/se/impl/orbutil/resources/sunorb.properties
/openjdk7/jdk/test/tools/pack200/
H A DT7007157.java45 Map<String, String> p = packer.properties();
/openjdk7/jdk/make/java/java/
H A Dgenlocales.gmk85 @$(ECHO) $(Euro_Resources_properties) | $(NAWK) 'gsub(/.properties/,"\n") {print}' > $@.tmp.euro;
87 @$(ECHO) $(NonEuro_Resources_properties) | $(NAWK) 'gsub(/.properties/,"\n") {print}' > $@.tmp.noneuro;
99 @$(ECHO) $(subst .properties,'\n',$(Euro_Resources_properties)) > $@.tmp.euro;
101 @$(ECHO) $(subst .properties,'\n',$(NonEuro_Resources_properties)) > $@.tmp.noneuro;
/openjdk7/jdk/make/jpda/front/
H A DMakefile55 com/sun/tools/jdi/resources/jdi.properties
/openjdk7/jdk/make/mksample/webservices/EbayServer/
H A DMakefile44 $(SAMPLE_DST_DIR)/build.properties \
/openjdk7/jdk/make/sun/awt/
H A DMakefile193 sun/awt/windows/awtLocalization.properties
459 fontconfig.properties
472 fontconfig.properties \
473 fontconfig.SuSE.properties \
474 fontconfig.Ubuntu.properties \
475 fontconfig.Fedora.properties
480 fontconfig.properties \
481 fontconfig.RedHat.5.properties \
482 fontconfig.RedHat.6.properties \
483 fontconfig.Turbo.properties \
[all...]

Completed in 99 milliseconds

123456789