Searched defs:any (Results 1 - 25 of 40) sorted by relevance

12

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/visitor/
H A DXSWildcardFunction.java22 * or visit www.oracle.com if you need additional information or have any
37 T any( XSWildcard.Any wc ); method in interface:XSWildcardFunction
H A DXSWildcardVisitor.java22 * or visit www.oracle.com if you need additional information or have any
37 void any( XSWildcard.Any wc ); method in interface:XSWildcardVisitor
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynAnyFactoryImpl.java22 * or visit www.oracle.com if you need additional information or have any
67 public org.omg.DynamicAny.DynAny create_dyn_any (org.omg.CORBA.Any any) argument
70 return DynAnyUtil.createMostDerivedDynAny(any, orb, true);
H A DDynArrayImpl.java22 * or visit www.oracle.com if you need additional information or have any
53 protected DynArrayImpl(ORB orb, Any any, boolean copyValue) { argument
54 super(orb, any, copyValue);
65 TypeCode typeCode = any.type();
71 input = any.create_input_stream();
98 TypeCode typeCode = any.type();
H A DDynFixedImpl.java22 * or visit www.oracle.com if you need additional information or have any
51 protected DynFixedImpl(ORB orb, Any any, boolean copyValue) { argument
52 super(orb, any, copyValue);
77 return any.extract_fixed().toString();
108 digits = any.type().fixed_digits();
109 scale = any.type().fixed_scale();
196 any.insert_fixed(result, any.type());
204 digits = any.type().fixed_digits();
205 scale = any
[all...]
H A DDynStructImpl.java22 * or visit www.oracle.com if you need additional information or have any
52 protected DynStructImpl(ORB orb, Any any, boolean copyValue) { argument
54 super(orb, any, copyValue);
64 // The members (if any) are (recursively) initialized to their default values.
H A DDynValueImpl.java22 * or visit www.oracle.com if you need additional information or have any
52 protected DynValueImpl(ORB orb, Any any, boolean copyValue) { argument
53 super(orb, any, copyValue);
H A DDynSequenceImpl.java22 * or visit www.oracle.com if you need additional information or have any
57 protected DynSequenceImpl(ORB orb, Any any, boolean copyValue) { argument
58 super(orb, any, copyValue);
70 TypeCode typeCode = any.type();
76 input = any.create_input_stream();
108 OutputStream out = any.create_output_stream();
119 any.read_value(out.create_input_stream(), any.type());
H A DDynValueBoxImpl.java22 * or visit www.oracle.com if you need additional information or have any
52 protected DynValueBoxImpl(ORB orb, Any any, boolean copyValue) { argument
53 super(orb, any, copyValue);
71 return any;
81 any = boxed;
112 components = new DynAny[] {DynAnyUtil.createMostDerivedDynAny(any, orb, false)};
121 any = DynAnyUtil.createDefaultAnyOfType(any.type(), orb);
122 components = new DynAny[] {DynAnyUtil.createMostDerivedDynAny(any, orb, false)};
130 any
[all...]
H A DDynValueCommonImpl.java22 * or visit www.oracle.com if you need additional information or have any
55 protected DynValueCommonImpl(ORB orb, Any any, boolean copyValue) { argument
56 super(orb, any, copyValue);
H A DDynAnyCollectionImpl.java22 * or visit www.oracle.com if you need additional information or have any
59 protected DynAnyCollectionImpl(ORB orb, Any any, boolean copyValue) { argument
60 super(orb, any, copyValue);
82 return any.type().content_type();
91 // For array any value indicates the boundary.
94 return any.type().length();
H A DDynAnyUtil.java22 * or visit www.oracle.com if you need additional information or have any
69 static DynAny createMostDerivedDynAny(Any any, ORB orb, boolean copyValue) argument
72 if (any == null || ! DynAnyUtil.isConsistentType(any.type()))
75 switch (any.type().kind().value()) {
77 return new DynSequenceImpl(orb, any, copyValue);
79 return new DynStructImpl(orb, any, copyValue);
81 return new DynArrayImpl(orb, any, copyValue);
83 return new DynUnionImpl(orb, any, copyValue);
85 return new DynEnumImpl(orb, any, copyValu
310 isInitialized(Any any) argument
[all...]
H A DDynAnyComplexImpl.java22 * or visit www.oracle.com if you need additional information or have any
63 protected DynAnyComplexImpl(ORB orb, Any any, boolean copyValue) { argument
65 super(orb, any, copyValue);
75 // The members (if any) are (recursively) initialized to their default values.
93 returnValue = (DynAnyComplexImpl)DynAnyUtil.createMostDerivedDynAny(any, orb, true);
148 TypeCode expectedTypeCode = any.type();
222 TypeCode expectedTypeCode = any.type();
325 TypeCode typeCode = any.type();
337 InputStream input = any.create_input_stream();
368 TypeCode typeCode = any
[all...]
H A DDynAnyImpl.java22 * or visit www.oracle.com if you need additional information or have any
66 protected Any any = null; field in class:DynAnyImpl
80 protected DynAnyImpl(ORB orb, Any any, boolean copyValue) { argument
85 this.any = DynAnyUtil.copy(any, orb);
87 this.any = any;
88 // set the current position to 0 if any has components, otherwise to -1.
96 this.any = DynAnyUtil.createDefaultAnyOfType(typeCode, orb);
109 return any;
[all...]
H A DDynUnionImpl.java22 * or visit www.oracle.com if you need additional information or have any
63 protected DynUnionImpl(ORB orb, Any any, boolean copyValue) { argument
65 super(orb, any, copyValue);
75 InputStream input = any.create_input_stream();
111 discriminatorType = any.type().discriminator_type();
120 memberCount = any.type().member_count();
129 memberLabel = any.type().member_label(i);
139 memberType = any.type().member_type(i);
149 memberName = any.type().member_name(i);
159 defaultIndex = any
[all...]
H A DDynAnyBasicImpl.java22 * or visit www.oracle.com if you need additional information or have any
52 protected DynAnyBasicImpl(ORB orb, Any any, boolean copyValue) { argument
53 super(orb, any, copyValue);
54 // set the current position to 0 if any has components, otherwise to -1.
60 // set the current position to 0 if any has components, otherwise to -1.
94 return DynAnyUtil.copy(any, orb);
106 if ( ! any.type().equal(dyn_any.type())) {
110 return any.equal(getAny(dyn_any));
128 return DynAnyUtil.createMostDerivedDynAny(any, orb, true);
162 if (any
[all...]
H A DDynAnyConstructedImpl.java22 * or visit www.oracle.com if you need additional information or have any
70 protected DynAnyConstructedImpl(ORB orb, Any any, boolean copyValue) { argument
71 super(orb, any, copyValue);
72 //System.out.println(this + " constructed with any " + any);
73 if (this.any != null) {
76 // set the current position to 0 if any has components, otherwise to -1.
87 // set the current position to 0 if any has components, otherwise to -1.
98 TypeCode typeCode = any.type();
248 OutputStream out = any
[all...]
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DServerRequest.java22 * or visit www.oracle.com if you need additional information or have any
133 * values for any "out" arguments before returning, and may also change
134 * the return values for any "inout" arguments.
165 * values for any "out" arguments before returning, and it may also change
166 * the return values for any "inout" arguments.
180 * Specifies any return value for the call.
202 * @param any an <code>Any</code> object containing the return value to be set
206 public void result(Any any) argument
208 set_result(any);
215 * Specifies any retur
236 set_result(org.omg.CORBA.Any any) argument
257 except(Any any) argument
287 set_exception(Any any) argument
[all...]
/openjdk7/jdk/src/share/classes/java/lang/
H A DCompiler.java22 * or visit www.oracle.com if you need additional information or have any
116 * @param any
123 * If {@code any} is {@code null}
125 public static native Object command(Object any); argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DWildcardNameClassBuilder.java22 * or visit www.oracle.com if you need additional information or have any
57 public NameClass any(XSWildcard.Any wc) { method in class:WildcardNameClassBuilder
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/xmlschema/
H A DContentModelContainer.java22 * or visit www.oracle.com if you need additional information or have any
43 Any any(); method in interface:ContentModelContainer
H A DNestedParticle.java22 * or visit www.oracle.com if you need additional information or have any
40 public Any any(); method in interface:NestedParticle
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/
H A DXMLDTDContentModelHandler.java156 public void any(Augmentations augmentations) throws XNIException; method in interface:XMLDTDContentModelHandler
166 * @see #any
182 * @see #any
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/javax/rmi/CORBA/
H A DUtil.java22 * or visit www.oracle.com if you need additional information or have any
92 // This means that any of the following com.sun.corba classes
316 * Writes any java.lang.Object as a CORBA any.
317 * @param out the stream in which to write the any.
318 * @param obj the object to write as an any.
326 Any any = orb.create_any();
332 any.insert_Object((org.omg.CORBA.Object)newObj);
337 any.insert_Value(null, createTypeCodeForNull(orb));
342 TypeCode tc = createTypeCode((Serializable)newObj, any, or
373 createTypeCode(Serializable obj, org.omg.CORBA.Any any, org.omg.CORBA.ORB orb) argument
[all...]
/openjdk7/jdk/test/javax/management/query/
H A DQueryExpStringTest.java20 * or visit www.oracle.com if you need additional information or have any
76 any = Query.anySubString((AttributeValueExp) attr, field in class:QueryExpStringTest
123 any, "attr like '*simpleString*'",

Completed in 80 milliseconds

12