Searched defs:consumeBooleans (Results 1 – 5 of 5) sorted by relevance
65 public boolean[] consumeBooleans(int maxLength) { in consumeBooleans() method in RecordingFuzzedDataProviderTest.MockFuzzedDataProvider
63 public boolean[] consumeBooleans(int maxLength) { in consumeBooleans() method in CannedFuzzedDataProvider
45 boolean[] consumeBooleans(int maxLength); in consumeBooleans() method
65 public boolean[] consumeBooleans(int maxLength) { in consumeBooleans() method in RecordingFuzzedDataProvider
134 @Override public native boolean[] consumeBooleans(int maxLength); in consumeBooleans() method in FuzzedDataProviderImpl