/aosp_15_r20/external/libconfig/lib/ |
H A D | libconfig.h | 113 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/ |
D | device_iot_config_test.cc | 106 [&](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/ |
D | config.h | 42 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 D | sata.c | 12 typedef struct soc_intel_braswell_config config_t; typedef
|
/aosp_15_r20/external/coreboot/src/southbridge/intel/i82801dx/ |
H A D | ide.c | 13 typedef struct southbridge_intel_i82801dx_config config_t; typedef
|
H A D | lpc.c | 23 typedef struct southbridge_intel_i82801dx_config config_t; typedef
|
/aosp_15_r20/external/coreboot/src/soc/intel/baytrail/ |
H A D | sata.c | 16 typedef struct soc_intel_baytrail_config config_t; typedef
|
/aosp_15_r20/external/coreboot/src/soc/intel/xeon_sp/gnr/ |
H A D | chip.h | 30 typedef struct soc_intel_xeon_sp_gnr_config config_t; typedef
|
/aosp_15_r20/external/coreboot/src/southbridge/intel/i82801jx/ |
H A D | sata.c | 16 typedef struct southbridge_intel_i82801jx_config config_t; typedef
|
H A D | i82801jx.c | 11 typedef struct southbridge_intel_i82801jx_config config_t; typedef
|
H A D | lpc.c | 28 typedef struct southbridge_intel_i82801jx_config config_t; typedef
|
/aosp_15_r20/external/zstd/tests/regression/ |
H A D | config.h | 61 } config_t; typedef
|
/aosp_15_r20/external/coreboot/src/southbridge/intel/i82801ix/ |
H A D | sata.c | 16 typedef struct southbridge_intel_i82801ix_config config_t; typedef
|
H A D | i82801ix.c | 11 typedef struct southbridge_intel_i82801ix_config config_t; typedef
|
H A D | lpc.c | 27 typedef struct southbridge_intel_i82801ix_config config_t; typedef
|
/aosp_15_r20/external/coreboot/src/southbridge/intel/bd82x6x/ |
H A D | sata.c | 16 typedef struct southbridge_intel_bd82x6x_config config_t; typedef
|
H A D | lpc.c | 30 typedef struct southbridge_intel_bd82x6x_config config_t; typedef
|
/aosp_15_r20/external/coreboot/src/soc/intel/xeon_sp/spr/ |
H A D | chip.h | 62 typedef struct soc_intel_xeon_sp_spr_config config_t; typedef
|
/aosp_15_r20/external/coreboot/src/ec/kontron/it8516e/ |
H A D | ec.c | 12 typedef struct ec_kontron_it8516e_config config_t; typedef
|
/aosp_15_r20/external/coreboot/src/soc/intel/denverton_ns/ |
H A D | chip.h | 64 typedef struct soc_intel_denverton_ns_config config_t; typedef
|
/aosp_15_r20/external/coreboot/src/soc/intel/xeon_sp/skx/ |
H A D | chip.h | 81 typedef struct soc_intel_xeon_sp_skx_config config_t; typedef
|
/aosp_15_r20/external/coreboot/src/soc/intel/xeon_sp/cpx/ |
H A D | chip.h | 119 typedef struct soc_intel_xeon_sp_cpx_config config_t; typedef
|
/aosp_15_r20/external/coreboot/src/soc/intel/apollolake/ |
H A D | chip.h | 232 typedef struct soc_intel_apollolake_config config_t; typedef
|
/aosp_15_r20/external/coreboot/src/soc/intel/jasperlake/ |
H A D | chip.h | 495 typedef struct soc_intel_jasperlake_config config_t; typedef
|
/aosp_15_r20/external/coreboot/src/soc/intel/cannonlake/ |
H A D | chip.h | 456 typedef struct soc_intel_cannonlake_config config_t; typedef
|