Searched refs:language (Results 251 - 275 of 734) sorted by relevance

<<11121314151617181920>>

/external/safe-iop/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/external/smack/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/external/valgrind/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dbasic.rb9 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
[all...]
H A Dfilter-mode.rb11 language = Ruby;
103 language = Ruby;
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
H A Drule-tracing.rb11 language = Ruby;
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
H A Dvia-parser.rb10 options { language = Ruby; }
/external/apache-http/src/org/apache/commons/codec/language/
H A DRefinedSoundex.java13 * See the License for the specific language governing permissions and
17 package org.apache.commons.codec.language;
H A DSoundexUtils.java13 * See the License for the specific language governing permissions and
17 package org.apache.commons.codec.language;
/external/chromium/base/
H A Dfile_version_info_win.h21 FileVersionInfoWin(void* data, int language, int code_page);
/external/chromium/chrome/browser/
H A Dspellcheck_host_impl.h42 const std::string& language,
114 // The language of the dictionary file.
/external/chromium_org/base/
H A Dfile_version_info_win.h20 BASE_EXPORT FileVersionInfoWin(void* data, int language, int code_page);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DTranslateLanguagePanel.java55 * Display language drop downs so they can be picked as source or
141 // source language can be off by one if comes after the target language alphabetically (and
168 * @param avoidLanguage Index of the language to avoid. Use -1 to display all languages.
193 // spinner is used for the source or target language.
229 String language = getItem(position).toString();
230 result.setText(language);
251 // The spinners prepend a string to show if they're for the source or target language.
252 String language = getItem(position).toString();
253 SpannableString lang = new SpannableString(language);
[all...]
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_finder.h46 // 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/browser/spellchecker/
H A Dspellcheck_hunspell_dictionary.h49 const std::string& language,
113 // The language of the dictionary file.
/external/chromium_org/chrome/browser/tab_contents/
H A Dlanguage_state.h20 // This class holds the language state of the current page.
25 // - user is on page in language A that they had translated to language B.
26 // - user clicks a link in that page that takes them to a page also in language
38 // Should be called when the language of the page has been determined.
44 // Returns the language the current page should be translated to, based on the
46 // the language page has been determined.
58 void SetCurrentLanguage(const std::string& language);
80 // Whether the current page's language is different from the previous
81 // language
[all...]
/external/chromium_org/chrome/browser/translate/
H A Dtranslate_language_list.cc97 // Constant URL string to fetch server supporting language list.
106 // Represent if the language list updater is disabled.
172 // Now we can clear language list.
243 // Update language lists if they are not updated after Chrome was launched
262 bool TranslateLanguageList::IsSupportedLanguage(const std::string& language) { argument
263 return all_supported_languages_.count(language) != 0;
266 bool TranslateLanguageList::IsAlphaLanguage(const std::string& language) { argument
267 return alpha_languages_.count(language) != 0;
/external/chromium_org/chrome/common/extensions/api/spellcheck/
H A Dspellcheck_handler.cc38 &spellcheck_info->language)) {
/external/chromium_org/chrome/installer/util/
H A Dgoogle_chrome_distribution.cc50 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/
H A Dspellcheck_worditerator.cc31 void SpellcheckCharAttribute::SetDefaultLanguage(const std::string& language) { argument
32 CreateRuleSets(language);
41 void SpellcheckCharAttribute::CreateRuleSets(const std::string& language) { argument
130 // Retrieve the script codes used by the given language from ICU. When the
131 // given language consists of two or more scripts, we just use the first
137 int scripts = uscript_getCode(language.c_str(), script_code,
195 // Call the language-specific function if necessary.
290 // used by the spellchecker language.
353 // only of Chinese characters while the spellchecker language is English.)
377 // spellchecker language) s
[all...]
/external/chromium_org/chromeos/dbus/
H A Dnfc_record_client.h37 // 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/content/browser/speech/
H A Dspeech_recognition_engine.h52 std::string language; member in struct:content::SpeechRecognitionEngine::Config
H A Dspeech_recognizer_impl_android.h53 std::string language, bool continuous, bool interim_results);
/external/chromium_org/media/webm/
H A Dtracks_builder.cc124 const std::string& language) {
126 language));
167 const std::string& language)
173 language_(language) {
118 AddTrack( int track_num, int track_type, int track_uid, const std::string& codec_id, const std::string& name, const std::string& language) argument
164 Track(int track_num, int track_type, int track_uid, const std::string& codec_id, const std::string& name, const std::string& language) argument

Completed in 988 milliseconds

<<11121314151617181920>>