Home
last modified time | relevance | path

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

/cts/tests/tests/jni/src/android/jni/cts/
DInstanceNonce.java111 public native boolean takeByteFast(byte v); in takeByteFast() method in InstanceNonce
DJniInstanceTest.java237 assertTrue(target.takeByteFast((byte) -99)); in test_takeByteFast()
DStaticNonce.java139 public static native boolean takeByteFast(byte v); in takeByteFast() method in StaticNonce
DJniStaticTest.java328 assertTrue(StaticNonce.takeByteFast((byte) -99)); in test_takeByteFast()