Searched defs:Other (Results 1 - 9 of 9) sorted by relevance

/openjdk7/langtools/test/tools/javac/diags/examples/
H A DReportAccess.java27 int i = new Other().x;
30 class Other { class
H A DStaticNotQualifiedByType.java28 int m(Other other) {
33 class Other { class
/openjdk7/langtools/test/tools/javac/diags/examples/StaticImportOnlyClassesAndInterfaces/
H A DOther.java26 public class Other { class
/openjdk7/hotspot/src/share/vm/memory/
H A DgenRemSet.hpp46 Other enumerator in enum:GenRemSet::Name
H A DbarrierSet.hpp43 Other, enumerator in enum:BarrierSet::Name
H A Dgeneration.hpp141 Other enumerator in enum:Generation::Name
160 virtual Generation::Name kind() { return Generation::Other; }
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/
H A DXSWildcard.java39 * Any, Other, or Union.
75 interface Other extends XSWildcard { interface in interface:XSWildcard
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DWildcardImpl.java71 if(this instanceof Other && rhs instanceof Other) {
72 if( ((Other)this).otherNamespace.equals(
73 ((Other)rhs).otherNamespace) )
74 return new Other(owner,null,null,null, ((Other)this).otherNamespace, mode );
77 return new Other(owner,null,null,null, "", mode );
80 Other o;
83 if( this instanceof Other ) {
84 o=(Other)thi
113 public final static class Other extends WildcardImpl implements XSWildcard.Other { class in class:WildcardImpl
114 public Other( SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, method in class:WildcardImpl.Other
[all...]
/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DMediaSize.java765 * Class MediaSize.Other includes {@link MediaSize MediaSize} values for
768 public final static class Other { class in class:MediaSize
841 private Other() { method in class:MediaSize.Other
853 MediaSize OtherEXECUTIVE = Other.EXECUTIVE;

Completed in 48 milliseconds