Searched refs:Any (Results 76 - 100 of 191) sorted by relevance

12345678

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DVersionSpecHelper.java42 public static void insert (org.omg.CORBA.Any a, String that)
50 public static String extract (org.omg.CORBA.Any a)
H A DVisibilityHelper.java44 public static void insert (org.omg.CORBA.Any a, short that)
52 public static short extract (org.omg.CORBA.Any a)
H A DWCharSeqHelper.java54 public static void insert (org.omg.CORBA.Any a, char[] that)
62 public static char[] extract (org.omg.CORBA.Any a)
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...]
H A DIDLTypeHelper.java42 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.IDLType that)
50 public static org.omg.CORBA.IDLType extract (org.omg.CORBA.Any a)
H A DPolicyHelper.java42 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.Policy that)
50 public static org.omg.CORBA.Policy extract (org.omg.CORBA.Any a)
H A DPolicyListHelper.java42 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.Policy[] that)
50 public static org.omg.CORBA.Policy[] extract (org.omg.CORBA.Any a)
H A DWrongTransactionHelper.java41 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.WrongTransaction that)
49 public static org.omg.CORBA.WrongTransaction extract (org.omg.CORBA.Any a)
/openjdk7/jdk/src/share/classes/java/awt/color/
H A DICC_ColorSpace.java167 thisProfile, ColorTransform.Any, ColorTransform.In);
169 srgbCS.getProfile(), ColorTransform.Any, ColorTransform.Out);
219 srgbCS.getProfile(), ColorTransform.Any, ColorTransform.In);
221 thisProfile, ColorTransform.Any, ColorTransform.Out);
359 thisProfile, ColorTransform.Any, ColorTransform.In);
362 xyzCS.getProfile(), ColorTransform.Any, ColorTransform.Out);
499 xyzCS.getProfile(), ColorTransform.Any, ColorTransform.In);
506 thisProfile, ColorTransform.Any, ColorTransform.Out);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/scd/
H A DSCDParser.java100 steps.add(new Step.Any(Axis.ROOT));
104 steps.add(new Step.Any(Axis.DESCENDANTS));
135 steps.add(new Step.Any(Axis.DESCENDANTS));
259 s=new Step.Any(Axis.MODELGROUP_SEQUENCE);
271 s=new Step.Any(Axis.MODELGROUP_CHOICE);
283 s=new Step.Any(Axis.MODELGROUP_ALL);
295 s=new Step.Any(Axis.MODELGROUP_ANY);
307 s=new Step.Any(Axis.WILDCARD);
319 s=new Step.Any(Axis.ATTRIBUTE_WILDCARD);
323 s=new Step.Any(Axi
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DRequestImpl.java35 import org.omg.CORBA.Any;
195 public synchronized Any add_in_arg()
200 public synchronized Any add_named_in_arg(String name)
205 public synchronized Any add_inout_arg()
210 public synchronized Any add_named_inout_arg(String name)
215 public synchronized Any add_out_arg()
220 public synchronized Any add_named_out_arg(String name)
232 public synchronized Any return_value()
349 Any returnAny = _result.value();
364 Any an
[all...]
H A DNVListImpl.java36 import org.omg.CORBA.Any;
87 public NamedValue add_value(String itemName, Any val, int flags)
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
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...]
H A DGeneralRenderer.java60 SurfaceType.Any),
66 SurfaceType.Any),
72 SurfaceType.Any),
78 SurfaceType.Any),
84 SurfaceType.Any),
90 SurfaceType.Any),
96 SurfaceType.Any),
103 SurfaceType.Any),
109 SurfaceType.Any),
115 SurfaceType.Any),
[all...]
/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/corba/src/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynEnumImpl.java29 import org.omg.CORBA.Any;
55 this(null, (Any)null, false);
59 protected DynEnumImpl(ORB orb, Any anAny, boolean copyValue) {
H A DDynValueCommonImpl.java30 import org.omg.CORBA.Any;
51 this(null, (Any)null, false);
55 protected DynValueCommonImpl(ORB orb, Any any, boolean copyValue) {
H A DDynAnyComplexImpl.java30 import org.omg.CORBA.Any;
60 this(null, (Any)null, false);
63 protected DynAnyComplexImpl(ORB orb, Any any, boolean copyValue) {
92 // The flag "true" indicates copying the Any value
144 Any memberAny;
189 // Creates the appropriate subtype without copying the Any
218 Any memberAny;
310 private void addComponent(int i, String memberName, Any memberAny, DynAny memberDynAny) {
322 // from the Any representation
327 Any memberAn
[all...]
/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/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DMarshalOutputStream.java31 import org.omg.CORBA.Any;
69 public void write_any(Any value);
/openjdk7/corba/src/share/classes/com/sun/org/omg/CORBA/
H A DIDLTypeHelper.java46 //public static void insert (org.omg.CORBA.Any a, com.sun.org.omg.CORBA.IDLType that)
47 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.IDLType that)
56 //public static com.sun.org.omg.CORBA.IDLType extract (org.omg.CORBA.Any a)
57 public static org.omg.CORBA.IDLType extract (org.omg.CORBA.Any a)
/openjdk7/corba/src/share/classes/org/omg/CORBA/portable/
H A DInputStream.java29 import org.omg.CORBA.Any;
243 * Reads an Any from this input stream.
245 * @return the <code>Any</code> instance read from this input stream.
247 public abstract Any read_any();
H A DOutputStream.java29 import org.omg.CORBA.Any;
228 * Writes an Any on this output stream.
231 public abstract void write_any(Any value);
/openjdk7/corba/src/share/classes/org/omg/PortableServer/
H A DCurrentHelper.java59 public static void insert (org.omg.CORBA.Any a,
68 public static org.omg.PortableServer.Current extract (org.omg.CORBA.Any a)
H A DPOAHelper.java50 public static void insert (org.omg.CORBA.Any a,
59 public static org.omg.PortableServer.POA extract (org.omg.CORBA.Any a)

Completed in 86 milliseconds

12345678