Home
last modified time | relevance | path

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

/cts/tests/tests/jni/src/android/jni/cts/
DInstanceNonce.java123 public native boolean takeIntFast(int v); in takeIntFast() method in InstanceNonce
DJniInstanceTest.java270 assertTrue(target.takeIntFast(-999888777)); in test_takeIntFast()
DStaticNonce.java157 public static native boolean takeIntFast(int v); in takeIntFast() method in StaticNonce
DJniStaticTest.java370 assertTrue(StaticNonce.takeIntFast(-999888777)); in test_takeIntFast()