OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:takeshort
(Results
1 - 6
of
6
) sorted by null
/cts/tests/tests/jni/src/android/jni/cts/
InstanceNonce.java
57
public native boolean
takeShort
(short v);
StaticNonce.java
58
public static native boolean
takeShort
(short v);
JniInstanceTest.java
165
assertTrue(target.
takeShort
((short) 19991));
JniStaticTest.java
167
assertTrue(StaticNonce.
takeShort
((short) 19991));
/cts/tests/tests/jni/libjnitest/
android_jni_cts_InstanceNonce.c
155
// public native boolean
takeShort
(short v);
330
{ "
takeShort
", "(S)Z", InstanceNonce_takeShort },
android_jni_cts_StaticNonce.c
171
// public static native boolean
takeShort
(short v);
346
{ "
takeShort
", "(S)Z", StaticNonce_takeShort },
Completed in 1648 milliseconds