Searched refs:TYPE_ANY (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jaxp/src/com/sun/xml/internal/stream/dtd/nonvalidating/
H A DXMLElementDecl.java28 /** TYPE_ANY */
29 public static final short TYPE_ANY = 0; field in class:XMLElementDecl
H A DDTDGrammar.java239 elementDecl.type = XMLElementDecl.TYPE_ANY;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLElementDecl.java75 /** TYPE_ANY */
76 public static final short TYPE_ANY = 0; field in class:XMLElementDecl
H A DXMLDTDValidator.java1668 else if (contentType == XMLElementDecl.TYPE_ANY) {
H A DDTDGrammar.java547 elementDecl.type = XMLElementDecl.TYPE_ANY;
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DSpecialClassType.java140 case TYPE_ANY: {
167 if (id == idJavaLangObject) return TYPE_ANY;
H A DSpecialInterfaceType.java170 typeCode = TYPE_ANY;
174 typeCode = TYPE_ANY;
178 typeCode = TYPE_ANY;
H A DConstants.java248 public static final int TYPE_ANY = 0x00000400; // In SpecialInterfaceType (Serializable,Externalizable) field in interface:Constants
H A DStubGenerator.java1203 case TYPE_ANY:
1284 case TYPE_ANY:
1910 case TYPE_ANY: return false;
2078 case TYPE_ANY: return true;
H A DCompoundType.java398 (!parent.isType(TYPE_ANY) && !parent.isType(TYPE_CORBA_OBJECT)))) {
427 if (!useIDLNames || (!interfaces[i].isType(TYPE_ANY) && !interfaces[i].isType(TYPE_CORBA_OBJECT))) {
H A DIDLNames.java1112 case TYPE_ANY: idlName = IDL_ANY; break;
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dlibproc.h383 #define TYPE_ANY (TYPE_NOTYPE|TYPE_OBJECT|TYPE_FUNC|TYPE_SECTION|TYPE_FILE) macro

Completed in 202 milliseconds