Searched defs:propValue (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/java/awt/Toolkit/ToolkitPropertyTest/
H A DToolkitPropertyTest_Disable.java17 static boolean propValue; field in class:ToolkitPropertyTest_Disable
26 propValue = Boolean.parseBoolean(System.getProperty("sun.awt.enableExtraMouseButtons"));
55 System.out.println("Property = " + propValue);
75 if (propValue){
76 throw new RuntimeException("TEST FAILED (0): System property sun.awt.enableExtraMouseButtons = " + propValue);
H A DToolkitPropertyTest_Enable.java17 static boolean propValue; field in class:ToolkitPropertyTest_Enable
24 propValue = Boolean.parseBoolean(System.getProperty("sun.awt.enableExtraMouseButtons"));
54 System.out.println("Property = " + propValue);
76 if (!propValue){
77 throw new RuntimeException("TEST FAILED (0) : System property sun.awt.enableExtraMouseButtons = " + propValue);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DContextImpl.java76 public void set_one_value(String propName, Any propValue) argument
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DNotificationEmissionTest.java147 Object propValue)
150 testNotificationEmission(propValue);
152 echo("Did not get expected exception for value: " + propValue);
155 echo("Property has been correctly set to value: " + propValue);
159 echo("Got expected exception for value: " + propValue);
162 echo("Got unexpected exception for value: " + propValue);
190 public int testNotificationEmission(Object propValue) throws Exception { argument
191 return testNotificationEmission(true, propValue, false, true);
195 Object propValue,
221 env.put("jmx.remote.x.check.notification.emission", propValue);
146 testNotificationEmissionProperty(boolean exception, Object propValue) argument
194 testNotificationEmission(boolean prop, Object propValue, boolean sm, boolean policyPositive) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/cosnaming/
H A DCNCtx.java1095 java.lang.Object propValue)
1104 return _env.put(propName, propValue);
1094 addToEnvironment(String propName, java.lang.Object propValue) argument

Completed in 42 milliseconds