/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/ |
auto-ast.rb | 63 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...] |
hetero-nodes.rb | 12 language=Ruby; 31 language=Ruby; 50 language=Ruby; 69 language=Ruby; 88 language=Ruby; 108 language=Ruby; 128 language=Ruby; 148 language=Ruby; 168 language=Ruby; 188 language=Ruby [all...] |
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/ |
v3_pci.c | 70 BIO_printf(out, "%*sPolicy Language: ", indent, ""); 80 ASN1_OBJECT **language, ASN1_INTEGER **pathlen, 85 if (strcmp(val->name, "language") == 0) 87 if (*language) 93 if (!(*language = OBJ_txt2obj(val->value, 0))) 252 ASN1_OBJECT *language = NULL; local 284 &language, &pathlen, &policy); 293 &language, &pathlen, &policy)) 301 /* Language is mandatory */ 302 if (!language) [all...] |
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/prefixmapper/ |
MappingFileProvider.java | 13 * See the License for the specific language governing permissions and 38 * organized by country calling code and language that the text descriptions are in. 144 * the language specified. 148 * @param language two-letter lowercase ISO language codes as defined by ISO 639-1 154 String getFileName(int countryCallingCode, String language, String script, String region) { 155 if (language.length() == 0) { 164 String languageCode = findBestMatchingLanguageCode(setOfLangs, language, script, region); 175 Set<String> setOfLangs, String language, String script, String region) { 176 StringBuilder fullLocale = constructFullLocale(language, script, region) [all...] |
/external/openssl/crypto/x509v3/ |
v3_pci.c | 66 BIO_printf(out, "%*sPolicy Language: ", indent, ""); 76 ASN1_OBJECT **language, ASN1_INTEGER **pathlen, 81 if (strcmp(val->name, "language") == 0) 83 if (*language) 89 if (!(*language = OBJ_txt2obj(val->value, 0))) 248 ASN1_OBJECT *language = NULL; local 279 &language, &pathlen, &policy); 288 &language, &pathlen, &policy)) 296 /* Language is mandatory */ 297 if (!language) [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/ |
FastSimpleExpression.g3 | 37 language=CSharp3;
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/ |
nuances.rb | 9 options { language = Ruby; } 35 language = Ruby;
|
/external/chromium_org/third_party/WebKit/Source/core/html/track/ |
TrackBase.cpp | 44 TrackBase::TrackBase(Type type, const AtomicString& label, const AtomicString& language, const String& id) 48 , m_language(language)
|
/external/e2fsprogs/intl/ |
loadinfo.h | 92 MASK, LANGUAGE, TERRITORY, CODESET, NORMALIZED_CODESET, MODIFIER, 104 const char *language, const char *territory, 115 /* Split a locale name NAME into its pieces: language, modifier, 118 there. *LANGUAGE gets assigned NAME. Each of *MODIFIER, *TERRITORY, 133 extern int _nl_explode_name (char *name, const char **language, 140 /* Split a locale name NAME into a leading language part and all the 141 rest. Return a pointer to the first character after the language,
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
ContentLanguage.java | 40 * 14.12 Content-Language 42 * The Content-Language entity-header field describes the natural 43 * language(s) of the intended audience for the enclosed entity. Note 47 * Content-Language = "Content-Language" ":" 1#language-tag 49 * Language tags are defined in section 3.10. The primary purpose of 50 * Content-Language is to allow a user to identify and differentiate 51 * entities according to the user's own preferred language. Thus, if the 55 * Content-Language: d [all...] |
/external/chromium_org/chrome/browser/chromeos/ |
locale_change_guard_unittest.cc | 16 // switched between different regions within the same language. 159 // same language 171 // Different regions within the same language 194 const std::string language = local 201 (std::find(allowed_begin, allowed_end, language) != allowed_end); 209 (std::find(skipped_begin, skipped_end, language) != skipped_end); 212 << "Language '" << language << "' (from locale '" << locale
|
/external/chromium_org/chrome/browser/resources/options/ |
options_settings_app.css | 34 /* Settings App is narrower due to no navigation margin, so the roomy language 39 html.settings-app .language-options-left { 44 html.settings-app .language-options-right {
|
/external/chromium_org/chrome/browser/spellchecker/ |
spelling_service_client_unittest.cc | 38 const std::string& language, 43 language_(language.empty() ? std::string("en") : language), 71 std::string language; variable 72 EXPECT_TRUE(value->GetString("params.language", &language)); 73 EXPECT_EQ(language_, language); 74 ASSERT_TRUE(GetExpectedCountry(language, &country_)); 90 bool GetExpectedCountry(const std::string& language, std::string* country) { 92 const char* language; member in struct:__anon9344::TestSpellingURLFetcher::__anon9345 228 const char* language; member in struct:__anon9346 [all...] |
/external/chromium_org/chrome/common/extensions/api/spellcheck/ |
spellcheck_handler.h | 19 std::string language; member in struct:extensions::SpellcheckDictionaryInfo
|
/external/chromium_org/components/translate/core/browser/ |
translate_accept_languages.cc | 37 const std::string& language) { 38 std::string accept_language = language; 55 bool TranslateAcceptLanguages::IsAcceptLanguage(const std::string& language) { 56 std::string accept_language = language;
|
translate_download_manager.h | 23 // and the language list. 45 // The language list. 51 // Let the caller decide if and when we should fetch the language list from 56 // Fetches the language list from the translate server. 63 // Returns the last-updated time when Chrome received a language list from a 67 // Returns the language code that can be used with the Translate method for a 68 // specified |language|. (ex. GetLanguageCode("en-US") will return "en", and 70 static std::string GetLanguageCode(const std::string& language); 72 // Returns true if |language| is supported by the translation server. 73 static bool IsSupportedLanguage(const std::string& language); [all...] |
translate_language_list.h | 24 // supporting language list. 32 // Returns the last-updated time when the language list is fetched from the 40 // Returns the language code that can be used with the Translate method for a 41 // specified |language|. (ex. GetLanguageCode("en-US") will return "en", and 43 std::string GetLanguageCode(const std::string& language); 45 // Returns true if |language| is supported by the translation server. It also 47 bool IsSupportedLanguage(const std::string& language); 49 // Returns true if |language| is supported by the translation server as a 50 // alpha language. 51 bool IsAlphaLanguage(const std::string& language); [all...] |
translate_prefs.cc | 54 // Expands language codes to make these more suitable for Accept-Language. 67 const std::string& language = *it; local 68 if (seen.find(language) == seen.end()) { 69 expanded_languages->push_back(language); 70 seen.insert(language); 74 base::SplitString(language, '-', &tokens); 108 const std::string& language = *it; local 109 ResetTranslationAcceptedCount(language); 110 ResetTranslationDeniedCount(language); 127 std::string language = original_language; local [all...] |
/external/chromium_org/third_party/libaddressinput/src/cpp/src/ |
post_box_matchers.cc | 12 // See the License for the specific language governing permissions and 25 #include "language.h" 36 const char* const language; member in struct:i18n::addressinput::__anon17180::__anon17181 94 matchers.insert(std::make_pair(kMatchers[i].language, &kMatchers[i].ptr)); 112 Language language(*it); 113 languages.push_back(language.base);
|
/external/lldb/include/lldb/Symbol/ |
CompileUnit.h | 43 /// Construct with a module, path, UID and language. 47 /// \a uid, and the source language type. 65 /// @param[in] language 66 /// A language enumeration type that describes the main language 71 CompileUnit(const lldb::ModuleSP &module_sp, void *user_data, const char *pathname, lldb::user_id_t uid, lldb::LanguageType language); 74 /// Construct with a module, file spec, UID and language. 78 /// \a uid, and the source language type. 97 /// @param[in] language 98 /// A language enumeration type that describes the main languag [all...] |
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/ |
IsoTypeWriter.java | 13 * See the License for the specific language governing permissions and 79 public static void writeIso639(ByteBuffer bb, String language) { 80 if (language.getBytes().length != 3) { 81 throw new IllegalArgumentException("\"" + language + "\" language string isn't exactly 3 characters long!"); 85 bits += (language.getBytes()[i] - 0x60) << (2 - i) * 5;
|
/external/chromium_org/third_party/cld/languages/public/ |
languages.h | 8 // This interface defines the Language enum and functions that depend 9 // only on Language values. 11 // A hash-function for Language, hash<Language>, is defined in 15 // Language enum defined in languages.proto 20 // - The Language enum in the default namespace. 26 // This one is a simple cleaned up version of language.proto, making the enum 37 // Return the default language (ENGLISH). 38 Language default_language(); 42 // Language predicate [all...] |
/external/lldb/include/lldb/Target/ |
LanguageRuntime.h | 36 FindPlugin (Process *process, lldb::LanguageType language); 77 lldb::LanguageType language, 86 GetNameForLanguageType (lldb::LanguageType language);
|
/external/lldb/source/Target/ |
LanguageRuntime.cpp | 22 lldb::LanguageType language) : 24 m_language (language), 111 ExceptionBreakpointResolver (lldb::LanguageType language, 115 m_language (language), 229 LanguageRuntime::FindPlugin (Process *process, lldb::LanguageType language) 238 language_runtime_ap.reset (create_callback(process, language)); 264 lldb::LanguageType language, 269 BreakpointResolverSP resolver_sp(new ExceptionBreakpointResolver(language, catch_bp, throw_bp)); 270 SearchFilterSP filter_sp(new ExceptionSearchFilter(target.shared_from_this(), language)); 328 LanguageRuntime::GetNameForLanguageType (LanguageType language) [all...] |
/external/chromium_org/third_party/cython/src/Cython/Distutils/ |
extension.py | 33 language=None, 67 language=language, 86 language=language,
|