Home
last modified time | relevance | path

Searched refs:lang (Results 1 – 25 of 132) sorted by relevance

123456

/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/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/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/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/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/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/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/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/app/QLauncher/
H A Dxdgdesktopfile.cpp500 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()
510 lang.truncate(lang.length() - modifier.length() - 1); in localizedKey()
512 QString encoding = lang.section(QLatin1Char('.'), 1); in localizedKey()
514 lang.truncate(lang.length() - encoding.length() - 1); in localizedKey()
517 QString country = 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);
H A D0004-lxdm.c-add-function-to-change-password-with-pam.patch103 lxdm_do_login(pw,session,lang,option);
107 g_free(user);g_free(session);g_free(lang);
119 void lxdm_do_login(struct passwd *pw,char *session,char *lang,char *option);
/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-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
/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/poky/meta/recipes-devtools/rust/
H A Drust-snapshot.inc22 …https://static.rust-lang.org/dist/${RUST_STD_SNAPSHOT}.tar.xz;name=rust-std-snapshot-${RUST_BUILD_…
23 …https://static.rust-lang.org/dist/${RUSTC_SNAPSHOT}.tar.xz;name=rustc-snapshot-${RUST_BUILD_ARCH};…
24 …https://static.rust-lang.org/dist/${CARGO_SNAPSHOT}.tar.xz;name=cargo-snapshot-${RUST_BUILD_ARCH};…
H A Drust-source.inc1 SRC_URI += "https://static.rust-lang.org/dist/rustc-${PV}-src.tar.xz;name=rust"
6 UPSTREAM_CHECK_URI = "https://forge.rust-lang.org/infra/other-installation-methods.html"
/OK3568_Linux_fs/buildroot/package/rust/
H A Drust.hash1 # From https://static.rust-lang.org/dist/rustc-1.54.0-src.tar.xz.sha256
2 # Verified using https://static.rust-lang.org/dist/rustc-1.54.0-src.tar.xz.asc
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/parted/files/
H A Dfix-doc-mandir.patch16 -mandir = $(mandir)/$(lang)
17 +mandir := $(mandir)/$(lang)
/OK3568_Linux_fs/kernel/scripts/
H A Dtags.sh217 local mode=$1 lang tmp=() r
221 for lang; do
222 case "$lang" in

123456