Searched defs:checkType (Results 1 - 14 of 14) sorted by last modified time

/openjdk10/langtools/src/sample/share/language/model/
H A DCoreReflectionFactory.java2745 private void checkType(TypeMirror t) { method in class:CoreReflectionFactory.CoreReflTypes
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DCheck.java569 public Type checkType(DiagnosticPosition pos, Type found, Type req) { method in class:Check
573 Type checkType(final DiagnosticPosition pos, final Type found, final Type req, final CheckContext checkContext) { method in class:Check
H A DMemberEnter.java306 void checkType(JCTree tree, Type type, String diag) { method in class:MemberEnter
/openjdk10/jdk/test/javax/management/remote/mandatory/loading/
H A DMethodResultTest.java229 private static boolean checkType(String what, Object object, method in class:MethodResultTest
234 private static boolean checkType(String what, Object object, method in class:MethodResultTest
/openjdk10/jdk/test/java/util/logging/
H A DHandlersConfigTest.java250 <T> void checkType(Handler handler, String property, T value, Class<? extends T> expectedType) { method in class:HandlersConfigTest
/openjdk10/jdk/test/java/text/Format/NumberFormat/
H A DBigDecimalParse.java688 private void checkType(String orig, String expected, String got) { method in class:BigDecimalParse
/openjdk10/jdk/test/java/security/KeyStore/
H A DTestKeyStoreBasic.java282 private void checkType(KeyStore obj, String type) { method in class:TestKeyStoreBasic
/openjdk10/jdk/test/java/lang/management/GarbageCollectorMXBean/
H A DGcInfoCompositeType.java86 private static int checkType(CompositeType ct) throws Exception { method in class:GcInfoCompositeType
/openjdk10/jdk/src/java.base/share/classes/sun/security/util/
H A DHostnameChecker.java66 private final byte checkType; field in class:HostnameChecker
68 private HostnameChecker(byte checkType) { argument
76 public static HostnameChecker getInstance(byte checkType) { argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/sun/security/ssl/
H A DX509KeyManagerImpl.java363 chooseAlias(List<KeyType> keyTypeList, Principal[] issuers, CheckType checkType, AlgorithmConstraints constraints) argument
370 chooseAlias(List<KeyType> keyTypeList, Principal[] issuers, CheckType checkType, AlgorithmConstraints constraints, List<SNIServerName> requestedServerNames, String idAlgorithm) argument
426 getAliases(String keyType, Principal[] issuers, CheckType checkType, AlgorithmConstraints constraints) argument
712 getAliases(int builderIndex, List<KeyType> keyTypes, Set<Principal> issuerSet, boolean findAll, CheckType checkType, AlgorithmConstraints constraints, List<SNIServerName> requestedServerNames, String idAlgorithm) argument
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/dtdparser/
H A DResolver.java247 static public InputSource createInputSource(URL uri, boolean checkType) argument
160 createInputSource(String contentType, InputStream stream, boolean checkType, String scheme) argument
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/codemodel/internal/
H A DTypedAnnotationWriter.java207 private void checkType(Class<?> actual, Class<?> expected) { method in class:TypedAnnotationWriter
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DFieldGen.java187 private void checkType(fina method in class:FieldGen
[all...]
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1535 void checkType (CellTypeState expected, CellTypeState actual) { method in class:GenerateOopMap

Completed in 231 milliseconds