/external/libopus/src/ |
D | opus_multistream_encoder.c | 437 MappingType mapping_type in opus_multistream_encoder_init_impl() argument 454 if (mapping_type != MAPPING_TYPE_SURROUND) in opus_multistream_encoder_init_impl() 465 if (mapping_type == MAPPING_TYPE_AMBISONICS && in opus_multistream_encoder_init_impl() 488 if (mapping_type == MAPPING_TYPE_SURROUND) in opus_multistream_encoder_init_impl() 493 st->mapping_type = mapping_type; in opus_multistream_encoder_init_impl() 523 MappingType mapping_type; in opus_multistream_surround_encoder_init() local 572 mapping_type = MAPPING_TYPE_SURROUND; in opus_multistream_surround_encoder_init() 575 mapping_type = MAPPING_TYPE_AMBISONICS; in opus_multistream_surround_encoder_init() 578 mapping_type = MAPPING_TYPE_NONE; in opus_multistream_surround_encoder_init() 582 application, mapping_type); in opus_multistream_surround_encoder_init() [all …]
|
D | opus_private.h | 66 MappingType mapping_type; member
|
/external/python/apitools/apitools/base/py/ |
D | encoding_helper.py | 645 def _FetchRemapping(type_name, mapping_type, python_name=None, json_name=None, argument 651 'for %s remapping' % mapping_type) 655 mapping_type,)) 667 def _CheckForExistingMappings(mapping_type, message_type, argument 670 if mapping_type == 'field': 672 elif mapping_type == 'enum': 678 mapping_type, python_name, remapping)) 683 mapping_type, json_name, remapping))
|
/external/ComputeLibrary/arm_compute/runtime/ |
D | IMemoryPool.h | 56 virtual MappingType mapping_type() const = 0;
|
D | ILifetimeManager.h | 87 virtual MappingType mapping_type() const = 0;
|
D | OffsetLifetimeManager.h | 65 MappingType mapping_type() const override;
|
D | BlobLifetimeManager.h | 65 MappingType mapping_type() const override;
|
D | OffsetMemoryPool.h | 70 MappingType mapping_type() const override;
|
D | BlobMemoryPool.h | 67 MappingType mapping_type() const override;
|
/external/tensorflow/tensorflow/python/util/ |
D | nest_test.py | 165 def testFlattenDictOrder(self, mapping_type): argument 167 ordered = mapping_type([("d", 3), ("b", 1), ("a", 0), ("c", 2)]) 176 def testPackDictOrder(self, mapping_type): argument 178 custom = mapping_type([("d", 0), ("b", 0), ("a", 0), ("c", 0)]) 183 self.assertIsInstance(custom_reconstruction, mapping_type) 186 mapping_type([("d", 3), ("b", 1), ("a", 0), ("c", 2)]), 310 def testFlattenDictItems(self, mapping_type): argument 311 dictionary = mapping_type({(4, 5, (6, 8)): ("a", "b", ("c", "d"))}) 318 bad_dictionary = mapping_type({(4, 5, (4, 8)): ("a", "b", ("c", "d"))}) 322 another_bad_dictionary = mapping_type({
|
/external/ComputeLibrary/src/runtime/ |
D | OffsetMemoryPool.cpp | 69 MappingType OffsetMemoryPool::mapping_type() const in mapping_type() function in arm_compute::OffsetMemoryPool
|
D | BlobMemoryPool.cpp | 66 MappingType BlobMemoryPool::mapping_type() const in mapping_type() function in BlobMemoryPool
|
D | OffsetLifetimeManager.cpp | 62 MappingType OffsetLifetimeManager::mapping_type() const in mapping_type() function in arm_compute::OffsetLifetimeManager
|
D | BlobLifetimeManager.cpp | 54 MappingType BlobLifetimeManager::mapping_type() const in mapping_type() function in arm_compute::BlobLifetimeManager
|
/external/compiler-rt/lib/msan/ |
D | msan.h | 198 inline bool addr_is_type(uptr addr, MappingDesc::Type mapping_type) { in addr_is_type() argument 205 if (kMemoryLayout[i].type == mapping_type && in addr_is_type()
|
/external/cronet/base/debug/ |
D | test_elf_image_builder.h | 70 explicit TestElfImageBuilder(MappingType mapping_type);
|
D | test_elf_image_builder.cc | 51 TestElfImageBuilder::TestElfImageBuilder(MappingType mapping_type) in TestElfImageBuilder() argument 52 : mapping_type_(mapping_type) {} in TestElfImageBuilder()
|
/external/python/apitools/apitools/gen/ |
D | extended_descriptor.py | 220 def _FormatCustomJsonMapping(mapping_type, mapping, descriptor): argument 222 'encoding.AddCustomJson%sMapping(' % mapping_type,
|
/external/iproute2/devlink/ |
D | devlink.c | 2667 enum devlink_dpipe_field_mapping_type mapping_type; member 2810 dpipe_field_mapping_e2s(enum devlink_dpipe_field_mapping_type mapping_type) in dpipe_field_mapping_e2s() argument 2812 switch (mapping_type) { in dpipe_field_mapping_e2s() 2826 enum devlink_dpipe_field_mapping_type mapping_type; in dpipe_mapping_get() local 2837 mapping_type = header->fields[field_id].mapping_type; in dpipe_mapping_get() 2838 return dpipe_field_mapping_e2s(mapping_type); in dpipe_mapping_get() 2857 if (field->mapping_type) in pr_out_dpipe_fields() 2859 dpipe_field_mapping_e2s(field->mapping_type)); in pr_out_dpipe_fields() 2915 field->mapping_type = mnl_attr_get_u32(nla_field[DEVLINK_ATTR_DPIPE_FIELD_MAPPING_TYPE]); in dpipe_header_field_get()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
D | conv_generic.cc | 1217 WorkGroupSizeOption::ThreadMapping mapping_type, float penalty, in CreateWorkGroupSizeOption() argument 1221 wg.thread_mapping = mapping_type; in CreateWorkGroupSizeOption() 1223 if (mapping_type == WorkGroupSizeOption::ThreadMapping::kDefault) { in CreateWorkGroupSizeOption() 1226 } else if (mapping_type == in CreateWorkGroupSizeOption() 1230 } else if (mapping_type == WorkGroupSizeOption::ThreadMapping::kLinearAll) { in CreateWorkGroupSizeOption()
|
/external/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 72132 enum devlink_dpipe_field_mapping_type mapping_type; member
|
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_510.h | 105063 enum devlink_dpipe_field_mapping_type mapping_type; member
|
D | vmlinux.h | 105063 enum devlink_dpipe_field_mapping_type mapping_type; member
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux.h | 88158 enum devlink_dpipe_field_mapping_type mapping_type; member
|
D | vmlinux_510.h | 88158 enum devlink_dpipe_field_mapping_type mapping_type; member
|