Home
last modified time | relevance | path

Searched refs:highestPossibleSetBit (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/util/BitSet/
DBSMethods.java260 int highestPossibleSetBit = generator.nextInt(1000) + 1; in testSetGetClearFlip() local
262 nextBitToSet = generator.nextInt(highestPossibleSetBit); in testSetGetClearFlip()
268 for (int x=0; x<highestPossibleSetBit; x++) { in testSetGetClearFlip()
281 for (int x=0; x<highestPossibleSetBit; x++) in testSetGetClearFlip()
295 for (int x=0; x<highestPossibleSetBit; x++) { in testSetGetClearFlip()
308 for (int x=0; x<highestPossibleSetBit; x++) in testSetGetClearFlip()
322 for (int x=0; x<highestPossibleSetBit; x++) { in testSetGetClearFlip()
335 for (int x=0; x<highestPossibleSetBit; x++) in testSetGetClearFlip()
601 int highestPossibleSetBit = generator.nextInt(1000) + 1; in testClear() local
604 b1.set(generator.nextInt(highestPossibleSetBit)); in testClear()
[all …]