/third_party/alsa-lib/src/ucm/ |
D | main.c | 54 struct list_head *value_list, const char *identifier); 869 &device->value_list, in execute_component_seq() 870 &uc_mgr->active_verb->value_list, in execute_component_seq() 871 &uc_mgr->value_list); in execute_component_seq() 885 err = get_value1(uc_mgr, &value, &uc_mgr->value_list, key); in add_auto_value() 890 return uc_mgr_add_value(&uc_mgr->value_list, key, s); in add_auto_value() 931 &uc_mgr->value_list, NULL, NULL); in set_defaults() 1283 &verb->value_list, in set_verb() 1284 &uc_mgr->value_list, in set_verb() 1314 &modifier->value_list, in set_modifier() [all …]
|
D | ucm_local.h | 157 struct list_head value_list; member 182 struct list_head value_list; member 213 struct list_head value_list; member 249 struct list_head value_list; member
|
D | utils.c | 582 uc_mgr_free_value(&mod->value_list); in uc_mgr_free_modifier() 596 uc_mgr_free_value(&dev->value_list); in uc_mgr_free_device() 719 uc_mgr_free_value(&verb->value_list); in uc_mgr_free_verb() 731 uc_mgr_free_value(&uc_mgr->value_list); in uc_mgr_free_verb()
|
D | parser.c | 1104 INIT_LIST_HEAD(&modifier->value_list); in parse_modifier() 1179 err = parse_value(uc_mgr, &modifier->value_list, n); in parse_modifier() 1249 INIT_LIST_HEAD(&device->value_list); in parse_device() 1327 err = parse_value(uc_mgr, &device->value_list, n); in parse_device() 1646 err = parse_value(uc_mgr, &verb->value_list, n); in parse_verb() 1688 INIT_LIST_HEAD(&verb->value_list); in parse_verb_file() 2086 err = parse_value(uc_mgr, &uc_mgr->value_list, n); in parse_master_file()
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
D | android.py | 903 def WriteList(self, value_list, variable=None, prefix='', argument 912 if value_list: 913 value_list = [quoter(prefix + l) for l in value_list] 915 value_list = [self.LocalPathify(l) for l in value_list] 916 values = ' \\\n\t' + ' \\\n\t'.join(value_list)
|
D | make.py | 1694 def WriteList(self, value_list, variable=None, prefix='', argument 1703 if value_list: 1704 value_list = [quoter(prefix + l) for l in value_list] 1705 values = ' \\\n\t' + ' \\\n\t'.join(value_list)
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
D | android.py | 970 value_list, argument 983 if value_list: 984 value_list = [quoter(prefix + value) for value in value_list] 986 value_list = [self.LocalPathify(value) for value in value_list] 987 values = " \\\n\t" + " \\\n\t".join(value_list)
|
D | make.py | 1897 def WriteList(self, value_list, variable=None, prefix="", quoter=QuoteIfNecessary): argument 1905 if value_list: 1906 value_list = [quoter(prefix + value) for value in value_list] 1907 values = " \\\n\t" + " \\\n\t".join(value_list)
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/xcb/ |
D | gstvkwindow_xcb.c | 215 uint32_t value_mask, value_list[32]; in gst_vulkan_window_xcb_create_window() local 230 value_list[0] = screen->black_pixel; in gst_vulkan_window_xcb_create_window() 231 value_list[1] = in gst_vulkan_window_xcb_create_window() 237 screen->root_visual, value_mask, value_list); in gst_vulkan_window_xcb_create_window()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstnvh265dec.c | 971 GValue value_list = G_VALUE_INIT; in gst_nv_h265_dec_register() local 984 g_value_init (&value_list, GST_TYPE_LIST); in gst_nv_h265_dec_register() 988 gst_value_list_append_value (&value_list, &value); in gst_nv_h265_dec_register() 991 gst_value_list_append_value (&value_list, &value); in gst_nv_h265_dec_register() 994 gst_value_list_append_value (&value_list, &value); in gst_nv_h265_dec_register() 996 gst_caps_set_value (cdata->sink_caps, "stream-format", &value_list); in gst_nv_h265_dec_register() 998 g_value_unset (&value_list); in gst_nv_h265_dec_register()
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | gen_packed_gl_enums.py | 37 for (enum_name, value_list) in enums_dict.iteritems(): 42 for (value_name, value_gl_name) in value_list.iteritems():
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | gen_packed_gl_enums.py | 47 for (enum_name, value_list) in enums_dict.iteritems(): 52 for (value_name, value_gl_name) in value_list.iteritems():
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
D | libXCB.hpp | 25 …cb_gcontext_t cid, xcb_drawable_t drawable, uint32_t value_mask, const void *value_list) = nullptr;
|
/third_party/vulkan-loader/scripts/ |
D | helper_file_generator.py | 360 def GenerateEnumStringConversion(self, groupName, value_list): argument 366 for item in value_list:
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | json_format_test.py | 870 value_list = [0x00, 0xD8, 0x6E, 0x00] 873 value_list[3] = a 875 value_list[0] = b 876 byte_array = bytearray(value_list)
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
D | pngcp.c | 162 typedef struct value_list struct 166 } value_list; typedef 168 static const value_list 269 static value_list 285 const value_list *values; /* values for OPTION or LIST */
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/tools/ |
D | pngcp.c | 162 typedef struct value_list struct 166 } value_list; argument 168 static const value_list 269 static value_list 285 const value_list *values; /* values for OPTION or LIST */
|
/third_party/vk-gl-cts/modules/gles31/scripts/ |
D | gen-implicit-conversions.py | 331 def gen_value_strs(value_list, value_type): argument 332 for value in value_list:
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.cpp | 516 uint32_t value_mask, value_list[32]; in init_window() local 521 value_list[0] = info.screen->black_pixel; in init_window() 522 value_list[1] = XCB_EVENT_MASK_KEY_RELEASE | XCB_EVENT_MASK_EXPOSURE; in init_window() 526 info.screen->root_visual, value_mask, value_list); in init_window()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.cpp | 508 uint32_t value_mask, value_list[32]; in init_window() local 513 value_list[0] = info.screen->black_pixel; in init_window() 514 value_list[1] = XCB_EVENT_MASK_KEY_RELEASE | XCB_EVENT_MASK_EXPOSURE; in init_window() 518 info.screen->root_visual, value_mask, value_list); in init_window()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | ir.cpp | 889 ir_constant::ir_constant(const struct glsl_type *type, exec_list *value_list) in ir_constant() argument 906 foreach_in_list(ir_constant, value, value_list) { in ir_constant() 918 ir_constant *value = (ir_constant *) (value_list->get_head_raw()); in ir_constant()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cShadingLanguage420PackTests.cpp | 4508 const std::string& value_list = getValueList(test_case.m_n_cols, test_case.m_n_rows); in prepareShaderSource() local 4545 Utils::replaceAllTokens("VALUE_LIST", value_list.c_str(), out_source.m_parts[0].m_code); in prepareShaderSource() 4911 const std::string& value_list = getValueList(n_rows); in prepareShaderSource() local 4948 Utils::replaceAllTokens("VALUE_LIST", value_list.c_str(), out_source.m_parts[0].m_code); in prepareShaderSource()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstvalue.c | 7935 FUNC_VALUE_GET_TYPE (value_list, "GstValueList"); 8104 REGISTER_SERIALIZATION_WITH_PSPEC (gst_value_list_get_type (), value_list); in _priv_gst_value_initialize()
|