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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DAttribute.java573 boolean flagTest(byte mask) { return (flags & mask) != 0; } method in class:Attribute.Layout.Element
601 if (flagTest(EF_BACK))
1218 if (!e.flagTest(EF_DELTA)) {
1230 assert(e.flagTest(EF_DELTA));
1265 if (e.flagTest(EF_BACK))
1318 if (loBits < 32 && e.flagTest(EF_SIGN)) {
1347 if (!e.flagTest(EF_DELTA)) {
1362 assert(e.flagTest(EF_DELTA));
1421 if (e.flagTest(EF_SIGN))
H A DBandStructure.java1959 if (e.flagTest(Attribute.EF_SIGN)) {
1966 if (!e.flagTest(Attribute.EF_DELTA)) {
1983 if (e.flagTest(Attribute.EF_SIGN)) {
2004 assert(((CPRefBand)b).nullOK == e.flagTest(Attribute.EF_NULL));
2152 if (!e.flagTest(Attribute.EF_DELTA)) {
2167 assert(!e.flagTest(Attribute.EF_SIGN));
2171 assert(!e.flagTest(Attribute.EF_SIGN));
2180 if (!e.flagTest(Attribute.EF_BACK)) {
2187 boolean nullOK = e.flagTest(Attribute.EF_NULL);
2205 if (e.flagTest(Attribut
[all...]
H A DPackageWriter.java830 if (!cbles[k].flagTest(Attribute.EF_BACK)) {
978 assert(def.getCallables()[j].flagTest(Attribute.EF_BACK));
980 assert(!def.getCallables()[j].flagTest(Attribute.EF_BACK));
H A DPackageReader.java1513 if (cbles[j].flagTest(Attribute.EF_BACK))
1568 if (cbles[j].flagTest(Attribute.EF_BACK))
1688 && e.body[j].flagTest(Attribute.EF_BACK));
1702 if (!e.flagTest(Attribute.EF_BACK)) {

Completed in 840 milliseconds