Home
last modified time | relevance | path

Searched full:language (Results 1 – 25 of 7108) sorted by relevance

12345678910>>...285

/external/antlr/antlr-3.4/runtime/Python/tests/
Dt051treeRewriteAST.py54 language=Python;
67 language=Python;
90 language=Python;
103 language=Python;
125 language=Python;
138 language=Python;
169 language=Python;
182 language=Python;
204 language=Python;
217 language=Python;
[all …]
Dt058rewriteAST.py116 options {language=Python;output=AST;}
131 options {language=Python;output=AST;}
146 options {language=Python;output=AST;}
161 options {language=Python;output=AST;}
177 options {language=Python;output=AST;}
192 options {language=Python;output=AST;}
207 options {language=Python;output=AST;}
222 options {language=Python;output=AST;}
238 options {language=Python;output=AST;}
253 options {language=Python;output=AST;}
[all …]
Dt057autoAST.py116 options {language=Python;output=AST;}
131 options {language=Python;output=AST;}
146 options {language=Python;output=AST;}
161 options {language=Python;output=AST;}
176 options {language=Python;output=AST;}
191 options {language=Python;output=AST;}
206 options {language=Python;output=AST;}
221 options {language=Python;output=AST;}
236 options {language=Python;output=AST;}
251 options {language=Python;output=AST;}
[all …]
Dt049treeparser.py56 language=Python;
68 language=Python;
90 language=Python;
102 language=Python;
123 language=Python;
137 language=Python;
158 language=Python;
172 language=Python;
193 language=Python;
207 language=Python;
[all …]
/external/nist-sip/java/gov/nist/javax/sip/header/
DContentLanguage.java39 * 14.12 Content-Language
41 * The Content-Language entity-header field describes the natural
42 * language(s) of the intended audience for the enclosed entity. Note
46 * Content-Language = "Content-Language" ":" 1#language-tag
48 * Language tags are defined in section 3.10. The primary purpose of
49 * Content-Language is to allow a user to identify and differentiate
50 * entities according to the user's own preferred language. Thus, if the
54 * Content-Language: da
56 * If no Content-Language is specified, the default is that the content
57 * is intended for all language audiences. This might mean that the
[all …]
DAcceptLanguage.java36 * Accept Language body.
45 * Accept-Language = "Accept-Language" ":"
46 * 1#( language-range [ ";" "q" "=" qvalue ] )
47 * language-range = ( ( 1*8ALPHA *( "-" 1*8ALPHA ) ) | "*" )
123 * @param languageRange is the language range to set.
159 * Gets the language value of the AcceptLanguageHeader.
163 * @return the language Locale value of this AcceptLanguageHeader
178 * Sets the language parameter of this AcceptLanguageHeader.
182 * @param language - the new Locale value of the language of
188 public void setAcceptLanguage(Locale language) { in setAcceptLanguage() argument
[all …]
/external/lldb/source/Core/
DLanguage.cpp1 //===-- Language.cpp --------------------------------------------*- C++ -*-===//
11 #include "lldb/Core/Language.h"
54 Language::Language(LanguageType language) : in Language() function in Language
55 m_language (language) in Language()
59 Language::~Language() in ~Language()
64 Language::GetLanguage() const in GetLanguage()
70 Language::Clear () in Clear()
76 Language::SetLanguage(LanguageType language) in SetLanguage() argument
78 m_language = language; in SetLanguage()
82 Language::SetLanguageFromCString(const char *language_cstr) in SetLanguageFromCString()
[all …]
/external/google-breakpad/src/common/
Dlanguage.cc32 // language.cc: Subclasses and singletons for google_breakpad::Language.
33 // See language.h for details.
35 #include "common/language.h"
39 // C++ language-specific operations.
40 class CPPLanguage: public Language {
54 // Java language-specific operations.
55 class JavaLanguage: public Language {
68 // Assembler language-specific operations.
69 class AssemblerLanguage: public Language {
79 const Language * const Language::CPlusPlus = &CPPLanguageSingleton;
[all …]
Dlanguage.h34 // 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() {} in ~Language()
57 // Return true if this language has functions to which we can assign
58 // line numbers. (Debugging info for assembly language, for example,
63 // Construct a fully-qualified, language-appropriate form of NAME,
[all …]
/external/lldb/include/lldb/Core/
DLanguage.h1 //===-- 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);
40 ~Language();
43 /// Get the language value as a NULL termianted C string.
46 /// The C string representation of the language. The returned
[all …]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
Drewrites.rb62 options {language=Ruby;output=AST;}
75 options {language=Ruby;output=AST;}
89 options {language=Ruby;output=AST;}
103 options {language=Ruby;output=AST;}
117 options {language=Ruby;output=AST;}
130 options {language=Ruby;output=AST;}
144 options {language=Ruby;output=AST;}
158 options {language=Ruby;output=AST;}
173 options {language=Ruby;output=AST;}
187 options {language=Ruby;output=AST;}
[all …]
Dtree-rewrite.rb11 language=Ruby;
23 language=Ruby;
35 language=Ruby;
47 language=Ruby;
58 language=Ruby;
70 language=Ruby;
81 language=Ruby;
93 language=Ruby;
104 language=Ruby;
116 language=Ruby;
[all …]
Dauto-ast.rb63 options {language=Ruby;output=AST;}
75 options {language=Ruby;output=AST;}
87 options {language=Ruby;output=AST;}
99 options {language=Ruby;output=AST;}
111 options {language=Ruby;output=AST;}
124 options {language=Ruby;output=AST;}
136 options {language=Ruby;output=AST;}
148 options {language=Ruby;output=AST;}
160 options {language=Ruby;output=AST;}
172 options {language=Ruby;output=AST;}
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocalePriorityList.java24 * The string format is based on the Accept-Language format
29 * <p>In theory, Accept-Language indicates the relative 'quality' of each item,
34 * original. Accept-Language also doesn't
51 * comes first. If exactly the same language tag appears multiple times,
60 …* This is to match the effect of the Accept-Language semantics as used in browsers, and results in…
78 * Add a language code to the list being built, with weight 1.0.
80 * @param languageCode locale/language to be added
89 * Add a language code to the list being built, with specified weight.
91 * @param languageCode locale/language to be added
101 * Add a language priority list.
[all …]
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
Dantlr3-task.htm151 mso-ansi-language:#0400;
152 mso-fareast-language:#0400;
153 mso-bidi-language:#0400;}
167 <h2><span lang=EN-GB style='mso-ansi-language:EN-GB'>ANTLR3<o:p></o:p></span></h2>
169 <h3><span lang=EN-GB style='mso-ansi-language:EN-GB'>Description<o:p></o:p></span></h3>
171 <p><span class=GramE><span lang=EN-GB style='mso-ansi-language:EN-GB'>Invokes
174 style='mso-ansi-language:EN-GB'> <o:p></o:p></span></p>
176 <h3><span lang=EN-GB style='mso-ansi-language:EN-GB'>Prerequisites<o:p></o:p></span></h3>
178 <h3><span lang=EN-GB style='font-size:12.0pt;mso-ansi-language:EN-GB;
181 lang=EN-GB style='mso-ansi-language:EN-GB'><o:p></o:p></span></h3>
[all …]
/external/llvm/docs/tutorial/
DLangImpl1.rst11 Welcome to the "Implementing a language with LLVM" tutorial. This
12 tutorial runs through the implementation of a simple language, showing
18 The goal of this tutorial is to progressively unveil our language,
20 broad range of language design and LLVM-specific usage issues, showing
38 - `Chapter #1 <#language>`_: Introduction to the Kaleidoscope
39 language, and the definition of its Lexer - This shows where we are
59 - `Chapter #5 <LangImpl5.html>`_: Extending the Language: Control
60 Flow - With the language up and running, we show how to extend it
64 - `Chapter #6 <LangImpl6.html>`_: Extending the Language:
66 about extending the language to let the user program define their own
[all …]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/delegation/
Dimport.rb19 options { language=Ruby; }
29 options { language=Ruby; }
50 language=Ruby;
61 options {language=Ruby;}
81 language=Ruby;
97 language=Ruby;
115 language=Ruby;
128 language=Ruby;
140 language=Ruby;
158 language=Ruby;
[all …]
/external/svox/pico/compat/include/
DTtsEngine.h13 * See the License for the specific language governing permissions and
114 // Returns the level of support for the language, country and variant.
115 // @return TTS_LANG_COUNTRY_VAR_AVAILABLE if the language, country and variant are supported,
117 // TTS_LANG_COUNTRY_AVAILABLE if the language and country are supported and the
120 // TTS_LANG_AVAILABLE if the language is supported and the
124 // for the language are not correctly installed
125 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine.
129 // Load the resources associated with the specified language. The loaded
130 // language will only be used once a call to setLanguage() with the same
131 // language value is issued. Language and country values are coded according to the ISO three
[all …]
/external/svox/pico/compat/jni/
Dtts.h13 * See the License for the specific language governing permissions and
159 // Returns the level of support for the language, country and variant.
160 // @return TTS_LANG_COUNTRY_VAR_AVAILABLE if the language, country and variant are supported,
162 // TTS_LANG_COUNTRY_AVAILABLE if the language and country are supported and the
165 // TTS_LANG_AVAILABLE if the language is supported and the
169 // for the language are not correctly installed
170 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine.
177 // Load the resources associated with the specified language. The loaded
178 // language will only be used once a call to setLanguage() with the same
179 // language value is issued. Language and country values are coded according to the ISO three
[all …]
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
DTitleBox.java13 * See the License for the specific language governing permissions and
39 private String language; field in TitleBox
47 return language; in getLanguage()
55 * Sets the 3-letter ISO-639 language for this title.
57 * @param language 3-letter ISO-639 code
59 public void setLanguage(String language) { in setLanguage() argument
60 this.language = language; in setLanguage()
74 IsoTypeWriter.writeIso639(byteBuffer, language); in getContent()
82 language = IsoTypeReader.readIso639(content); in _parseDetails()
87 return "TitleBox[language=" + getLanguage() + ";title=" + getTitle() + "]"; in toString()
DAuthorBox.java13 * See the License for the specific language governing permissions and
36 private String language; field in AuthorBox
44 …* Declares the language code for the {@link #getAuthor()} return value. See ISO 639-2/T for the se…
48 * @return the language code
51 return language; in getLanguage()
63 public void setLanguage(String language) { in setLanguage() argument
64 this.language = language; in setLanguage()
78 language = IsoTypeReader.readIso639(content); in _parseDetails()
85 IsoTypeWriter.writeIso639(byteBuffer, language); in getContent()
92 return "AuthorBox[language=" + getLanguage() + ";author=" + getAuthor() + "]"; in toString()
DDescriptionBox.java13 * See the License for the specific language governing permissions and
27 * Gives a language dependent description of the media contained in the ISO file.
32 private String language; field in DescriptionBox
40 return language; in getLanguage()
54 language = IsoTypeReader.readIso639(content); in _parseDetails()
61 IsoTypeWriter.writeIso639(byteBuffer, language); in getContent()
67 … return "DescriptionBox[language=" + getLanguage() + ";description=" + getDescription() + "]"; in toString()
70 public void setLanguage(String language) { in setLanguage() argument
71 this.language = language; in setLanguage()
DCopyrightBox.java13 * See the License for the specific language governing permissions and
30 * different language codes.
38 private String language; field in CopyrightBox
46 return language; in getLanguage()
53 public void setLanguage(String language) { in setLanguage() argument
54 this.language = language; in setLanguage()
68 language = IsoTypeReader.readIso639(content); in _parseDetails()
75 IsoTypeWriter.writeIso639(byteBuffer, language); in getContent()
81 return "CopyrightBox[language=" + getLanguage() + ";copyright=" + getCopyright() + "]"; in toString()
/external/clang/include/clang/Frontend/
DLangStandard.h37 /// LangStandard - Information about the properties of a particular language
58 /// Language supports '//' comments.
61 /// isC89 - Language is a superset of C89.
64 /// isC99 - Language is a superset of C99.
67 /// isC11 - Language is a superset of C11.
70 /// isCPlusPlus - Language is a C++ variant.
73 /// isCPlusPlus11 - Language is a C++11 variant (or later).
76 /// isCPlusPlus14 - Language is a C++14 variant (or later).
79 /// isCPlusPlus1z - Language is a C++17 variant (or later).
82 /// hasDigraphs - Language supports digraphs.
[all …]
/external/eigen/cmake/
Dlanguage_support.cmake3 # Temporary additional general language support is contained within this
22 function(workaround_9220 language language_works)
23 #message("DEBUG: language = ${language}")
29 enable_language(${language} OPTIONAL)
31 file(REMOVE_RECURSE ${CMAKE_BINARY_DIR}/language_tests/${language})
32 file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/language_tests/${language})
33 file(WRITE ${CMAKE_BINARY_DIR}/language_tests/${language}/CMakeLists.txt
37 WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/language_tests/${language}
47 WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/language_tests/${language}

12345678910>>...285