Searched refs:Any (Results 126 - 150 of 191) sorted by relevance

12345678

/openjdk7/jdk/src/share/classes/sun/java2d/
H A DNullSurfaceData.java46 super(State.IMMUTABLE, SurfaceType.Any, ColorModel.getRGBdefault());
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DAnyImpl.java43 import org.omg.CORBA.Any ;
68 public class AnyImpl extends Any
105 // stream type is an Any extension of CDR stream that is used to
159 static AnyImpl convertToNative(ORB orb, Any any) {
173 * A constructor that sets the Any to contain a null. It also marks
194 public AnyImpl(ORB orb, Any obj) {
216 * returns the type of the element contained in the Any.
218 * @result the TypeCode for the element in the Any
242 * sets the type of the element to be contained in the Any.
244 * @param tc the TypeCode for the element in the Any
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/interceptors/
H A DRequestInfoImpl.java44 import org.omg.CORBA.Any;
304 abstract public Any result ();
373 public Any get_slot (int id)
439 * into the given Any. Throws an UNKNOWN with minor code
444 Any result )
483 // Insert this UserException into the provided Any using the
502 * Inserts the UserException into the given Any.
507 private void insertUserException( UserException userException, Any result )
511 // Insert this UserException into the provided Any using the
520 // Find insert( Any, clas
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DIORAddressingInfoHelper.java40 public static void insert (org.omg.CORBA.Any a, com.sun.corba.se.impl.protocol.giopmsgheaders.IORAddressingInfo that)
48 public static com.sun.corba.se.impl.protocol.giopmsgheaders.IORAddressingInfo extract (org.omg.CORBA.Any a)
H A DTargetAddressHelper.java40 public static void insert (org.omg.CORBA.Any a, com.sun.corba.se.impl.protocol.giopmsgheaders.TargetAddress that)
48 public static com.sun.corba.se.impl.protocol.giopmsgheaders.TargetAddress extract (org.omg.CORBA.Any a)
63 org.omg.CORBA.Any _anyOf_members0;
/openjdk7/corba/src/share/classes/com/sun/org/omg/CORBA/
H A DInitializerHelper.java43 public static void insert (org.omg.CORBA.Any a, com.sun.org.omg.CORBA.Initializer that)
51 public static com.sun.org.omg.CORBA.Initializer extract (org.omg.CORBA.Any a)
H A DParameterDescriptionHelper.java43 public static void insert (org.omg.CORBA.Any a, com.sun.org.omg.CORBA.ParameterDescription that)
51 public static com.sun.org.omg.CORBA.ParameterDescription extract (org.omg.CORBA.Any a)
H A DStructMemberHelper.java46 //public static void insert (org.omg.CORBA.Any a, com.sun.org.omg.CORBA.StructMember that)
47 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.StructMember that)
56 //public static com.sun.org.omg.CORBA.StructMember extract (org.omg.CORBA.Any a)
57 public static org.omg.CORBA.StructMember extract (org.omg.CORBA.Any a)
H A DAttributeDescriptionHelper.java43 public static void insert (org.omg.CORBA.Any a, com.sun.org.omg.CORBA.AttributeDescription that)
51 public static com.sun.org.omg.CORBA.AttributeDescription extract (org.omg.CORBA.Any a)
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DServiceInformationHelper.java63 public static org.omg.CORBA.ServiceInformation extract(org.omg.CORBA.Any a) {
67 public static void insert(org.omg.CORBA.Any a, org.omg.CORBA.ServiceInformation that) {
H A DStructMemberHelper.java42 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.StructMember that)
50 public static org.omg.CORBA.StructMember extract (org.omg.CORBA.Any a)
H A DUnionMemberHelper.java42 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.UnionMember that)
50 public static org.omg.CORBA.UnionMember extract (org.omg.CORBA.Any a)
H A DDataInputStream.java36 /** Reads an IDL <code>Any</code> value from the input stream.
37 * @return the <code>Any</code> read.
42 org.omg.CORBA.Any read_any ();
H A DORB.java70 * <li><code>Any</code>
275 * It is also used to create <code>Any</code> objects that are used to
282 * <code>TypeCode</code> objects. Any <code>TypeCode</code> objects
436 * Any operation invoked on a destroyed ORB reference will throw the
626 * @param any the <code>Any</code> value to be inserted into the
635 abstract public NamedValue create_named_value(String s, Any any, int flags);
995 * That way marshaling problems, when transmitting the struct in an Any, are avoided.
1024 * Creates an IDL <code>Any</code> object initialized to
1028 * @return a newly-created <code>Any</code> object
1030 abstract public Any create_an
[all...]
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DColorModel.java1816 grayCS.getProfile(), ColorTransform.Any, ColorTransform.In);
1818 srgbCS.getProfile(), ColorTransform.Any, ColorTransform.Out);
1857 lgCS.getProfile(), ColorTransform.Any, ColorTransform.In);
1859 grayCS.getProfile(), ColorTransform.Any, ColorTransform.Out);
1901 grayCS.getProfile(), ColorTransform.Any, ColorTransform.In);
1903 srgbCS.getProfile(), ColorTransform.Any, ColorTransform.Out);
1946 lgCS.getProfile(), ColorTransform.Any, ColorTransform.In);
1948 grayCS.getProfile(), ColorTransform.Any, ColorTransform.Out);
/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/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 DBlit.java145 super(SurfaceType.Any, CompositeType.Any, SurfaceType.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
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynAnyBasicImpl.java28 import org.omg.CORBA.Any;
49 this(null, (Any)null, false);
52 protected DynAnyBasicImpl(ORB orb, Any any, boolean copyValue) {
78 public void from_any (org.omg.CORBA.Any value)
89 // Spec: Returns a copy of the internal Any
90 public org.omg.CORBA.Any to_any() {
105 // to create its Any representation just for this test.
126 // The flag "true" indicates copying the Any value
363 public void insert_any(org.omg.CORBA.Any value)
606 public org.omg.CORBA.Any get_an
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/copyobject/
H A DJavaOutputStream.sjava34 import org.omg.CORBA.Any;
223 public final void write_any(Any value) {
319 public final void write_any_array(org.omg.CORBA.Any[] seq, int offset, int length) {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DTypeCodeReader.java45 import org.omg.CORBA.Any ;
H A DCDRInputStreamBase.java34 import org.omg.CORBA.Any;
89 public abstract Any read_any();
H A DWrapperInputStream.java45 import org.omg.CORBA.Any ;
147 public Any read_any() { return stream.read_any(); }

Completed in 93 milliseconds

12345678