Home
last modified time | relevance | path

Searched defs:nextBitToSet (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/util/BitSet/
DBSMethods.java185 int nextBitToSet = 0; in testNextSetBit() local
258 int nextBitToSet = 0; in testSetGetClearFlip() local
355 int nextBitToSet = 0; in testAndNot() local
389 int nextBitToSet = 0; in testAnd() local
431 int nextBitToSet = 0; in testOr() local
478 int nextBitToSet = 0; in testXor() local
521 int nextBitToSet = 0; in testEquals() local
546 int nextBitToSet = generator.nextInt(255); in testLength() local
792 int nextBitToSet = 0; in testIntersects() local
832 int nextBitToSet = 0; in testCardinality() local
[all …]