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

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.h276 ptrlist layouts; // local (compressor-defined) defs, in index order member in struct:unpacker::attr_definitions
285 layouts.free();
317 if (idx >= (uint)layouts.length()) return null;
318 return (layout_definition*) layouts.get(idx);
H A Dunpack.cpp533 AH_SPECIAL_FORMAT_LEN = 2, // layouts/band-headers
1444 for (int adds = (idx+1) - layouts.length(); adds > 0; adds--) {
1445 layouts.add(null);
1448 layouts.get(idx) = lo;
1888 // (The simple ones are hard-coded. The metadata layouts are not.)
2253 for (idx = 0; idx < ad.layouts.length(); idx++) {
2443 for (idx = 0; idx < ad.layouts.length(); idx++) {
2449 continue; // no attributes of this type (then why transmit layouts?)

Completed in 43 milliseconds