Searched refs:properties (Results 1 - 25 of 215) sorted by relevance

123456789

/openjdk7/jdk/make/java/util/
H A DFILES_properties.gmk27 sun/util/resources/LocaleNames.properties \
28 sun/util/resources/LocaleNames_be.properties \
29 sun/util/resources/LocaleNames_bg.properties \
30 sun/util/resources/LocaleNames_ca.properties \
31 sun/util/resources/LocaleNames_cs.properties \
32 sun/util/resources/LocaleNames_da.properties \
33 sun/util/resources/LocaleNames_de.properties \
34 sun/util/resources/LocaleNames_el.properties \
35 sun/util/resources/LocaleNames_el_CY.properties \
36 sun/util/resources/LocaleNames_en.properties \
[all...]
/openjdk7/jdk/make/sun/text/
H A DFILES_properties.gmk27 sun/util/resources/LocaleNames_ar.properties \
28 sun/util/resources/LocaleNames_hi.properties \
29 sun/util/resources/LocaleNames_iw.properties \
30 sun/util/resources/LocaleNames_ja.properties \
31 sun/util/resources/LocaleNames_ko.properties \
32 sun/util/resources/LocaleNames_th.properties \
33 sun/util/resources/LocaleNames_vi.properties \
34 sun/util/resources/LocaleNames_zh.properties \
35 sun/util/resources/LocaleNames_zh_SG.properties \
36 sun/util/resources/LocaleNames_zh_TW.properties \
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/message/stream/
H A DStreamBasedMessage.java38 * The properties of the message.
40 public final Packet properties; field in class:StreamBasedMessage
51 * @param properties
52 * the properties of the message.
55 protected StreamBasedMessage(Packet properties) { argument
56 this.properties = properties;
63 * @param properties
64 * the properties of the message.
69 protected StreamBasedMessage(Packet properties, AttachmentSe argument
[all...]
H A DXMLStreamReaderMessage.java45 * @param properties
46 * the properties of the message.
52 public XMLStreamReaderMessage(Packet properties, XMLStreamReader msg) { argument
53 super(properties);
60 * @param properties
61 * the properties of the message.
70 public XMLStreamReaderMessage(Packet properties, AttachmentSet attachments, XMLStreamReader msg) { argument
71 super(properties, attachments);
H A DInputStreamMessage.java50 * @param properties
51 * the properties of the message.
60 public InputStreamMessage(Packet properties, String contentType, InputStream msg) { argument
61 super(properties);
70 * @param properties
71 * the properties of the message.
83 public InputStreamMessage(Packet properties, AttachmentSet attachments, argument
85 super(properties, attachments);
/openjdk7/jdk/make/java/logging/
H A DMakefile41 sun/util/logging/resources/logging.properties
48 properties: $(LIBDIR)/logging.properties
49 $(LIBDIR)/logging.properties: $(SHARE_SRC)/lib/logging.properties
52 build: properties
/openjdk7/jdk/src/share/classes/javax/sound/midi/
H A DMidiFileFormat.java40 * include a set of properties. A property is a pair of key and value:
47 * recognize properties.
49 * <p>The following table lists some common properties that should
135 /** The set of properties */
136 private HashMap<String, Object> properties; field in class:MidiFileFormat
161 this.properties = null;
166 * Construct a <code>MidiFileFormat</code> with a set of properties.
176 * @param properties a <code>Map&lt;String,Object&gt;</code> object
177 * with properties
189 long microseconds, Map<String, Object> properties) {
187 MidiFileFormat(int type, float divisionType, int resolution, int bytes, long microseconds, Map<String, Object> properties) argument
268 public Map<String,Object> properties() { method in class:MidiFileFormat
[all...]
/openjdk7/jdk/make/sun/net/others/
H A DMakefile41 build: properties nameprep-profile
43 clean clobber:: properties.clean nameprep-profile.clean
46 # Install/nuke properties.
48 PROPS = $(PLATFORM_SRC)/lib/content-types.properties
50 $(LIBDIR)/content-types.properties: $(PROPS)
53 properties: $(LIBDIR)/content-types.properties
55 properties.clean:
56 $(RM) -r $(LIBDIR)/content-types.properties
74 .PHONY: properties propertie
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DPropertyResourceBundle.java56 * <code>PropertyResourceBundle</code>. Instead, you supply properties
58 * will automatically look for the appropriate properties file and create a
69 * therefore is the content of the file "MyResources_de.properties"
129 Properties properties = new Properties();
130 properties.load(stream);
131 lookup = new HashMap(properties);
147 Properties properties = new Properties();
148 properties.load(reader);
149 lookup = new HashMap(properties);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/
H A DAbstractType.java99 if (properties == null) {
102 return properties.get(key);
111 if (properties == null) {
112 properties = new HashMap();
114 properties.put(key, value);
118 if (properties != null) {
119 properties.remove(key);
124 if (properties == null) {
127 return properties.keySet().iterator();
133 return properties;
144 private Map properties; field in class:AbstractType
[all...]
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMSignatureProperties.java49 private final List properties; field in class:DOMSignatureProperties
55 * @param properties a list of one or more {@link SignatureProperty}s. The
59 * @throws ClassCastException if <code>properties</code> contains any
61 * @throws IllegalArgumentException if <code>properties</code> is empty
62 * @throws NullPointerException if <code>properties</code>
64 public DOMSignatureProperties(List properties, String id) { argument
65 if (properties == null) {
66 throw new NullPointerException("properties cannot be null");
67 } else if (properties.isEmpty()) {
68 throw new IllegalArgumentException("properties canno
[all...]
/openjdk7/jdk/make/java/awt/
H A DMakefile37 build: properties cursors
42 RESOURCE_BUNDLES_COMPILED_PROPERTIES = sun/awt/resources/awt.properties
51 clean:: properties.clean sun.geom.clean cursors.clean
54 flavormap.properties
58 properties: $(LIBDIR) $(LIBPROPS)
60 $(LIBDIR)/%.properties: $(PLATFORM_PROPERTIES)/%.properties
63 properties.clean :
66 .SUFFIXES : $(SUFFIXES) .gif .properties
91 $(CURSORDIR)/cursors.properties
[all...]
/openjdk7/corba/make/common/internal/
H A DResources.gmk27 # Generic mechanism for installing properties files, resource bundles,
43 # in the FILES_java list; dito for properties, all relative paths.
48 # properties files, not localized
52 # properties files, localized
54 # The following variable is now used for most .properties files in the JDK.
55 # These properties files are converted into java and compiled with javac.
57 # The relative path to the properties file becomes a relative path to a
61 # properties files, localized
64 # Other properties files to be installed are identified using the variable:
69 # Compile properties file
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DAbstractFilter.java38 private Properties properties; field in class:AbstractFilter
42 properties = new Properties();
46 return properties;
/openjdk7/jdk/make/common/internal/
H A DResources.gmk27 # Generic mechanism for installing properties files, resource bundles,
43 # in the FILES_java list; dito for properties, all relative paths.
50 # The following variable is now used for most .properties files in the JDK.
51 # These properties files are converted into java and compiled with javac.
53 # The relative path to the properties file becomes a relative path to a
57 # properties files, localized
60 # For non-compiled properties files, use the following variables:
63 # properties files, not localized
65 # properties files, localized
67 # Other properties file
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/dtd/bindinfo/
H A DBIConstructor.java56 DOMUtil.getAttribute(_node,"properties"));
61 properties = vec.toArray(new String[0]);
63 if( properties.length==0 )
70 /** properties specified by @properties. */
71 private final String[] properties; field in class:BIConstructor
81 cls.addConstructor(properties);
/openjdk7/jdk/src/share/classes/sun/net/www/
H A DURLConnection.java49 protected MessageHeader properties; field in class:URLConnection
58 properties = new MessageHeader();
65 return properties;
69 public void setProperties(MessageHeader properties) { argument
70 this.properties = properties;
78 properties.set(key, value);
111 return properties == null ? null : properties.findValue(name);
125 MessageHeader props = properties;
[all...]
/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DAudioFileFormat.java47 * include a set of properties. A property is a pair of key and value:
54 * recognize properties.
56 * <p>The following table lists some common properties that should
131 /** The set of properties */
132 private HashMap<String, Object> properties; field in class:AudioFileFormat
153 this.properties = null;
160 * properties of a requested audio file.
173 * defined properties.
175 * properties of a requested audio file. The properties ma
187 AudioFileFormat(Type type, AudioFormat format, int frameLength, Map<String, Object> properties) argument
246 public Map<String,Object> properties() { method in class:AudioFileFormat
[all...]
/openjdk7/jdk/test/java/util/ResourceBundle/Control/
H A DExpirationTest.sh89 ROOT=${DATA}.properties
90 JA=${DATA}_ja.properties
91 DE=${DATA}_de.properties
92 AT=${DATA}_de_AT.properties
97 rm -f ${DATA}*.properties
105 if [ "$FORMAT" = "properties" ]; then
107 F="${DATA}*.properties"
114 rm -f ${DATA}*.properties
163 if [ "$FORMAT" = "properties" ]; then
230 # Tests for properties
[all...]
/openjdk7/jdk/make/sun/management/
H A DMakefile37 all build:: properties aclfile jmxremotefiles
50 properties: $(MGMT_LIBDIR)/management.properties
56 $(MGMT_LIBDIR)/management.properties: $(MGMT_LIB_SRC)/management.properties
/openjdk7/jdk/make/javax/print/
H A DMakefile60 RESOURCE_BUNDLES_COMPILED_PROPERTIES = sun/print/resources/serviceui.properties
71 build: copy-files properties
74 psfontj2d.properties \
75 psfont.properties.ja \
99 properties: $(LIBDIR) $(PSFONTPROPS) $(RESOURCES_PRINT)
101 properties.clean:
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DOutputSettings.java44 Properties properties = new Properties();
45 return(properties);
/openjdk7/jdk/src/share/classes/javax/swing/event/
H A DListSelectionEvent.java110 * object's properties.
115 String properties =
121 return getClass().getName() + "[" + properties + "]";
/openjdk7/jdk/test/sun/management/
H A DAgentCMETest.java31 * @summary properties.putAll API may fail with ConcurrentModifcationException on multi-thread scenario
43 * properties.putAll API may fail with ConcurrentModifcationException if the
44 * system properties are modified simultaneously by another thread
52 final Properties properties = System.getProperties();
56 properties.put(String.valueOf(i), "");
/openjdk7/jdk/make/com/sun/org/apache/xml/
H A DMakefile47 $(PKGDIR)/internal/security/resource/xmlsecurity_de.properties \
48 $(PKGDIR)/internal/security/resource/xmlsecurity_en.properties \

Completed in 91 milliseconds

123456789