Home
last modified time | relevance | path

Searched refs:object_type (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/mesa3d/src/gallium/frontends/clover/core/
Dobject.hpp46 typedef T object_type; typedef
65 typedef T object_type; typedef
69 auto o = static_cast<typename D::object_type *>(d); in validate()
71 !dynamic_cast<object_type *>(o)) in validate()
84 typedef typename D::object_type object_type; typedef
89 throw invalid_object_error<object_type>(); in validate()
101 typedef typename D::object_type object_type; typedef
106 throw invalid_object_error<object_type>(); in validate()
118 typedef typename D::object_type object_type; typedef
145 typename detail::descriptor_traits<T, D>::object_type &
[all …]
/third_party/ffmpeg/libavcodec/
Dmpeg4audio.c86 int object_type = get_bits(gb, 5); in get_object_type() local
87 if (object_type == AOT_ESCAPE) in get_object_type()
88 object_type = 32 + get_bits(gb, 6); in get_object_type()
89 return object_type; in get_object_type()
104 c->object_type = get_object_type(gb); in ff_mpeg4audio_get_config_gb()
115 if (c->object_type == AOT_SBR || (c->object_type == AOT_PS && in ff_mpeg4audio_get_config_gb()
118 if (c->object_type == AOT_PS) in ff_mpeg4audio_get_config_gb()
123 c->object_type = get_object_type(gb); in ff_mpeg4audio_get_config_gb()
124 if (c->object_type == AOT_ER_BSAC) in ff_mpeg4audio_get_config_gb()
132 if (c->object_type == AOT_ALS) { in ff_mpeg4audio_get_config_gb()
[all …]
/third_party/glib/gio/
Dginitable.c152 g_initable_new (GType object_type, in g_initable_new() argument
162 object = g_initable_new_valist (object_type, in g_initable_new()
192 g_initable_newv (GType object_type, in g_initable_newv() argument
200 g_return_val_if_fail (G_TYPE_IS_INITABLE (object_type), NULL); in g_initable_newv()
202 obj = g_object_newv (object_type, n_parameters, parameters); in g_initable_newv()
234 g_initable_new_valist (GType object_type, in g_initable_new_valist() argument
242 g_return_val_if_fail (G_TYPE_IS_INITABLE (object_type), NULL); in g_initable_new_valist()
244 obj = g_object_new_valist (object_type, in g_initable_new_valist()
Dgasyncinitable.c333 g_async_initable_new_async (GType object_type, in g_async_initable_new_async() argument
344 g_async_initable_new_valist_async (object_type, in g_async_initable_new_async()
375 g_async_initable_newv_async (GType object_type, in g_async_initable_newv_async() argument
385 g_return_if_fail (G_TYPE_IS_ASYNC_INITABLE (object_type)); in g_async_initable_newv_async()
387 obj = g_object_newv (object_type, n_parameters, parameters); in g_async_initable_newv_async()
419 g_async_initable_new_valist_async (GType object_type, in g_async_initable_new_valist_async() argument
429 g_return_if_fail (G_TYPE_IS_ASYNC_INITABLE (object_type)); in g_async_initable_new_valist_async()
431 obj = g_object_new_valist (object_type, in g_async_initable_new_valist_async()
Dginitable.h78 gpointer g_initable_new (GType object_type,
87 gpointer g_initable_newv (GType object_type,
96 GObject* g_initable_new_valist (GType object_type,
Dgasyncinitable.h91 void g_async_initable_new_async (GType object_type,
102 void g_async_initable_newv_async (GType object_type,
113 void g_async_initable_new_valist_async (GType object_type,
/third_party/glib/tests/gobject/
Dtestcommon.h29 static GType object_type = 0; \
31 if (!object_type) \
46 object_type = g_type_register_static (parent_type, \
52 return object_type; \
94 INTERFACE_FULL(object_type, init_func, iface_type)
/third_party/glib/gobject/tests/
Dtestcommon.h29 static GType object_type = 0; \
31 if (!object_type) \
47 object_type = g_type_register_static (parent_type, \
53 return object_type; \
101 INTERFACE_FULL(object_type, init_func, iface_type)
Ddynamictests.c83 static GType object_type = 0; in test_module_get_type() local
85 if (!object_type) { in test_module_get_type()
99 object_type = g_type_register_static (G_TYPE_TYPE_MODULE, "TestModule", &object_info, 0); in test_module_get_type()
101 return object_type; in test_module_get_type()
/third_party/ffmpeg/libavformat/
Dlatmenc.c37 int object_type; member
69 if (ctx->object_type == AOT_ALS && (ctx->off & 7)) { in latm_decode_extradata()
76 if (m4ac.object_type > AOT_SBR && m4ac.object_type != AOT_ALS) { in latm_decode_extradata()
77 … av_log(s, AV_LOG_ERROR, "Muxing MPEG-4 AOT %d in LATM is not supported\n", m4ac.object_type); in latm_decode_extradata()
81 ctx->object_type = m4ac.object_type; in latm_decode_extradata()
133 if (ctx->object_type == AOT_ALS) { in latm_write_frame_header()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtins.c91 object_type, \ argument
95 ECMA_MAKE_BUILTIN_DESCRIPTOR (object_type, object_prototype_builtin_id),
101 object_type, \ argument
105 ECMA_MAKE_BUILTIN_DESCRIPTOR (object_type, object_prototype_builtin_id),
119 object_type, \ argument
129 object_type, \ argument
156 object_type, \ argument
166 object_type, \ argument
185 object_type, \ argument
204 object_type, \ argument
[all …]
/third_party/boost/boost/container/detail/
Dsingleton.hpp92 typedef T object_type; typedef
96 static object_type & instance() in instance()
101 static object_type obj; in instance()
/third_party/mindspore/mindspore/core/ir/dtype/
Dtype.h77 virtual TypeId object_type() const { return kTypeUnknown; } in object_type() function
108 explicit Object(const TypeId object_type, bool is_generic = true)
109 … : Type(kMetaTypeObject, is_generic), object_type_(object_type), parent_type_(kMetaTypeObject) {} in Type()
110 explicit Object(const TypeId object_type, const TypeId parent_type, bool is_generic = true)
111 : Type(kMetaTypeObject, is_generic), object_type_(object_type), parent_type_(parent_type) {} in Type()
115 TypeId object_type() const override { return object_type_; } in MS_DECLARE_PARENT()
/third_party/nghttp2/
Dgit-clang-format199 object_type = get_object_type(commit)
200 if object_type not in ('commit', 'tag'):
201 if object_type is None:
204 die("'%s' is a %s, but a commit was expected" % (commit, object_type))
224 object_type = get_object_type(value)
225 if object_type is None:
227 if object_type in ('commit', 'tag'):
230 (value, object_type))
/third_party/mesa3d/src/vulkan/util/
Dvk_debug_report.c99 VkDebugReportObjectTypeEXT object_type, in debug_report() argument
122 cb->callback(flags, object_type, handle, location, messageCode, in debug_report()
153 VkDebugReportObjectTypeEXT object_type = in vk_debug_report() local
155 debug_report(instance, flags, object_type, (uint64_t)(uintptr_t)object, in vk_debug_report()
/third_party/boost/libs/compute/include/boost/compute/detail/
Dget_object_info.hpp258 #define BOOST_COMPUTE_DETAIL_DEFINE_GET_INFO_SPECIALIZATION(object_type, result_type, value) \ argument
260 template<> struct get_object_info_type<object_type, value> { typedef result_type type; }; \
262 template<> inline result_type object_type::get_info<value>() const \
275 #define BOOST_COMPUTE_DETAIL_DEFINE_GET_INFO_SPECIALIZATIONS(object_type, seq) \ argument
277 BOOST_COMPUTE_DETAIL_DEFINE_GET_INFO_IMPL, object_type, seq \
/third_party/boost/boost/compute/detail/
Dget_object_info.hpp258 #define BOOST_COMPUTE_DETAIL_DEFINE_GET_INFO_SPECIALIZATION(object_type, result_type, value) \ argument
260 template<> struct get_object_info_type<object_type, value> { typedef result_type type; }; \
262 template<> inline result_type object_type::get_info<value>() const \
275 #define BOOST_COMPUTE_DETAIL_DEFINE_GET_INFO_SPECIALIZATIONS(object_type, seq) \ argument
277 BOOST_COMPUTE_DETAIL_DEFINE_GET_INFO_IMPL, object_type, seq \
/third_party/flutter/skia/third_party/externals/dawn/scripts/
Dgit-clang-format217 object_type = get_object_type(commit)
218 if object_type not in ('commit', 'tag'):
219 if object_type is None:
222 die("'%s' is a %s, but a commit was expected" % (commit, object_type))
244 object_type = get_object_type(value)
245 if object_type is None:
247 if object_type in ('commit', 'tag'):
250 (value, object_type))
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/pyfunc/
Dpy_func_cpu_kernel.cc158 void ObjectToRawMemory(const py::object &object, const PythonOjectType &object_type, const TypePtr … in ObjectToRawMemory() argument
160 switch (object_type) { in ObjectToRawMemory()
166 MS_LOG(EXCEPTION) << "python object not supported. type: " << object_type; in ObjectToRawMemory()
241 …const auto &object_type = in_shapes[i].empty() ? PythonOjectType::kScalar : PythonOjectType::kNump… in BuildFuncInfo() local
242 (void)input_infos_.object_types.emplace_back(object_type); in BuildFuncInfo()
248 …const auto &object_type = out_shapes[j].empty() ? PythonOjectType::kScalar : PythonOjectType::kNum… in BuildFuncInfo() local
249 (void)output_infos_.object_types.emplace_back(object_type); in BuildFuncInfo()
/third_party/boost/boost/fiber/future/
Dpackaged_task.hpp55 > object_type; in packaged_task() typedef
57 typename object_type::allocator_type in packaged_task()
61 typename object_type::allocator_type a{ alloc }; in packaged_task()
/third_party/grpc/src/core/lib/transport/
Dtransport.h60 const char* object_type; member
68 const char* object_type);
85 gpr_log(GPR_DEBUG, "%s %p:%p REF %s", refcount->object_type, refcount, in grpc_stream_ref()
102 gpr_log(GPR_DEBUG, "%s %p:%p UNREF %s", refcount->object_type, refcount, in grpc_stream_unref()
/third_party/gstreamer/gstplugins_good/ext/gdk_pixbuf/
Dgstgdkanimation.c49 static GType object_type = 0; in gst_gdk_animation_get_type() local
51 if (!object_type) { in gst_gdk_animation_get_type()
64 object_type = g_type_register_static (GDK_TYPE_PIXBUF_ANIMATION, in gst_gdk_animation_get_type()
71 return object_type; in gst_gdk_animation_get_type()
176 static GType object_type = 0; in gst_gdk_animation_iter_get_type() local
178 if (!object_type) { in gst_gdk_animation_iter_get_type()
191 object_type = g_type_register_static (GDK_TYPE_PIXBUF_ANIMATION_ITER, in gst_gdk_animation_iter_get_type()
195 return object_type; in gst_gdk_animation_iter_get_type()
/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstaacparse.c106 aacparse, GstBitReader * br, gint * object_type, gint * sample_rate,
230 (aacparse->object_type << 11) | in gst_aac_parse_set_src_caps()
337 &aacparse->object_type, &aacparse->sample_rate, &aacparse->channels, in gst_aac_parse_sink_setcaps()
345 "samples=%d", aacparse->object_type, aacparse->sample_rate, in gst_aac_parse_sink_setcaps()
559 GstBitReader * br, gint * object_type, gint * sample_rate, gint * channels, in gst_aac_parse_read_audio_specific_config() argument
569 if (object_type) in gst_aac_parse_read_audio_specific_config()
570 *object_type = audio_object_type; in gst_aac_parse_read_audio_specific_config()
934 &aacparse->object_type, &aacparse->mpegversion); in gst_aac_parse_detect_stream()
946 rate, channels, aacparse->object_type, aacparse->mpegversion); in gst_aac_parse_detect_stream()
976 rate, channels, aacparse->object_type, aacparse->mpegversion); in gst_aac_parse_detect_stream()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/bluez/
Dgstavdtputil.c551 aac->object_type = raw[0]; in gst_avdtp_util_parse_aac_raw()
565 aac->object_type, aac->frequency, aac->rfa, aac->channels, aac->vbr, in gst_avdtp_util_parse_aac_raw()
574 if (aac->object_type & AAC_OBJECT_TYPE_MPEG2_AAC_LC) { in gst_avdtp_util_parse_aac_raw()
578 if ((aac->object_type & AAC_OBJECT_TYPE_MPEG4_AAC_LC) in gst_avdtp_util_parse_aac_raw()
579 || (aac->object_type & AAC_OBJECT_TYPE_MPEG4_AAC_LTP) in gst_avdtp_util_parse_aac_raw()
580 || (aac->object_type & AAC_OBJECT_TYPE_MPEG4_AAC_SCALABLE)) { in gst_avdtp_util_parse_aac_raw()
592 if (aac->object_type & AAC_OBJECT_TYPE_MPEG2_AAC_LC in gst_avdtp_util_parse_aac_raw()
593 || aac->object_type & AAC_OBJECT_TYPE_MPEG4_AAC_LC) { in gst_avdtp_util_parse_aac_raw()
597 if (aac->object_type & AAC_OBJECT_TYPE_MPEG4_AAC_LTP) { in gst_avdtp_util_parse_aac_raw()
601 if (aac->object_type & AAC_OBJECT_TYPE_MPEG4_AAC_SCALABLE) { in gst_avdtp_util_parse_aac_raw()
/third_party/boost/libs/asio/example/cpp11/handler_tracking/
Dcustom_tracking.hpp86 tracked_handler& h, const char* object_type, void* /*object*/, in creation()
98 h.object_type_ = object_type; in creation()
104 object_type, op_name, h.native_handle_, h.handler_id_, h.tree_id_); in creation()

1234