Home
last modified time | relevance | path

Searched full:lang (Results 1 – 25 of 3436) sorted by relevance

12345678910>>...138

/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/
H A Dqtvirtualkeyboard_git.bb16 #PACKAGECONFIG = "t9write lang-all"
18 PACKAGECONFIG ?= "lang-all lipi-toolkit qtquickcompiler"
22 PACKAGECONFIG[lang-all] = "CONFIG+=lang-all"
23 PACKAGECONFIG[lang-ar_AR] = "CONFIG+=lang-ar_AR"
24 PACKAGECONFIG[lang-bg_BG] = "CONFIG+=lang-bg_BG"
25 PACKAGECONFIG[lang-cs_CZ] = "CONFIG+=lang-cs_CZ"
26 PACKAGECONFIG[lang-da_DK] = "CONFIG+=lang-da_DK"
27 PACKAGECONFIG[lang-de_DE] = "CONFIG+=lang-de_DE"
28 PACKAGECONFIG[lang-el_GR] = "CONFIG+=lang-el_GR"
29 PACKAGECONFIG[lang-en_GB] = "CONFIG+=lang-en_GB"
[all …]
/OK3568_Linux_fs/buildroot/dl/fontconfig/
HDfontconfig-2.13.1.tar.bz2 ... .c fontconfig-2.13.1/fc-lang/ fontconfig-2.13.1/fc-lang ...
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/gradle/wrapper/
HDgradle-wrapper.jar ... org.gradle.wrapper.Logger, java.lang.String, java.lang.String) org ...
/OK3568_Linux_fs/buildroot/package/rust-bin/
H A Drust-bin.hash1 # From https://static.rust-lang.org/dist/rust-1.54.0-i686-unknown-linux-gnu.tar.xz.sha256
2 # Verified using https://static.rust-lang.org/dist/rust-1.54.0-i686-unknown-linux-gnu.tar.xz.asc
4 # From https://static.rust-lang.org/dist/rust-1.54.0-x86_64-unknown-linux-gnu.tar.xz.sha256
5 # Verified using https://static.rust-lang.org/dist/rust-1.54.0-x86_64-unknown-linux-gnu.tar.xz.asc
7 # From https://static.rust-lang.org/dist/rust-std-1.54.0-aarch64-unknown-linux-gnu.tar.xz.sha256
8 # Verified using https://static.rust-lang.org/dist/rust-std-1.54.0-aarch64-unknown-linux-gnu.tar.xz…
10 # From https://static.rust-lang.org/dist/rust-std-1.54.0-aarch64-unknown-linux-musl.tar.xz.sha256
11 # Verified using https://static.rust-lang.org/dist/rust-std-1.54.0-aarch64-unknown-linux-musl.tar.x…
13 # From https://static.rust-lang.org/dist/rust-std-1.54.0-arm-unknown-linux-gnueabi.tar.xz.sha256
14 # Verified using https://static.rust-lang.org/dist/rust-std-1.54.0-arm-unknown-linux-gnueabi.tar.xz…
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/gettext/gettext-minimal-0.21/
H A DMakefile.in.in115 @lang=`echo $* | sed -e 's,.*/,,'`; \
117lang}.gmo && $(MSGMERGE) $(MSGMERGE_FOR_MSGFMT_OPTION) -o $${lang}.1po $${lang}.po $(DOMAIN).pot &…
119 rm -f $${lang}.gmo && \
120 $(MSGMERGE) $(MSGMERGE_FOR_MSGFMT_OPTION) -o $${lang}.1po $${lang}.po $(DOMAIN).pot && \
121 $(GMSGFMT) -c --statistics --verbose -o t-$${lang}.gmo $${lang}.1po && \
122 mv t-$${lang}.gmo $${lang}.gmo && \
123 rm -f $${lang}.1po
248 @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
249 if test -f "$(srcdir)/$${lang}.po"; then \
251 …echo "$${cdcmd}$(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} --previous $${lang}.po $(DOM…
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/gettext/gettext-minimal-0.21/aclocal/
H A Dpo.m4143 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
145 # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
147 # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
149 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
158 for lang in $ALL_LINGUAS; do
159 POFILES="$POFILES $srcdirpre$lang.po"
160 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
161 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
162 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
192 for lang in $INST_LINGUAS; do
[all …]
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Ddemangle-java-test.c19 { "Ljava/lang/StringLatin1;equals([B[B)Z", in test__demangle_java()
20 "boolean java.lang.StringLatin1.equals(byte[], byte[])" }, in test__demangle_java()
23 …{ "Ljava/util/regex/Pattern$BmpCharProperty;match(Ljava/util/regex/Matcher;ILjava/lang/CharSequenc… in test__demangle_java()
24 …"boolean java.util.regex.Pattern$BmpCharProperty.match(java.util.regex.Matcher, int, java.lang.Cha… in test__demangle_java()
25 { "Ljava/lang/AbstractStringBuilder;appendChars(Ljava/lang/String;II)V", in test__demangle_java()
26 "void java.lang.AbstractStringBuilder.appendChars(java.lang.String, int, int)" }, in test__demangle_java()
27 { "Ljava/lang/Object;<init>()V", in test__demangle_java()
28 "void java.lang.Object<init>()" }, in test__demangle_java()
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/gpgme/gpgme/
H A D0007-python-Add-variables-to-tests.patch6 * configure.ac, lang/python/Makefile.am:
7 New variable to `lang/python', set to `lang/python' if RUN_LANG_PYTHON_TESTS
16 lang/python/Makefile.am | 3 +++
28 +AC_ARG_ENABLE(lang-python-test,
29 + AC_HELP_STRING([--disable-lang-python-test], [disable Python regression test]),
35 diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am
37 --- a/lang/python/Makefile.am
38 +++ b/lang/python/Makefile.am
H A D0002-gpgme-lang-python-gpg-error-config-should-not-be-use.patch4 Subject: [PATCH 2/7] gpgme/lang/python: gpg-error-config should not be used
18 lang/python/setup.py.in | 9 +--------
21 diff --git a/lang/python/setup.py.in b/lang/python/setup.py.in
23 --- a/lang/python/setup.py.in
24 +++ b/lang/python/setup.py.in
H A D0003-Correctly-install-python-modules.patch16 lang/python/Makefile.am | 1 +
19 diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am
21 --- a/lang/python/Makefile.am
22 +++ b/lang/python/Makefile.am
H A D0006-fix-build-path-issue.patch16 lang/python/Makefile.am | 5 +++--
19 diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am
21 --- a/lang/python/Makefile.am
22 +++ b/lang/python/Makefile.am
/OK3568_Linux_fs/buildroot/package/noto/
H A D70-fonts-noto-cjk.conf5 <test name="lang">
17 <test name="lang">
29 <test name="lang">
41 <test name="lang">
53 <test name="lang">
65 <test name="lang">
77 <test name="lang">
89 <test name="lang">
101 <test name="lang">
113 <test name="lang">
[all …]
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox-l10n/
H A Dfirefox-l10n.inc23 lang = package.replace('firefox-l10n-', '')
24 if lang.find('-') != -1:
25 lang = lang.split('-')
26 lang[1] = lang[1].upper()
27 lang = '-'.join(lang)
29 return lang
/OK3568_Linux_fs/external/xserver/hw/xquartz/bundle/
H A Dmk_bundke.sh10 for lang in ${localities} ; do
11 …[ -d ${BUNDLE_ROOT}/Contents/Resources/${lang}.lproj ] && rm -rf ${BUNDLE_ROOT}/Contents/Resources…
12 mkdir -p ${BUNDLE_ROOT}/Contents/Resources/${lang}.lproj/main.nib
13 [ -d ${BUNDLE_ROOT}/Contents/Resources/${lang}.lproj/main.nib ] || exit 1
16 …install -m 644 ${SRCDIR}/Resources/${lang}.lproj/$f ${BUNDLE_ROOT}/Contents/Resources/${lang}.lpro…
/OK3568_Linux_fs/device/rockchip/common/scripts/
H A Dpost-locale.sh16 echo "Setting LANG environment to $CUSTOM_LANG..."
19 sed -i "/\<LANG\>/d" "$LOCALE"
20 echo "LANG=$CUSTOM_LANG" >> "$LOCALE"
23 echo "export LANG=$CUSTOM_LANG" > "$TARGET_DIR/etc/profile.d/lang.sh"
/OK3568_Linux_fs/device/rockchip/common/post-hooks/
H A D50-locale.sh16 echo "Setting LANG environment to $CUSTOM_LANG..."
19 sed -i "/\<LANG\>/d" "$LOCALE"
20 echo "LANG=$CUSTOM_LANG" >> "$LOCALE"
23 echo "export LANG=$CUSTOM_LANG" > "$TARGET_DIR/etc/profile.d/lang.sh"
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/slang/
H A Dslang_2.3.2.bb1 SUMMARY = "The shared library for the S-Lang extension language"
3 DESCRIPTION = "S-Lang is an interpreted language and a programming library. The \
4 S-Lang language was designed so that it can be easily embedded into \
6 The S-Lang library, provided in this package, provides the S-Lang \
7 extension language. S-Lang's syntax resembles C, which makes it easy \
8 to recode S-Lang procedures in C if you need to."
/OK3568_Linux_fs/buildroot/package/mimic/
H A D0001-Fix-linking-on-gcc-10.2.0-or-newer.patch12 lang/cmu_indic_lang/cmu_indic_lang.h | 2 +-
15 diff --git a/lang/cmu_indic_lang/cmu_indic_lang.h b/lang/cmu_indic_lang/cmu_indic_lang.h
17 --- a/lang/cmu_indic_lang/cmu_indic_lang.h
18 +++ b/lang/cmu_indic_lang/cmu_indic_lang.h
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/mimic/mimic/
H A D0001-cmu_indic_lang-Make-cst_rx_not_indic-as-extern-decla.patch11 lang/cmu_indic_lang/cmu_indic_lang.h | 2 +-
14 diff --git a/lang/cmu_indic_lang/cmu_indic_lang.h b/lang/cmu_indic_lang/cmu_indic_lang.h
16 --- a/lang/cmu_indic_lang/cmu_indic_lang.h
17 +++ b/lang/cmu_indic_lang/cmu_indic_lang.h
/OK3568_Linux_fs/app/QLauncher/
H A Dxdgdesktopfile.cpp492 lang_COUNTRY@MODIFIER lang_COUNTRY@MODIFIER, lang_COUNTRY, lang@MODIFIER, lang,
494 lang_COUNTRY lang_COUNTRY, lang, default value
495 lang@MODIFIER lang@MODIFIER, lang, default value
496 lang lang, default value
500 QString lang = QString::fromLocal8Bit(qgetenv("LC_MESSAGES")); in localizedKey() local
502 if (lang.isEmpty()) in localizedKey()
503 lang = QString::fromLocal8Bit(qgetenv("LC_ALL")); in localizedKey()
505 if (lang.isEmpty()) in localizedKey()
506 lang = QString::fromLocal8Bit(qgetenv("LANG")); in localizedKey()
508 QString modifier = lang.section(QLatin1Char('@'), 1); in localizedKey()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/
H A D0005-ui.c-handle-password-expire-and-update-new-password.patch19 lxdm_do_login(pw, session, lang,NULL);
29 g_free(lang);
36 + char *lang = greeter_param(str, "lang");
45 + lxdm_do_login(pw, session, lang, NULL);
/OK3568_Linux_fs/buildroot/package/pdmenu/
H A D0002-Makefile-autoconf-makeinfo.in-support-build-install-.patch59 for lang in $(LANGS); do \
60 [ ! -d $(LOCALEDIR)/$$lang/LC_MESSAGES/ ] && mkdir -p $(LOCALEDIR)/$$lang/LC_MESSAGES/; \
61 install -m 644 po/$$lang.mo $(LOCALEDIR)/$$lang/LC_MESSAGES/pdmenu.mo; \
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0005-cpp-honor-sysroot.patch24 gcc/cp/lang-specs.h | 2 +-
28 diff --git a/gcc/cp/lang-specs.h b/gcc/cp/lang-specs.h
30 --- a/gcc/cp/lang-specs.h
31 +++ b/gcc/cp/lang-specs.h
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/lxdm/
H A Dlxdm_0.5.3.bb75 for lang in `find $D${libdir}/locale -maxdepth 1 | grep _ | sort`; do
76 lang=`basename $lang`
78 langs="$lang"
80 langs="$langs $lang"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/
H A Dmedia-tomb.patch18 diff -Nru webmin-1.570.bak/mediatomb/lang/en webmin-1.570/mediatomb/lang/en
19 --- webmin-1.570.bak/mediatomb/lang/en 1969-12-31 16:00:00.000000000 -0800
20 +++ webmin-1.570/mediatomb/lang/en 2011-10-26 10:01:13.340522186 -0700

12345678910>>...138