Searched defs:combine (Results 1 - 19 of 19) sorted by relevance

/openjdk7/jdk/src/share/classes/java/security/
H A DDomainCombiner.java41 * cause the <code>DomainCombiner.combine</code> to get invoked.
43 * <p> The combine method takes two arguments. The first argument represents
59 * <p> The <code>combine</code> method investigates the two input arrays
61 * ProtectionDomains. In the simplest case, the <code>combine</code>
63 * the <code>combine</code> method returns a modified
68 * <code>combine</code> method bases its updates on the information
110 ProtectionDomain[] combine(ProtectionDomain[] currentDomains, method in interface:DomainCombiner
/openjdk7/jdk/test/java/security/AccessControlContext/
H A DNullCombinerEquals.java62 public ProtectionDomain[] combine(ProtectionDomain[] a, method in class:NullCombinerEquals.DC
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/security/
H A DJMXSubjectDomainCombiner.java42 * <p>When the {@link #combine} method is called the {@link ProtectionDomain}
52 public ProtectionDomain[] combine(ProtectionDomain[] current, method in class:JMXSubjectDomainCombiner
71 return super.combine(newCurrent, assigned);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DHierarchicalClusterLayoutManager.java47 private OldHierarchicalLayoutManager.Combine combine; field in class:HierarchicalClusterLayoutManager
48 private LayoutManager subManager = new OldHierarchicalLayoutManager(combine);
49 private LayoutManager manager = new OldHierarchicalLayoutManager(combine, 150);
52 public HierarchicalClusterLayoutManager(OldHierarchicalLayoutManager.Combine combine) { argument
53 this.combine = combine;
133 if (combine == OldHierarchicalLayoutManager.Combine.SAME_INPUTS) {
135 } else if (combine == OldHierarchicalLayoutManager.Combine.SAME_OUTPUTS) {
H A DHierarchicalLayoutManager.java69 private Combine combine; field in class:HierarchicalLayoutManager
167 this.combine = b;
1418 if (combine == Combine.SAME_OUTPUTS) {
1444 if (combine == Combine.SAME_OUTPUTS && topNodeHash.containsKey(e.relativeFrom)) {
1577 } else if (combine == Combine.SAME_INPUTS) {
H A DOldHierarchicalLayoutManager.java65 private Combine combine; field in class:OldHierarchicalLayoutManager
341 public OldHierarchicalLayoutManager(Combine combine) { argument
342 this(combine, LAYER_OFFSET);
345 public OldHierarchicalLayoutManager(Combine combine, int layerOffset) { argument
346 this.combine = combine;
685 boolean searchForNode = (combine != Combine.NONE);
693 if (combine == Combine.SAME_OUTPUTS) {
698 } else if (combine == Combine.SAME_INPUTS) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/spi/
H A DPolicyAssertionValidator.java43 public Fitness combine(Fitness other) { method in class:PolicyAssertionValidator.Fitness
/openjdk7/jdk/src/share/classes/javax/security/auth/
H A DSubjectDomainCombiner.java59 // Note: check only at classloading time, not dynamically during combine()
156 public ProtectionDomain[] combine(ProtectionDomain[] currentDomains, method in class:SubjectDomainCombiner
180 // the arrays when it calls combiner.combine,
534 * received via the combine method. Each "current" PD is mapped to a
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/api/impl/
H A DNameConverter.java188 return combine( tokens, '.' );
231 private static String combine( List r, char sep ) { method in class:NameConverter.Standard
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/ast/builder/
H A DGrammarSection.java88 * @param combine
90 * on the value of the combine attribute.
94 void define( String name, Combine combine, P pattern, L loc, A anno) throws BuildException; argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/digested/
H A DGrammarBuilderImpl.java101 public void define(String name, Combine combine, ParsedPattern pattern, Location loc, Annotations anno) throws BuildException { argument
105 // TODO: handle combine
H A DIncludeImpl.java74 public void define(String name, Combine combine, ParsedPattern pattern, Location loc, Annotations anno) throws BuildException { argument
75 super.define(name, combine, pattern, loc, anno);
92 public void define(String name, Combine combine, ParsedPattern pattern, Location loc, Annotations anno) throws BuildException { argument
102 super.define(name, combine, pattern, loc, anno);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host/
H A DGrammarSectionHost.java74 public void define(String name, Combine combine, ParsedPattern _pattern, argument
80 lhs.define(name, combine, pattern.lhs, loc.lhs, anno.lhs);
81 rhs.define(name, combine, pattern.rhs, loc.rhs, anno.rhs);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/
H A DEffectiveAlternativeSelector.java49 AlternativeFitness combine(final Fitness assertionFitness) {
65 AlternativeFitness combine(final Fitness assertionFitness) {
70 AlternativeFitness combine(final Fitness assertionFitness) {
86 AlternativeFitness combine(final Fitness assertionFitness) {
101 AlternativeFitness combine(final Fitness assertionFitness) {
115 AlternativeFitness combine(final Fitness assertionFitness) {
121 AlternativeFitness combine(final Fitness assertionFitness) {
136 abstract AlternativeFitness combine(Fitness assertionFitness); method in class:EffectiveAlternativeSelector.AlternativeFitness
212 alternativeFitness = alternativeFitness.combine(assertionFitness);
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DTemplateManager.java112 // Get the attributes for the requested op and combine them with attrs.
206 return combine(attributes, attrs);
213 private static CK_ATTRIBUTE[] combine(CK_ATTRIBUTE[] attrs1, method in class:TemplateManager.Template
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/privateutil/
H A DPolicyUtils.java212 public static <E, T extends Collection<? extends E>, U extends Collection<? extends E>> Collection<Collection<E>> combine(final U initialBase, final Collection<T> options, final boolean ignoreEmptyOption) { method in class:PolicyUtils.Collections
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/
H A DSchemaBuilderImpl.java482 public void define(String name, GrammarSection.Combine combine, ParsedPattern pattern, Location loc, Annotations anno) argument
484 define(lookup(name), combine, pattern, loc);
487 private void define(RefPattern rp, GrammarSection.Combine combine, ParsedPattern pattern, Location loc) argument
491 if (combine == null) {
502 byte combineType = (combine == COMBINE_CHOICE ? RefPattern.COMBINE_CHOICE : RefPattern.COMBINE_INTERLEAVE);
598 public void define(String name, GrammarSection.Combine combine, ParsedPattern pattern, Location loc, Annotations anno) argument
602 grammar.define(rp, combine, pattern, loc);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/xml/
H A DSchemaParser.java1185 GrammarSection.Combine combine = null; field in class:SchemaParser.DefinitionState
1193 if (name.equals("combine")) {
1196 combine = GrammarSection.COMBINE_CHOICE;
1198 combine = GrammarSection.COMBINE_INTERLEAVE;
1233 section.define(name, combine, p, startLocation, annotations);
1249 section.define(GrammarSection.START, combine, p, startLocation, annotations);
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DNormalizerImpl.java1227 * If these two characters combine, then set (value, value2)
1231 * 0 do not combine
1232 * 1 combine
1233 * >1 combine, and the composition is a forward-combining starter
1237 private static int/*unsigned*/ combine(char[]table,int tableStart, method in class:NormalizerImpl
1258 /* found! combine! */
1380 * a Jamo T could combine with.
1413 * and might combine once more (but only before the PRI #29 fix)
1433 * starter, but it does not combine forward now that we have
1445 /* the starter and the combining mark (c, c2) do combine */
[all...]

Completed in 69 milliseconds