HomeSort by relevance Sort by last modified time
    Searched refs:language (Results 126 - 150 of 3905) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
rewrites.rb 62 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...]
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...]
  /external/chromium_org/chrome/installer/util/
l10n_string_util.cc 73 // The resource names are more or less the upcased language names.
74 std::wstring language(GetLanguageSelector().selected_translation());
75 std::replace(language.begin(), language.end(), L'-', L'_');
76 StringToUpperASCII(&language);
79 resource.append(language).append(L".HTML");
81 // Fall back on "en" if we don't have a resource for this language.
  /external/chromium_org/media/formats/webm/
tracks_builder.h 20 // |name|, |language| and any device-specific constraints are not checked.
31 const std::string& name, const std::string& language,
35 const std::string& name, const std::string& language,
39 const std::string& name, const std::string& language);
46 const std::string& language, int default_duration,
57 const std::string& language, int default_duration,
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
phonenumber_offline_geocoder.cc 12 // See the License for the specific language governing permissions and
85 int prefix, const string& language, const string& script,
88 provider_->GetFileName(prefix, language, script, region, &filename);
122 const PhoneNumber& number, const Locale& language) const {
125 return GetRegionDisplayName(&region_code, language);
129 const string* region_code, const Locale& language) const {
137 language, udisplay_country);
144 const PhoneNumber& number, const Locale& language) const {
146 number, language.getLanguage(), "", language.getCountry())
    [all...]
  /external/robolectric/lib/main/
commons-codec-1.6.jar 
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmSmsCbMessage.java 13 * See the License for the specific language governing permissions and
71 String language = null; local
75 language = p.first;
83 header.getServiceCategory(), language, sb.toString(), priority,
104 * text into mBody, and optionally the language code into mLanguage
108 * @return a Pair of Strings containing the language and body of the message
112 String language = null; local
116 // Extract encoding and language from DCS, as defined in 3gpp TS 23.038,
121 language = LANGUAGE_CODES_GROUP_0[dataCodingScheme & 0x0f];
135 language = LANGUAGE_CODES_GROUP_2[dataCodingScheme & 0x0f]
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/delegation/
import.rb 19 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/chromium_org/third_party/openssl/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/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...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSearch.java 13 * See the License for the specific language governing permissions and
73 * Construct the language code (hl= paramater) for the given locale.
76 String language = locale.getLanguage(); local
77 StringBuilder hl = new StringBuilder(language);
80 if (!TextUtils.isEmpty(country) && useLangCountryHl(language, country)) {
85 if (DBG) Log.d(TAG, "language " + language + ", country " + country + " -> hl=" + hl);
90 private static boolean useLangCountryHl(String language, String country) {
92 if ("en".equals(language)) {
94 } else if ("zh".equals(language)) {
    [all...]
  /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:__anon9280::TestSpellingURLFetcher::__anon9281
228 const char* language; member in struct:__anon9282
    [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 35 const std::string& language) {
36 std::string accept_language = language;
53 bool TranslateAcceptLanguages::IsAcceptLanguage(const std::string& language) {
54 std::string accept_language = language;
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
post_box_matchers.cc 12 // See the License for the specific language governing permissions and
23 #include "language.h"
36 const char* const language; member in struct:i18n::addressinput::__anon16233::__anon16234
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/qemu/ui/
keymaps.h 55 void *init_keyboard_layout(const name2keysym_t *table, const char *language);

Completed in 1084 milliseconds

1 2 3 4 56 7 8 91011>>