Searched refs:device_locales (Results 1 – 6 of 6) sorted by relevance
/external/libtextclassifier/utils/intents/ |
D | intent-generator.cc | 62 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 …]
|
D | intent-generator.h | 76 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/ |
D | actions_jni.cc | 124 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()
|
D | actions_jni.h | 42 jlong annotatorPtr, jobject app_context, jstring device_locales,
|
/external/libtextclassifier/annotator/ |
D | annotator_jni.cc | 120 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()
|
D | annotator_jni.h | 63 jstring device_locales);
|