Home
last modified time | relevance | path

Searched refs:etype (Results 1 – 25 of 62) sorted by relevance

123

/third_party/boost/boost/graph/
Dleda_graph.hpp42 template < class vtype, class etype >
43 struct graph_traits< leda::GRAPH< vtype, etype > >
54 leda::node node = 0, const leda::GRAPH< vtype, etype >* g = 0) in adjacency_iterator()
71 const leda::GRAPH< vtype, etype >* g;
82 leda::node node = 0, const leda::GRAPH< vtype, etype >* g = 0) in out_edge_iterator()
99 const leda::GRAPH< vtype, etype >* g;
110 leda::node node = 0, const leda::GRAPH< vtype, etype >* g = 0) in in_edge_iterator()
127 const leda::GRAPH< vtype, etype >* g;
138 leda::node node = 0, const leda::GRAPH< vtype, etype >* g = 0) in vertex_iterator()
155 const leda::GRAPH< vtype, etype >* g;
[all …]
/third_party/python/Lib/
Dcgitb.py103 etype, evalue, etb = einfo
104 if isinstance(etype, type):
105 etype = etype.__name__
110 strong(pydoc.html.escape(str(etype))),
173 exception = ['<p>%s: %s' % (strong(pydoc.html.escape(str(etype))),
190 ''.join(traceback.format_exception(etype, evalue, etb)))
194 etype, evalue, etb = einfo
195 if isinstance(etype, type):
196 etype = etype.__name__
199 head = "%s\n%s\n%s\n" % (str(etype), pyver, date) + '''
[all …]
Dtraceback.py161 def _format_final_exc_line(etype, value): argument
164 line = "%s\n" % etype
166 line = "%s: %s\n" % (etype, valuestr)
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpgstpay.c172 rtpgstpay->etype = 0; in gst_rtp_gst_pay_reset()
325 payload[1] = rtpgstpay->etype; in gst_rtp_gst_pay_create_from_adapter()
361 rtpgstpay->etype = 0; in gst_rtp_gst_pay_create_from_adapter()
492 gst_rtp_gst_pay_send_event (GstRtpGSTPay * rtpgstpay, guint etype, in gst_rtp_gst_pay_send_event() argument
513 rtpgstpay->etype = etype; in gst_rtp_gst_pay_send_event()
524 guint etype = 0; in gst_rtp_gst_pay_sink_event() local
554 etype = 1; in gst_rtp_gst_pay_sink_event()
558 etype = 2; in gst_rtp_gst_pay_sink_event()
561 etype = 3; in gst_rtp_gst_pay_sink_event()
575 etype = 4; in gst_rtp_gst_pay_sink_event()
[all …]
Dgstrtpgstdepay.c266 GstEventType etype; in read_event() local
295 etype = GST_EVENT_TAG; in read_event()
298 etype = GST_EVENT_CUSTOM_DOWNSTREAM; in read_event()
301 etype = GST_EVENT_CUSTOM_BOTH; in read_event()
304 etype = GST_EVENT_STREAM_START; in read_event()
309 event = gst_event_new_custom (etype, s); in read_event()
Dgstrtpgstpay.h50 guint8 etype; member
/third_party/ffmpeg/libavcodec/
Dpictordec.c129 int bits_per_plane, bpp, etype, esize, npal, pos_after_pal; in decode_frame() local
154 etype = bytestream2_get_le16(&s->g); in decode_frame()
159 etype = -1; in decode_frame()
181 if (etype == 1 && esize > 1 && bytestream2_peek_byte(&s->g) < 6) { in decode_frame()
186 } else if (etype == 2) { in decode_frame()
192 } else if (etype == 3) { in decode_frame()
198 } else if (etype == 4 || etype == 5) { in decode_frame()
Dgif_parser.c52 int etype; member
106 g->etype = buf[index]; in gif_find_frame_end()
128 if (g->etype == GIF_GCE_EXT_LABEL) { in gif_find_frame_end()
/third_party/libpng/contrib/visupng/
Dcexcept.h196 #define define_exception_type(etype) \ argument
200 volatile struct { etype etmp; } v; \
/third_party/flutter/skia/third_party/externals/libpng/contrib/visupng/
Dcexcept.h196 #define define_exception_type(etype) \ argument
200 volatile struct { etype etmp; } v; \
/third_party/skia/third_party/externals/libpng/contrib/visupng/
Dcexcept.h196 #define define_exception_type(etype) \ argument
200 volatile struct { etype etmp; } v; \
/third_party/glib/gobject/
Dgsourceclosure.c35 static GType etype = 0; in G_DEFINE_BOXED_TYPE() local
37 if (g_once_init_enter (&etype)) in G_DEFINE_BOXED_TYPE()
49 g_once_init_leave (&etype, type_id); in G_DEFINE_BOXED_TYPE()
51 return etype; in G_DEFINE_BOXED_TYPE()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dnavigation.c97 GstNavigationEventType etype = gst_navigation_event_get_type (event); in nav_send_event() local
100 fail_if (etype == GST_NAVIGATION_EVENT_INVALID, in nav_send_event()
102 fail_unless (etype == self->sent_type, in nav_send_event()
105 switch (etype) { in nav_send_event()
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstretinex.cpp103 static GType etype = 0; in gst_retinex_method_get_type() local
104 if (etype == 0) { in gst_retinex_method_get_type()
110 etype = g_enum_register_static ("GstRetinexMethod", values); in gst_retinex_method_get_type()
112 return etype; in gst_retinex_method_get_type()
Dgstskindetect.cpp90 static GType etype = 0; in gst_skin_detect_method_get_type() local
91 if (etype == 0) { in gst_skin_detect_method_get_type()
97 etype = g_enum_register_static ("GstSkindetectMethod", values); in gst_skin_detect_method_get_type()
99 return etype; in gst_skin_detect_method_get_type()
Dgstdisparity.cpp153 static GType etype = 0; in gst_disparity_method_get_type() local
154 if (etype == 0) { in gst_disparity_method_get_type()
160 etype = g_enum_register_static ("GstDisparityMethod", values); in gst_disparity_method_get_type()
162 return etype; in gst_disparity_method_get_type()
Dgstsegmentation.cpp129 static GType etype = 0; in gst_segmentation_method_get_type() local
130 if (etype == 0) { in gst_segmentation_method_get_type()
137 etype = g_enum_register_static ("GstSegmentationMethod", values); in gst_segmentation_method_get_type()
139 return etype; in gst_segmentation_method_get_type()
/third_party/python/Lib/tkinter/
Dttk.py113 def _format_elemcreate(etype, script=False, *args, **kw): argument
117 if etype in ("image", "vsapi"):
118 if etype == "image": # define an element based on an image
137 elif etype == "from": # clone an element
225 etype = eopts[0]
234 spec, opts = _format_elemcreate(etype, True, *elemargs, **elemkw)
237 name, etype, spec, opts))
457 def element_create(self, elementname, etype, *args, **kw): argument
459 spec, opts = _format_elemcreate(etype, False, *args, **kw)
460 self.tk.call(self._name, "element", "create", elementname, etype,
/third_party/mesa3d/src/compiler/
Dbuiltin_type_macros.h34 #define DECL_VEC_TYPE(stype, vtype, btype, etype, ...) \ argument
35 DECL_TYPE(stype, etype ##__VA_ARGS__, btype, 1, 1) \
36 DECL_TYPE(vtype ## 2, etype ##_VEC2 ##__VA_ARGS__, btype, 2, 1) \
37 DECL_TYPE(vtype ## 3, etype ##_VEC3 ##__VA_ARGS__, btype, 3, 1) \
38 DECL_TYPE(vtype ## 4, etype ##_VEC4 ##__VA_ARGS__, btype, 4, 1) \
/third_party/openssl/crypto/cms/
Dcms_lib.c236 ASN1_OBJECT **petype, *etype; in CMS_set1_eContentType() local
242 etype = OBJ_dup(oid); in CMS_set1_eContentType()
243 if (!etype) in CMS_set1_eContentType()
246 *petype = etype; in CMS_set1_eContentType()
/third_party/python/Include/cpython/
Dobject.h296 #define PyHeapType_GET_MEMBERS(etype) \ argument
297 ((PyMemberDef *)(((char *)etype) + Py_TYPE(etype)->tp_basicsize))
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cES31CompatibilityShaderStorageBufferObjectTests.cpp7441 if (etype == matrix_rm) in BuildShader()
7444 ((other_members) ? ("\n " + e[etype][0] + " pad0;") : "") + NL " " + e[etype][0] + in BuildShader()
7446 ((other_members) ? ("\n " + e[etype][1] + " pad1;") : "") + NL " " + e[etype][1] + in BuildShader()
7448 ((other_members) ? ("\n " + e[etype][2] + " pad2;") : "") + NL " " + e[etype][2] + in BuildShader()
7450 ((other_members) ? ("\n " + e[etype][4] + " pad4;") : "") + NL " " + e[etype][4] + in BuildShader()
7452 ((other_members) ? ("\n " + e[etype][5] + " pad5;") : "") + NL " " + e[etype][5] + in BuildShader()
7454 ((other_members) ? ("\n " + e[etype][6] + " pad6;") : "") + NL " " + e[etype][6] + in BuildShader()
7544 bufsize[i][1] = 4 * columns[etype][i] * scalars[etype][i]; in Run()
7545 if (etype == structure) in Run()
7552 bufsize[i][1] = 4 * columns[etype][i] * 4; in Run()
[all …]
Dgl4cShaderStorageBufferObjectTests.cpp7965 if (etype == matrix_rm) in BuildShader()
7969 ((other_members) ? ("\n " + e[etype][0] + " pad0;") : "") + NL " " + e[etype][0] + in BuildShader()
7971 ((other_members) ? ("\n " + e[etype][1] + " pad1;") : "") + NL " " + e[etype][1] + in BuildShader()
7973 ((other_members) ? ("\n " + e[etype][2] + " pad2;") : "") + NL " " + e[etype][2] + in BuildShader()
7975 ((other_members) ? ("\n " + e[etype][4] + " pad4;") : "") + NL " " + e[etype][4] + in BuildShader()
7977 ((other_members) ? ("\n " + e[etype][5] + " pad5;") : "") + NL " " + e[etype][5] + in BuildShader()
7979 ((other_members) ? ("\n " + e[etype][6] + " pad6;") : "") + NL " " + e[etype][6] + in BuildShader()
8072 bufsize[i][1] = 4 * columns[etype][i] * scalars[etype][i]; in Run()
8073 if (etype == structure) in Run()
8080 bufsize[i][1] = 4 * columns[etype][i] * 4; in Run()
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cShaderStorageBufferObjectTests.cpp7603 if (etype == matrix_rm) in BuildShader()
7607 ((other_members) ? ("\n " + e[etype][0] + " pad0;") : "") + NL " " + e[etype][0] + in BuildShader()
7609 ((other_members) ? ("\n " + e[etype][1] + " pad1;") : "") + NL " " + e[etype][1] + in BuildShader()
7611 ((other_members) ? ("\n " + e[etype][2] + " pad2;") : "") + NL " " + e[etype][2] + in BuildShader()
7613 ((other_members) ? ("\n " + e[etype][4] + " pad4;") : "") + NL " " + e[etype][4] + in BuildShader()
7615 ((other_members) ? ("\n " + e[etype][5] + " pad5;") : "") + NL " " + e[etype][5] + in BuildShader()
7617 ((other_members) ? ("\n " + e[etype][6] + " pad6;") : "") + NL " " + e[etype][6] + in BuildShader()
7712 bufsize[i][1] = 4 * columns[etype][i] * scalars[etype][i]; in Run()
7713 if (etype == structure) in Run()
7720 bufsize[i][1] = 4 * columns[etype][i] * 4; in Run()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/openni2/
Dgstopenni2src.cpp68 static GType etype = 0; in gst_openni2_src_sourcetype_get_type() local
69 if (etype == 0) { in gst_openni2_src_sourcetype_get_type()
78 etype = g_enum_register_static ("GstOpenni2SrcSourcetype", values); in gst_openni2_src_sourcetype_get_type()
80 return etype; in gst_openni2_src_sourcetype_get_type()

123