HomeSort by relevance Sort by last modified time
    Searched refs:language (Results 351 - 375 of 3133) sorted by null

<<11121314151617181920>>

  /external/linux-tools-perf/
Android.mk 12 # See the License for the specific language governing permissions and
  /external/mp4parser/
Android.mk 12 # See the License for the specific language governing permissions and
  /external/owasp/sanitizer/
Android.mk 12 # See the License for the specific language governing permissions and
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
basic.rb 9 language = Ruby;
50 language = Ruby;
87 language = Ruby;
128 language = Ruby;
182 language = Ruby;
240 language = Ruby;
286 language = Ruby;
329 language = Ruby;
381 language = Ruby;
433 language = Ruby
    [all...]
filter-mode.rb 11 language = Ruby;
103 language = Ruby;
  /external/chromium_org/chrome/browser/resources/translate_internals/
translate_internals.js 96 * Formats the language name to a human-readable text. For example, if
99 * @param {string} langCode ISO 639 language code.
103 var key = 'language-' + langCode;
125 3: 'Unknown Language',
126 4: 'Unsupported Language',
167 ul = document.querySelector('#prefs-language-blacklist ul');
243 var language = languages[i];
246 var text = formatLanguageCode(language);
247 if (details['alpha_languages'].indexOf(language) != -1)
328 'detection-logs-content-language');
    [all...]
  /development/ndk/platforms/android-13/include/android/
tts.h 13 * See the License for the specific language governing permissions and
158 // Returns the level of support for the language, country and variant.
159 // @return TTS_LANG_COUNTRY_VAR_AVAILABLE if the language, country and variant are supported,
161 // TTS_LANG_COUNTRY_AVAILABLE if the language and country are supported and the
164 // TTS_LANG_AVAILABLE if the language is supported and the
168 // for the language are not correctly installed
169 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine.
176 // Load the resources associated with the specified language. The loaded
177 // language will only be used once a call to setLanguage() with the same
178 // language value is issued. Language and country values are coded according to the ISO thre
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
rule-tracing.rb 11 language = Ruby;
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
via-parser.rb 10 options { language = Ruby; }
  /external/apache-http/src/org/apache/commons/codec/language/
RefinedSoundex.java 13 * See the License for the specific language governing permissions and
17 package org.apache.commons.codec.language;
SoundexUtils.java 13 * See the License for the specific language governing permissions and
17 package org.apache.commons.codec.language;
  /external/chromium_org/base/
file_version_info_win.h 20 BASE_EXPORT FileVersionInfoWin(void* data, int language, int code_page);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
TranslateLanguagePanel.java 27 * Language panel shown in the translate infobar.
55 * Display language drop downs so they can be picked as source or
140 // source language can be off by one if comes after the target language alphabetically (and
167 * @param avoidLanguage Index of the language to avoid. Use -1 to display all languages.
192 // spinner is used for the source or target language.
228 String language = getItem(position).toString(); local
229 result.setText(language);
250 // The spinners prepend a string to show if they're for the source or target language.
251 String language = getItem(position).toString() local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/spellcheck/
spellcheck_api.cc 67 spellcheck_info->language,
  /external/chromium_org/chrome/browser/plugins/
plugin_finder.h 46 // Finds a plug-in for the given MIME type and language (specified as an IETF
47 // language tag, i.e. en-US). If found, sets |installer| to the
51 const std::string& language,
  /external/chromium_org/chrome/common/extensions/api/spellcheck/
spellcheck_handler.cc 38 &spellcheck_info->language)) {
  /external/chromium_org/chrome/installer/util/
google_chrome_distribution.cc 50 base::string16 language; local
51 if (!GoogleUpdateSettings::GetLanguage(&language))
52 language = L"en-US"; // Default to US English.
53 return ReplaceStringPlaceholders(url, language.c_str(), NULL);
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_worditerator.cc 32 void SpellcheckCharAttribute::SetDefaultLanguage(const std::string& language) {
33 CreateRuleSets(language);
42 void SpellcheckCharAttribute::CreateRuleSets(const std::string& language) {
134 // Retrieve the script codes used by the given language from ICU. When the
135 // given language consists of two or more scripts, we just use the first
141 int scripts = uscript_getCode(language.c_str(), script_code,
200 // Call the language-specific function if necessary.
295 // used by the spellchecker language.
377 // spellchecker language) so this ubrk_getRuleStatus() call returns
  /external/chromium_org/chromeos/dbus/
nfc_record_client.h 37 // The ISO/IANA language code (For example "en" or "jp"). This property is
39 dbus::Property<std::string> language; member in struct:chromeos::NfcRecordClient::Properties
  /external/chromium_org/components/translate/core/browser/
language_state.h 16 // This class holds the language state of the current page.
21 // - user is on page in language A that they had translated to language B.
22 // - user clicks a link in that page that takes them to a page also in language
33 // Should be called when the language of the page has been determined.
39 // Returns the language the current page should be translated to, based on the
41 // the language page has been determined.
53 void SetCurrentLanguage(const std::string& language);
74 // Whether the current page's language is different from the previous
75 // language
    [all...]
  /external/chromium_org/content/browser/speech/
speech_recognizer_impl_android.h 53 std::string language, bool continuous, bool interim_results);
  /external/chromium_org/content/common/
speech_recognition_messages.h 53 // Language to use for speech recognition.
54 IPC_STRUCT_MEMBER(std::string, language)
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
InbandTextTrack.cpp 48 : TextTrack(emptyAtom, webTrack->label(), webTrack->language(), webTrack->id(), InBand)
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTElement.h 60 AtomicString language() const { return m_language; } function in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
SVGGlyph.h 109 bool PLATFORM_EXPORT isCompatibleGlyph(const SVGGlyph&, bool isVerticalText, const String& language, const Vector<SVGGlyph::ArabicForm>&, unsigned startPosition, unsigned endPosition);

Completed in 2791 milliseconds

<<11121314151617181920>>