Searched refs:Union (Results 1 - 21 of 21) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/xmlschema/
H A DUnion.java34 public interface Union interface in inherits:Annotated,SimpleTypeHost,TypedXmlWriter
40 public Union memberTypes(QName[] value);
H A DSimpleDerivation.java40 public Union union();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/visitor/
H A DXSWildcardFunction.java39 T union( XSWildcard.Union wc );
H A DXSWildcardVisitor.java39 void union( XSWildcard.Union wc );
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/
H A DXSWildcard.java39 * Any, Other, or Union.
84 interface Union extends XSWildcard { interface in interface:XSWildcard
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DWildcardNameClassBuilder.java68 public NameClass union(XSWildcard.Union wc) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/scd/
H A DSCDImpl.java68 return new Iterators.Union<XSComponent>(
H A DIterators.java177 * Union of two iterators.
179 public static final class Union<T> extends ReadOnly<T> { class in class:Iterators
182 public Union(Iterator<? extends T> first, Iterator<? extends T> second) { method in class:Iterators.Union
H A DAbstractAxisImpl.java73 return new Iterators.Union<T>(first,second);
H A DAxis.java117 return new Iterators.Union<XSComponent>(singleton(ct),complexType(ct));
/openjdk7/hotspot/src/share/vm/opto/
H A Dchaitin.hpp258 // Square-up matrix for faster Union
263 // Union edges of b into a on Squared-up matrix
264 void Union( uint a, uint b );
324 // Union-find map. Declared as a short for speed.
327 // Reset the Union-Find map to identity
329 // Remove the need for the Union-Find mapping
335 void Union( const Node *src, const Node *dst );
H A Dcoalesce.cpp41 // Force the Union-Find mapping to be at least this large
50 // the Union-Find mapping after this call.
113 //------------------------------Union------------------------------------------
115 void PhaseChaitin::Union( const Node *src_n, const Node *dst_n ) { function in class:PhaseChaitin
130 // Make the Union-Find mapping an identity function
180 // Reset the Union-Find mapping
266 // Union lr2 into lr1
267 _phc.Union( n1, n2 );
271 _phc._ifg->Union( lr1, lr2 );
608 // Join live ranges. Merge larger into smaller. Union lr
[all...]
H A Dreg_split.cpp667 assert(Find_id(phi) == lidx,"Bad update on Union-Find mapping");
1327 // Update _maxlrg to save Union asserts
1336 // Walk all inputs to Phi and Union input live range with Phi live range
1344 Union(n, phi);
1346 Union(phi, n);
1356 // Union the input and output live ranges
1360 Union(n1, n1->in(twoidx));
1362 Union(n1->in(twoidx), n1);
H A Dblock.hpp505 void Union( uint idx1, uint idx2 );
H A Dblock.cpp976 // Force the Union-Find mapping to be at least this large
1017 //------------------------------Union------------------------------------------
1019 void UnionFind::Union( uint idx1, uint idx2 ) {
1197 // Union two traces together in uf, and null out the trace in the list
1217 // Union the lower with the higher and remove the pointer
1219 uf->Union(lo_id, hi_id);
H A Difg.cpp135 //------------------------------Union------------------------------------------
136 // Union edges of B into A
137 void PhaseIFG::Union( uint a, uint b ) { function in class:PhaseIFG
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DToken.java97 Union = 34, // . field in class:Token
H A DParser.java289 case Token.Union:
332 Token.Typedef, Token.Struct, Token.Union, Token.Enum,
455 case Token.Union:
499 Token.Typedef, Token.Struct, Token.Union, Token.Enum,
792 case Token.Union:
822 Token.Typedef, Token.Struct, Token.Union, Token.Enum,
851 (token.type == Token.Struct || token.type == Token.Union || token.type == Token.Enum);
980 token.type == Token.Struct || token.type == Token.Union || token.type == Token.Enum;
1746 case Token.Union:
1752 Token.Typedef, Token.Struct, Token.Union, Toke
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DWildcardImpl.java136 public final static class Finite extends WildcardImpl implements XSWildcard.Union {
H A DComplexTypeImpl.java230 return new Iterators.Union<XSAttributeUse>(
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/util/
H A DSchemaWriter.java52 import com.sun.xml.internal.xsom.XSWildcard.Union;
582 public String union(Union wc) {

Completed in 91 milliseconds