Home
last modified time | relevance | path

Searched defs:obj_type (Results 1 – 22 of 22) sorted by relevance

/third_party/mesa3d/src/vulkan/util/
Dvk_object.c36 UNUSED VkObjectType obj_type) in vk_object_base_init()
59 VkObjectType obj_type) in vk_object_alloc()
75 VkObjectType obj_type) in vk_object_zalloc()
91 VkObjectType obj_type) in vk_object_multialloc()
107 VkObjectType obj_type) in vk_object_multizalloc()
Dvk_object.h64 ASSERTED VkObjectType obj_type) in vk_object_base_assert_valid()
70 vk_object_base_from_u64_handle(uint64_t handle, VkObjectType obj_type) in vk_object_base_from_u64_handle()
/third_party/gstreamer/gstplugins_bad/gst/mpegpsmux/
Dmpegpsmux_aac.c86 guint8 rate_idx = 0, channels = 0, obj_type = 0; in mpegpsmux_prepare_aac() local
/third_party/boost/boost/assign/
Dptr_map_inserter.hpp42 obj_type; typedef in boost::assign::ptr_map_inserter
Dptr_list_inserter.hpp42 obj_type; typedef in boost::assign::ptr_list_inserter
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dgstbasetsmuxaac.c211 guint8 rate_idx = 0, channels = 0, obj_type = 0; in gst_base_ts_mux_prepare_aac_mpeg4() local
/third_party/jerryscript/jerry-core/vm/
Dvm.c1521 ecma_object_type_t obj_type = ecma_get_object_type(obj); in vm_loop() local
1839 ecma_object_type_t obj_type = ecma_get_object_type(obj); in vm_loop() local
2526 ecma_object_type_t obj_type = ecma_get_object_type(obj); in vm_loop() local
2562 ecma_object_type_t obj_type = ecma_get_object_type(obj); in vm_loop() local
2586 ecma_object_type_t obj_type = ecma_get_object_type(obj); in vm_loop() local
4027 ecma_object_type_t obj_type = ecma_get_object_type(obj); in vm_loop() local
/third_party/libdrm/tests/proptest/
Dproptest.c235 uint32_t obj_id, obj_type, prop_id; in setProperty() local
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpmp4adepay.c176 guint8 obj_type = 0, sr_idx = 0, channels = 0; in gst_rtp_mp4a_depay_setcaps() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-function-prototype.c300 ecma_object_type_t obj_type = ecma_get_object_type(this_arg_obj_p); in ecma_builtin_function_prototype_object_bind() local
Decma-builtins.c368 ecma_object_type_t obj_type = (ecma_object_type_t) (builtin_desc & ECMA_BUILTIN_OBJECT_TYPE_MASK); in ecma_instantiate_builtin() local
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Ddata_converter.cc241 auto obj_type = data_converter::GetObjType(obj); in ConvertPrimitive() local
339 auto obj_type = data_converter::GetObjType(obj); in ConvertOtherObj() local
585 auto obj_type = in GetObjType() local
Dparse.cc1740 auto obj_type = obj.attr("__class__").attr("__name__"); in HandleAssignClassMember() local
1775 auto obj_type = obj.attr("__class__").attr("__name__"); in HandleAssignSubscript() local
2005 auto obj_type = data_converter::GetObjType(function_); in InitParseAstInfo() local
/third_party/libdrm/tests/modetest/
Dmodetest.c994 uint32_t obj_type; member
1005 const char *obj_type; in set_property() local
/third_party/libdrm/include/drm/
Ddrm_mode.h449 __u32 obj_type; member
456 __u32 obj_type; member
/third_party/mesa3d/include/drm-uapi/
Ddrm_mode.h636 __u32 obj_type; member
643 __u32 obj_type; member
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmssink.c624 guint obj_type; member
/third_party/glib/gobject/
Dgobject.c2392 GType obj_type; in g_object_setv() local
2517 GType obj_type; in g_object_getv() local
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects.c1554 const ecma_object_type_t obj_type = ecma_get_object_type (object_p); in ecma_op_object_put_with_receiver() local
/third_party/python/Objects/
Dtypeobject.c8650 PyTypeObject *obj_type; member
8842 PyTypeObject *obj_type = supercheck(su->type, obj); in super_descr_get() local
8941 PyTypeObject *obj_type = NULL; in super_init() local
/third_party/python/Lib/unittest/
Dmock.py2905 def __get__(self, obj, obj_type=None): argument
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-demux.c7150 guint obj_type, freq_index, explicit_freq_bytes = 0; in gst_matroska_demux_audio_caps() local