Searched defs:TYPE_ARRAY (Results 1 - 2 of 2) sorted by relevance

/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DConstants.java259 public static final int TYPE_ARRAY = 0x00040000; // In ArrayType field in interface:Constants
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/generator/
H A DWrapperGenerator.java102 static final int TYPE_ARRAY = 10; field in class:WrapperGenerator.AtomicType
133 type = TYPE_ARRAY;
211 case TYPE_ARRAY:
260 case TYPE_ARRAY:
290 case TYPE_ARRAY:
330 if (type == TYPE_ARRAY) {
391 } else if (type == TYPE_ARRAY || type == TYPE_PTR || type == TYPE_STRUCT) {
696 } else if (type == AtomicType.TYPE_ARRAY) {
726 if (type == AtomicType.TYPE_ARRAY) {
769 if (type == AtomicType.TYPE_ARRAY) {
[all...]

Completed in 43 milliseconds