Searched defs:props (Results 1 - 25 of 149) sorted by last modified time

123456

/openjdk9/nashorn/test/script/basic/
H A DNASHORN-181.js
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeObject.java286 public static ScriptObject create(final Object self, final Object proto, final Object props) { argument
327 public static ScriptObject defineProperties(final Object self, final Object obj, final Object props) { argument
[all...]
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/
H A DObjectLiteralTreeImpl.java33 private final List<? extends PropertyTree> props; field in class:ObjectLiteralTreeImpl
34 ObjectLiteralTreeImpl(final ObjectNode node, final List<? extends PropertyTree> props) { argument
/openjdk9/nashorn/src/jdk.scripting.nashorn.shell/share/classes/jdk/nashorn/tools/jjs/
H A DPackagesHelper.java204 listPackage(final Location loc, final String pkg, final Set<String> props) argument
[all...]
H A DHistoryObject.java50 private static final Set<String> props; field in class:HistoryObject
H A DEditObject.java41 private static final Set<String> props; field in class:EditObject
/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/jdk/test/tools/jlink/
H A DIntegrationTest.java217 static void checkReleaseProperty(Properties props, String name) { argument
/openjdk9/jdk/test/sun/security/pkcs11/
H A DPKCS11Test.java58 static final Properties props = System.getProperties(); field in class:PKCS11Test
/openjdk9/jdk/test/sun/management/jmxremote/bootstrap/
H A DRmiSslNoKeyStoreTest.java155 private static void checkKeystore(Properties props) argument
/openjdk9/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/util/
H A DStringPropChooser.java135 public StringPropChooser(String props, argument
160 public StringPropChooser(String props, argument
179 public StringPropChooser(String props, argument
198 StringPropChooser(String props, String semicolonChar, String equalChar, boolean ce, boolean ccs) argument
216 StringPropChooser(String props, Object[][] params, Class<?>[][] classes, StringComparator comparator) argument
237 StringPropChooser(String props, Object[][] params, Class<?>[][] classes, boolean ce, boolean ccs) argument
253 StringPropChooser(String props, StringComparator comparator) argument
270 StringPropChooser(String props, boolean ce, boolean ccs) argument
[all...]
/openjdk9/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/explorer/
H A DGUIBrowser.java547 protected Hashtable<String, Object> props; field in class:GUIBrowser.ComponentNode
976 Properties props; field in class:GUIBrowser.PropertyDialog
1536 MyModel(Hashtable<String, Object> props) argument
[all...]
/openjdk9/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/drivers/
H A DDriverManager.java112 public static Object getDriver(String id, Class<?> operatorClass, JemmyProperties props) { argument
792 private static Object getADriver(String id, Class<?> operatorClass, JemmyProperties props) { argument
/openjdk9/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/
H A DJemmyProperties.java475 protected static JemmyProperties push(JemmyProperties props) { argument
[all...]
/openjdk9/jdk/test/org/omg/CORBA/
H A DTestSingletonOrbImpl.java49 protected void set_parameters(String[] args, Properties props) { argument
54 protected void set_parameters(Applet app, Properties props) { argument
H A DTestOrbImpl.java49 protected void set_parameters(String[] args, Properties props) { argument
54 protected void set_parameters(Applet app, Properties props) { argument
/openjdk9/jdk/test/javax/xml/ws/8043129/
H A Djavax.mail.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/mail/ com/sun/mail/imap/ ...
/openjdk9/jdk/test/javax/xml/jaxp/Encodings/
H A DCheckEncodingPropertiesFile.java262 public static void test(Properties props) throws Exception { argument
/openjdk9/jdk/test/java/util/spi/ResourceBundleControlProvider/com/foo/
H A DUserXMLControl.java76 private Properties props; field in class:UserXMLControl.XMLResourceBundle
/openjdk9/jdk/test/java/util/logging/
H A DSystemLoggerConfigTest.java302 static void updateConfiguration(Properties props) throws IOException { argument
309 static void readConfiguration(Properties props) throws IOException { argument
[all...]
/openjdk9/jdk/test/java/util/logging/LogManager/Configuration/
H A DParentLoggerWithHandlerGC.java248 public static void test(String name, Properties props) throws Exception { argument
269 public static void testCloseOnResetTrue(String name, Properties props) argument
362 public static void testCloseOnResetFalse(String name, Properties props) argument
/openjdk9/jdk/test/java/util/logging/LogManager/Configuration/updateConfiguration/
H A DUpdateConfigurationTest.java192 static void test(ConfigMode mode, String name, Properties props, boolean last) argument
311 checkProperties(ConfigMode mode, Properties previous, Properties current, Properties props) argument
533 test(String name, Properties props, boolean last) argument
[all...]
H A DSimpleUpdateConfigWithInputStreamTest.java112 static String storePropertyToFile(String name, Properties props) argument
[all...]
H A DSimpleUpdateConfigurationTest.java115 static String storePropertyToFile(String name, 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

Completed in 169 milliseconds

123456