/aosp_15_r20/external/libtextclassifier/native/lang_id/ |
H A D | lang-id_jni.cc | 78 std::unique_ptr<LangId> lang_id = GetLangIdFromFlatbufferFileDescriptor(fd); in TC3_JNI_METHOD() local 89 std::unique_ptr<LangId> lang_id = GetLangIdFromFlatbufferFile(path_str); in TC3_JNI_METHOD() local 98 std::unique_ptr<LangId> lang_id = in TC3_JNI_METHOD() local 146 std::unique_ptr<LangId> lang_id = GetLangIdFromFlatbufferFileDescriptor(fd); in TC3_JNI_METHOD() local 182 std::unique_ptr<LangId> lang_id = in TC3_JNI_METHOD() local
|
H A D | custom-tokenizer.cc | 30 namespace lang_id { namespace
|
H A D | lang-id.cc | 49 namespace lang_id { namespace
|
/aosp_15_r20/trusty/user/app/confirmationui/test/ |
D | main.cpp | 52 const char* lang_id; member 62 const char** lang_id = (const char**)param_arr[2]; in TEST_F_SETUP() local 151 const char** lang_id = (const char**)param_arr[2]; in confuip_to_string() local
|
/aosp_15_r20/system/teeui/libteeui/prebuilt/localization/ |
H A D | ConfirmationUITranslations.cpp | 1319 int langIdMatch(const char* const* lang_ids, const char* lang_id) { in langIdMatch() 1353 const char* selectLangId(const char* lang_id) { in selectLangId()
|
H A D | ConfirmationUITranslations-test.cpp | 45 static const char* test_lang_id_match(const char* lang_ids[], const char* lang_id) { in test_lang_id_match()
|
/aosp_15_r20/hardware/interfaces/confirmationui/support/src/ |
H A D | ConfirmationUITranslations.c | 1091 int ConfirmationUITranslations_lang_id_match(const char** lang_ids, const char* lang_id) { in ConfirmationUITranslations_lang_id_match() 1125 const char* ConfirmationUITranslations_select_lang_id(const char* lang_id) { in ConfirmationUITranslations_select_lang_id()
|
/aosp_15_r20/external/libtextclassifier/native/lang_id/script/ |
H A D | tiny-script-detector.cc | 21 namespace lang_id { namespace
|
/aosp_15_r20/hardware/interfaces/confirmationui/support/test/ |
H A D | ConfirmationUITranslations-test.c | 37 static const char* test_lang_id_match(const char* lang_ids[], const char* lang_id) { in test_lang_id_match()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | sphelper.h | 66 WCHAR lang_id[9]; variable
|
/aosp_15_r20/external/libtextclassifier/native/lang_id/fb_model/ |
H A D | lang-id-from-fb.cc | 27 namespace lang_id { namespace
|
H A D | model-provider-from-fb.cc | 31 namespace lang_id { namespace
|
/aosp_15_r20/external/rust/android-crates-io/crates/errno/src/ |
D | windows.rs | 46 let lang_id = 0x0800_u32; in with_description() localVariable
|
/aosp_15_r20/external/libtextclassifier/native/lang_id/features/ |
H A D | relevant-script-feature.cc | 31 namespace lang_id { namespace
|
H A D | char-ngram-feature.cc | 32 namespace lang_id { namespace
|
/aosp_15_r20/trusty/user/app/confirmationui/src/ |
D | trusty_confirmation_ui.cpp | 107 const char* lang_id, in start()
|
/aosp_15_r20/external/coreboot/src/lib/ |
H A D | ux_locales.c | 120 uint32_t lang_id = 0; /* default language English (0) */ in ux_locales_get_text() local
|
/aosp_15_r20/external/coreboot/tests/lib/ |
H A D | ux_locales-test.c | 77 uint32_t lang_id; member
|
/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/udc/ |
H A D | udc.c | 53 void udc_add_strings(unsigned short lang_id, unsigned char count, in udc_add_strings()
|
/aosp_15_r20/system/teeui/libteeui_jni/ |
H A D | libteeui_jni.cpp | 187 JString lang_id(env, jlang_id); in Java_com_android_framebufferizer_NativeRenderer_setLanguage() local
|
/aosp_15_r20/external/pciutils/lib/ |
H A D | win32-helpers.c | 67 format_message_from_system(DWORD win32_error_id, DWORD lang_id, LPSTR buffer, DWORD size) in format_message_from_system()
|
/aosp_15_r20/external/rust/android-crates-io/crates/rusb/src/ |
D | device_handle.rs | 686 let lang_id = u16::from(chunk[0]) | u16::from(chunk[1]) << 8; in read_languages() localVariable
|
/aosp_15_r20/external/rust/crates/rusb/src/ |
D | device_handle.rs | 686 let lang_id = u16::from(chunk[0]) | u16::from(chunk[1]) << 8; in read_languages() localVariable
|
/aosp_15_r20/frameworks/base/core/proto/android/providers/settings/ |
H A D | global.proto | 530 optional LangId lang_id = 68; field
|
/aosp_15_r20/external/libtextclassifier/native/annotator/ |
H A D | annotator.cc | 650 bool Annotator::SetLangId(const libtextclassifier3::mobile::lang_id::LangId* lang_id) { in SetLangId()
|