Searched defs:props (Results 76 - 100 of 149) sorted by relevance

123456

/openjdk9/jdk/test/javax/xml/jaxp/Encodings/
H A DCheckEncodingPropertiesFile.java262 public static void test(Properties props) throws Exception { argument
/openjdk9/jdk/test/sun/management/jmxremote/bootstrap/
H A DRmiSslNoKeyStoreTest.java155 private static void checkKeystore(Properties props) argument
/openjdk9/jdk/test/java/util/logging/HigherResolutionTimeStamps/
H A DXmlFormatterNanos.java115 public static Configuration of(Properties props) { argument
119 public static Configuration apply(Properties props) { argument
155 public static void test(Properties props) { argument
/openjdk9/langtools/make/tools/anttasks/
H A DSelectToolTask.java185 JOptionPane createPane(final Properties props) { argument
304 String getDefaultArgsForTool(Properties props, ToolChoices tool) { argument
[all...]
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/orb/
H A DDataCollectorBase.java67 public DataCollectorBase( Properties props, String localHostName, argument
405 private void getPropertiesFromFile( Properties props, String fileName ) argument
/openjdk9/jdk/src/java.base/share/classes/java/security/
H A DSecurity.java58 private static Properties props; field in class:Security
[all...]
/openjdk9/jdk/src/java.base/share/classes/jdk/internal/misc/
H A DVM.java170 public static void saveAndRemoveProperties(Properties props) { argument
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/oracle/webservices/internal/api/message/
H A DBasePropertySet.java173 boolean hasValue(PropertySet props); argument
174 Object get(PropertySet props); argument
175 void set(PropertySet props, Object value); argument
201 public boolean hasValue(PropertySet props) { argument
206 public Object get(PropertySet props) { argument
215 set(PropertySet props, Object value) argument
256 hasValue(PropertySet props) argument
261 get(PropertySet props) argument
273 set(PropertySet props, Object value) argument
[all...]
/openjdk9/jdk/src/java.base/share/native/libjava/
H A DSystem.c127 jobject fillI18nProps(JNIEnv *env, jobject props, char *baseKey, argument
181 Java_java_lang_System_initProperties(JNIEnv *env, jclass cla, jobject props) argument
[all...]
/openjdk9/jdk/src/java.base/share/classes/sun/text/normalizer/
H A DUBiDiProps.java123 private final int getMirror(int c, int props) { argument
228 private static final int getClassFromProps(int props) { argument
231 private static final boolean getFlagFromProps(int props, in argument
234 getMirrorDeltaFromProps(int props) argument
[all...]
/openjdk9/jdk/src/java.base/share/classes/jdk/internal/util/xml/
H A DPropertiesDefaultHandler.java75 public void load(Properties props, InputStream in) argument
97 public void store(Properties props, OutputStream os, String comment, String encoding) argument
/openjdk9/jdk/src/java.desktop/share/classes/java/awt/image/
H A DPixelGrabber.java410 public void setProperties(Hashtable<?,?> props) { argument
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DDefaultMetalTheme.java405 private MetalFontDesktopProperty[] props; field in class:DefaultMetalTheme.WindowsFontDelegate
/openjdk9/jdk/src/java.desktop/share/classes/sun/awt/image/
H A DToolkitImage.java257 void setProperties(Hashtable<?, ?> props) { argument
/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-shape-plan.cc117 hb_shape_plan_create(hb_face_t *face, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features, const char * const *shaper_list) argument
130 hb_shape_plan_create2(hb_face_t *face, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features, const int *orig_coords, unsigned int num_coords, const char * const *shaper_list) argument
390 const hb_segment_properties_t props; member in struct:hb_shape_plan_proposal_t
471 hb_shape_plan_create_cached(hb_face_t *face, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features, const char * const *shaper_list) argument
484 hb_shape_plan_create_cached2(hb_face_t *face, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features, const int *coords, unsigned int num_coords, const char * const *shaper_list) argument
[all...]
H A Dhb-ot-map-private.hh224 hb_segment_properties_t props; variable
/openjdk9/jdk/src/java.xml.crypto/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMXMLSignatureFactory.java126 newSignatureProperties( List<? extends SignatureProperty> props, String id) argument
/openjdk9/jdk/src/java.management/share/classes/com/sun/jmx/remote/security/
H A DMBeanServerFileAccessController.java390 private void parseProperties(Properties props) { argument
/openjdk9/jdk/src/java.security.sasl/share/classes/com/sun/security/sasl/digest/
H A DDigestMD5Client.java150 DigestMD5Client(String authzid, String protocol, String serverName, Map<String, ?> props, CallbackHandler cbh) argument
H A DDigestMD5Server.java143 DigestMD5Server(String protocol, String serverName, Map<String, ?> props, argument
/openjdk9/jdk/src/java.security.sasl/share/classes/com/sun/security/sasl/util/
H A DAbstractSaslImpl.java64 protected AbstractSaslImpl(Map<String, ?> props, String className) argument
/openjdk9/jdk/test/java/awt/Toolkit/Headless/ExceptionContract/
H A DExceptionContract.java182 public PrintJob getPrintJob(Frame frame, String jobtitle, Properties props) { argument
/openjdk9/jdk/src/jdk.management.agent/share/classes/jdk/internal/agent/
H A DAgent.java420 private static void startAgent(Properties props) throws Exception { argument
463 startDiscoveryService(Properties props) argument
550 loadSnmpAgent(Properties props) argument
[all...]
/openjdk9/jdk/test/java/rmi/testlibrary/
H A DTestLibrary.java525 private static Properties props; field in class:TestLibrary
[all...]
/openjdk9/jdk/test/java/util/logging/
H A DFileHandlerLongLimit.java420 public static void test(String name, Properties props, long limit) throws Exception { argument

Completed in 381 milliseconds

123456