Searched refs:combine (Results 26 - 30 of 30) sorted by relevance

12

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/
H A DCompactSyntax.java1628 GrammarSection.Combine combine;
1631 combine = AssignOp();
1633 section.define(GrammarSection.START, combine, p, makeLocation(t), a);
1638 GrammarSection.Combine combine;
1641 combine = AssignOp();
1643 section.define(name.getString(), combine, p, name.getLocation(), a);
/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/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
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) {
/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...]
/openjdk7/jdk/test/java/lang/invoke/
H A DMethodHandlesTest.java1936 MethodHandle combine = varargsList(fold).asType(MethodType.genericMethodType(fold));
1939 System.out.println("fold "+target+" with "+combine);
1940 MethodHandle target2 = MethodHandles.foldArguments(target, combine);
1946 Object foldedArgs = combine.invokeWithArguments(argsToFold);

Completed in 59 milliseconds

12