/third_party/python/Lib/ |
H A D | cgitb.py | 20 3-item tuple (etype, evalue, etb) just like the value of sys.exc_info(). 108 etype, evalue, etb = einfo 109 if isinstance(etype, type): 110 etype = etype.__name__ 119 <big><big><strong>{html_escape(str(etype))}</strong></big></big></font></td> 184 exception = ['<p>%s: %s' % (strong(pydoc.html.escape(str(etype))), 201 ''.join(traceback.format_exception(etype, evalue, etb))) 205 etype, evalue, etb = einfo 206 if isinstance(etype, typ [all...] |
H A D | enum.py | 920 cls = _simple_enum(etype=cls, boundary=boundary or KEEP)(tmp_cls) 1641 def _simple_enum(etype=Enum, *, boundary=None, use_args=None): 1661 use_args = etype._use_args_ 1666 new_member = etype._member_type_.__new__ 1673 body['_generate_next_value_'] = gnv = etype._generate_next_value_ 1678 body['_member_type_'] = member_type = etype._member_type_ 1679 body['_value_repr_'] = etype._value_repr_ 1680 if issubclass(etype, Flag): 1681 body['_boundary_'] = boundary or etype._boundary_ 1707 enum_class = type(cls_name, (etype, ), bod [all...] |
H A D | traceback.py | 165 def _format_final_exc_line(etype, value): 168 line = "%s\n" % etype 170 line = "%s: %s\n" % (etype, valuestr)
|
/third_party/ffmpeg/libavcodec/ |
H A D | pictordec.c | 127 int bits_per_plane, bpp, etype, esize, npal, pos_after_pal; in decode_frame() local 152 etype = bytestream2_get_le16(&s->g); in decode_frame() 157 etype = -1; in decode_frame() 179 if (etype == 1 && esize > 1 && bytestream2_peek_byte(&s->g) < 6) { in decode_frame() 184 } else if (etype == 2) { in decode_frame() 190 } else if (etype == 3) { in decode_frame() 196 } else if (etype == 4 || etype == 5) { in decode_frame()
|
H A D | gif_parser.c | 51 int etype; member 105 g->etype = buf[index]; in gif_find_frame_end() 127 if (g->etype == GIF_GCE_EXT_LABEL) { in gif_find_frame_end()
|
/third_party/skia/third_party/externals/libpng/contrib/visupng/ |
H A D | cexcept.h | 196 #define define_exception_type(etype) \ 200 volatile struct { etype etmp; } v; \ 206 /* avoid warnings about a duplicate volatile qualifier in case etype */
|
/third_party/backends/backend/pixma/scripts/ |
H A D | pixma_gen_options.py | 219 etype = 'SANE_Word' 222 etype = 'SANE_Word' 225 etype = 'SANE_String_Const' 227 print ("static const %s %s[%d] = {" % (etype, n, len(l)))
|
/third_party/python/Include/internal/ |
H A D | pycore_object.h | 275 #define _PyHeapType_GET_MEMBERS(etype) \ 276 ((PyMemberDef *)(((char *)etype) + Py_TYPE(etype)->tp_basicsize))
|
/third_party/python/Lib/tkinter/ |
H A D | ttk.py | 96 def _format_elemcreate(etype, script=False, *args, **kw): 97 """Formats args and kw according to the given element factory etype.""" 100 if etype in ("image", "vsapi"): 101 if etype == "image": # define an element based on an image 120 elif etype == "from": # clone an element 208 etype = eopts[0] 211 argc = 1 # etype was the first one 217 spec, opts = _format_elemcreate(etype, True, *elemargs, **elemkw) 220 name, etype, spec, opts)) 435 def element_create(self, elementname, etype, *arg [all...] |
/third_party/mesa3d/src/compiler/ |
H A D | builtin_type_macros.h | 34 #define DECL_VEC_TYPE(stype, vtype, btype, etype, ...) \ 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/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderStorageBufferObjectTests.cpp | 7965 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][ in BuildShader() 8193 int etype; global() member in gl4cts::__anon27645::AdvancedUnsizedArrayLength2 [all...] |
H A D | gl4cES31CompatibilityShaderStorageBufferObjectTests.cpp | 7441 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][ in BuildShader() 7665 int etype; global() member in gl4cts::es31compatibility::__anon27629::AdvancedUnsizedArrayLength2 [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cShaderStorageBufferObjectTests.cpp | 7603 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][ in BuildShader() 7833 int etype; global() member in glcts::__anon27698::AdvancedUnsizedArrayLength2 [all...] |
/third_party/node/deps/openssl/openssl/crypto/cms/ |
H A D | cms_lib.c | 354 ASN1_OBJECT **petype, *etype; in CMS_set1_eContentType() local 361 etype = OBJ_dup(oid); in CMS_set1_eContentType() 362 if (etype == NULL) in CMS_set1_eContentType() 365 *petype = etype; in CMS_set1_eContentType()
|
/third_party/openssl/crypto/cms/ |
H A D | cms_lib.c | 341 ASN1_OBJECT **petype, *etype; in CMS_set1_eContentType() local 348 etype = OBJ_dup(oid); in CMS_set1_eContentType() 349 if (etype == NULL) in CMS_set1_eContentType() 352 *petype = etype; in CMS_set1_eContentType()
|
/third_party/libinput/tools/ |
H A D | libinput-record.c | 628 enum libinput_event_type etype = libinput_event_get_type(e); in print_touch_event() local 636 switch(etype) { in print_touch_event() 658 if (etype != LIBINPUT_EVENT_TOUCH_FRAME) { in print_touch_event() 663 switch (etype) { in print_touch_event() 709 enum libinput_event_type etype = libinput_event_get_type(e); in print_gesture_event() local 714 switch(etype) { in print_gesture_event() 739 switch (etype) { in print_gesture_event()
|
/third_party/lwip/src/netif/ppp/ |
H A D | pppoe.c | 721 u16_t etype; in pppoe_output() local 733 etype = sc->sc_state == PPPOE_STATE_SESSION ? ETHTYPE_PPPOE : ETHTYPE_PPPOEDISC; in pppoe_output() 734 ethhdr->type = lwip_htons(etype); in pppoe_output() 739 sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num, etype, in pppoe_output()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_nnedi.c | 96 int etype; member 150 {"etype", "set which set of weights to use in the predictor", OFFSET(etype), AV_OPT_TYPE_INT, {.i64=0}, 0, 1, RFLAGS, "etype" }, 151 {"a", "weights trained to minimize absolute error", 0, AV_OPT_TYPE_CONST, {.i64=0}, 0, 0, RFLAGS, "etype" }, 152 {"abs","weights trained to minimize absolute error", 0, AV_OPT_TYPE_CONST, {.i64=0}, 0, 0, RFLAGS, "etype" }, 153 {"s", "weights trained to minimize squared error", 0, AV_OPT_TYPE_CONST, {.i64=1}, 0, 0, RFLAGS, "etype" }, 154 {"mse","weights trained to minimize squared error", 0, AV_OPT_TYPE_CONST, {.i64=1}, 0, 0, RFLAGS, "etype" }, 642 &s->coeffs[s->etype][s->nnsparam][s->nsize], s->qual == 2); in filter_slice()
|
/third_party/python/Lib/unittest/test/testmock/ |
H A D | testpatch.py | 1702 def __exit__(self, etype=None, val=None, tb=None): 1703 _patch.__exit__(self, etype, val, tb) 1704 holder.exc_info = etype, val, tb
|
/third_party/toybox/toys/pending/ |
H A D | bc.c | 3384 BcInst etype = *prev; in bc_parse_incdec() local 3390 if (BC_PARSE_INST_VAR(etype)) { in bc_parse_incdec()
|
/third_party/python/Lib/test/ |
H A D | test_typing.py | 5098 async def __aexit__(self, etype, eval, tb):
|