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

1 2

  /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/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 {
30 Language(String javacSourceAndTarget, String jackSourceVersion, int jackMinApiLevel) {
  /external/sl4a/Common/src/com/googlecode/android_scripting/language/
Language.java 13 * License for the specific language governing permissions and limitations under
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. */
  /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) {
  /toolchain/binutils/binutils-2.25/gold/
script.h 23 // We implement a subset of the original GNU ld linker script language
25 // language. It is merely to implement enough to handle common uses.
148 enum Language
238 // Fast lookup information for a given language.
279 // match and the language to use for demangling the symbol before
311 // Exact matches for global symbols, by language.
  /external/libmicrohttpd/src/examples/
demo.c 94 "<dt>Language:</dt><dd>"\
95 "<input type=\"radio\" name=\"language\" value=\"no-lang\" checked>none</input>"\
96 "<input type=\"radio\" name=\"language\" value=\"en\">English</input>"\
97 "<input type=\"radio\" name=\"language\" value=\"de\">German</input>"\
98 "<input type=\"radio\" name=\"language\" value=\"fr\">French</input>"\
99 "<input type=\"radio\" name=\"language\" value=\"es\">Spanish</input></dd>\n"\
130 * Specification of a supported language.
132 struct Language
135 * Directory name for the language.
150 static const struct Language languages[]
310 const struct Language *language; local
399 char *language; member in struct:UploadContext
    [all...]
demo_https.c 95 "<dt>Language:</dt><dd>"\
96 "<input type=\"radio\" name=\"language\" value=\"no-lang\" checked>none</input>"\
97 "<input type=\"radio\" name=\"language\" value=\"en\">English</input>"\
98 "<input type=\"radio\" name=\"language\" value=\"de\">German</input>"\
99 "<input type=\"radio\" name=\"language\" value=\"fr\">French</input>"\
100 "<input type=\"radio\" name=\"language\" value=\"es\">Spanish</input></dd>\n"\
131 * Specification of a supported language.
133 struct Language
136 * Directory name for the language.
151 static const struct Language languages[]
311 const struct Language *language; local
400 char *language; member in struct:UploadContext
    [all...]
  /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...]
  /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/include/clang/Format/
Format.h 417 /// the language, that the configuration targets. When passed to the
418 /// reformat() function, enables syntax features specific to the language.
433 /// \brief Language, this format style is targeted at.
434 LanguageKind Language;
557 /// \brief Supported language standards.
634 IndentWidth == R.IndentWidth && Language == R.Language &&
676 FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language);
680 FormatStyle getChromiumStyle(FormatStyle::LanguageKind Language);
697 /// \brief Gets a predefined style for the specified language by name
    [all...]
  /external/clang/lib/Format/
Format.cpp 184 // When reading, read the language first, we need it for getPredefinedStyle.
185 IO.mapOptional("Language", Style.Language);
194 if (getPredefinedStyle(StyleName, Style.Language, &PredefinedStyle) &&
204 FormatStyle::LanguageKind OldLanguage = Style.Language;
205 FormatStyle::LanguageKind Language =
206 ((FormatStyle *)IO.getContext())->Language;
207 if (!getPredefinedStyle(BasedOnStyle, Language, &Style)) {
211 Style.Language = OldLanguage;
363 // If the first element has no Language specified, it will be treated as th
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 768 // A runtime language of 0 actually means C/C++ and that any
898 // Add prototype flag if we're dealing with a C language and the function has
900 uint16_t Language = getLanguage();
902 (Language == dwarf::DW_LANG_C89 || Language == dwarf::DW_LANG_C99 ||
903 Language == dwarf::DW_LANG_ObjC))
    [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 
  /prebuilts/tools/common/offline-m2/com/intellij/annotations/12.0/
annotations-12.0.jar 
  /art/compiler/debug/dwarf/
dwarf_constants.h 13 * See the License for the specific language governing permissions and
487 enum Language {
  /external/pdfium/third_party/lcms2-2.6/src/
lcms2_internal.h 647 cmsUInt16Number Language;
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
  /external/opencv3/3rdparty/include/dshow/
strmif.h     [all...]
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 

Completed in 707 milliseconds

1 2