Searched defs:fType (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/parser/
H A DXMLConfigurationException.java46 protected Status fType; field in class:XMLConfigurationException
64 fType = type;
79 fType = type;
91 return fType;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMErrorImpl.java58 public String fType; field in class:DOMErrorImpl
128 return fType;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/models/
H A DCMAny.java84 private int fType; field in class:CMAny
110 fType = type;
120 return fType;
H A DCMNode.java77 fType = type;
93 return fType;
157 // fType
184 private int fType; field in class:CMNode
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/util/
H A DXSNamedMap4Types.java40 private final short fType; field in class:XSNamedMap4Types
51 fType = type;
64 fType = type;
92 if (type.getTypeCategory() == fType) {
115 if (type != null && type.getTypeCategory() == fType) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSParticleDecl.java51 public short fType = PARTICLE_EMPTY; field in class:XSParticleDecl
69 particle.fType = fType;
88 if (fType == PARTICLE_EMPTY)
90 if (fType == PARTICLE_ELEMENT || fType == PARTICLE_WILDCARD)
104 if (fType == XSParticleDecl.PARTICLE_EMPTY) {
107 if (fType == PARTICLE_MODELGROUP) {
114 if (fType == XSParticleDecl.PARTICLE_EMPTY) {
117 if (fType
[all...]
H A DXSAttributeDecl.java58 XSSimpleType fType = null; field in class:XSAttributeDecl
80 fType = simpleType;
91 fType = null;
127 return fType;
H A DXSWildcardDecl.java48 public short fType = NSCONSTRAINT_ANY; field in class:XSWildcardDecl
83 if (fType == NSCONSTRAINT_ANY)
92 if (fType == NSCONSTRAINT_NOT) {
105 if (fType == NSCONSTRAINT_LIST) {
129 if (superWildcard.fType == NSCONSTRAINT_ANY) {
138 if (fType == NSCONSTRAINT_NOT) {
139 if (superWildcard.fType == NSCONSTRAINT_NOT &&
155 if (fType == NSCONSTRAINT_LIST) {
156 if (superWildcard.fType == NSCONSTRAINT_LIST &&
161 if (superWildcard.fType
[all...]
H A DXSElementDecl.java60 public XSTypeDefinition fType = null; field in class:XSElementDecl
181 fType = null;
225 return fType;
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaMenuItemUI.java44 int fType; field in class:AquaMenuItemUI
48 fType = type;
61 return sPropertyPrefixes[fType];
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DContext.cpp756 D3DContext::IsStretchRectFilteringSupported(D3DTEXTUREFILTERTYPE fType) argument
758 if (fType == D3DTEXF_POINT) {
761 if (fType == D3DTEXF_LINEAR) {
768 D3DContext::IsTextureFilteringSupported(D3DTEXTUREFILTERTYPE fType) argument
770 if (fType == D3DTEXF_POINT) {
773 if (fType == D3DTEXF_LINEAR) {

Completed in 42 milliseconds