Searched defs:Language (Results 1 - 20 of 20) sorted by relevance

/external/google-breakpad/src/common/
H A Dlanguage.h34 // language.h: Define google_breakpad::Language. Instances of
51 class Language { class in namespace:google_breakpad
55 virtual ~Language() {}
81 static const Language * const CPlusPlus,
/external/vogar/src/vogar/
H A DLanguage.java22 public enum Language { enum
31 Language(String javacSourceAndTarget, String jackSourceVersion, String jackMinApiLevel) { method in class:Language
/external/swiftshader/third_party/LLVM/lib/Support/
H A DDwarf.cpp538 const char *llvm::dwarf::LanguageString(unsigned Language) { argument
539 switch (Language) {
/external/clang/unittests/AST/
H A DMatchVerifier.h31 enum Language { enum in namespace:clang::ast_matchers
54 Language L) {
63 Language L);
92 std::vector<std::string>& Args, Language L) {
/external/clang/unittests/Tooling/
H A DTestVisitor.h42 enum Language { enum in class:clang::TestVisitor
52 bool runOver(StringRef Code, Language L = Lang_CXX) {
/external/llvm/lib/Support/
H A DDwarf.cpp359 const char *llvm::dwarf::LanguageString(unsigned Language) { argument
360 switch (Language) {
/external/sl4a/Common/src/com/googlecode/android_scripting/language/
H A DLanguage.java29 public class Language { class
/external/libmicrohttpd/src/examples/
H A Ddemo.c94 "<dt>Language:</dt><dd>"\
132 struct Language struct
150 static const struct Language languages[] =
310 const struct Language *language;
397 * Language for the upload.
H A Ddemo_https.c95 "<dt>Language:</dt><dd>"\
133 struct Language struct
151 static const struct Language languages[] =
311 const struct Language *language;
398 * Language for the upload.
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmsnamed.c117 // Search for a specific entry in the structure. Language and Country are used.
130 mlu ->Entries[i].Language == LanguageCode) return i;
137 // Add a block of characters to the intended MLU. Language and country are specified.
138 // Only one entry for Language/country pair is allowed.
175 mlu ->Entries[mlu ->UsedEntries].Language = LanguageCode;
221 cmsBool CMSEXPORT cmsMLUsetWide(cmsMLU* mlu, const char Language[3], const char Country[3], const wchar_t* WideString) argument
223 cmsUInt16Number Lang = _cmsAdjustEndianess16(*(cmsUInt16Number*) Language);
294 // the Language. If none is found, first entry is used instead.
313 if (v -> Language == LanguageCode) {
319 if (UsedLanguageCode != NULL) *UsedLanguageCode = v ->Language;
[all...]
H A Dlcms2_internal.h647 cmsUInt16Number Language; member in struct:__anon15925
/external/pdfium/xfa/fxfa/parser/
H A Dcscript_hostpseudomodel.cpp81 void CScript_HostPseudoModel::Language(CFXJSE_Value* pValue, function in class:CScript_HostPseudoModel
/external/clang/lib/Format/
H A DFormat.cpp203 IO.mapOptional("Language", Style.Language);
212 if (getPredefinedStyle(StyleName, Style.Language, &PredefinedStyle) &&
222 FormatStyle::LanguageKind OldLanguage = Style.Language;
223 FormatStyle::LanguageKind Language = local
224 ((FormatStyle *)IO.getContext())->Language;
225 if (!getPredefinedStyle(BasedOnStyle, Language, &Style)) {
229 Style.Language = OldLanguage;
387 // If the first element has no Language specified, it will be treated as the
398 if (Seq.size() > 0 && Seq[0].Language
573 getGoogleStyle(FormatStyle::LanguageKind Language) argument
629 getChromiumStyle(FormatStyle::LanguageKind Language) argument
711 getPredefinedStyle(StringRef Name, FormatStyle::LanguageKind Language, FormatStyle *Style) argument
737 FormatStyle::LanguageKind Language = Style->Language; local
[all...]
/external/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc343 int32_t CMapTable::CMapFormat0::Language() { function in class:sfntly::CMapTable::CMapFormat0
462 int32_t CMapTable::CMapFormat2::Language() { function in class:sfntly::CMapTable::CMapFormat2
651 int32_t CMapTable::CMapFormat4::Language(ReadableFontData* data) { function in class:sfntly::CMapTable::CMapFormat4
780 int32_t CMapTable::CMapFormat4::Language() { function in class:sfntly::CMapTable::CMapFormat4
781 return Language(data_);
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVEntry.cpp572 auto Language = Module->getSourceLanguage(&Ver); local
573 getEncoder(O) << Language << Ver;
/external/clang/include/clang/Format/
H A DFormat.h475 /// \brief Language, this format style is targeted at.
476 LanguageKind Language; member in struct:clang::format::FormatStyle
679 IndentWidth == R.IndentWidth && Language == R.Language &&
723 FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language);
727 FormatStyle getChromiumStyle(FormatStyle::LanguageKind Language);
750 bool getPredefinedStyle(StringRef Name, FormatStyle::LanguageKind Language,
755 /// Style->Language is used to get the base style, if the ``BasedOnStyle``
863 // \brief Returns a string representation of ``Language``.
864 inline StringRef getLanguageName(FormatStyle::LanguageKind Language) { argument
[all...]
/external/flatbuffers/include/flatbuffers/
H A Didl.h30 // Definition Language) / schema file.
362 enum Language { enum in struct:flatbuffers::IDLOptions
375 Language lang;
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp872 uint16_t Language = getLanguage(); local
874 (Language == dwarf::DW_LANG_C89 || Language == dwarf::DW_LANG_C99 ||
875 Language == dwarf::DW_LANG_ObjC))
1187 uint16_t Language = getLanguage(); local
1189 (Language == dwarf::DW_LANG_C89 || Language == dwarf::DW_LANG_C99 ||
1190 Language == dwarf::DW_LANG_ObjC))
/external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
H A DUefiInternalFormRepresentation.h295 CHAR8 Language[1]; member in struct:_EFI_HII_STRING_PACKAGE_HDR
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp12134 LinkageSpecDecl::LanguageIDs Language; local
12136 Language = LinkageSpecDecl::lang_c;
12138 Language = LinkageSpecDecl::lang_cxx;
12148 LangStr->getExprLoc(), Language,

Completed in 1094 milliseconds