Searched refs:intype (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageColormap.h37 mlib_type intype; member in struct:__anon747
98 ((mlib_type)((( mlib_colormap *)( colormap))->intype))
H A Dmlib_image_proto.h2319 mlib_type intype,
2346 mlib_type intype,
H A Dmlib_ImageColorTrue2Index.c2570 if (stype != s->intype || dtype != s->outtype)
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DResolve.java930 Type intype,
937 for (Type ct = intype; ct.tag == CLASS || ct.tag == TYPEVAR; ct = types.supertype(ct)) {
925 findMethod(Env<AttrContext> env, Type site, Name name, List<Type> argtypes, List<Type> typeargtypes, Type intype, boolean abstractok, Symbol bestSoFar, boolean allowBoxing, boolean useVarargs, boolean operator, Set<TypeSymbol> seen) argument

Completed in 58 milliseconds