Home
last modified time | relevance | path

Searched refs:applications (Results 1 – 25 of 1252) sorted by relevance

12345678910>>...51

/OK3568_Linux_fs/buildroot/package/freeswitch/
H A Dfreeswitch.mk92 applications/mod_avmd \
93 applications/mod_blacklist \
94 applications/mod_callcenter \
95 applications/mod_commands \
96 applications/mod_conference \
97 applications/mod_curl \
98 applications/mod_db \
99 applications/mod_directory \
100 applications/mod_dptools \
101 applications/mod_easyroute \
[all …]
H A D0001-src-mod-applications-mod_cv-mod_cv.cpp-fix-build-wit.patch4 Subject: [PATCH] src/mod/applications/mod_cv/mod_cv.cpp: fix build with opencv
26 src/mod/applications/mod_cv/mod_cv.cpp | 2 +-
29 diff --git a/src/mod/applications/mod_cv/mod_cv.cpp b/src/mod/applications/mod_cv/mod_cv.cpp
31 --- a/src/mod/applications/mod_cv/mod_cv.cpp
32 +++ b/src/mod/applications/mod_cv/mod_cv.cpp
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/demo-extrafiles/
H A Dqt5-demo-extrafiles.bb40 install -d ${D}/${datadir}/applications
42 install -m 0644 ${WORKDIR}/cinematicexperience.desktop ${D}/${datadir}/applications
44 install -m 0644 ${WORKDIR}/hellogl_es2.desktop ${D}/${datadir}/applications
46 install -m 0644 ${WORKDIR}/hellowindow.desktop ${D}/${datadir}/applications
48 install -m 0644 ${WORKDIR}/qt5everywheredemo.desktop ${D}/${datadir}/applications
50 install -m 0644 ${WORKDIR}/qt5nmapcarousedemo.desktop ${D}/${datadir}/applications
52 install -m 0644 ${WORKDIR}/qt5nmapper.desktop ${D}/${datadir}/applications
54 install -m 0644 ${WORKDIR}/qtledbillboard.desktop ${D}/${datadir}/applications
56 install -m 0644 ${WORKDIR}/qtledcombo.desktop ${D}/${datadir}/applications
58 install -m 0644 ${WORKDIR}/qtsmarthome.desktop ${D}/${datadir}/applications
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-xfce/garcon/files/
H A D0001-xfce-applications.menu-don-t-bloat-settings-menu-by-.patch4 Subject: [garcon] xfce-applications.menu: don't bloat settings menu by
16 data/xfce/xfce-applications.menu | 3 +++
19 diff --git a/data/xfce/xfce-applications.menu b/data/xfce/xfce-applications.menu
21 --- a/data/xfce/xfce-applications.menu
22 +++ b/data/xfce/xfce-applications.menu
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-priority.rst38 To query the current access priority applications call the
42 To request an access priority applications store the desired priority in
60 - Lowest priority, usually applications running in background, for
62 in user space will be necessary if multiple applications want to
69 - Medium priority, usually applications started and interactively
71 or just "panel" applications to change the channel or video
78 applications which must not be interrupted, like video recording.
H A Dformat.rst13 Different devices exchange different kinds of data with applications,
18 applications should always negotiate a data format before engaging in
21 to satisfy the request. Of course applications can also just query the
35 initialization sequence. Prior to this point multiple panel applications
53 When applications omit the :ref:`VIDIOC_S_FMT <VIDIOC_G_FMT>` ioctl its locking side
66 All drivers exchanging data with applications must support the
78 by all drivers exchanging image data with applications.
85 routine or library for integration into applications.
90 seems useless, but there are applications serving as proxy between
91 drivers and the actual video applications for which this is useful.
H A Dapp-pri.rst9 When multiple applications share a device it may be desirable to assign
12 applications from changing video controls or switching the current TV
13 channel. Another objective is to permit low priority applications
15 applications and automatically regain control of the device at a later
H A Dvidioc-enum-dv-timings.rst40 applications can enumerate a list of known supported timings. Call
45 To query the available timings, applications initialize the ``index``
51 DV timings, applications shall begin at index zero, incrementing by one
62 or outputs (for DV transmitters), applications must specify the desired
84 video node applications must set this field to zero.
87 - Reserved for future extensions. Drivers and applications must set
H A Dvidioc-g-parm.rst53 To get and set the streaming parameters applications call the
105 - Set by drivers and applications, see :ref:`parm-flags`.
125 period. To reset manually applications can just set this field to
133 applications and drivers must set this field to zero. Applications
146 - Reserved for future extensions. Drivers and applications must set
164 - Set by drivers and applications, see :ref:`parm-flags`.
185 period. To reset manually applications can just set this field to
193 applications and drivers must set this field to zero. Applications
206 - Reserved for future extensions. Drivers and applications must set
237 imaging applications. The idea is to get the best possible image
H A Dio.rst10 a device. All drivers exchanging data with applications must support at
19 with memory mapped or user buffers applications call the
29 each file descriptor. The only exceptions are applications not
30 exchanging data with a driver ("panel applications", see :ref:`open`)
H A Drw.rst31 To read from the device applications use the :c:func:`read()`
33 must implement one I/O method if they exchange data with applications,
39 It would be desirable if applications could depend on drivers
42 require this interface, which is most useful for simple applications
/OK3568_Linux_fs/yocto/poky/meta/recipes-sato/puzzles/
H A Dpuzzles_git.bb26 rm ${D}/${datadir}/applications/net.desktop
29 install -d ${D}/${datadir}/applications/
35 echo "making ${D}/${datadir}/applications/$prog.desktop"
36 cat <<STOP > ${D}/${datadir}/applications/$prog.desktop
40 Icon=applications-games
/OK3568_Linux_fs/yocto/poky/meta/recipes-sato/shutdown-desktop/
H A Dshutdown-desktop.bb12 install -d ${D}${datadir}/applications
13 install -m 0644 shutdown.desktop ${D}${datadir}/applications/
15 sed -i ${D}${datadir}/applications/shutdown.desktop -e 's#^Exec=\(.*\)#Exec=${base_sbindir}/\1#'
20 sed -i $D${datadir}/applications/shutdown.desktop -e 's#^Exec=\(.*\)/halt#Exec=\1/reboot#' \
/OK3568_Linux_fs/buildroot/package/optee-examples/
H A DConfig.in11 implementation of OP-TEE non-secure client applications and
12 secure trusted applications. OP-TEE examples is a
16 directory /lib/optee_armtz as other trusted applications.
17 At runtime OP-TEE OS can load trusted applications from this
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A Dmegaraid.rst11 user applications in a similar way. They understand the same firmware control
12 commands. Furthermore, the applications also can treat different classes of
14 interfaces with the applications on one side and all the low level drivers
63 The applications interface with the common module via the character device
68 applications into uioc_t. After driver handles the uioc_t, the common module
69 will convert that back into the old format before returning to applications.
71 As new applications evolve and replace the old ones, the old packet format
/OK3568_Linux_fs/external/xserver/hw/xquartz/bundle/Resources/French.lproj/
H A DLocalizable.strings5 "Any open X11 applications will stop immediately, and you will lose any unsaved changes." = "Toute …
11 …de votre écran. X11 rétablira l’état précédent de l’écran lorsque les applications en feront la re…
38applications may not have titlebars, or may look different to windows displayed by native applicat…
/OK3568_Linux_fs/buildroot/package/optee-test/
H A DConfig.in16 The package generates userspace test applications and
18 OP-TEE trusted applications.
21 directory /lib/optee_armtz as other trusted applications.
22 At runtime OP-TEE OS can load trusted applications from this
/OK3568_Linux_fs/external/xserver/hw/xquartz/bundle/Resources/English.lproj/
H A DLocalizable.strings5 "Any open X11 applications will stop immediately, and you will lose any unsaved changes." = "Any op…
38applications may not have titlebars, or may look different to windows displayed by native applicat…
/OK3568_Linux_fs/buildroot/package/rockchip/apps/qfm/
H A Dqfm.mk16 mkdir -p $(TARGET_DIR)/usr/share/applications $(TARGET_DIR)/usr/share/icon
19 $(INSTALL) -D -m 0755 $(@D)/qfm.desktop $(TARGET_DIR)/usr/share/applications/
20 $(INSTALL) -D -m 0755 $(@D)/mimeapps.list $(TARGET_DIR)/usr/share/applications/
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/mediactl/
H A Dmedia-controller-intro.rst15 presented to userspace applications as V4L2 and ALSA capture devices.
18 available directly to applications by the drivers, can usually be
28 applications to access hardware parameters. As newer hardware expose an
30 applications really require based on limited information, thereby
/OK3568_Linux_fs/kernel/Documentation/driver-api/rapidio/
H A Dmport_cdev.rst13 devices directly to applications, in a manner that allows the numerous and
17 for user-space applications. Most of RapidIO operations are supported through
24 Using available set of ioctl commands user-space applications can perform
37 - Enable/Disable reporting of RapidIO doorbell events to user-space applications
39 - Enable/Disable reporting of RIO port-write events to user-space applications
58 as user-space applications while using remaining functionality provided by
102 API library and applications that use this device driver are available from
/OK3568_Linux_fs/buildroot/package/turbolua/
H A DConfig.in6 task of building fast and scalable network applications. It
9 applications while also providing excellent support for
13 blocks for native speed network applications.
/OK3568_Linux_fs/kernel/Documentation/fb/
H A Dapi.rst11 This document describes the frame buffer API used by applications to interact
17 the recommended API implementation, but applications should be prepared to
148 Screen information are queried by applications using the FBIOGET_FSCREENINFO
154 be directly modified by applications, but can be changed by the driver when an
222 To modify variable information, applications call the FBIOPUT_VSCREENINFO
227 applications should call the FBIOGET_VSCREENINFO ioctl and modify only the
240 for applications when using RGB and grayscale formats, as well as legacy
243 To select a format, applications set the fb_var_screeninfo bits_per_pixel field
247 - For grayscale formats, applications set the grayscale field to one. The red,
248 blue, green and transp fields must be set to 0 by applications and ignored by
[all …]
/OK3568_Linux_fs/buildroot/package/python-web2py/
H A Dpython-web2py.mk18 applications/examples \
19 applications/welcome \
45 PYTHON_WEB2PY_EXCLUSIONS += applications/admin
/OK3568_Linux_fs/buildroot/package/rpi-userland/
H A D0004-host-applications-disable-missing-applications.patch4 Subject: [PATCH] host-applications: disable missing applications
6 Those applications are missing from the public rpi-firmware package, so

12345678910>>...51