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

  /external/lldb/include/lldb/Core/
Language.h 1 //===-- Language.h ----------------------------------------------*- C++ -*-===//
18 /// @class Language Language.h "lldb/Core/Language.h"
19 /// @brief Encapsulates the programming language for an lldb object.
23 /// The enumeration values used when describing the programming language
26 class Language
30 /// Construct with optional language enumeration.
32 Language(lldb::LanguageType language = lldb::eLanguageTypeUnknown)
    [all...]
  /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/lldb/source/Core/
Language.cpp 1 //===-- Language.cpp --------------------------------------------*- C++ -*-===//
11 #include "lldb/Core/Language.h"
54 Language::Language(LanguageType language) :
55 m_language (language)
59 Language::~Language()
64 Language::GetLanguage() const
70 Language::Clear (
    [all...]
  /external/lldb/include/lldb/Expression/
ClangExpression.h 78 /// Return the language that should be used when parsing. To use
82 Language ()
ClangUserExpression.h 63 /// @param[in] language
64 /// If not eLanguageTypeUnknown, a language to use when parsing
74 lldb::LanguageType language,
237 /// Return the language that should be used when parsing. To use
241 Language ()
307 /// @param[in] language
308 /// If not eLanguageTypeUnknown, a language to use when parsing
349 lldb::LanguageType language,
362 lldb::LanguageType language,
406 lldb::LanguageType m_language; ///< The language to use when parsing (eLanguageTypeUnknown means use defaults
    [all...]
  /external/clang/unittests/AST/
MatchVerifier.h 31 enum Language {
54 Language L) {
63 Language L);
89 std::vector<std::string>& Args, Language L) {
  /external/clang/unittests/Tooling/
TestVisitor.h 42 enum Language {
52 bool runOver(StringRef Code, Language L = Lang_CXX) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
appmgmt.h 73 LANGID Language;
wininet.h     [all...]
strmif.h     [all...]
  /external/clang/include/clang/Format/
Format.h 44 /// the language, that the configuration targets. When passed to the
45 /// reformat() function, enables syntax features specific to the language.
60 /// \brief Language, this format style is targeted at.
61 LanguageKind Language;
111 /// \brief Supported language standards.
448 IndentWidth == R.IndentWidth && Language == R.Language &&
488 FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language);
492 FormatStyle getChromiumStyle(FormatStyle::LanguageKind Language);
509 /// \brief Gets a predefined style for the specified language by name
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
CivicLocationElement.java 94 public static final int LANGUAGE = 0;
129 Language,
165 s_caTypes.put(LANGUAGE, CAType.Language);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
EbmlIDs.h 105 Language = 0x22B59C,
  /external/clang/lib/Format/
Format.cpp 141 // When reading, read the language first, we need it for getPredefinedStyle.
142 IO.mapOptional("Language", Style.Language);
151 if (getPredefinedStyle(StyleName, Style.Language, &PredefinedStyle) &&
161 FormatStyle::LanguageKind OldLanguage = Style.Language;
162 FormatStyle::LanguageKind Language =
163 ((FormatStyle *)IO.getContext())->Language;
164 if (!getPredefinedStyle(BasedOnStyle, Language, &Style)) {
168 Style.Language = OldLanguage;
272 // If the first element has no Language specified, it will be treated as th
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 102 /// DWARF version doesn't handle the language, return -1.
855 // A runtime language of 0 actually means C/C++ and that any
    [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc 13 * See the License for the specific language governing permissions and
343 int32_t CMapTable::CMapFormat0::Language() {
462 int32_t CMapTable::CMapFormat2::Language() {
651 int32_t CMapTable::CMapFormat4::Language(ReadableFontData* data) {
652 int32_t language = data->ReadUShort(Offset::kFormat4Language); local
653 return language;
780 int32_t CMapTable::CMapFormat4::Language() {
781 return Language(data_);
    [all...]
  /prebuilts/devtools/tools/lib/
annotations-12.0.jar 
  /prebuilts/tools/common/m2/repository/com/intellij/annotations/12.0/
annotations-12.0.jar 
  /art/compiler/dwarf/
dwarf_constants.h 13 * See the License for the specific language governing permissions and
487 enum Language {
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
lcms2_internal.h 647 cmsUInt16Number Language;
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 993 milliseconds