Searched refs:holders (Results 1 - 2 of 2) sorted by relevance

/openjdk7/langtools/test/com/sun/javadoc/testTagHolderMethod/
H A DTestTagHolderMethod.java58 private static void checkHolders(Doc[] holders) throws Exception { argument
59 for (int i = 0; i < holders.length; i++) {
60 Doc holder = holders[i];
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPackageReader.java1333 // The holders is a global list, already collected,
1335 void countAndReadAttrs(int ctype, Collection holders) throws IOException { argument
1383 countAttrs(ctype, holders);
1384 readAttrs(ctype, holders);
1388 // on the given holders.
1389 void countAttrs(int ctype, Collection holders) throws IOException { argument
1394 Utils.log.fine("scanning flags and attrs for "+Attribute.contextName(ctype)+"["+holders.size()+"]");
1408 // Count up the number of holders which have overflow attrs.
1412 xxx_flags_hi.expectLength(haveLongFlags? holders.size(): 0);
1414 xxx_flags_lo.expectLength(holders
1586 readAttrs(int ctype, Collection holders) argument
[all...]

Completed in 73 milliseconds