Home
last modified time | relevance | path

Searched refs:object_name (Results 1 – 25 of 54) sorted by relevance

123

/third_party/boost/libs/log/test/run/
Dutil_ipc_object_name.cpp33 boost::log::ipc::object_name name; in BOOST_AUTO_TEST_CASE()
40 boost::log::ipc::object_name name(boost::log::ipc::object_name::global, test_object_name1); in BOOST_AUTO_TEST_CASE()
46 boost::log::ipc::object_name name1(boost::log::ipc::object_name::global, test_object_name1); in BOOST_AUTO_TEST_CASE()
47 boost::log::ipc::object_name name2 = name1; in BOOST_AUTO_TEST_CASE()
53 boost::log::ipc::object_name name1(boost::log::ipc::object_name::global, test_object_name1); in BOOST_AUTO_TEST_CASE()
55 boost::log::ipc::object_name name2 = boost::move(name1); in BOOST_AUTO_TEST_CASE()
61 boost::log::ipc::object_name name1(boost::log::ipc::object_name::global, test_object_name1); in BOOST_AUTO_TEST_CASE()
62 boost::log::ipc::object_name name2; in BOOST_AUTO_TEST_CASE()
69 boost::log::ipc::object_name name1(boost::log::ipc::object_name::global, test_object_name1); in BOOST_AUTO_TEST_CASE()
71 boost::log::ipc::object_name name2; in BOOST_AUTO_TEST_CASE()
[all …]
Dsink_text_ipc_mq_backend.cpp31 const boost::log::ipc::object_name ipc_queue_name(boost::log::ipc::object_name::session, "boost_log…
/third_party/boost/boost/log/utility/ipc/
Dobject_name.hpp70 class object_name class
84 BOOST_COPYABLE_AND_MOVABLE(object_name)
97 object_name() BOOST_NOEXCEPT in object_name() function in boost::ipc::object_name
104 object_name(BOOST_RV_REF(object_name) that) BOOST_NOEXCEPT in object_name() function in boost::ipc::object_name
112 object_name(object_name const& that) : m_name(that.m_name) in object_name() function in boost::ipc::object_name
121 static object_name from_native(const char* str) in from_native()
123 object_name name; in from_native()
133 static object_name from_native(std::string const& str) in from_native()
135 object_name name; in from_native()
145 BOOST_LOG_API object_name(scope ns, const char* str);
[all …]
Dreliable_message_queue.hpp165 object_name const& name, in reliable_message_queue()
194 object_name const& name, in reliable_message_queue()
221 object_name const& name, in reliable_message_queue()
325 object_name const& name,
350 object_name const& name,
373 object_name const& name,
403 BOOST_LOG_API object_name const& name() const;
710 static BOOST_LOG_API void remove(object_name const& name);
/third_party/gstreamer/gstplugins_bad/ext/gs/
Dgstgssink.cpp127 gchar* object_name; member
181 const char* object_name, in GSWriteStream() argument
184 object_name, in GSWriteStream()
363 sink->object_name = g_strdup(DEFAULT_OBJECT_NAME); in gst_gs_sink_init()
385 g_free(sink->object_name); in gst_gs_sink_finalize()
386 sink->object_name = NULL; in gst_gs_sink_finalize()
400 const gchar* object_name) { in gst_gs_sink_set_object_name() argument
401 g_free(sink->object_name); in gst_gs_sink_set_object_name()
402 sink->object_name = NULL; in gst_gs_sink_set_object_name()
406 if (!object_name) { in gst_gs_sink_set_object_name()
[all …]
Dgstgssrc.cpp85 std::string object_name; member
129 src->object_name, in GSReadStream()
268 src->object_name = filepath.substr(delimiter + 1); in gst_gs_src_set_location()
272 GST_INFO_OBJECT(src, "object name is %s", src->object_name.c_str()); in gst_gs_src_set_location()
542 src->bucket_name.c_str(), src->object_name.c_str()); in gst_gs_src_start()
545 src->gcs_client->GetObjectMetadata(src->bucket_name, src->object_name); in gst_gs_src_start()
/third_party/boost/libs/log/src/posix/
Dobject_name.cpp70 std::string get_scope_prefix(object_name::scope ns)
75 case object_name::process_group:
86 case object_name::session:
97 case object_name::user:
153 BOOST_LOG_API object_name::object_name(scope ns, const char* str) :
159 BOOST_LOG_API object_name::object_name(scope ns, std::string const& str) : in object_name() function in boost::ipc::object_name
Dipc_reliable_message_queue.cpp205 const object_name m_name;
212 object_name const& name, in implementation()
233 object_name const& name, in implementation()
258 object_name const& name, in implementation()
281 object_name const& name() const BOOST_NOEXCEPT in name()
678 BOOST_LOG_API void reliable_message_queue::create(object_name const& name, uint32_t capacity, size_… in create()
698 BOOST_LOG_API void reliable_message_queue::open_or_create(object_name const& name, uint32_t capacit… in open_or_create()
718 BOOST_LOG_API void reliable_message_queue::open(object_name const& name, overflow_policy oflow_poli… in open()
750 BOOST_LOG_API object_name const& reliable_message_queue::name() const in name()
870 BOOST_LOG_API void reliable_message_queue::remove(object_name const& name) in remove()
/third_party/boost/libs/log/src/windows/
Dobject_name.cpp153 std::string get_scope_prefix(object_name::scope ns)
158 case object_name::process_group:
166 case object_name::session:
172 case object_name::user:
210 BOOST_LOG_API object_name::object_name(scope ns, const char* str) :
216 BOOST_LOG_API object_name::object_name(scope ns, std::string const& str) : in object_name() function in boost::ipc::object_name
Dipc_reliable_message_queue.cpp201 const object_name m_name;
208 object_name const& name, in implementation()
231 object_name const& name, in implementation()
257 object_name const& name, in implementation()
273 object_name const& name() const BOOST_NOEXCEPT in name()
627 BOOST_LOG_API void reliable_message_queue::create(object_name const& name, uint32_t capacity, size_… in create()
643 BOOST_LOG_API void reliable_message_queue::open_or_create(object_name const& name, uint32_t capacit… in open_or_create()
659 BOOST_LOG_API void reliable_message_queue::open(object_name const& name, overflow_policy oflow_poli… in open()
687 BOOST_LOG_API object_name const& reliable_message_queue::name() const in name()
807 BOOST_LOG_API void reliable_message_queue::remove(object_name const&) in remove()
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
Dentrypoint.c120 strcpy ((OMX_STRING) h264dprc_type.object_name, "h264dprc"); in OMX_ComponentInit()
125 strcpy ((OMX_STRING) h264d_inport_type.object_name, "h264dinport"); in OMX_ComponentInit()
130 strcpy ((OMX_STRING) h264eprc_type.object_name, "h264eprc"); in OMX_ComponentInit()
135 strcpy ((OMX_STRING) h264e_inport_type.object_name, "h264einport"); in OMX_ComponentInit()
140 strcpy ((OMX_STRING) h264e_outport_type.object_name, "h264eoutport"); in OMX_ComponentInit()
/third_party/mesa3d/src/vulkan/util/
Dvk_object.c42 base->object_name = NULL; in vk_object_base_init()
51 if (base->object_name != NULL) in vk_object_base_finish()
52 vk_free(&base->device->alloc, base->object_name); in vk_object_base_finish()
322 if (obj->object_name) in vk_object_base_name()
323 return obj->object_name; in vk_object_base_name()
325 obj->object_name = vk_asprintf(&obj->device->alloc, in vk_object_base_name()
331 return obj->object_name; in vk_object_base_name()
Dvk_debug_utils.c166 if (object->object_name) { in vk_common_SetDebugUtilsObjectNameEXT()
167 vk_free(&device->alloc, object->object_name); in vk_common_SetDebugUtilsObjectNameEXT()
168 object->object_name = NULL; in vk_common_SetDebugUtilsObjectNameEXT()
170 object->object_name = vk_strdup(&device->alloc, pNameInfo->pObjectName, in vk_common_SetDebugUtilsObjectNameEXT()
172 if (!object->object_name) in vk_common_SetDebugUtilsObjectNameEXT()
/third_party/jerryscript/tests/unit-core/
Dtest-native-instanceof.c73 jerry_value_t object_name = jerry_create_string ((jerry_char_t *) "Object"); in main() local
74 constructor = jerry_get_property (global, object_name); in main()
75 jerry_release_value (object_name); in main()
/third_party/boost/boost/log/support/
Dexception.hpp69 class object_name;
74 typedef error_info< struct object_name_tag, object_name > object_name_info;
/third_party/boost/libs/log/example/doc/
Dsinks_ipc_receiver.cpp32 … keywords::name = logging::ipc::object_name(logging::ipc::object_name::user, "ipc_message_queue"), in main()
Dutil_ipc_reliable_mq_writer.cpp28 … keywords::name = logging::ipc::object_name(logging::ipc::object_name::user, "ipc_message_queue"), in main()
Dsinks_ipc_logger.cpp53 … keywords::name = logging::ipc::object_name(logging::ipc::object_name::user, "ipc_message_queue"), in main()
/third_party/gstreamer/gstreamer/gst/
Dgstchildproxy.c64 gchar *object_name; in gst_child_proxy_default_get_child_by_name() local
81 object_name = gst_object_get_name (GST_OBJECT_CAST (object)); in gst_child_proxy_default_get_child_by_name()
82 if (object_name == NULL) { in gst_child_proxy_default_get_child_by_name()
87 eq = g_str_equal (object_name, name); in gst_child_proxy_default_get_child_by_name()
88 g_free (object_name); in gst_child_proxy_default_get_child_by_name()
/third_party/boost/libs/utility/test/
Dvalue_init_workaround_test.cpp113 unsigned failed_to_value_initialized(const T& object, const char *const object_name) in failed_to_value_initialized() argument
121 std::cout << "Note: Failed to value-initialize " << object_name << '.' << std::endl; in failed_to_value_initialized()
Dvalue_init_test2.cpp111 unsigned failed_to_value_initialized(const T& object, const char *const object_name) in failed_to_value_initialized() argument
119 std::cout << "Note: Failed to value-initialize " << object_name << '.' << std::endl; in failed_to_value_initialized()
/third_party/boost/boost/archive/impl/
Dbasic_xml_iarchive.ipp61 if(0 != name[this->This()->gimpl->rv.object_name.size()]
63 this->This()->gimpl->rv.object_name.begin(),
64 this->This()->gimpl->rv.object_name.end(),
/third_party/openssl/crypto/ui/
Dui_lib.c358 const char *object_name) in UI_construct_prompt() argument
363 prompt = ui->meth->ui_construct_prompt(ui, object_desc, object_name); in UI_construct_prompt()
373 if (object_name != NULL) in UI_construct_prompt()
374 len += sizeof(prompt2) - 1 + strlen(object_name); in UI_construct_prompt()
383 if (object_name != NULL) { in UI_construct_prompt()
385 OPENSSL_strlcat(prompt, object_name, len + 1); in UI_construct_prompt()
694 *object_name)) in UI_method_set_prompt_constructor() argument
/third_party/alsa-utils/topology/
Dpre-process-object.c841 const char *object_name; in tplg_build_object_from_template() local
868 object_name = tplg_object_get_name(tplg_pp, obj); in tplg_build_object_from_template()
869 if (!object_name) { in tplg_build_object_from_template()
870 ret = snd_config_get_id(obj, &object_name); in tplg_build_object_from_template()
877 tplg_pp_debug("Building object: '%s' ...", object_name); in tplg_build_object_from_template()
883 *wtop = tplg_find_config(top, object_name); in tplg_build_object_from_template()
887 ret = tplg_config_make_add(wtop, object_name, SND_CONFIG_TYPE_COMPOUND, in tplg_build_object_from_template()
890 SNDERR("Error creating config for %s\n", object_name); in tplg_build_object_from_template()
902 SNDERR("Error creating template config for %s\n", object_name); in tplg_build_object_from_template()
910 SNDERR("Error adding attributes for object '%s'\n", object_name); in tplg_build_object_from_template()
/third_party/flatbuffers/src/
Didl_gen_dart.cpp418 const auto &object_name = struct_def.name; in GenStruct() local
424 auto reader_name = "_" + object_name + "Reader"; in GenStruct()
425 auto builder_name = object_name + "Builder"; in GenStruct()
426 auto object_builder_name = object_name + "ObjectBuilder"; in GenStruct()
430 code += "class " + object_name + " {\n"; in GenStruct()
432 code += " " + object_name + "._(this._bc, this._bcOffset);\n"; in GenStruct()
434 code += " factory " + object_name + "(List<int> bytes) {\n"; in GenStruct()
442 code += " static const " + _kFb + ".Reader<" + object_name + in GenStruct()

123