OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nativeGetName
(Results
1 - 8
of
8
) sorted by null
/external/libtextclassifier/actions/
actions_jni.h
51
TC3_JNI_METHOD(jstring, TC3_ACTIONS_CLASS_NAME,
nativeGetName
)
actions_jni.cc
396
TC3_JNI_METHOD(jstring, TC3_ACTIONS_CLASS_NAME,
nativeGetName
)
/external/libtextclassifier/java/com/google/android/textclassifier/
ActionsSuggestionsModel.java
125
return
nativeGetName
(fd);
253
private static native String
nativeGetName
(int fd);
AnnotatorModel.java
204
return
nativeGetName
(fd);
563
private static native String
nativeGetName
(int fd);
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowCursorWindow.java
199
protected static String
nativeGetName
(int windowPtr) {
200
return
nativeGetName
((long) windowPtr);
204
protected static String
nativeGetName
(long windowPtr) {
ShadowXmlBlock.java
155
protected static int
nativeGetName
(int state) {
156
return (int)
nativeGetName
((long)state);
160
protected static int
nativeGetName
(long state) {
/external/libtextclassifier/annotator/
annotator_jni.h
93
TC3_JNI_METHOD(jstring, TC3_ANNOTATOR_CLASS_NAME,
nativeGetName
)
annotator_jni.cc
680
TC3_JNI_METHOD(jstring, TC3_ANNOTATOR_CLASS_NAME,
nativeGetName
)
Completed in 237 milliseconds