Home
last modified time | relevance | path

Searched defs:_config (Results 1 – 25 of 50) sorted by relevance

12

/external/pigweed/pw_emu/py/tests/
Dqemu_test.py53 _config = { variable in TestQemu
161 _config: dict[str, Any] = {} variable in TestQemuChannelsTcp
175 _config: dict[str, Any] = {} variable in TestQemuChannelsPty
191 _config = { variable in TestQemuInvalidChannelType
213 _config = { variable in TestQemuTargetChannelsMixed
Drenode_test.py53 _config = { variable in TestRenode
97 _config = { variable in TestRenodeInvalidChannelType
126 _config = { variable in TestRenodeChannels
215 _config: dict[str, Any] = {} variable in TestRenodeChannelsPty
Dcore_test.py54 _config: dict[str, Any] = { variable in TestInvalidTarget
71 _config: dict[str, Any] = { variable in TestStart
125 _config: dict[str, Any] = { variable in TestPrePostStartCmds
200 _config: dict[str, Any] = { variable in TestStop
234 _config: dict[str, Any] = { variable in TestChannels
359 _config = { variable in TestHandles
400 _config: dict[str, Any] = { variable in TestConfig
Dfrontend_test.py34 _config = { variable in TestEmulator
126 _config: dict[str, Any] = { variable in TestGdbEmptyConfig
Dconfig_helper.py46 _config: dict[str, Any] | None = None variable in ConfigHelper
Dcli_test.py44 _config = { variable in TestCli
/external/sdv/vsomeip/implementation/utility/src/
Dutility.cpp66 bool utility::is_routing_manager(const std::shared_ptr<configuration> &_config) { in is_routing_manager()
124 void utility::remove_lockfile(const std::shared_ptr<configuration> &_config) { in remove_lockfile()
207 const std::shared_ptr<configuration> &_config) { in get_base_path()
223 const std::shared_ptr<configuration> &_config, in request_client_id()
310 const std::shared_ptr<configuration> &_config) { in get_max_client_number()
/external/sdv/vsomeip/implementation/e2e_protection/src/e2e/profile/profile_custom/
Dprofile_custom.cpp17 uint32_t profile_custom::compute_crc(const profile_config &_config, const e2e_buffer &_buffer) { in compute_crc()
22 bool profile_custom::is_buffer_length_valid(const profile_config &_config, const e2e_buffer &_buffe… in is_buffer_length_valid()
/external/sdv/vsomeip/implementation/e2e_protection/src/e2e/profile/profile01/
Dprofile_01.cpp17 uint8_t profile_01::compute_crc(const profile_config &_config, const e2e_buffer &_buffer) { in compute_crc()
101 bool profile_01::is_buffer_length_valid(const profile_config &_config, const e2e_buffer &_buffer) { in is_buffer_length_valid()
/external/sdv/vsomeip/implementation/e2e_protection/src/e2e/profile/
De2e_provider_impl.cpp28 value_t read_value_from_config(const std::shared_ptr<vsomeip_v3::cfg::e2e> &_config, in read_value_from_config()
128 e2e_provider_impl::make_e2e_profile_config(const std::shared_ptr<cfg::e2e> &_config) { in make_e2e_profile_config()
149 e2e_provider_impl::make_e2e_profile_config(const std::shared_ptr<cfg::e2e> &_config) { in make_e2e_profile_config()
/external/mesa3d/src/gallium/targets/rusticl/
Dmeson.build61 _config = configuration_data() cfgdata
/external/sdv/vsomeip/implementation/e2e_protection/include/e2e/profile/profile_custom/
Dchecker.hpp23 explicit profile_custom_checker(const e2e::profile_custom::profile_config &_config) : in profile_custom_checker()
Dprotector.hpp21 explicit protector(const profile_config &_config) : config_(_config){}; in protector()
/external/sdv/vsomeip/implementation/e2e_protection/include/e2e/profile/profile01/
Dchecker.hpp22 explicit profile_01_checker(const profile_config &_config) : in profile_01_checker()
Dprotector.hpp22 explicit protector(const profile_config &_config) : config_(_config), counter_(0) {}; in protector()
/external/sdv/vsomeip/implementation/e2e_protection/src/e2e/profile/profile04/
Dprofile_04.cpp18 uint32_t profile_04::compute_crc(const profile_config &_config, const e2e_buffer &_buffer) { in compute_crc()
/external/sdv/vsomeip/implementation/e2e_protection/include/e2e/profile/profile04/
Dprotector.hpp21 explicit protector(const profile_config &_config) in protector()
Dchecker.hpp22 explicit profile_04_checker(const profile_config &_config) : in profile_04_checker()
/external/libusb/libusb/
Ddescriptor.c448 struct libusb_config_descriptor *_config = calloc(1, sizeof(*_config)); in raw_desc_to_config() local
545 union usbi_config_desc_buf _config; in libusb_get_active_config_descriptor() local
586 union usbi_config_desc_buf _config; in libusb_get_config_descriptor() local
648 union usbi_config_desc_buf _config; in libusb_get_config_descriptor_by_value() local
1441 union usbi_config_desc_buf _config; in libusb_get_interface_association_descriptors() local
1490 union usbi_config_desc_buf _config; in libusb_get_active_interface_association_descriptors() local
/external/mesa3d/src/gallium/targets/opencl/
Dmeson.build52 _config = configuration_data() cfgdata
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/
DBeanSerializerBuilder.java29 protected SerializationConfig _config; field in BeanSerializerBuilder
DPropertyBuilder.java20 final protected SerializationConfig _config; field in PropertyBuilder
/external/trusty/lk/dev/fbcon/
Dfbcon.c170 void fbcon_setup(struct fbcon_config *_config) in fbcon_setup()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/impl/
DTypeNameIdResolver.java16 protected final MapperConfig<?> _config; field in TypeNameIdResolver
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DSequenceWriter.java41 protected final SerializationConfig _config; field in SequenceWriter

12