Searched refs:properties (Results 51 - 75 of 215) sorted by relevance

123456789

/openjdk7/jdk/test/java/util/PluggableLocale/providersrc/
H A DMakefile42 LocaleNames.properties \
43 LocaleNames_ja.properties \
44 LocaleNames_ja_JP_osaka.properties \
45 LocaleNames_ja_JP_kyoto.properties \
46 LocaleNames_xx.properties
/openjdk7/jdk/src/share/classes/sun/management/
H A DConnectorAddressLink.java53 * The format of the jvmstat counters representing the properties of
133 * configuration properties to the instrumentation buffer so that
137 * @param properties The remote connector address properties.
139 public static void exportRemote(Map<String, String> properties) { argument
142 for (Map.Entry<String, String> entry : properties.entrySet()) {
150 * configuration properties from the instrument buffer
156 * @return a map containing the remote connector's properties, or an empty
157 * map if the target VM has not exported the remote connector's properties.
171 Map<String, String> properties
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DJSSecurityManager.java94 if(Printer.debug) Printer.debug("not using JDK 1.2 security to get properties");
98 if(Printer.debug) Printer.debug("not using JDK 1.2 security to get properties");
105 /** Load properties from a file.
106 This method tries to load properties from the filename give into
107 the passed properties object.
110 @param properties The properties bundle to store the values of the
111 properties file.
112 @param filename The filename of the properties file to load. This
116 static void loadProperties(final Properties properties, argument
141 loadPropertiesImpl(Properties properties, String filename) argument
[all...]
/openjdk7/jdk/make/javax/swing/plaf/
H A DMakefile64 com/sun/swing/internal/plaf/basic/resources/basic.properties \
65 com/sun/swing/internal/plaf/metal/resources/metal.properties \
66 com/sun/swing/internal/plaf/synth/resources/synth.properties \
67 com/sun/java/swing/plaf/motif/resources/motif.properties \
68 com/sun/java/swing/plaf/windows/resources/windows.properties
72 com/sun/java/swing/plaf/gtk/resources/gtk.properties
/openjdk7/jdk/make/sun/jconsole/
H A DMakefile56 FILES_prop = $(PROP_FILES:%.properties=$(CLASSBINDIR)/%.properties)
63 RESOURCE_BUNDLES_UNCOMPILED_PROPERTIES = $(PKGDIR)/resources/messages.properties
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLSerializerMessages_it.properties33 # As usual with properties files, the messages are arranged in
36 # @version $Id: XMLSerializerMessages_it.properties 3021 2011-03-01 00:12:28Z joehw $
H A DXMLSchemaMessages_fr.properties32 # @version $Id: XMLSchemaMessages_fr.properties 3021 2011-03-01 00:12:28Z joehw $
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DEncryptedType.java192 * @param properties.
194 void setEncryptionProperties(EncryptionProperties properties); argument
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DOCSPChecker.java169 // should cache these properties to avoid calling every time?
170 String[] properties = getOCSPProperties();
173 URI uri = getOCSPServerURI(currCertImpl, properties[0]);
176 // properties are ignored
180 if (properties[1] != null) {
181 responderSubjectName = new X500Principal(properties[1]);
182 } else if (properties[2] != null && properties[3] != null) {
183 responderIssuerName = new X500Principal(properties[2]);
185 String value = stripOutSeparators(properties[
[all...]
/openjdk7/jdk/test/java/util/Currency/
H A DPropertiesTest.sh6 # specified currency properties file
65 # copy the test properties file
82 cp ${TESTSRC}${FS}currency.properties $PROPLOCATION
116 rm -f ${PROPLOCATION}${FS}currency.properties
/openjdk7/jdk/make/javax/imageio/
H A DMakefile44 OTHER_PROPERTIES = com/sun/imageio/plugins/common/iio-plugin.properties
/openjdk7/jdk/make/sun/rmi/registry/
H A DMakefile47 RESOURCE_BUNDLES_UNCOMPILED_PROPERTIES = $(PKGDIR)/resources/rmiregistry.properties
/openjdk7/jdk/src/share/classes/javax/sql/rowset/spi/
H A DSyncFactory.java113 * the provider to the system properties.
121 * that may be edited by hand. Here is an example of the properties file
180 * for it in the system properties, then it looks in the resource files, and
231 private static String ROWSET_PROPERTIES = "rowset.properties";
344 Properties properties = new Properties();
353 // properties.load(new FileInputStream(ROWSET_PROPERTIES));
355 // The rowset.properties needs to be in jdk/jre/lib when
359 // -Drowset.properties will add to standard properties. Similar
365 String strRowsetProperties = System.getProperty("rowset.properties");
758 enumerateBindings(NamingEnumeration bindings, Properties properties) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/resolver/implementations/
H A DResolverDirectHTTP.java44 * switched on by setting properties for the resolver:
57 * @see <A HREF="http://java.sun.com/j2se/1.4/docs/guide/net/properties.html">SUN J2SE docs for network properties</A>
68 /** Field properties[] */
69 private static final String properties[] = field in class:ResolverDirectHTTP
114 .properties[ResolverDirectHTTP.HttpProxyHost]);
117 .properties[ResolverDirectHTTP.HttpProxyPort]);
160 .properties[ResolverDirectHTTP.HttpProxyUser]);
163 .properties[ResolverDirectHTTP.HttpProxyPass]);
186 .properties[ResolverDirectHTT
[all...]
/openjdk7/jdk/test/sun/management/jmxremote/bootstrap/
H A DRmiSslBootstrapTest.sh36 # Source in utility shell script to generate and remove .properties and .acl files
55 ${TESTCLASSES}/management_ssltest*.properties
H A DRmiSslNoKeyStoreTest.sh36 # Source in utility shell script to generate and remove .properties and .acl files
55 ${TESTCLASSES}/management_ssltest*.properties
/openjdk7/jdk/make/mksample/webservices/EbayClient/
H A DMakefile44 $(SAMPLE_DST_DIR)/build.properties \
46 $(SAMPLE_DST_DIR)/ebay.properties \
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DOffScreenImageSource.java43 Hashtable properties; field in class:OffScreenImageSource
46 Hashtable properties) {
48 if (properties != null) {
49 this.properties = properties;
51 this.properties = new Hashtable();
186 theConsumer.setProperties(properties);
45 OffScreenImageSource(BufferedImage image, Hashtable properties) argument
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DCommandLineParser.java80 * storing them in the properties map in a canonicalized form.
82 public String parse(List<String> args, Map<String, String> properties) { argument
83 //System.out.println(args+" // "+properties);
192 properties.remove(negopt);
193 properties.put(negopt, null); // leave placeholder
202 String old = properties.get(opt);
210 properties.put(opt, boolval);
229 String old = properties.get(opt);
239 properties.put(opt, strval);
281 //System.out.println(args+" // "+properties
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/resolver/
H A DResourceResolverSpi.java88 * @param properties
90 public void engineAddProperies(Map<String,String> properties) { argument
91 if (properties!=null) {
95 this._properties.putAll(properties);
/openjdk7/jdk/make/java/security/
H A DMakefile40 # The default security properties file is for linux
85 build: properties policy cacerts
87 build: properties policy cacerts blacklist trustedlibs
92 properties: classes $(PROPS_BUILD)
/openjdk7/corba/make/com/sun/corba/se/impl/
H A DMakefile44 LOGSTRINGS_PROPERTIES = LogStrings.properties
48 # Copy the generated LogStrings.properties to the Classes directory
/openjdk7/corba/make/sun/rmi/
H A DMakefile34 LOGSTRINGS_PROPERTIES = LogStrings.properties
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/file/
H A DFileURLConnection.java122 properties.add(CONTENT_TYPE, contentType);
124 properties.add(CONTENT_LENGTH, String.valueOf(length));
136 properties.add(LAST_MODIFIED, fo.format(date));
139 properties.add(CONTENT_TYPE, TEXT_PLAIN);
/openjdk7/jdk/make/sun/rmi/oldtools/
H A DMakefile44 RESOURCE_BUNDLES_UNCOMPILED_PROPERTIES = sun/tools/javac/resources/javac.properties

Completed in 113 milliseconds

123456789