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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/xmlschema/
H A DAny.java32 public interface Any interface in inherits:Occurs,Wildcard,TypedXmlWriter
/openjdk7/jdk/src/share/classes/sun/java2d/cmm/
H A DColorTransform.java33 public int Any = -1;/* any rendering type, whichever is field in interface:ColorTransform
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/
H A DXSWildcard.java39 * Any, Other, or Union.
70 interface Any extends XSWildcard { interface in interface:XSWildcard
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DWildcardImpl.java61 if(this instanceof Any || rhs instanceof Any)
62 return new Any(owner,null,null,null,mode);
90 return new Any(owner,null,null,null,mode);
97 public final static class Any extends WildcardImpl implements XSWildcard.Any { class in class:WildcardImpl
98 public Any( SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, int _mode ) { method in class:WildcardImpl.Any
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/scd/
H A DStep.java96 static final class Any extends Step<XSComponent> { class in class:Step
97 public Any(Axis<? extends XSComponent> axis) { method in class:Step.Any
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DCompositeType.java48 * derive from the Any node provided here using the deriveSubType()
49 * method. The presence of this common Any node on every chain
69 public static final String DESC_ANY = "Any CompositeContext";
107 public static final String DESC_ANY_ALPHA = "Any AlphaComposite Rule";
117 Any = new CompositeType(null, DESC_ANY); field in class:CompositeType
124 General = Any;
H A DSurfaceType.java50 * derive from the Any node provided here using the deriveSubType()
51 * method. The presence of this common Any node on every chain
70 DESC_ANY = "Any Surface";
113 public static final String DESC_ANY_INT = "Any Discrete Integer";
120 public static final String DESC_ANY_SHORT = "Any Discrete Short";
127 public static final String DESC_ANY_BYTE = "Any Discrete Byte";
135 public static final String DESC_ANY_3BYTE = "Any 3 Byte Component";
143 public static final String DESC_ANY_4BYTE = "Any 4 Byte Component";
151 public static final String DESC_ANY_INT_DCM = "Any Integer DCM";
224 * Any SurfaceTyp
227 public static final SurfaceType Any = field in class:SurfaceType
[all...]
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DAny.java36 * An <code>Any</code> object is used as a component of a
42 * An <code>Any</code> object consists of two parts:
46 * value contained in the <code>Any</code> object. For example,
56 * A large part of the <code>Any</code> class consists of pairs of methods
58 * <code>Any</code> object.
65 * into the <code>value</code> field of the <code>Any</code> object.
67 * <code>insert_X</code> also resets the <code>Any</code> object's
71 * type <code>X</code> from the <code>Any</code> object.
76 * <LI> the type of the element contained in the <code>Any</code> object is not
79 * the <code>value</code> field of the <code>Any</cod
96 abstract public class Any implements IDLEntity { class in inherits:IDLEntity
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DTexturePaintContext.java100 return new Any(raster, cm, xform, maxw, filter);
738 static class Any extends TexturePaintContext { class in class:TexturePaintContext
742 public Any(WritableRaster srcRas, ColorModel cm, method in class:TexturePaintContext.Any
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompilerOracle.cpp44 Any, enumerator in enum:MethodMatcher::Mode
91 if (mode == Suffix || mode == Substring || mode == Any) {
94 if (mode != Any) {
140 if (match_mode == Any) {
410 if (strcmp(name, "*") == 0) return MethodMatcher::Any;
704 c_match = MethodMatcher::Any;
722 c_match = MethodMatcher::Any;
734 m_match = MethodMatcher::Any;
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DToken.java63 Any = 0, // 2.2 field in class:Token
260 FirstKeyword = Any, // 0
265 First22Keyword = Any, // 0

Completed in 62 milliseconds