Searched refs:types (Results 1 - 25 of 730) sorted by relevance

1234567891011>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/istack/internal/ws/
H A DAnnotationProcessorFactoryImpl.java59 Collection<String> types = new HashSet<String>();
60 types.add("javax.jws.HandlerChain");
61 types.add("javax.jws.Oneway");
62 types.add("javax.jws.WebMethod");
63 types.add("javax.jws.WebParam");
64 types.add("javax.jws.WebResult");
65 types.add("javax.jws.WebService");
66 types.add("javax.jws.soap.InitParam");
67 types.add("javax.jws.soap.SOAPBinding");
68 types
[all...]
/openjdk7/langtools/src/share/classes/javax/lang/model/type/
H A DMirroredTypesException.java52 transient List<? extends TypeMirror> types; // cannot be serialized field in class:MirroredTypesException
61 types = Collections.unmodifiableList(tmp);
65 * Constructs a new MirroredTypesException for the specified types.
67 * @param types the types being accessed
69 public MirroredTypesException(List<? extends TypeMirror> types) { argument
71 (types = // defensive copy
72 new ArrayList<TypeMirror>(types)).toString() );
73 this.types = Collections.unmodifiableList(types);
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/
H A DVtblAccess.java25 package sun.jvm.hotspot.types.basic;
28 import sun.jvm.hotspot.types.*;
/openjdk7/jdk/src/solaris/native/common/
H A Dgdefs_md.h34 #include <sys/types.h>
/openjdk7/langtools/src/share/classes/com/sun/mirror/type/
H A DMirroredTypesException.java55 private transient Collection<TypeMirror> types; // cannot be serialized field in class:MirroredTypesException
56 private Collection<String> names; // types' qualified "names"
59 * Constructs a new MirroredTypesException for the specified types.
61 * @param types an ordered collection of the types being accessed
63 public MirroredTypesException(Collection<TypeMirror> types) { argument
64 super("Attempt to access Class objects for TypeMirrors " + types);
65 this.types = types;
67 for (TypeMirror t : types) {
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/
H A DPointerType.java25 package sun.jvm.hotspot.types;
29 /** This interface describes C pointer types, specifically to be able
30 to model pointer fields within types more accurately. */
H A DCIntegerType.java25 package sun.jvm.hotspot.types;
30 C integer types. The observation is that, according to the C
31 specification, there is no guarantee that the integer types of
35 integer types, signed or unsigned. </P>
42 sign- or zero- extension for signed and unsigned types,
H A DWrongTypeException.java25 package sun.jvm.hotspot.types;
H A DJBooleanField.java25 package sun.jvm.hotspot.types;
H A DJByteField.java25 package sun.jvm.hotspot.types;
H A DJCharField.java25 package sun.jvm.hotspot.types;
H A DJDoubleField.java25 package sun.jvm.hotspot.types;
H A DJFloatField.java25 package sun.jvm.hotspot.types;
H A DJIntField.java25 package sun.jvm.hotspot.types;
/openjdk7/langtools/test/tools/javac/processing/model/util/
H A DTypesBadArg.java48 final Types types = processingEnv.getTypeUtils();
55 types.isSubtype(javaLang, javaLang);
60 types.isAssignable(javaLang, javaLang);
65 types.contains(javaLang, javaLang);
70 types.directSupertypes(javaLang);
75 types.erasure(javaLang);
80 types.capture(javaLang);
85 types.unboxedType(javaLang);
90 types.unboxedType(types
[all...]
/openjdk7/langtools/test/tools/apt/mirror/util/
H A DTypeCreation.java60 private Types types; field in class:TypeCreation
69 types = env.getTypeUtils();
74 AType = types.getDeclaredType(A);
80 return types.getPrimitiveType(BOOLEAN);
85 return types.getVoidType();
90 return types.getArrayType(
91 types.getPrimitiveType(BOOLEAN));
96 return types.getArrayType(AType);
104 return types.getWildcardType(uppers, downers);
110 DeclaredType stringType = types
[all...]
/openjdk7/jdk/src/share/classes/javax/sound/midi/spi/
H A DMidiFileWriter.java37 * that implement this interface can write one or more types of MIDI file from
47 * Obtains the set of MIDI file types for which file writing support is
49 * @return array of file types. If no file types are supported,
56 * Obtains the file types that this file writer can write from the
60 * @return array of file types. If no file types are supported,
75 int types[] = getMidiFileTypes();
76 for(int i=0; i<types.length; i++) {
77 if( fileType == types[
[all...]
/openjdk7/jdk/src/solaris/native/sun/java2d/
H A Dj2d_md.h28 #include <sys/types.h>
31 * Linux and MACOSX's version of <sys/types.h> does not define intptr_t
/openjdk7/langtools/test/tools/javac/processing/model/util/filter/
H A DExpectedElementCounts.java35 int types() default 0;
/openjdk7/langtools/test/tools/javac/processing/model/type/MirroredTypeEx/
H A DPlurality.java66 List<? extends TypeMirror> types = mtse.getTypeMirrors();
67 if (types.size() != 0)
69 types);
80 List<? extends TypeMirror> types = mtse.getTypeMirrors();
81 if (types.size() != 1)
83 types);
84 checkTypeListMatchesClasses(types,
97 List<? extends TypeMirror> types = mtse.getTypeMirrors();
98 if (types.size() != 2)
100 types);
141 checkTypeListMatchesClasses(List<? extends TypeMirror> types, Class<?>[] classes) argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DWin32VtblAccess.java28 import sun.jvm.hotspot.types.*;
29 import sun.jvm.hotspot.types.basic.*;
/openjdk7/jdk/src/solaris/transport/socket/
H A Dsocket_md.h25 #include <sys/types.h>
/openjdk7/jdk/src/share/classes/javax/management/
H A DMBeanNotificationInfo.java47 * strings containing the notification types that the MBean may
51 * be used to send notifications of several types. All of these types
68 * @serial The different types of the notification.
70 private final String[] types; field in class:MBeanNotificationInfo
79 * containing the notification types that the MBean may emit.
95 * containing the notification types that the MBean may emit.
119 this.types = notifTypes;
145 * notification types that the MBean may emit.
151 if (types
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DJavaThreadFactory.java34 import sun.jvm.hotspot.types.*;
H A DWatcherThread.java28 import sun.jvm.hotspot.types.*;

Completed in 120 milliseconds

1234567891011>>