Home
last modified time | relevance | path

Searched defs:config_t (Results 1 – 25 of 33) sorted by relevance

12

/aosp_15_r20/external/libconfig/lib/
H A Dlibconfig.h113 typedef struct config_t struct
129 } config_t; argument
246 #define /* const char * */ config_get_include_dir(/* const config_t * */ C) \ argument
249 #define /* void */ config_set_auto_convert(/* config_t * */ C, F) \ argument
251 #define /* int */ config_get_auto_convert(/* const config_t * */ C) \ argument
321 /* const config_t * */ C) \ argument
324 #define /* void */ config_set_default_format(/* config_t * */ C, \ argument
328 #define /* short */ config_get_default_format(/* config_t * */ C) \ argument
339 #define /* const char * */ config_error_text(/* const config_t * */ C) \ argument
342 #define /* const char * */ config_error_file(/* const config_t * */ C) \ argument
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/device/test/
Ddevice_iot_config_test.cc106 [&](const config_t& /*config*/, const std::string& /*section*/, in SetUp()
107 const std::string& /*key*/, const std::string* def_value) { return def_value; }; in SetUp()
110 [&](config_t* /*config*/, const std::string& /*section*/, const std::string& /*key*/, in SetUp() argument
111 const std::string& /*value*/) { return; }; in SetUp()
251 [&](const config_t& /*config*/, const std::string& /*section*/, in TEST_F_WITH_FLAGS()
253 const std::string* /*def_value*/) { return &config_get_string_return_value; }; in TEST_F_WITH_FLAGS()
305 [&](const config_t& /*config*/, const std::string& /*section*/, in TEST_F_WITH_FLAGS()
307 const std::string* /*def_value*/) { return &config_get_string_return_value; }; in TEST_F_WITH_FLAGS()
352 const std::string* /*def_value*/) { return &config_get_string_return_value; }; in TEST_F_WITH_FLAGS()
401 [&](const config_t& /*config*/, const std::string& /*section*/, in TEST_F_WITH_FLAGS()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/osi/include/
Dconfig.h42 struct config_t { struct
50 std::unique_ptr<config_t> config_new_empty(void); argument
/aosp_15_r20/external/coreboot/src/soc/intel/braswell/
H A Dsata.c12 typedef struct soc_intel_braswell_config config_t; typedef
/aosp_15_r20/external/coreboot/src/southbridge/intel/i82801dx/
H A Dide.c13 typedef struct southbridge_intel_i82801dx_config config_t; typedef
H A Dlpc.c23 typedef struct southbridge_intel_i82801dx_config config_t; typedef
/aosp_15_r20/external/coreboot/src/soc/intel/baytrail/
H A Dsata.c16 typedef struct soc_intel_baytrail_config config_t; typedef
/aosp_15_r20/external/coreboot/src/soc/intel/xeon_sp/gnr/
H A Dchip.h30 typedef struct soc_intel_xeon_sp_gnr_config config_t; typedef
/aosp_15_r20/external/coreboot/src/southbridge/intel/i82801jx/
H A Dsata.c16 typedef struct southbridge_intel_i82801jx_config config_t; typedef
H A Di82801jx.c11 typedef struct southbridge_intel_i82801jx_config config_t; typedef
H A Dlpc.c28 typedef struct southbridge_intel_i82801jx_config config_t; typedef
/aosp_15_r20/external/zstd/tests/regression/
H A Dconfig.h61 } config_t; typedef
/aosp_15_r20/external/coreboot/src/southbridge/intel/i82801ix/
H A Dsata.c16 typedef struct southbridge_intel_i82801ix_config config_t; typedef
H A Di82801ix.c11 typedef struct southbridge_intel_i82801ix_config config_t; typedef
H A Dlpc.c27 typedef struct southbridge_intel_i82801ix_config config_t; typedef
/aosp_15_r20/external/coreboot/src/southbridge/intel/bd82x6x/
H A Dsata.c16 typedef struct southbridge_intel_bd82x6x_config config_t; typedef
H A Dlpc.c30 typedef struct southbridge_intel_bd82x6x_config config_t; typedef
/aosp_15_r20/external/coreboot/src/soc/intel/xeon_sp/spr/
H A Dchip.h62 typedef struct soc_intel_xeon_sp_spr_config config_t; typedef
/aosp_15_r20/external/coreboot/src/ec/kontron/it8516e/
H A Dec.c12 typedef struct ec_kontron_it8516e_config config_t; typedef
/aosp_15_r20/external/coreboot/src/soc/intel/denverton_ns/
H A Dchip.h64 typedef struct soc_intel_denverton_ns_config config_t; typedef
/aosp_15_r20/external/coreboot/src/soc/intel/xeon_sp/skx/
H A Dchip.h81 typedef struct soc_intel_xeon_sp_skx_config config_t; typedef
/aosp_15_r20/external/coreboot/src/soc/intel/xeon_sp/cpx/
H A Dchip.h119 typedef struct soc_intel_xeon_sp_cpx_config config_t; typedef
/aosp_15_r20/external/coreboot/src/soc/intel/apollolake/
H A Dchip.h232 typedef struct soc_intel_apollolake_config config_t; typedef
/aosp_15_r20/external/coreboot/src/soc/intel/jasperlake/
H A Dchip.h495 typedef struct soc_intel_jasperlake_config config_t; typedef
/aosp_15_r20/external/coreboot/src/soc/intel/cannonlake/
H A Dchip.h456 typedef struct soc_intel_cannonlake_config config_t; typedef

12