Home
last modified time | relevance | path

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

/cts/tests/tests/jni/src/android/jni/cts/
DInstanceNonce.java115 public native boolean takeShortFast(short v); in takeShortFast() method in InstanceNonce
DJniInstanceTest.java248 assertTrue(target.takeShortFast((short) 19991)); in test_takeShortFast()
DStaticNonce.java145 public static native boolean takeShortFast(short v); in takeShortFast() method in StaticNonce
DJniStaticTest.java342 assertTrue(StaticNonce.takeShortFast((short) 19991)); in test_takeShortFast()