Searched refs:device_locales (Results 1 – 9 of 9) sorted by relevance
/external/libtextclassifier/native/utils/intents/ |
D | intent-generator.cc | 46 const std::vector<Locale>& device_locales, in AnnotatorJniEnvironment() argument 51 : JniLuaEnvironment(resources, jni_cache, context, device_locales), in AnnotatorJniEnvironment() 80 const jobject context, const std::vector<Locale>& device_locales, in ActionsJniLuaEnvironment() argument 84 : JniLuaEnvironment(resources, jni_cache, context, device_locales), in ActionsJniLuaEnvironment() 153 const jstring device_locales) const { in ParseDeviceLocales() 154 if (device_locales == nullptr) { in ParseDeviceLocales() 159 JStringToUtf8String(jni_cache_->GetEnv(), device_locales); in ParseDeviceLocales() 174 const jstring device_locales, const ClassificationResult& classification, in GenerateIntents() argument 197 ParseDeviceLocales(device_locales), entity_text, classification, in GenerateIntents() 209 const jstring device_locales, const ActionSuggestion& action, in GenerateIntents() argument [all …]
|
D | intent-generator.h | 51 bool GenerateIntents(const jstring device_locales, 63 bool GenerateIntents(const jstring device_locales, 78 std::vector<Locale> ParseDeviceLocales(const jstring device_locales) const;
|
D | jni-lua.h | 40 const std::vector<Locale>& device_locales);
|
D | jni-lua.cc | 48 const std::vector<Locale>& device_locales) in JniLuaEnvironment() argument 54 device_locales_(device_locales), in JniLuaEnvironment()
|
D | intent-generator-test-lib.cc | 219 string_value = external.android.device_locales[1].language }, in TEST_F()
|
/external/libtextclassifier/native/annotator/ |
D | annotator_jni.cc | 130 const jstring device_locales, const ClassificationOptions* options, in ClassificationResultWithIntentsToJObject() argument 275 device_locales, classification_result, in ClassificationResultWithIntentsToJObject() 305 const jstring device_locales, const ClassificationOptions* options, in ClassificationResultsWithIntentsToJObjectArray() argument 356 datetime_parse_class_constructor, device_locales, options, context, in ClassificationResultsWithIntentsToJObjectArray() 655 jstring device_locales) { in TC3_JNI_METHOD() 677 env, model_context, app_context, device_locales, in TC3_JNI_METHOD()
|
D | annotator_jni.h | 69 jstring device_locales);
|
/external/libtextclassifier/native/actions/ |
D | actions_jni.cc | 129 const Conversation& conversation, const jstring device_locales, in ActionSuggestionsToJObject() argument 205 device_locales, action_response.actions[i], conversation, in ActionSuggestionsToJObject() 500 jlong annotatorPtr, jobject app_context, jstring device_locales, in TC3_JNI_METHOD() 523 conversation, device_locales, generate_intents)); in TC3_JNI_METHOD()
|
D | actions_jni.h | 50 jlong annotatorPtr, jobject app_context, jstring device_locales,
|