Searched defs:props (Results 1 - 25 of 149) sorted by relevance

123456

/openjdk9/nashorn/test/script/basic/
H A DNASHORN-181.js
/openjdk9/jdk/src/java.base/share/native/libjava/
H A DVMSupport.c34 Java_jdk_internal_vm_VMSupport_initAgentProperties(JNIEnv *env, jclass cls, jobject props) argument
/openjdk9/jdk/test/java/rmi/reliability/benchmark/bench/
H A DReporter.java40 void writeReport(BenchInfo[] binfo, Properties props) argument
H A DXmlReporter.java58 public void writeReport(BenchInfo[] binfo, Properties props) argument
H A DHtmlReporter.java60 public void writeReport(BenchInfo[] binfo, Properties props) argument
/openjdk9/corba/src/java.corba/share/classes/javax/rmi/CORBA/
H A DGetORBPropertiesFileAction.java68 private void getPropertiesFromFile( Properties props, String fileName ) argument
/openjdk9/jdk/src/java.base/share/classes/sun/net/
H A DNetProperties.java42 private static Properties props = new Properties(); field in class:NetProperties
/openjdk9/jdk/test/java/util/ResourceBundle/UTF8Properties/
H A DCodePointTest.java53 static final Charset[] props = {StandardCharsets.ISO_8859_1, field in class:CodePointTest
/openjdk9/jdk/test/java/util/Properties/
H A DConcurrentLoadAndStoreXML.java50 final Properties props; field in class:ConcurrentLoadAndStoreXML.Basher
52 Basher(Properties props) { argument
/openjdk9/jdk/test/java/util/ResourceBundle/modules/visibility/src/named.bundles/jdk/test/resources/props/spi/
H A DMyResourcesProvider.java
/openjdk9/jdk/test/java/util/ResourceBundle/Control/
H A DXMLResourceBundleTest.java96 private Properties props; field in class:XMLResourceBundleTest.XMLResourceBundle
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/orb/
H A DAppletDataCollector.java34 AppletDataCollector( Applet app, Properties props, String localHostName, argument
H A DNormalDataCollector.java38 public NormalDataCollector( String[] args, Properties props, argument
H A DDataCollectorFactory.java37 public static DataCollector create( Applet app, Properties props, argument
53 public static DataCollector create( String[] args, Properties props, argument
60 public static DataCollector create( Properties props, argument
H A DPropertyOnlyDataCollector.java38 public PropertyOnlyDataCollector( Properties props, argument
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/
H A DOutputPropertyUtils.java50 public static boolean getBooleanProperty(String key, Properties props) argument
73 public static int getIntProperty(String key, Properties props) argument
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/org/glassfish/external/amx/
H A DAMXUtil.java60 newObjectName( final String domain, final String props) argument
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/org/jvnet/mimepull/
H A DPropUtil.java77 private static Object getProp(Properties props, String name) { argument
/openjdk9/jdk/src/java.base/share/classes/sun/security/util/
H A DUntrustedCertificates.java50 private static final Properties props = new Properties(); field in class:UntrustedCertificates
/openjdk9/jdk/src/java.base/share/classes/jdk/internal/vm/
H A DVMSupport.java51 private static native Properties initAgentProperties(Properties props); argument
/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-shape-plan-private.hh42 hb_segment_properties_t props; member in struct:hb_shape_plan_t
/openjdk9/jdk/src/java.security.sasl/share/classes/com/sun/security/sasl/
H A DCramMD5Server.java68 CramMD5Server(String protocol, String serverFqdn, Map<String, ?> props, argument
H A DServerFactoryImpl.java75 public String[] getMechanismNames(Map<String,?> props) { argument
57 createSaslServer(String mech, String protocol, String serverName, Map<String,?> props, CallbackHandler cbh) argument
/openjdk9/jdk/src/java.security.sasl/share/classes/javax/security/sasl/
H A DSaslServerFactory.java110 public abstract String[] getMechanismNames(Map<String,?> props); argument
90 createSaslServer( String mechanism, String protocol, String serverName, Map<String,?> props, CallbackHandler cbh) argument
H A DSaslClientFactory.java111 public abstract String[] getMechanismNames(Map<String,?> props); argument
90 createSaslClient( String[] mechanisms, String authorizationId, String protocol, String serverName, Map<String,?> props, CallbackHandler cbh) argument

Completed in 305 milliseconds

123456