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

1 23 4

  /external/chromium/chrome/browser/history/
history.cc 786 std::string languages; local
789 languages = prefs->GetString(prefs::kAcceptLanguages);
791 ScheduleAndForget(PRIORITY_UI, &HistoryBackend::Init, languages, no_db_);
in_memory_url_index.h 108 // |languages| gives a list of language encodings with which the history
111 bool Init(URLDatabase* history_db, const std::string& languages);
history_backend.cc 244 void HistoryBackend::Init(const std::string& languages, bool force_fail) {
246 InitImpl(languages);
514 void HistoryBackend::InitImpl(const std::string& languages) {
550 if (mem_backend->Init(history_name, history_dir_, db_.get(), languages))
    [all...]
in_memory_url_index.cc 152 const std::string& languages) {
154 languages_ = languages;
    [all...]
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
TranslationDetector.java 74 "one language should also be translated in all other languages.\n" +
86 /** Are there extra translations that are "unused" (appear only in specific languages) ? */
270 // same as the all set (meaning there are no extra strings in the other languages)
316 List<String> languages = new ArrayList<String>(languageToStrings.keySet()); local
317 Collections.sort(languages);
318 for (String language : languages) {
326 // defined in other languages, so there's no problem.
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.cc 764 // languages.
775 // Add Spell Check languages to sub menu.
791 // Add item in the sub menu to pop up the fonts and languages options menu.
1164 std::vector<std::string> languages; local
    [all...]
  /external/chromium/chrome/browser/download/
download_item.cc 548 std::string languages(prefs->GetString(prefs::kAcceptLanguages));
549 string16 url_formatted(l10n_util::ToLower(net::FormatUrl(url(), languages)));
  /external/clang/www/demo/
index.cgi 302 my %languages = (
321 my $language = $languages{$uploaded_file_name};
  /external/libvpx/examples/includes/geshi/contrib/
cssgen.php 284 // Now installed languages are in $lang_files
287 What languages are you wanting to make this stylesheet for?<br /><br />
288 Detected languages:<br />';
300 echo 'If you\'d like any other languages not detected here to be supported, please enter
331 you\'ll have to add those yourself (php and xml are just two languages that use them), and line numbers are not included, however
  /external/bluetooth/glib/glib/
gkeyfile.c 1663 gchar **languages; local
    [all...]
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_editor_view.cc 286 std::string languages = profile_ local
292 url_text = net::FormatUrl(details_.existing_node->GetURL(), languages,
bookmark_bar_view.cc 1600 std::string languages = profile->GetPrefs()->GetString( local
    [all...]
  /external/chromium/chrome/browser/search_engines/
template_url.h 415 // Set of languages supported. This may be empty.
419 std::vector<string16> languages() const { return languages_; } function in class:TemplateURL
  /external/webkit/Source/WebCore/svg/
SVGFont.cpp 178 // Check wheter languages are compatible
179 if (!identifier.languages.isEmpty()) {
180 // This glyph exists only in certain languages, if we're not specifying a
192 Vector<String>::const_iterator it = identifier.languages.begin();
193 Vector<String>::const_iterator end = identifier.languages.end();
  /external/chromium/net/base/
net_util_unittest.cc 64 // TODO(jungshik) This is just a random sample of languages and is far
66 // of languages (powerset of a set of all the languages).
209 // only used in some languages written in Cyrillic.
325 // and tested only for a couple of languages.
396 const char* languages; member in struct:net::__anon3966::UrlTestData
454 void AppendLanguagesToOutputs(const wchar_t* languages,
458 expected->append(languages);
460 actual->append(languages);
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 396 if (node.not(":empty").length != 0) { //if this languages node has a translation, show it
410 if (node.not(":empty").length != 0) { // if this languages node has a translation, show it
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete.cc 542 std::string languages = (check_accept_lang && profile_) ? local
546 languages,
    [all...]
  /dalvik/docs/
prettify.js 20 * The lexer should work on a number of languages including C and friends,
24 * CAML-like languages.
106 // Keyword lists for various languages.
206 * languages that don't support regular expression literals.
210 * "in" keyword since it's not a keyword in many languages, and might be used
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 43 of recognizing <i>regular languages</i>. For more background on the subject,
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.js 453 if (node.not(":empty").length != 0) { //if this languages node has a translation, show it
467 if (node.not(":empty").length != 0) { // if this languages node has a translation, show it
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationComposite.java 1359 SortedSet<String> languages = null; local
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 1006 if (node.not(":empty").length != 0) { //if this languages node has a translation, show it
1020 if (node.not(":empty").length != 0) { // if this languages node has a translation, show it
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/cp/
cp-tree.h 958 enum languages { lang_c, lang_cplusplus, lang_java }; enum
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.h 1119 enum languages { lang_c, lang_cplusplus, lang_java }; enum
    [all...]

Completed in 609 milliseconds

1 23 4