HomeSort by relevance Sort by last modified time
    Searched refs:languages (Results 51 - 75 of 159) sorted by null

1 23 4 5 6 7

  /external/chromium_org/ui/base/l10n/
l10n_util.cc 339 // TODO(jungshik) : Nothing is done about languages that Chrome
438 const std::vector<std::string>& languages = l10n_util::GetLocaleOverrides();
439 if (!languages.empty()) {
440 candidates.reserve(candidates.size() + languages.size());
441 std::transform(languages.begin(), languages.end(),
460 const char* const* languages = g_get_language_names();
461 DCHECK(languages); // A valid pointer is guaranteed.
462 DCHECK(*languages); // At least one entry, "C", is guaranteed.
464 for (; *languages != NULL; ++languages)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
VoiceRecognition.java 156 private void updateSupportedLanguages(List<String> languages) {
158 languages.add(0, "Default");
161 android.R.layout.simple_spinner_item, languages.toArray(
162 new String[languages.size()]));
172 * Handles the response of the broadcast request about the recognizer supported languages.
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CPPTarget.java 98 * is the identify translation; i.e., '\n' -> '\n'. Most languages
115 * is the identify translation; i.e., "\"\n" -> "\"\n". Most languages
  /external/chromium_org/chrome/browser/history/
scored_history_match.h 47 // If the row does not qualify the raw score will be 0. |languages| is used
51 const std::string& languages,
url_index_private_data.cc 153 const std::string& languages,
246 AddHistoryMatch(*this, languages, history_client, lower_raw_string,
282 const std::string& languages,
300 languages,
326 AddRowWordsToIndex(row_to_update, &word_starts, languages);
402 const std::string& languages) {
420 if (!restored_data->RestorePrivateData(index_cache, languages))
440 const std::string& languages,
455 history_db, NULL, row, languages, scheme_whitelist, NULL);
690 const std::string& languages,
    [all...]
in_memory_url_index.cc 61 const std::string& languages,
64 languages_(languages),
93 const std::string& languages,
98 languages_(languages),
  /external/chromium_org/chrome/browser/ui/views/
status_bubble_views.h 58 virtual void SetURL(const GURL& url, const std::string& languages) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/webui/translate_internals/
translate_internals_handler.cc 215 std::vector<std::string> languages; local
216 translate::TranslateDownloadManager::GetSupportedLanguages(&languages);
222 for (std::vector<std::string>::iterator it = languages.begin();
223 it != languages.end(); ++it) {
230 dict.Set("languages", languages_list);
  /external/chromium_org/chrome/common/extensions/api/input_ime/
input_components_handler.h 35 std::set<std::string> languages; member in struct:extensions::InputComponentInfo
  /external/chromium_org/components/bookmarks/browser/
bookmark_index.h 33 // |languages| is used to help parse IDNs in URLs for the bookmark index.
35 const std::string& languages);
111 // Languages used to help parse IDNs in URLs for the bookmark index.
  /external/chromium_org/components/translate/core/browser/
translate_download_manager.h 59 // Fills |languages| with the list of languages that the translate server can
61 static void GetSupportedLanguages(std::vector<std::string>* languages);
translate_language_list.cc 30 // The default list of languages the Google translation server supports.
32 // For information, here is the list of languages that Chrome can be run in
102 // Used in kTranslateScriptURL to request supporting languages list including
103 // "alpha languages".
122 // We default to our hard coded list of languages in
138 std::vector<std::string>* languages) {
139 DCHECK(languages && languages->empty());
142 languages->push_back(*iter);
152 // Only remove the country code for country specific languages we don'
    [all...]
translate_language_list.h 36 // Fills |languages| with the list of languages that the translate server can
37 // translate to and from. |languages| will include alpha languages.
38 void GetSupportedLanguages(std::vector<std::string>* languages);
46 // returns true against alpha languages.
87 // Parses |language_list| containing the list of languages that the translate
91 // Returns the url from which to load the list of languages.
103 // All the languages supported by the translation server.
106 // Alpha languages supported by the translation server
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prerror.h 154 ** languages "i-default" and "en", returning the error-table-provided
155 ** English description for both languages. The application may
157 ** languages.
169 * Languages 0 is always "i-default" the language you get without
307 ** at most one time. `languages' contains the language codes supported
308 ** by this plugin. Languages 0 and 1 must be "i-default" and "en"
316 NSPR_API(void) PR_ErrorInstallCallback(const char * const * languages,
  /external/chromium_org/chrome/browser/resources/translate_internals/
translate_internals.js 127 5: 'Identical Languages',
150 ul = document.querySelector('#prefs-blocked-languages ul');
232 * languages by the Translate server.
236 $('prefs-supported-languages-last-updated').querySelector('span');
239 var ul = $('prefs-supported-languages-languages');
241 var languages = details['languages'];
242 for (var i = 0; i < languages.length; i++) {
243 var language = languages[i]
    [all...]
  /external/chromium_org/chrome/browser/chromeos/input_method/
component_extension_ime_manager_impl.cc 362 std::set<std::string> languages; local
368 languages.insert(language_str);
375 languages.insert(language_str);
379 DCHECK(!languages.empty());
380 out->language_codes.assign(languages.begin(), languages.end());
  /external/chromium_org/remoting/tools/build/
remoting_localize.py 12 - |languages| - the list of languages passed on the command line. ('-l').
41 # Win32 primary languages IDs.
497 # Right-To-Left languages
616 def __init__(self, languages, locale_dir):
622 for language in languages:
652 # Set the list of languages to use.
653 languages = map(NormalizeLanguageCode, locales)
654 context = { 'languages' : languages }
    [all...]
  /external/chromium_org/chrome/browser/
pepper_broker_infobar_delegate.cc 77 const std::string& languages,
84 languages_(languages),
  /external/chromium_org/chrome/browser/ui/webui/options/
language_options_browsertest.js 16 browsePreload: 'chrome://settings-frame/languages',
  /external/chromium_org/device/usb/
usb_device_handle_impl.cc 663 uint16 languages[128]; local
668 reinterpret_cast<unsigned char*>(&languages[0]),
669 sizeof(languages));
671 VLOG(1) << "Failed to get list of supported languages: "
678 } else if ((languages[0] & 0xff) != size) {
679 VLOG(1) << "String descriptor zero size mismatch: " << (languages[0] & 0xff)
682 } else if ((languages[0] >> 8) != LIBUSB_DT_STRING) {
687 languages_.assign(languages[1], languages[(size - 2) / 2]);
  /external/chromium_org/chrome/browser/ui/cocoa/
status_bubble_mac.h 40 virtual void SetURL(const GURL& url, const std::string& languages) OVERRIDE;
  /external/chromium_org/content/public/browser/
navigation_entry.h 99 // the page if it is available or the URL. |languages| is the list of
100 // accpeted languages (e.g., prefs::kAcceptLanguages) or empty if proper
103 const std::string& languages) const = 0;
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
TranslateLanguagePanel.java 40 // Provided by the caller, the new languages will be set here if the user
59 * @param options will be modified with the new languages selected.
139 // Since the source and target languages cannot appear in both spinners, the index for the
166 * Determines what languages will be shown in the Spinner.
167 * @param avoidLanguage Index of the language to avoid. Use -1 to display all languages.
171 List<String> languages = mSessionOptions.allLanguages(); local
172 for (int i = 0; i < languages.size(); ++i) {
174 result.add(new SpinnerLanguageElement(languages.get(i), i));
  /external/chromium_org/chrome/browser/ui/location_bar/
origin_chip_info.cc 215 std::string languages; local
217 languages = profile->GetPrefs()->GetString(prefs::kAcceptLanguages);
221 base::string16 formatted = net::FormatUrl(url.GetOrigin(), languages,
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
cros_language_options_handler.cc 146 // One input method can be associated with multiple languages, hence
148 base::DictionaryValue* languages = new base::DictionaryValue(); local
150 languages->SetBoolean(descriptor.language_codes().at(i), true);
152 dictionary->Set("languageCodeSet", languages);

Completed in 608 milliseconds

1 23 4 5 6 7