Searched defs:flatten (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DUnionPathExpr.java63 flatten(components);
100 private void flatten(Vector components) { method in class:UnionPathExpr
104 ((UnionPathExpr)_rest).flatten(components);
/openjdk7/jdk/test/java/lang/invoke/indify/
H A DIndify.java1540 trueSize = flatten(out);
1541 //if (!(item instanceof Code)) System.err.println("wrote complex attr name="+(int)(char)name+" size="+trueSize+" data="+Arrays.toString(flatten()));
1560 public byte[] flatten() { method in class:Indify.Attr
1562 flatten(buf);
1565 public int flatten(DataOutputStream out) throws IOException { method in class:Indify.Attr
1567 int trueSize = flatten(buf);
1572 private int flatten(ByteArrayOutputStream buf) { method in class:Indify.Attr

Completed in 472 milliseconds