Home
last modified time | relevance | path

Searched refs:device_locales (Results 1 – 6 of 6) sorted by relevance

/external/libtextclassifier/utils/intents/
Dintent-generator.cc62 const std::vector<Locale>& device_locales);
129 const std::vector<Locale>& device_locales) in JniLuaEnvironment() argument
134 device_locales_(device_locales), in JniLuaEnvironment()
706 const std::vector<Locale>& device_locales, in AnnotatorJniEnvironment() argument
711 : JniLuaEnvironment(resources, jni_cache, context, device_locales), in AnnotatorJniEnvironment()
740 const jobject context, const std::vector<Locale>& device_locales, in ActionsJniLuaEnvironment() argument
744 : JniLuaEnvironment(resources, jni_cache, context, device_locales), in ActionsJniLuaEnvironment()
815 const jstring device_locales) const { in ParseDeviceLocales()
816 if (device_locales == nullptr) { in ParseDeviceLocales()
821 GetScopedStringChars(jni_cache_->GetEnv(), device_locales); in ParseDeviceLocales()
[all …]
Dintent-generator.h76 bool GenerateIntents(const jstring device_locales,
88 bool GenerateIntents(const jstring device_locales,
103 std::vector<Locale> ParseDeviceLocales(const jstring device_locales) const;
/external/libtextclassifier/actions/
Dactions_jni.cc124 const Conversation& conversation, const jstring device_locales, in ActionSuggestionsToJObjectArray() argument
168 device_locales, action_result[i], conversation, app_context, in ActionSuggestionsToJObjectArray()
360 jlong annotatorPtr, jobject app_context, jstring device_locales, in TC3_JNI_METHOD()
379 response.actions, conversation, device_locales, generate_intents); in TC3_JNI_METHOD()
Dactions_jni.h42 jlong annotatorPtr, jobject app_context, jstring device_locales,
/external/libtextclassifier/annotator/
Dannotator_jni.cc120 const jstring device_locales, const ClassificationOptions* options, in ClassificationResultWithIntentsToJObject() argument
217 device_locales, classification_result, in ClassificationResultWithIntentsToJObject()
239 const jstring device_locales, const ClassificationOptions* options, in ClassificationResultsWithIntentsToJObjectArray() argument
277 datetime_parse_class_constructor, device_locales, options, context, in ClassificationResultsWithIntentsToJObjectArray()
545 jstring device_locales) { in TC3_JNI_METHOD()
562 env, model_context, app_context, device_locales, in TC3_JNI_METHOD()
Dannotator_jni.h63 jstring device_locales);