/third_party/alsa-lib/src/ucm/ |
H A D | ucm_local.h | 161 struct list_head value_list; member 186 struct list_head value_list; member 217 struct list_head value_list; member 256 struct list_head value_list; member
|
H A D | utils.c | 591 uc_mgr_free_value(&mod->value_list); in uc_mgr_free_modifier() 605 uc_mgr_free_value(&dev->value_list); in uc_mgr_free_device() 752 uc_mgr_free_value(&verb->value_list); in uc_mgr_free_verb() 764 uc_mgr_free_value(&uc_mgr->value_list); in uc_mgr_free_verb()
|
H A D | parser.c | 1391 INIT_LIST_HEAD(&modifier->value_list); in parse_modifier() 1466 err = parse_value(uc_mgr, &modifier->value_list, n); in parse_modifier() 1536 INIT_LIST_HEAD(&device->value_list); in parse_device() 1614 err = parse_value(uc_mgr, &device->value_list, n); in parse_device() 1933 err = parse_value(uc_mgr, &verb->value_list, n); in parse_verb() 1975 INIT_LIST_HEAD(&verb->value_list); in parse_verb_file() 2469 err = parse_value(uc_mgr, &uc_mgr->value_list, n); in parse_master_file()
|
H A D | main.c | 54 struct list_head *value_list, const char *identifier); 694 &device->value_list, in run_device_sequence() 695 &verb->value_list, in run_device_sequence() 696 &uc_mgr->value_list); in run_device_sequence() 715 &device->value_list, in run_device_all_sequence() 716 &verb->value_list, in run_device_all_sequence() 717 &uc_mgr->value_list); in run_device_all_sequence() 950 &device->value_list, in execute_component_seq() 951 &uc_mgr->active_verb->value_list, in execute_component_seq() 952 &uc_mgr->value_list); in execute_component_seq() 1938 struct list_head *value_list; get_identifiers_list() local 2126 get_value1(snd_use_case_mgr_t *uc_mgr, char **value, struct list_head *value_list, const char *identifier) get_value1() argument [all...] |
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-webdriver-serializer.cc | 187 std::unique_ptr<protocol::ListValue> value_list = in _serializeMap() 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() 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/tools/gyp/pylib/gyp/generator/ |
H A D | android.py | 969 value_list, 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)
|
H A D | make.py | 2051 def WriteList(self, value_list, variable=None, prefix="", quoter=QuoteIfNecessary): 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/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | android.py | 969 value_list, 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)
|
H A D | make.py | 2057 def WriteList(self, value_list, variable=None, prefix="", quoter=QuoteIfNecessary): 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/skia/third_party/externals/angle2/src/common/ |
H A 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/ |
H A D | libXCB.hpp | 25 xcb_void_cookie_t (*xcb_create_gc)(xcb_connection_t *c, xcb_gcontext_t cid, xcb_drawable_t drawable, uint32_t value_mask, const void *value_list) = nullptr;
|
/third_party/vulkan-loader/scripts/ |
H A D | helper_file_generator.py | 361 def GenerateEnumStringConversion(self, groupName, value_list): 367 for item in value_list:
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A 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/ |
H A 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/ |
H A D | gen-implicit-conversions.py | 331 def gen_value_strs(value_list, value_type): 332 for value in value_list:
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
H A 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/ |
H A D | ir.cpp | 889 ir_constant::ir_constant(const struct glsl_type *type, exec_list *value_list) in ir_constant() argument 899 * value_list must be a 1-for-1 match with the structure components. Each in ir_constant() 900 * entry must also be a constant. Just move the nodes from the value_list in ir_constant() 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() 1017 /* Use each component from each entry in the value_list to initialize one in ir_constant()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A 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()
|