HomeSort by relevance Sort by last modified time
    Searched defs:Language (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/google-breakpad/src/common/
language.h 34 // language.h: Define google_breakpad::Language. Instances of
35 // subclasses of this class provide language-appropriate operations
47 // An abstract base class for language-specific operations. We choose
48 // an instance of a subclass of this when we find the CU's language.
50 // language.
51 class Language {
55 virtual ~Language() {}
57 // Return true if this language has functions to which we can assign
58 // line numbers. (Debugging info for assembly language, for example
    [all...]
  /external/deqp-deps/SPIRV-Headers/tools/buildHeaders/
main.cpp 40 spv::TLanguage Language;
46 " -h <language> print header for given language to stdout, from one of:\n"
73 Language = spv::ELangAll;
80 const std::string language(tolower_s(argv[1]));
82 if (language == "c") {
83 Language = spv::ELangC;
84 } else if (language == "c++" || language == "c++03") {
85 Language = spv::ELangCPP
    [all...]
  /external/shaderc/spirv-headers/tools/buildHeaders/
main.cpp 40 spv::TLanguage Language;
46 " -h <language> print header for given language to stdout, from one of:\n"
72 Language = spv::ELangAll;
79 const std::string language(tolower_s(argv[1]));
81 if (language == "c") {
82 Language = spv::ELangC;
83 } else if (language == "c++" || language == "c++03") {
84 Language = spv::ELangCPP
    [all...]
  /external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
main.cpp 40 spv::TLanguage Language;
46 " -h <language> print header for given language to stdout, from one of:\n"
74 Language = spv::ELangAll;
81 const std::string language(tolower_s(argv[1]));
83 if (language == "c") {
84 Language = spv::ELangC;
85 } else if (language == "c++" || language == "c++03") {
86 Language = spv::ELangCPP
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AMDGPU/
hsa-metadata-kernel-attrs.s 13 // CHECK: Language: OpenCL C
26 Language: OpenCL C
hsa-metadata-kernel-args.s 13 // CHECK: Language: OpenCL C
46 Language: OpenCL C
hsa-metadata-unknown-key.s 16 Language: OpenCL C
  /external/vogar/src/vogar/
Language.java 13 * See the License for the specific language governing permissions and
20 * An enum for the different language variants supported by vogar.
22 public enum Language {
32 Language(String javacSourceAndTarget, String minApiLevel) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiDriverLib.h 105 CHAR8 *Language;
347 Language1 - first language
348 Language2 - second language
970 CHAR8 *Language,
979 Translate a unicode string to a specified language if supported.
983 Language - The name of language to translate to
991 EFI_UNSUPPORTED - System not supported this language or this string translation
999 CHAR8 *Language,
1008 Add an translation to the dictionary if this language if supported.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiHiiLib/
HiiString.c 41 language codes. If this parameter is NULL, then
49 SupportedLanguages must follow the language
68 CHAR8 *Language;
94 // Loop through each language that the string supports
98 // Cache a pointer to the beginning of the current language in the list of languages
100 Language = Supported;
103 // Search for the next language separator and replace it with a Null-terminator
110 if ((SupportedLanguages == NULL) && AsciiStrnCmp (Language, UEFI_CONFIG_LANG, AsciiStrLen (UEFI_CONFIG_LANG)) == 0) {
121 Status = gHiiString->NewString (gHiiString, HiiHandle, &StringId, Language, NULL, String, NULL);
123 Status = gHiiString->SetString (gHiiString, HiiHandle, StringId, Language, String, NULL);
    [all...]
  /external/libtextclassifier/utils/i18n/
locale.h 13 * See the License for the specific language governing permissions and
37 Locale locale(/*language=*/"", /*script=*/"", /*region=*/"");
42 std::string Language() const { return language_; }
60 Locale(const std::string& language, const std::string& script,
62 : language_(language),
  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
UnicodeCollation.c 24 platform language code.
28 @param VariableName The name of the RFC 4646 or ISO 639-2 language variable.
29 @param DefaultLanguage The default language in case the RFC 4646 or ISO 639-2 language is absent.
50 CHAR8 *Language;
65 GetEfiGlobalVariable2 (VariableName, (VOID**) &Language, NULL);
85 // Find the best matching matching language from the supported languages
91 (Language == NULL) ? "" : Language,
103 if (Language != NULL) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
KeyBoard.h 23 #define USB_KEYBOARD_LANGUAGE_STR_LEN 5 // RFC4646 Language Code: "en-US"
48 CHAR16 Language[USB_KEYBOARD_LANGUAGE_STR_LEN];
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
UefiLib.h 43 CHAR8 *Language;
452 If Language is a member of SupportedLanguages and a Unicode string is found in
453 UnicodeStringTable that matches the language code specified by Language, then it
456 @param Language A pointer to the ISO 639-2 language code for the
458 @param SupportedLanguages A pointer to the set of ISO 639-2 language codes
459 that the Unicode string table supports. Language
463 that matches the language specified by Language.
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DevTree.c 28 @param[in] Lang Optionally, a UEFI defined language code.
158 CHAR8 *Language;
170 Language = NULL;
201 Language = AllocateZeroPool(StrSize(Lang));
202 AsciiSPrint(Language, StrSize(Lang), "%S", Lang);
204 ASSERT(Language == NULL);
205 // Language = AllocateZeroPool(10);
206 // AsciiSPrint(Language, 10, "en-us");
208 ASSERT(Language == NULL);
216 HiiString = HiiGetString(gShellDriver1HiiHandle, STRING_TOKEN (STR_DEV_TREE_OUTPUT), Language);
    [all...]
Devices.c 39 @param[in] Language The language code as defined by the UEFI spec.
54 IN CONST CHAR8 *Language
82 gEfiShellProtocol->GetDeviceName(TheHandle, EFI_DEVICE_NAME_USE_COMPONENT_NAME|EFI_DEVICE_NAME_USE_DEVICE_PATH, (CHAR8*)Language, Name);
139 CHAR8 *Language;
153 Language = NULL;
189 // get the language if necessary
193 Language = AllocateZeroPool(StrSize(Lang));
194 AsciiSPrint(Language, StrSize(Lang), "%S", Lang);
196 ASSERT(Language == NULL);
    [all...]
Drivers.c 180 CHAR8 *Language;
197 Language = NULL;
230 Language = AllocateZeroPool(StrSize(Lang));
231 AsciiSPrint(Language, StrSize(Lang), "%S", Lang);
233 ASSERT(Language == NULL);
242 FormatString = HiiGetString (gShellDriver1HiiHandle, STRING_TOKEN (STR_DRIVERS_ITEM_LINE_SFO), Language);
249 Language,
254 FormatString = HiiGetString (gShellDriver1HiiHandle, STRING_TOKEN (STR_DRIVERS_ITEM_LINE), Language);
261 Language,
276 FullDriverName = GetStringNameFromHandle(*HandleWalker, Language);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/
IfrParse.h 54 CHAR16 *Language;
176 CHAR16 *Language,
188 Language - GC_TODO: add argument description
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/Setup/
KeyboardLayout.c 51 CHAR16 Language[5]; // RFC4646 Language Code: "en-US"
209 {'e', 'n', '-', 'U', 'S'}, // RFC4646 language code
  /external/sl4a/Common/src/com/googlecode/android_scripting/language/
Language.java 13 * See the License for the specific language governing permissions and
17 package com.googlecode.android_scripting.language;
26 * Represents the programming language supported by the SL4A.
29 public class Language {
78 /** Returns the method call text in the language. */
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
IfrCommon.c 30 Determine what is the current language setting
34 Lang - Pointer of system language
45 CHAR8 Language[4];
48 // Getting the system language and placing it into our Global Data
50 Size = sizeof (Language);
57 Language
61 EfiAsciiStrCpy (Language, (CHAR8 *) "eng");
69 Lang[Index] = (CHAR16) (Language[Index] & 0xDF);
85 IN CHAR16 *Language,
99 Language - Currrent language
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
UefiLib.c 25 @param Language1 Name of language 1.
26 @param Language2 Name of language 2.
28 @retval TRUE Language 1 and language 2 are the same.
29 @retval FALSE Language 1 and language 2 are not the same.
612 If Language is a member of SupportedLanguages and a Unicode string is found in
613 UnicodeStringTable that matches the language code specified by Language, then it
616 @param Language A pointer to the ISO 639-2 language code for the
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/FvSimpleFileSystemDxe/
FvSimpleFileSystemEntryPoint.c 239 platform language code.
243 @param VariableName The name of the RFC 4646 or ISO 639-2 language variable.
244 @param DefaultLanguage The default language in case the RFC 4646 or ISO 639-2 language is absent.
265 CHAR8 *Language;
280 GetEfiGlobalVariable2 (VariableName, (VOID**) &Language, NULL);
300 // Find the best matching matching language from the supported languages
306 (Language == NULL) ? "" : Language,
318 if (Language != NULL) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/
EmuVariable.c 27 /// The size of a 3 character ISO639 language code.
372 Get index from supported language codes according to language string.
374 This code is used to get corresponding index in supported language codes. It can handle
375 RFC4646 and ISO639 language tags.
376 In ISO639 language tags, take 3-characters as a delimitation to find matched string and calculate the index.
377 In RFC4646 language tags, take semicolon as a delimitation to find matched string and calculate the index.
390 @param SupportedLang Platform supported language codes.
391 @param Lang Configured language.
394 @retval the index of language in the language codes.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
UefiLib.c 47 @param Language1 Name of language 1.
48 @param Language2 Name of language 2.
50 @retval TRUE Language 1 and language 2 are the same.
51 @retval FALSE Language 1 and language 2 are not the same.
634 If Language is a member of SupportedLanguages and a Unicode string is found in
635 UnicodeStringTable that matches the language code specified by Language, then it
638 @param Language A pointer to the ISO 639-2 language code for the
    [all...]

Completed in 631 milliseconds

1 2 3