OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:takelong
(Results
1 - 6
of
6
) sorted by null
/cts/tests/tests/jni/src/android/jni/cts/
InstanceNonce.java
60
public native boolean
takeLong
(long v);
StaticNonce.java
61
public static native boolean
takeLong
(long v);
JniInstanceTest.java
189
assertTrue(target.
takeLong
(999888777666555444L));
JniStaticTest.java
191
assertTrue(StaticNonce.
takeLong
(999888777666555444L));
/cts/tests/tests/jni/libjnitest/
android_jni_cts_InstanceNonce.c
170
// public native boolean
takeLong
(long v);
333
{ "
takeLong
", "(J)Z", InstanceNonce_takeLong },
android_jni_cts_StaticNonce.c
186
// public static native boolean
takeLong
(long v);
349
{ "
takeLong
", "(J)Z", StaticNonce_takeLong },
Completed in 96 milliseconds