Home
last modified time | relevance | path

Searched refs:property_list (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dcontext.hpp39 typedef clover::property_list<cl_context_properties> property_list; typedef in clover::context
47 context(const property_list &props, const ref_vector<device> &devs,
61 const property_list &
79 property_list props;
H A Dproperty.hpp219 using property_list = std::map<D, property_element<D>>;
224 /// Create a clover::property_list object from a zero-terminated
230 property_list<D>
232 property_list<D> props; in obj()
249 /// clover::property_list object.
253 desc(const property_list<D> &props) { in desc()
H A Dcontext.cpp27 context::context(const property_list &props, in context()
55 const context::property_list &
/third_party/pulseaudio/src/modules/dbus/
H A Diface-sample.c93 static pa_dbus_arg_info play_args[] = { { "volume", "u", "in" }, { "property_list", "a{say}", "in" } };
96 { "property_list", "a{say}", "in" } };
121 static pa_dbus_arg_info property_list_updated_args[] = { { "property_list", "a{say}", NULL } };
354 pa_proplist *property_list = NULL; in handle_play() local
364 if (!(property_list = pa_dbus_get_proplist_arg(conn, msg, &msg_iter))) in handle_play()
382 property_list, in handle_play()
391 if (property_list) in handle_play()
392 pa_proplist_free(property_list); in handle_play()
400 pa_proplist *property_list = NULL; in handle_play_to_sink() local
414 if (!(property_list in handle_play_to_sink()
[all...]
H A Diface-client.c86 static pa_dbus_arg_info update_properties_args[] = { { "property_list", "a{say}", "in" }, { "update_mode", "u", "in" } };
113 static pa_dbus_arg_info property_list_updated_args[] = { { "property_list", "a{say}", NULL } };
115 { "property_list", "a{say}", NULL } };
329 pa_proplist *property_list = NULL; in handle_update_properties() local
343 if (!(property_list = pa_dbus_get_proplist_arg(conn, msg, &msg_iter))) in handle_update_properties()
353 pa_client_update_proplist(c->client, update_mode, property_list); in handle_update_properties()
358 if (property_list) in handle_update_properties()
359 pa_proplist_free(property_list); in handle_update_properties()
H A Diface-stream.c160 static pa_dbus_arg_info property_list_updated_args[] = { { "property_list", "a{say}", NULL } };
161 static pa_dbus_arg_info stream_event_args[] = { { "name", "s", NULL }, { "property_list", "a{say}", NULL } };
853 pa_proplist *property_list = NULL; in send_event_cb() local
865 property_list = data->data; in send_event_cb()
873 property_list = data->data; in send_event_cb()
881 pa_dbus_append_proplist(&msg_iter, property_list); in send_event_cb()
H A Diface-core.c208 { "property_list", "a{say}", "in" },
1287 pa_proplist *property_list; in handle_upload_sample() local
1323 if (!(property_list = pa_dbus_get_proplist_arg(conn, msg, &msg_iter))) in handle_upload_sample()
1408 if (pa_scache_add_item(c->core, name, &ss, &map, &chunk, property_list, &idx) < 0) { in handle_upload_sample()
1432 if (property_list) in handle_upload_sample()
1433 pa_proplist_free(property_list); in handle_upload_sample()
/third_party/mesa3d/include/android_stub/cutils/
H A Dproperties.h113 int property_list(void (*propfn)(const char *key, const char *value, void *cookie), void *cookie);
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Ddevice.cpp406 desc(property_list<cl_device_partition_property>()); in clGetDeviceInfo()
415 desc(property_list<cl_device_partition_property>()); in clGetDeviceInfo()
/third_party/node/deps/v8/src/api/
H A Dapi-natives.cc232 Object maybe_property_list = data->property_list(); in ConfigureInstance()
560 Object maybe_list = templ->property_list(); in AddPropertyToPropertyList()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc2126 os << "\n - property_list: " << Brief(property_list()); in FunctionTemplateInfoPrint()
2142 os << "\n - property_list: " << Brief(property_list()); in ObjectTemplateInfoPrint()

Completed in 16 milliseconds