Searched refs:takeByte (Results 1 – 4 of 4) sorted by relevance
109 public native boolean takeByte(byte v); in takeByte() method in InstanceNonce
234 assertTrue(target.takeByte((byte) -99)); in test_takeByte()
137 public static native boolean takeByte(byte v); in takeByte() method in StaticNonce
325 assertTrue(StaticNonce.takeByte((byte) -99)); in test_takeByte()