/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/v8/src/inspector/ |
D | v8-webdriver-serializer.cc | 187 std::unique_ptr<protocol::ListValue> value_list = in _serializeMap() local 191 value_list->pushValue(std::move(key_protocol_value)); in _serializeMap() 192 value_list->pushValue(std::move(property_protocol_value)); in _serializeMap() 194 result_value->pushValue(std::move(value_list)); in _serializeMap() 259 std::unique_ptr<protocol::ListValue> value_list = in _serializeObjectValue() local 262 value_list->pushValue(std::move(key_protocol_value)); in _serializeObjectValue() 263 value_list->pushValue(std::move(property_protocol_value)); in _serializeObjectValue() 265 result_list->pushValue(std::move(value_list)); in _serializeObjectValue()
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
D | android.py | 969 value_list, argument 982 if value_list: 983 value_list = [quoter(prefix + value) for value in value_list] 985 value_list = [self.LocalPathify(value) for value in value_list] 986 values = " \\\n\t" + " \\\n\t".join(value_list)
|
D | make.py | 2057 def WriteList(self, value_list, variable=None, prefix="", quoter=QuoteIfNecessary): argument 2065 if value_list: 2066 value_list = [quoter(prefix + value) for value in value_list] 2067 values = " \\\n\t" + " \\\n\t".join(value_list)
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
D | android.py | 969 value_list, argument 982 if value_list: 983 value_list = [quoter(prefix + value) for value in value_list] 985 value_list = [self.LocalPathify(value) for value in value_list] 986 values = " \\\n\t" + " \\\n\t".join(value_list)
|
D | make.py | 2051 def WriteList(self, value_list, variable=None, prefix="", quoter=QuoteIfNecessary): argument 2059 if value_list: 2060 value_list = [quoter(prefix + value) for value in value_list] 2061 values = " \\\n\t" + " \\\n\t".join(value_list)
|
/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/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/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()
|