Home
last modified time | relevance | path

Searched refs:property_list (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
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;
Dproperty.hpp219 using property_list = std::map<D, property_element<D>>; typedef
230 property_list<D>
232 property_list<D> props; in obj()
253 desc(const property_list<D> &props) { in desc()
Dcontext.cpp27 context::context(const property_list &props, in context()
55 const context::property_list &
/third_party/pulseaudio/src/modules/dbus/
Diface-sample.c354 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 = pa_dbus_get_proplist_arg(conn, msg, &msg_iter))) in handle_play_to_sink()
427 …if (pa_scache_play_item(s->sample->core, s->sample->name, sink, volume, property_list, NULL) < 0) { in handle_play_to_sink()
435 if (property_list) in handle_play_to_sink()
436 pa_proplist_free(property_list); in handle_play_to_sink()
Diface-client.c329 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()
Diface-stream.c853 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()
Diface-core.c1287 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/
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/
Ddevice.cpp406 desc(property_list<cl_device_partition_property>()); in clGetDeviceInfo()
415 desc(property_list<cl_device_partition_property>()); in clGetDeviceInfo()
/third_party/quickjs/
Dquickjs.c43718 JSValue property_list; member
43897 if (!JS_IsUndefined(jsc->property_list)) in js_json_to_str()
43898 tab = JS_DupValue(ctx, jsc->property_list); in js_json_to_str()
43999 jsc->property_list = JS_UNDEFINED; in JS_JSONStringify()
44018 jsc->property_list = JS_NewArray(ctx); in JS_JSONStringify()
44019 if (JS_IsException(jsc->property_list)) in JS_JSONStringify()
44047 present = js_array_includes(ctx, jsc->property_list, in JS_JSONStringify()
44054 JS_SetPropertyInt64(ctx, jsc->property_list, j++, v); in JS_JSONStringify()
44117 JS_FreeValue(ctx, jsc->property_list); in JS_JSONStringify()