Searched refs:actualType (Results 1 - 3 of 3) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/io/
H A DValueHandlerImpl.java609 Class actualType = componentType;
731 actualType = stubType;
746 array[i] = (Object)in.read_Object(actualType);
748 array[i] = Utility.readObjectAndNarrow(in, actualType);
754 array[i] = (Object)in.read_abstract_interface(actualType);
756 array[i] = Utility.readAbstractAndNarrow(in, actualType);
760 array[i] = (Object)in.read_value(actualType);
H A DIIOPInputStream.java1946 Class actualType = fieldType; // This may change if stub loaded.
1986 actualType = stubType;
1998 objectValue = (Object)orbStream.read_Object(actualType);
2000 objectValue = Utility.readObjectAndNarrow(orbStream, actualType);
2004 objectValue = (Object)orbStream.read_abstract_interface(actualType);
2006 objectValue = Utility.readAbstractAndNarrow(orbStream, actualType);
2009 objectValue = (Object)orbStream.read_value(actualType);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A DmultiVis.c1125 Atom actualType; local
1161 overlayVisualsAtom, &actualType, &actualFormat,

Completed in 49 milliseconds