Searched refs:ScopedGlobalRef (Results 1 – 10 of 10) sorted by relevance
/external/libtextclassifier/native/utils/java/ |
D | jni-cache.h | 41 ScopedGlobalRef<jclass> string_class; 45 ScopedGlobalRef<jstring> string_utf8; 48 ScopedGlobalRef<jclass> pattern_class; 53 ScopedGlobalRef<jclass> matcher_class; 63 ScopedGlobalRef<jclass> locale_class; 64 ScopedGlobalRef<jobject> locale_us; 69 ScopedGlobalRef<jclass> breakiterator_class; 75 ScopedGlobalRef<jclass> integer_class; 79 ScopedGlobalRef<jclass> calendar_class; 107 ScopedGlobalRef<jclass> timezone_class; [all …]
|
D | jni-base.h | 202 using ScopedGlobalRef = ScopedRef<T, JavaVM, GlobalRefDeleter>; variable 211 ScopedGlobalRef<T> MakeGlobalRef(T object, JNIEnv* env, JavaVM* jvm) { in MakeGlobalRef() 213 return ScopedGlobalRef<T>(reinterpret_cast<T>(global_object), jvm); in MakeGlobalRef()
|
/external/icing/icing/jni/ |
D | jni-cache.h | 55 libtextclassifier3::ScopedGlobalRef<jclass> string_class; 59 libtextclassifier3::ScopedGlobalRef<jstring> string_utf8; 62 libtextclassifier3::ScopedGlobalRef<jclass> locale_class; 63 libtextclassifier3::ScopedGlobalRef<jobject> locale_us; 68 libtextclassifier3::ScopedGlobalRef<jclass> breakiterator_class;
|
/external/libtextclassifier/native/utils/utf8/ |
D | unilib-javaicu.h | 131 RegexMatcher(const JniCache* jni_cache, ScopedGlobalRef<jobject> matcher, 132 ScopedGlobalRef<jstring> text); 136 ScopedGlobalRef<jobject> matcher_; 137 ScopedGlobalRef<jstring> text_; 160 mutable ScopedGlobalRef<jobject> pattern_; 177 ScopedGlobalRef<jstring> text_; 178 ScopedGlobalRef<jobject> iterator_;
|
D | unilib-javaicu.cc | 230 ScopedGlobalRef<jobject> matcher, in RegexMatcher() 231 ScopedGlobalRef<jstring> text) in RegexMatcher()
|
/external/libtextclassifier/native/utils/intents/ |
D | jni-lua.h | 89 ScopedGlobalRef<jobject> usermanager_; 93 ScopedGlobalRef<jobject> system_resources_; 98 ScopedGlobalRef<jstring> string_; 99 ScopedGlobalRef<jstring> android_;
|
D | jni.h | 91 ScopedGlobalRef<jclass> integer_class_; 95 ScopedGlobalRef<jclass> remote_action_template_class_; 99 ScopedGlobalRef<jclass> named_variant_class_;
|
/external/icing/icing/tokenization/reverse_jni/ |
D | reverse-jni-break-iterator.h | 91 libtextclassifier3::ScopedGlobalRef<jobject> iterator_batcher); 106 libtextclassifier3::ScopedGlobalRef<jobject> iterator_batcher_;
|
D | reverse-jni-break-iterator.cc | 82 libtextclassifier3::ScopedGlobalRef<jobject> iterator_batcher = in Create() 99 libtextclassifier3::ScopedGlobalRef<jobject> iterator_batcher) in ReverseJniBreakIterator()
|
/external/icing/icing/text_classifier/lib3/utils/java/ |
D | jni-base.h | 200 using ScopedGlobalRef = ScopedRef<T, JavaVM, GlobalRefDeleter>; variable 209 ScopedGlobalRef<T> MakeGlobalRef(T object, JNIEnv* env, JavaVM* jvm) { in MakeGlobalRef() 211 return ScopedGlobalRef<T>(reinterpret_cast<T>(global_object), jvm); in MakeGlobalRef()
|