Home
last modified time | relevance | path

Searched refs:pep_type (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/libv4l/linux-5.13-rc2/include/net/phonet/
H A Dpep.h52 u8 pep_type; /* status indication */ member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/net/phonet/
H A Dpep.h52 u8 pep_type; /* status indication */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/net/phonet/
H A Dpep.h52 u8 pep_type; /* status indication */ member
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/py3only/docutils/transforms/
H A Dpeps.py130 pep_type = para.astext()
132 para[:] = [nodes.reference('', pep_type, refuri=uri)]
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/py2only/docutils/transforms/
H A Dpeps.py130 pep_type = para.astext()
132 para[:] = [nodes.reference('', pep_type, refuri=uri)]
/dports/textproc/py-docutils/docutils-0.17.1/build/lib/docutils/transforms/
H A Dpeps.py133 pep_type = para.astext()
135 para[:] = [nodes.reference('', pep_type, refuri=uri)]
/dports/textproc/py-docutils/docutils-0.17.1/docutils/transforms/
H A Dpeps.py133 pep_type = para.astext()
135 para[:] = [nodes.reference('', pep_type, refuri=uri)]
/dports/textproc/py-docutils/stage/usr/local/lib/python3.8/site-packages/docutils/transforms/
H A Dpeps.py133 pep_type = para.astext()
135 para[:] = [nodes.reference('', pep_type, refuri=uri)]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/phonet/
H A Dpep.c198 oph->pep_type, /* PEP type */ in pep_ctrlreq_error()
262 if (hdr->pep_type != PN_PEP_TYPE_COMMON) { in pipe_rcv_status()
264 (unsigned int)hdr->pep_type); in pipe_rcv_status()
/dports/multimedia/libv4l/linux-5.13-rc2/net/phonet/
H A Dpep.c198 oph->pep_type, /* PEP type */ in pep_ctrlreq_error()
262 if (hdr->pep_type != PN_PEP_TYPE_COMMON) { in pipe_rcv_status()
264 (unsigned int)hdr->pep_type); in pipe_rcv_status()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/phonet/
H A Dpep.c198 oph->pep_type, /* PEP type */ in pep_ctrlreq_error()
262 if (hdr->pep_type != PN_PEP_TYPE_COMMON) { in pipe_rcv_status()
264 (unsigned int)hdr->pep_type); in pipe_rcv_status()
/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/
H A Droster_window.py1260 def _is_pep_shown_in_roster(self, pep_type): argument
1261 if pep_type == PEPEventType.MOOD:
1264 if pep_type == PEPEventType.ACTIVITY:
1267 if pep_type == PEPEventType.TUNE:
1270 if pep_type == PEPEventType.LOCATION: