Searched refs:checkProperty (Results 1 - 18 of 18) sorted by relevance

/openjdk10/hotspot/test/runtime/CommandLine/VMOptionsFile/
H A DTestVMOptionsFile.java277 private static void checkProperty(String property, String expectedValue) { method in class:TestVMOptionsFile
308 checkProperty("optfile_1", "option_file_1");
322 checkProperty("javax.net.ssl.keyStorePassword", "someVALUE123+");
336 checkProperty("other.secret.data", "qwerty");
337 checkProperty("property", "second");
349 checkProperty("my.quote.single", "Property in single quote. Here a double qoute\" Add some slashes \\/");
350 checkProperty("my.quote.double", "Double qoute. Include single '.");
351 checkProperty("javax.net.ssl.trustStorePassword", "data @+NEW");
364 checkProperty(String.format("prop%02d", i), String.format("%02d", i));
376 checkProperty(LONG_PROPERTY_NAM
[all...]
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXManager.java100 checkProperty(name);
105 checkProperty(name);
119 public void checkProperty(String name) { method in class:StAXManager
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DParserConfigurationSettings.java173 PropertyState checkState = checkProperty(propertyId);
270 PropertyState state = checkProperty(propertyId);
319 protected PropertyState checkProperty(String propertyId) method in class:ParserConfigurationSettings
335 } // checkProperty(String)
/openjdk10/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/util/
H A DPropChooser.java179 if (!checkProperty(value, results[i])) {
213 protected boolean checkProperty(Object value, Object etalon) { method in class:PropChooser
H A DStringPropChooser.java305 protected boolean checkProperty(Object value, Object etalon) { method in class:StringPropChooser
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/
H A DUIManager.java1306 checkProperty(props, defaultLAFKey);
1307 checkProperty(props, auxiliaryLAFsKey);
1308 checkProperty(props, multiplexingLAFKey);
1309 checkProperty(props, installedLAFsKey);
1310 checkProperty(props, disableMnemonicKey);
1319 private static void checkProperty(Properties props, String key) { method in class:UIManager
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/parsers/
H A DStandardParserConfiguration.java380 protected PropertyState checkProperty(String propertyId) method in class:StandardParserConfiguration
413 return super.checkProperty(propertyId);
415 } // checkProperty(String)
H A DBasicParserConfiguration.java520 protected PropertyState checkProperty(String propertyId) method in class:BasicParserConfiguration
547 return super.checkProperty(propertyId);
549 } // checkProperty(String)
H A DDTDConfiguration.java829 protected PropertyState checkProperty(String propertyId) method in class:DTDConfiguration
849 return super.checkProperty(propertyId);
851 } // checkProperty(String)
H A DNonValidatingConfiguration.java759 protected PropertyState checkProperty(String propertyId) method in class:NonValidatingConfiguration
788 return super.checkProperty(propertyId);
790 } // checkProperty(String)
H A DXML11DTDConfiguration.java1156 protected PropertyState checkProperty(String propertyId) throws XMLConfigurationException { method in class:XML11DTDConfiguration
1198 return super.checkProperty(propertyId);
1200 } // checkProperty(String)
H A DXML11NonValidatingConfiguration.java1046 protected PropertyState checkProperty(String propertyId) throws XMLConfigurationException { method in class:XML11NonValidatingConfiguration
1097 return super.checkProperty(propertyId);
1099 } // checkProperty(String)
H A DXML11Configuration.java1392 protected PropertyState checkProperty(String propertyId) throws XMLConfigurationException { method in class:XML11Configuration
1451 return super.checkProperty(propertyId);
1453 } // checkProperty(String)
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaParsingConfig.java907 protected PropertyState checkProperty(String propertyId) method in class:SchemaParsingConfig
936 return super.checkProperty(propertyId);
938 } // checkProperty(String)
/openjdk10/jdk/src/java.base/share/classes/sun/security/provider/certpath/
H A DAlgorithmChecker.java102 certPathDefaultConstraints.checkProperty("jdkCA");
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DDOMConfigurationImpl.java1061 protected PropertyState checkProperty(String propertyId) method in class:DOMConfigurationImpl
1088 return super.checkProperty(propertyId);
1090 } // checkProperty(String)
/openjdk10/nashorn/test/src/jdk/nashorn/api/scripting/test/
H A DScriptEngineTest.java605 checkProperty(e, name);
867 private static void checkProperty(final ScriptEngine e, final String name) method in class:ScriptEngineTest
/openjdk10/jdk/src/java.base/share/classes/sun/security/util/
H A DDisabledAlgorithmConstraints.java171 public boolean checkProperty(String param) { method in class:DisabledAlgorithmConstraints

Completed in 214 milliseconds