Searched refs:hasCallables (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DAttribute.java477 boolean hasCallables = layout.startsWith("[");
479 if (!hasCallables) {
614 public boolean hasCallables() { method in class:Attribute.Layout
619 if (hasCallables()) {
626 if (hasCallables())
H A DPackageReader.java1555 boolean hasCallables = def.hasCallables();
1556 if (!hasCallables) {
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.h266 bool hasCallables() { return layout[0] == '['; } function in struct:unpacker::layout_definition
H A Dunpack.cpp1461 bool hasCallables = lo->hasCallables(); local
1476 if (hasCallables) {
2259 if (lo->hasCallables()) {
2464 bool hasCallables = lo->hasCallables(); local
2466 if (!hasCallables) {
4307 if (lo->hasCallables()) {

Completed in 72 milliseconds