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

1 23 4

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
InputMethodManagerCompatWrapper.java 117 String[] languages = mLanguageSwitcherProxy.getEnabledLanguages( local
121 for (String lang: languages) {
  /external/chromium/chrome/browser/history/
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...]
  /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::__anon3570::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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationComposite.java 1355 SortedSet<String> languages = null; local
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-docs.js 539 if (node.not(":empty").length != 0) { //if this languages node has a translation, show it
553 if (node.not(":empty").length != 0) { // if this languages node has a translation, show it
  /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
  /frameworks/base/docs/html/resources/
resources-data.js 322 en: 'The text-to-speech API lets your application "speak" to users, in any of several languages. This article provides an overview of the TTS API and how you use to add speech capabilities to your application.'
852 en: 'The basics of localizing your applications for multiple languages and locales.'
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/cp/
cp-tree.h 957 enum languages { lang_c, lang_cplusplus, lang_java }; enum
    [all...]
  /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...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/cp/
cp-tree.h 958 enum languages { lang_c, lang_cplusplus, lang_java }; enum
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebCoreFrameBridge.cpp 560 std::wstring languages;
562 std::wstring result = net::IDNToUnicode(cHost.data(), cHost.length(), languages, 0);
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 53 % It is possible to adapt texinfo.tex for other languages, to some
    [all...]

Completed in 441 milliseconds

1 23 4