Searched refs:propertyValue (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/test/java/rmi/server/ObjID/randomIDs/
H A DRandomIDs.java64 String propertyValue = System.getProperty("java.rmi.server.randomIDs");
67 (propertyValue != null ? "\"" + propertyValue + "\"" : null));
/openjdk7/jdk/test/java/rmi/transport/checkFQDN/
H A DCheckFQDN.java106 String propertyValue,
121 propertyValue + extraProp +
127 propertyBeingTestedValue=propertyValue;
105 testProperty(String property, String propertyValue, String extraProp) argument
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DJSSecurityManager.java79 String propertyValue;
92 propertyValue = (String) AccessController.doPrivileged(action);
95 propertyValue = System.getProperty(propertyName);
99 propertyValue = System.getProperty(propertyName);
101 return propertyValue;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DParserConfigurationSettings.java263 Object propertyValue = fProperties.get(propertyId);
265 if (propertyValue == null) {
272 return PropertyState.is(propertyValue);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DLookAndFeel.java264 * {@code propertyValue} is {@code null}
267 * @param propertyValue value of the property
271 String propertyName, Object propertyValue) {
276 if (!((JPasswordField)c).customSetUIProperty(propertyName, propertyValue)) {
277 c.setUIProperty(propertyName, propertyValue);
280 c.setUIProperty(propertyName, propertyValue);
270 installProperty(JComponent c, String propertyName, Object propertyValue) argument
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DXmlReaderContentHandler.java84 private String propertyValue; field in class:XmlReaderContentHandler
445 propertyValue = "";
682 setPropertyValue(propertyValue);
688 // propertyValue need to be reset to an empty string
689 propertyValue = "";
863 propertyValue = new String(ch, start, length);
872 tempCommand = tempCommand.concat(propertyValue);
873 propertyValue = tempCommand;
878 Key_map = propertyValue;
884 Value_map = propertyValue;
[all...]
/openjdk7/jdk/src/share/back/
H A Dutil.h393 void setAgentPropertyValue(JNIEnv *env, char *propertyName, char* propertyValue);
H A Dutil.c1663 setAgentPropertyValue(JNIEnv *env, char *propertyName, char* propertyValue) argument
1676 valueString = JNI_FUNC_PTR(env,NewStringUTF)(env, propertyValue);

Completed in 54 milliseconds