OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:takeintlong
(Results
1 - 6
of
6
) sorted by null
/cts/tests/tests/jni/src/android/jni/cts/
InstanceNonce.java
66
public native boolean
takeIntLong
(int v1, long v2);
StaticNonce.java
67
public static native boolean
takeIntLong
(int v1, long v2);
JniInstanceTest.java
238
assertTrue(target.
takeIntLong
(914, 9140914091409140914L));
JniStaticTest.java
240
assertTrue(StaticNonce.
takeIntLong
(914, 9140914091409140914L));
/cts/tests/tests/jni/libjnitest/
android_jni_cts_InstanceNonce.c
210
// public native boolean
takeIntLong
(int v1, long v2);
340
{ "
takeIntLong
", "(IJ)Z", InstanceNonce_takeIntLong },
android_jni_cts_StaticNonce.c
225
// public static native boolean
takeIntLong
(int v1, long v2);
355
{ "
takeIntLong
", "(IJ)Z", StaticNonce_takeIntLong },
Completed in 179 milliseconds