Searched refs:printArray (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/tools/
H A DPrintTable.java51 printArray("Attribute Name Table", vocabulary.attributeName);
52 printArray("Attribute Value Table", vocabulary.attributeValue);
53 printArray("Character Content Chunk Table", vocabulary.characterContentChunk);
54 printArray("Element Name Table", vocabulary.elementName);
55 printArray("Local Name Table", vocabulary.localName);
56 printArray("Namespace Name Table", vocabulary.namespaceName);
57 printArray("Other NCName Table", vocabulary.otherNCName);
58 printArray("Other String Table", vocabulary.otherString);
59 printArray("Other URI Table", vocabulary.otherURI);
60 printArray("Prefi
63 public static void printArray(String title, StringArray a) { method in class:PrintTable
71 public static void printArray(String title, PrefixArray a) { method in class:PrintTable
79 public static void printArray(String title, CharArrayArray a) { method in class:PrintTable
87 public static void printArray(String title, ContiguousCharArrayArray a) { method in class:PrintTable
95 public static void printArray(String title, QualifiedNameArray a) { method in class:PrintTable
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DUtility.java1126 public static final void printArray(PrintStream out, Object[] obj) { method in class:Utility
1127 out.println(printArray(obj, true));
1130 public static final void printArray(PrintWriter out, Object[] obj) { method in class:Utility
1131 out.println(printArray(obj, true));
1134 public static final String printArray(Object[] obj) { method in class:Utility
1135 return printArray(obj, true);
1138 public static final String printArray(Object[] obj, boolean braces) { method in class:Utility
1139 return printArray(obj, braces, false);
1142 public static final String printArray(Object[] obj, boolean braces, method in class:Utility
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DBCELifier.java100 String inter = Utility.printArray(clazz.getInterfaceNames(),
215 Utility.printArray(mg.getArgumentNames(), false, true) +

Completed in 89 milliseconds