Searched refs:language (Results 1 - 25 of 71) sorted by relevance

123

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DUserProfileManagerStrings.uni
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
H A DUserIdentifyManagerStrings.uni
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgConfigDxe/
H A DTcgConfigStrings.uni
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigStrings.uni
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/
H A DPhysicalPresenceStrings.uni
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/
H A DUsbCredentialProviderStrings.uni
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/
H A DPwdCredentialProviderStrings.uni
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6DxeStrings.uni
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/Ping6/
H A DPing6Strings.uni
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/VConfig/
H A DVConfigStrings.uni
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IfConfig6/
H A DIfConfig6Strings.uni
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IpsecConfig/
H A DIpSecConfigStrings.uni
/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Dlanguage.c17 #include "lightdm/language.h"
68 LightDMLanguage *language; local
79 language = g_object_new (LIGHTDM_TYPE_LANGUAGE, "code", code, NULL);
80 languages = g_list_append (languages, language);
98 /* Get a valid locale name that can be passed to setlocale(), so we always can use nl_langinfo() to get language and country names. */
102 gchar *locale = NULL, *language; local
111 language = g_strndup (code, at - code);
113 language = g_strdup (code);
139 if (g_str_has_prefix (loc, language))
147 g_free (language);
171 LightDMLanguage *language = link->data; local
202 lightdm_language_get_code(LightDMLanguage *language) argument
217 lightdm_language_get_name(LightDMLanguage *language) argument
260 lightdm_language_get_territory(LightDMLanguage *language) argument
304 lightdm_language_matches(LightDMLanguage *language, const gchar *code) argument
326 lightdm_language_init(LightDMLanguage *language) argument
[all...]
H A Duser.c102 gchar *language; member in struct:__anon2094
1135 /* The Language field is actually a locale, strip the codeset off it to get the language */
1136 if (priv->language)
1137 g_free (priv->language);
1138 priv->language = g_key_file_get_string (priv->dmrc_file, "Desktop", "Language", NULL);
1139 if (priv->language)
1141 gchar *codeset = strchr (priv->language, '.');
1283 if (priv->language)
1284 g_free (priv->language);
1285 priv->language
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprerror.h12 * for the specific language governing rights and limitations under the
138 ** descriptive string, in a caller-specified language.
184 * NSPR represents a language code as a non-negative integer.
185 * Languages 0 is always "i-default" the language you get without
187 * which has been explicitly negotiated. Additional language
191 #define PR_LANGUAGE_I_DEFAULT 0 /* i-default, the default language */
236 * in the requested language. The callback is provided the
242 PRErrorCallbackLookupFn(PRErrorCode code, PRLanguageCode language,
269 ** the requested language. May return the message
270 ** in the default language i
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/
H A Defi_driver.c66 * @v language Language to use
72 CHAR8 *language __unused, CHAR16 **driver_name ) {
86 * @v language Language to use
94 CHAR8 *language __unused,
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsIClassInfo.idl13 * for the specific language governing rights and limitations under the
64 * Get a language mapping specific helper object that may assist in using
73 * Should return null if no helper available for given language.
75 nsISupports getHelperForLanguage(in PRUint32 language);
95 * Return language type from list in nsIProgrammingLanguage
/vbox/src/libs/xpcom18a4/python/src/
H A DPyIClassInfo.cpp11 * for the specific language governing rights and limitations under the
14 * The Original Code is the Python XPCOM language bindings.
88 PRUint32 language = nsIProgrammingLanguage::PYTHON; local
89 if (!PyArg_ParseTuple(args, "|i", &language))
98 r = pI->GetHelperForLanguage(language, getter_AddRefs(pi));
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsIException.idl12 * for the specific language governing rights and limitations under the
39 * Interfaces for representing cross-language exceptions and stack traces.
53 // see nsIProgrammingLanguage for list of language consts
54 readonly attribute PRUint32 language;
78 // For example, standard language errors would generally have
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprerrortable.c11 * for the specific language governing rights and limitations under the
122 PR_ErrorToString(PRErrorCode code, PRLanguageCode language) argument
141 msg = callback_lookup(code, language, et->table,
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/funcs/
H A Derr.chillbadarg.ksh10 * See the License for the specific language governing permissions
H A Derr.copyoutbadaddr.ksh10 * See the License for the specific language governing permissions
H A Derr.copyoutstrbadaddr.ksh10 * See the License for the specific language governing permissions
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/mac/
H A Dxptcinvoke_mac.s11 # implied. See the License for the specific language governing
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcinvoke_asm_openvms_alpha.s10 ;* implied. See the License for the specific language governing

Completed in 116 milliseconds

123