Searched refs:getType (Results 176 - 200 of 1319) sorted by relevance

1234567891011>>

/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/impl/
H A DRuntimeArrayInfoImpl.java45 public Class getType() { method in class:RuntimeArrayInfoImpl
46 return (Class)super.getType();
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/
H A DAttributeDeclImpl.java55 public XSSimpleType getType() { return type.getType(); } method in class:AttributeDeclImpl
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/parser/
H A DBaseContentRef.java43 XSType t = baseType.getType();
55 XSType t = baseType.getType();
/openjdk9/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/processor/model/jaxb/
H A DJAXBMapping.java66 TypeAndAnnotation typeAndAnno = rawModel.getType();
91 public JAXBTypeAndAnnotation getType() { method in class:JAXBMapping
/openjdk9/jdk/src/java.base/share/classes/sun/security/x509/
H A DOIDName.java81 public int getType() { method in class:OIDName
154 else if (inputName.getType() != NAME_OID)
/openjdk9/jdk/src/java.base/share/classes/sun/text/normalizer/
H A DUCharacter.java130 * - punct: ((1<<getType(c)) & ((1<<DASH_PUNCTUATION)|(1<<START_PUNCTUATION)|
133 * - digit: isDigit(c) or getType(c)==DECIMAL_DIGIT_NUMBER
138 * - cntrl: getType(c)==CONTROL
323 * Up-to-date Unicode implementation of java.lang.Character.getType()
329 * those returned by java.lang.Character.getType. UCharacterCategory values
336 public static int getType(int ch) method in class:UCharacter
338 return UCharacterProperty.INSTANCE.getType(ch);
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/beans/finder/
H A DPrimitiveWrapperMap.java50 types[i] = getType(types[i].getName());
63 public static Class<?> getType(String name) { method in class:PrimitiveWrapperMap
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/imageio/plugins/common/
H A DBogusColorSpace.java44 private static int getType(int numComponents) { method in class:BogusColorSpace
73 super(getType(numComponents), numComponents);
/openjdk9/jdk/test/java/lang/Class/
H A DGenericStringTest.java57 failures += checkToGenericString(f.getType(), "java.util.Map<K,V>[]");
59 failures += checkToGenericString(f.getType(), "java.util.Map<K,V>[][]");
/openjdk9/jdk/src/jdk.naming.dns/share/classes/com/sun/jndi/dns/
H A DResourceRecords.java83 return answer.firstElement().getType();
94 return answer.lastElement().getType();
H A DResolver.java129 if (rr.getType() == ResourceRecord.TYPE_SOA) {
155 if (rr.getType() == ResourceRecord.TYPE_SOA) {
178 if (rr.getType() != ResourceRecord.TYPE_NS) {
/openjdk9/jdk/test/java/lang/reflect/Parameter/
H A DInnerClassToString.java60 if (!parameter.getType().equals(paramClasses[i])) {
63 " but got " + parameter.getType());
/openjdk9/hotspot/src/share/vm/shark/
H A DsharkValue.cpp119 return llvm_value()->getType() == SharkType::jint_type();
122 return llvm_value()->getType() == SharkType::jlong_type();
125 return llvm_value()->getType() == SharkType::jfloat_type();
128 return llvm_value()->getType() == SharkType::jdouble_type();
131 return llvm_value()->getType() == SharkType::oop_type();
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/messaging/saaj/packaging/mime/internet/
H A DParameterList.java79 type = tk.getType();
88 if (tk.getType() == HeaderTokenizer.Token.EOF)
91 if (tk.getType() != HeaderTokenizer.Token.ATOM)
97 if ((char)tk.getType() != '=')
102 type = tk.getType();
H A DContentType.java84 if (tk.getType() != HeaderTokenizer.Token.ATOM)
90 if ((char)tk.getType() != '/')
95 if (tk.getType() != HeaderTokenizer.Token.ATOM)
/openjdk9/jdk/src/java.management/share/classes/javax/management/
H A DMBeanAttributeInfo.java218 public String getType() { method in class:MBeanAttributeInfo
265 "type=" + getType() + ", " +
278 * that its {@link #getName()}, {@link #getType()}, {@link
290 Objects.equals(p.getType(), getType()) &&
305 return Objects.hash(getName(), getType());
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DType.java236 public static Type getType(final String typeDescriptor) { method in class:Type
237 return getType(typeDescriptor.toCharArray(), 0);
257 public static Type getType(final Class c) { method in class:Type
279 return getType(getDescriptor(c));
311 args[size] = getType(buf, off);
330 types[i] = getType(classes[i]);
345 return getType(buf, methodDescriptor.indexOf(')') + 1);
357 return getType(method.getReturnType());
367 private static Type getType(final char[] buf, final int off) { method in class:Type
448 return getType(bu
[all...]
/openjdk9/jdk/test/sun/security/ssl/StatusStapling/java.base/sun/security/ssl/
H A DCertStatusReqItemV2Tests.java160 if (csriNine.getType().id != 9) {
162 "got " + csriNine.getType().id);
211 sType = csriv.getType();
249 sType = csriv.getType();
273 sType = csriv.getType();
286 sType = csriv.getType();
352 sType = csriv.getType();
392 sType = csriv.getType();
419 sType = csriv.getType();
434 sType = csriv.getType();
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/nimbus/
H A DEffectUtils.java70 if (dst == null || dst.getWidth() != width || dst.getHeight() != height || src.getType() != dst.getType()) {
74 if (src.getType() == BufferedImage.TYPE_INT_ARGB) {
85 } else if (src.getType() == BufferedImage.TYPE_BYTE_GRAY) {
98 src.getType() + "]");
262 int imageType = img.getType();
291 int imageType = img.getType();
331 int imageType = img.getType();
366 int imageType = img.getType();
/openjdk9/langtools/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/
H A DTypeMaker.java48 public static com.sun.javadoc.Type getType(DocEnv env, Type t) { method in class:TypeMaker
49 return getType(env, t, true);
56 public static com.sun.javadoc.Type getType(DocEnv env, Type t, method in class:TypeMaker
58 return getType(env, t, errorToClassDoc, true);
61 public static com.sun.javadoc.Type getType(DocEnv env, Type t, method in class:TypeMaker
70 return getType(env, t, errToClassDoc, considerAnnotations);
129 res[i++] = getType(env, t);
230 return TypeMaker.getType(env, env.types.elemtype(arrayType));
237 skipArraysCache = TypeMaker.getType(env, t);
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/
H A DTypeCheckHints.java100 exact = targetType.getType();
120 ResolvedJavaType hintType = ptype.getType();
121 hintsBuf[hintCount++] = new Hint(hintType, targetType.getType().isAssignableFrom(hintType));
/openjdk9/jaxp/test/javax/xml/jaxp/libs/org/xml/sax/ptests/
H A DMyAttrCHandler.java75 string += "getType <" + attributes.getType(ind) +">" + "\n";
96 string += "getType(qName) <" +
97 attributes.getType(gotQName) +">" + "\n";
98 string += "getType(uri, localName) <" +
99 attributes.getType(gotURI, gotLocalName) +">" + "\n";
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/utils/
H A DAttList.java148 public String getType(int i) method in class:AttList
174 public String getType(String name) method in class:AttList
189 public String getType(String uri, String localName) method in class:AttList
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DAttList.java139 public String getType(int i) method in class:AttList
165 public String getType(String name) method in class:AttList
180 public String getType(String uri, String localName) method in class:AttList
/openjdk9/jdk/test/java/awt/image/ConvolveOp/
H A DOpCompatibleImageTest.java82 ((src.getType() != BufferedImage.TYPE_BYTE_INDEXED) &&
83 (res.getType() != src.getType())))

Completed in 344 milliseconds

1234567891011>>