Home
last modified time | relevance | path

Searched refs:extras (Results 1 – 25 of 80) sorted by relevance

1234

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-multimedia/mplayer/
H A Dmpv_0.34.1.bb64 extras = []
66 extras.append(" --enable-gl-x11")
68 extras.append(" --enable-egl-x11")
70 extras.append(" --enable-egl-drm")
72 extras.append(" --enable-vaapi-x11")
74 extras.append(" --enable-vaapi-drm")
76 extras.append(" --enable-vaapi-x-egl")
78 extras.append(" --enable-vdpau-gl-x11")
80 extras.append(" --enable-gl-wayland")
82 extras.append(" --enable-vaapi-wayland")
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth-debugfs.c18 struct dpaa2_eth_drv_stats *extras; in dpaa2_dbg_cpu_show() local
28 extras = per_cpu_ptr(priv->percpu_extras, i); in dpaa2_dbg_cpu_show()
33 extras->rx_sg_frames, in dpaa2_dbg_cpu_show()
36 extras->tx_conf_frames, in dpaa2_dbg_cpu_show()
37 extras->tx_sg_frames, in dpaa2_dbg_cpu_show()
38 extras->tx_converted_sg_frames, in dpaa2_dbg_cpu_show()
39 extras->tx_portal_busy); in dpaa2_dbg_cpu_show()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/
H A Dltp_compliance.py42 cls.extras = cls.tc.extraresults
43 cls.extras['ltpposixresult.rawlogs'] = {'log': ""}
48 cls.extras['ltpposixresult.sections'] = cls.sections
71 …self.extras['ltpposixresult.rawlogs']['log'] = self.extras['ltpposixresult.rawlogs']['log'] + outp…
84 self.extras[testname] = {'status': result}
H A Dltp_stress.py43 cls.extras = cls.tc.extraresults
44 cls.extras['ltpstressresult.rawlogs'] = {'log': ""}
49 cls.extras['ltpstressresult.sections'] = cls.sections
70 …self.extras['ltpstressresult.rawlogs']['log'] = self.extras['ltpstressresult.rawlogs']['log'] + ou…
83 self.extras[testname] = {'status': result}
H A Dltp.py42 cls.extras = cls.tc.extraresults
43 cls.extras['ltpresult.rawlogs'] = {'log': ""}
48 cls.extras['ltpresult.sections'] = cls.sections
76 … self.extras['ltpresult.rawlogs']['log'] = self.extras['ltpresult.rawlogs']['log'] + output
97 self.extras[testname] = {'status': result}
H A Dptest.py70 extras = self.tc.extraresults
71 extras['ptestresult.rawlogs'] = {'log': output}
82 extras['ptestresult.sections'] = sections
89 extras[testname] = {'status': result}
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/
H A Dgitignore34 !/system/extras/
35 !/system/extras/ext4_utils/
36 !/system/extras/ext4_utils/mkuserimg.sh
37 !/system/extras/ext4_utils/test_ext4fixup
38 !/system/extras/f2fs_utils/
H A Dfastboot.mk21 VPATH += $(SRCDIR)/system/extras/ext4_utils
62 CFLAGS += -I$(SRCDIR)/system/extras/ext4_utils
63 CFLAGS += -I$(SRCDIR)/system/extras/f2fs_utils
H A Dext4_utils.mk5 VPATH += $(SRCDIR)/system/extras/ext4_utils
62 CFLAGS += -I$(SRCDIR)/system/extras/ext4_utils
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/
H A Dandroid-tools_5.1.1.r37.bb25 …git://${ANDROID_MIRROR}/platform/system/extras;name=extras;protocol=https;nobranch=1;destsuffix=gi…
44 file://extras/0001-ext4_utils-remove-selinux-extensions.patch;patchdir=system/extras \
45 … file://extras/0002-ext4_utils-add-o-argument-to-preserve-ownership.patch;patchdir=system/extras \
128 install -D -p -m0755 ${S}/system/extras/ext4_utils/mkuserimg.sh ${D}${bindir}/mkuserimg
/OK3568_Linux_fs/buildroot/package/thttpd/
H A Dthttpd.mk17 $(INSTALL) -D -m 0755 $(@D)/extras/htpasswd $(TARGET_DIR)/usr/bin/htpasswd
18 $(INSTALL) -D -m 0755 $(@D)/extras/makeweb $(TARGET_DIR)/usr/bin/makeweb
19 $(INSTALL) -D -m 0755 $(@D)/extras/syslogtocern $(TARGET_DIR)/usr/bin/syslogtocern
/OK3568_Linux_fs/buildroot/package/lttng-tools/
H A D0001-configure.ac-add-disable-tests.patch20 AC_ARG_ENABLE([extras], AS_HELP_STRING([--disable-extras],
29 # Export the tests and extras build conditions.
/OK3568_Linux_fs/kernel/drivers/net/xen-netback/
H A Drx.c247 struct xen_netif_extra_info extras[XEN_NETIF_EXTRA_TYPE_MAX - 1]; member
275 extra = &pkt->extras[XEN_NETIF_EXTRA_TYPE_GSO - 1]; in xenvif_rx_next_skb()
290 extra = &pkt->extras[XEN_NETIF_EXTRA_TYPE_XDP - 1]; in xenvif_rx_next_skb()
303 extra = &pkt->extras[XEN_NETIF_EXTRA_TYPE_HASH - 1]; in xenvif_rx_next_skb()
447 for (i = 0; i < ARRAY_SIZE(pkt->extras); i++) { in xenvif_rx_extra_slot()
448 if (pkt->extras[i].type) { in xenvif_rx_extra_slot()
449 *extra = pkt->extras[i]; in xenvif_rx_extra_slot()
454 pkt->extras[i].type = 0; in xenvif_rx_extra_slot()
H A Dnetback.c683 struct xen_netif_extra_info *extras, in xenvif_get_extras() argument
710 memcpy(&extras[extra.type - 1], &extra, sizeof(extra)); in xenvif_get_extras()
884 struct xen_netif_extra_info extras[XEN_NETIF_EXTRA_TYPE_MAX-1]; in xenvif_tx_build_gops() local
921 memset(extras, 0, sizeof(extras)); in xenvif_tx_build_gops()
924 work_to_do = xenvif_get_extras(queue, extras, in xenvif_tx_build_gops()
932 if (extras[XEN_NETIF_EXTRA_TYPE_MCAST_ADD - 1].type) { in xenvif_tx_build_gops()
935 extra = &extras[XEN_NETIF_EXTRA_TYPE_MCAST_ADD - 1]; in xenvif_tx_build_gops()
946 if (extras[XEN_NETIF_EXTRA_TYPE_MCAST_DEL - 1].type) { in xenvif_tx_build_gops()
949 extra = &extras[XEN_NETIF_EXTRA_TYPE_MCAST_DEL - 1]; in xenvif_tx_build_gops()
1022 if (extras[XEN_NETIF_EXTRA_TYPE_GSO - 1].type) { in xenvif_tx_build_gops()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/rest/files/
H A D0001-Use-GUri-instead-of-SoupURI.patch9 rest-extras/flickr-proxy.c | 19 ++++++++++++++-----
27 diff --git a/rest-extras/flickr-proxy.c b/rest-extras/flickr-proxy.c
29 --- a/rest-extras/flickr-proxy.c
30 +++ b/rest-extras/flickr-proxy.c
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/wvdial/
H A Dwvstreams_4.6.1.bb44 PACKAGES:prepend = "libwvstreams-extras "
47 RPROVIDES:${PN}-dbg += "libuniconf-dbg uniconfd-dbg libwvstreams-base-dbg libwvstreams-extras-dbg"
55 FILES:libwvstreams-extras = "${libdir}/libwvbase.so.* ${libdir}/libwvstreams.so.*"
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/psmisc/
H A Dpsmisc.inc33 PACKAGES += "psmisc-extras"
47 FILES:psmisc-extras = "${bindir}"
48 FILES:psmisc-extras-doc = "${mandir}"
/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/
H A Dandroid-tools_10.0.0.r36.bb25 …roid-tools-team/android-platform-system-extras;name=extras;protocol=https;nobranch=1;destsuffix=gi…
80 file://0001-libext4_utils.mk-modifications-to-make-it-build-in-y.patch;patchdir=system/extras \
81 file://0002-libfec-change-out_dir-in-makefile.patch;patchdir=system/extras \
164 for i in `find ${S}/system/extras/debian/ -name "*.mk"`; do
165 oe_runmake -f $i -C ${S}/system/extras
/OK3568_Linux_fs/buildroot/package/android-tools/
H A D0001-Fix-makefiles-for-out-of-tree-build.patch138 -VPATH+= ../../extras/ext4_utils/
139 +VPATH+= $(SRCDIR)/extras/ext4_utils/
150 -CPPFLAGS+= -I../../extras/ext4_utils/
155 +CPPFLAGS+= -I$(SRCDIR)/extras/ext4_utils/
H A D0004-Fix-build-issue-with-musl.patch18 extras/ext4_utils/sha1.c | 3 ---
19 extras/ext4_utils/sha1.h | 13 ++++++-------
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dmultilib_global.bbclass153 extras = []
156 extras.append(p + "-" + a)
157 d.appendVar("SIGGEN_EXCLUDERECIPES_ABISAFE", " " + " ".join(extras))
160 extras = []
164 extras.append(translate_provide(p, a1) + "->" + translate_provide(p, a2))
165 d.appendVar("SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS", " " + " ".join(extras))
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/zile/files/
H A Dremove-help2man.patch23 -$(srcdir)/doc/zile.1.in: doc/man-extras build-aux/zile-help2man-wrapper configure.ac $(builddir)/s…
27 …ut=$@ --no-info --name="Zile Is Lossy Emacs" --include $(srcdir)/doc/man-extras $(srcdir)/build-au…
/OK3568_Linux_fs/buildroot/package/smstools3/
H A D0001-fix-Makefile.patch20 -smsd: smsd.c extras.o locking.o cfgfile.o logging.o alarm.o smsd_cfg.o charset.o stats.o blacklist…
28 +smsd: smsd.c extras.o locking.o cfgfile.o logging.o alarm.o smsd_cfg.o charset.o stats.o blacklist…
/OK3568_Linux_fs/buildroot/package/apparmor/
H A DConfig.in47 comment "utils (extras) need bash and perl, and busybox or gawk"
52 bool "utils (extras)"
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/
H A Dpython3-extras_1.0.0.bb2 require python-extras.inc

1234