Home
last modified time | relevance | path

Searched defs:cfg (Results 1 – 25 of 1065) sorted by relevance

12345678910>>...43

/external/cronet/stable/third_party/libc++/src/utils/libcxx/test/
Dfeatures.py16 _isAnyClang = lambda cfg: "__clang__" in compilerMacros(cfg) argument
17 _isAppleClang = lambda cfg: "__apple_build_version__" in compilerMacros(cfg) argument
18 _isAnyGCC = lambda cfg: "__GNUC__" in compilerMacros(cfg) argument
19 _isClang = lambda cfg: _isAnyClang(cfg) and not _isAppleClang(cfg) argument
20 _isGCC = lambda cfg: _isAnyGCC(cfg) and not _isAnyClang(cfg) argument
21 _isAnyClangOrGCC = lambda cfg: _isAnyClang(cfg) or _isAnyGCC(cfg) argument
22 _isClExe = lambda cfg: not _isAnyClangOrGCC(cfg) argument
23 _isMSVC = lambda cfg: "_MSC_VER" in compilerMacros(cfg) argument
24 _msvcVersion = lambda cfg: (int(compilerMacros(cfg)["_MSC_VER"]) // 100, int(compilerMacros(cfg)["_… argument
26 def _getAndroidDeviceApi(cfg): argument
[all …]
Dparams.py79 def getStdFlag(cfg, std): argument
91 def getDefaultStdValue(cfg): argument
102 def getSpeedOptimizationFlag(cfg): argument
113 def getSizeOptimizationFlag(cfg): argument
124 def testClangTidy(cfg, version, executable): argument
132 def getSuitableClangTidy(cfg): argument
/external/cronet/tot/third_party/libc++/src/utils/libcxx/test/
Dfeatures.py16 _isAnyClang = lambda cfg: "__clang__" in compilerMacros(cfg) argument
17 _isAppleClang = lambda cfg: "__apple_build_version__" in compilerMacros(cfg) argument
18 _isAnyGCC = lambda cfg: "__GNUC__" in compilerMacros(cfg) argument
19 _isClang = lambda cfg: _isAnyClang(cfg) and not _isAppleClang(cfg) argument
20 _isGCC = lambda cfg: _isAnyGCC(cfg) and not _isAnyClang(cfg) argument
21 _isAnyClangOrGCC = lambda cfg: _isAnyClang(cfg) or _isAnyGCC(cfg) argument
22 _isClExe = lambda cfg: not _isAnyClangOrGCC(cfg) argument
23 _isMSVC = lambda cfg: "_MSC_VER" in compilerMacros(cfg) argument
24 _msvcVersion = lambda cfg: (int(compilerMacros(cfg)["_MSC_VER"]) // 100, int(compilerMacros(cfg)["_… argument
26 def _getAndroidDeviceApi(cfg): argument
[all …]
Dparams.py79 def getStdFlag(cfg, std): argument
91 def getDefaultStdValue(cfg): argument
102 def getSpeedOptimizationFlag(cfg): argument
113 def getSizeOptimizationFlag(cfg): argument
124 def testClangTidy(cfg, version, executable): argument
132 def getSuitableClangTidy(cfg): argument
/external/flashrom/
Dboard_enable.c149 static int fdc37b787_gpio50_raise_3f0(struct board_cfg *cfg) in fdc37b787_gpio50_raise_3f0()
460 static int w83627hf_gpio24_raise_2e(struct board_cfg *cfg) in w83627hf_gpio24_raise_2e()
471 static int w83627hf_gpio25_raise_2e(struct board_cfg *cfg) in w83627hf_gpio25_raise_2e()
482 static int w83627ehf_gpio22_raise_2e(struct board_cfg *cfg) in w83627ehf_gpio22_raise_2e()
493 static int w83627thf_gpio44_raise_2e(struct board_cfg *cfg) in w83627thf_gpio44_raise_2e()
504 static int w83627thf_gpio44_raise_4e(struct board_cfg *cfg) in w83627thf_gpio44_raise_4e()
560 static int w83697xx_memw_enable_2e(struct board_cfg *cfg) in w83697xx_memw_enable_2e()
582 static int w836xx_memw_enable_2e(struct board_cfg *cfg) in w836xx_memw_enable_2e()
593 static int w836xx_memw_enable_4e(struct board_cfg *cfg) in w836xx_memw_enable_4e()
728 static int it8707f_write_enable_2e(struct board_cfg *cfg) in it8707f_write_enable_2e()
[all …]
Dchipset_enable.c45 static int enable_flash_ali_m1533(const struct programmer_cfg *cfg, struct pci_dev *dev, const char… in enable_flash_ali_m1533()
60 static int enable_flash_rdc_r8610(const struct programmer_cfg *cfg, struct pci_dev *dev, const char… in enable_flash_rdc_r8610()
86 static int enable_flash_sis85c496(const struct programmer_cfg *cfg, struct pci_dev *dev, const char… in enable_flash_sis85c496()
97 static int enable_flash_sis_mapping(const struct programmer_cfg *cfg, struct pci_dev *dev, const ch… in enable_flash_sis_mapping()
136 static int enable_flash_sis501(const struct programmer_cfg *cfg, struct pci_dev *dev, const char *n… in enable_flash_sis501()
161 static int enable_flash_sis5511(const struct programmer_cfg *cfg, struct pci_dev *dev, const char *… in enable_flash_sis5511()
181 static int enable_flash_sis5x0(const struct programmer_cfg *cfg, struct pci_dev *dev, const char *n… in enable_flash_sis5x0()
208 static int enable_flash_sis530(const struct programmer_cfg *cfg, struct pci_dev *dev, const char *n… in enable_flash_sis530()
213 static int enable_flash_sis540(const struct programmer_cfg *cfg, struct pci_dev *dev, const char *n… in enable_flash_sis540()
224 static int enable_flash_piix4(const struct programmer_cfg *cfg, struct pci_dev *dev, const char *na… in enable_flash_piix4()
[all …]
/external/perfetto/src/profiling/perf/
Devent_config_unittest.cc53 protos::gen::PerfEventConfig cfg; in TEST() local
62 protos::gen::PerfEventConfig cfg; in TEST() local
71 protos::gen::PerfEventConfig cfg; in TEST() local
79 protos::gen::PerfEventConfig cfg; in TEST() local
89 protos::gen::PerfEventConfig cfg; in TEST() local
97 protos::gen::PerfEventConfig cfg; in TEST() local
108 protos::gen::PerfEventConfig cfg; in TEST() local
116 protos::gen::PerfEventConfig cfg; in TEST() local
127 protos::gen::PerfEventConfig cfg; in TEST() local
136 protos::gen::PerfEventConfig cfg; in TEST() local
[all …]
/external/vboot_reference/futility/
Dupdater_dut.c16 int dut_get_manifest_key(char **manifest_key_out, struct updater_config *cfg) in dut_get_manifest_key()
36 struct updater_config *cfg) in dut_set_property_string()
46 struct updater_config *cfg) in dut_get_property_string()
56 struct updater_config *cfg) in dut_set_property_int()
65 int dut_get_property_int(const char *key, struct updater_config *cfg) in dut_get_property_int()
75 static int dut_get_mainfw_act(struct updater_config *cfg) in dut_get_mainfw_act()
91 static int dut_get_tpm_fwver(struct updater_config *cfg) in dut_get_tpm_fwver()
97 static int dut_get_wp_hw(struct updater_config *cfg) in dut_get_wp_hw()
103 static int dut_get_platform_version(struct updater_config *cfg) in dut_get_platform_version()
128 static inline int dut_get_wp_sw_ap(struct updater_config *cfg) in dut_get_wp_sw_ap()
[all …]
Dupdater_quirks.c51 static int is_ec_software_sync_enabled(struct updater_config *cfg) in is_ec_software_sync_enabled()
83 static int ec_ro_software_sync(struct updater_config *cfg) in ec_ro_software_sync()
138 static int is_ec_in_rw(struct updater_config *cfg) in is_ec_in_rw()
151 static int quirk_enlarge_image(struct updater_config *cfg) in quirk_enlarge_image()
188 static int quirk_unlock_csme_eve(struct updater_config *cfg) in quirk_unlock_csme_eve()
193 static int quirk_unlock_csme(struct updater_config *cfg) in quirk_unlock_csme()
202 static int quirk_min_platform_version(struct updater_config *cfg) in quirk_min_platform_version()
227 static int quirk_eve_smm_store(struct updater_config *cfg) in quirk_eve_smm_store()
288 static int quirk_ec_partial_recovery(struct updater_config *cfg) in quirk_ec_partial_recovery()
331 static int quirk_preserve_me(struct updater_config *cfg) in quirk_preserve_me()
[all …]
Dupdater.c35 static void print_dut_properties(struct updater_config *cfg) in print_dut_properties()
61 struct updater_config *cfg, int value) in override_dut_property()
77 static void override_properties_with_default(struct updater_config *cfg) in override_properties_with_default()
102 struct updater_config *cfg) in override_properties_from_list()
132 int get_config_quirk(enum quirk_types quirk, const struct updater_config *cfg) in get_config_quirk()
138 void updater_list_config_quirks(const struct updater_config *cfg) in updater_list_config_quirks()
155 static int try_apply_quirk(enum quirk_types quirk, struct updater_config *cfg) in try_apply_quirk()
175 static int setup_config_quirks(const char *quirks, struct updater_config *cfg) in setup_config_quirks()
241 static const char *decide_rw_target(struct updater_config *cfg, in decide_rw_target()
264 static int set_try_cookies(struct updater_config *cfg, const char *target, in set_try_cookies()
[all …]
/external/libvpx/test/
Dcodec_factory.h81 explicit VP8Decoder(vpx_codec_dec_cfg_t cfg) : Decoder(cfg) {} in VP8Decoder()
83 VP8Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag) in VP8Decoder()
98 VP8Encoder(vpx_codec_enc_cfg_t cfg, vpx_enc_deadline_t deadline, in VP8Encoder()
116 Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg) const override { in CreateDecoder()
120 Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg, in CreateDecoder()
131 Encoder *CreateEncoder(vpx_codec_enc_cfg_t cfg, vpx_enc_deadline_t deadline, in CreateEncoder()
145 vpx_codec_err_t DefaultEncoderConfig(vpx_codec_enc_cfg_t *cfg, in DefaultEncoderConfig()
178 explicit VP9Decoder(vpx_codec_dec_cfg_t cfg) : Decoder(cfg) {} in VP9Decoder()
180 VP9Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag) in VP9Decoder()
195 VP9Encoder(vpx_codec_enc_cfg_t cfg, vpx_enc_deadline_t deadline, in VP9Encoder()
[all …]
/external/rust/android-crates-io/crates/config/tests/
Dweird_keys.rs16 let cfg = config::Config::builder() in test_config_as() localVariable
21 let cfg = cfg.unwrap().try_deserialize(); in test_config_as() localVariable
24 let cfg: T = cfg.unwrap(); in test_config_as() localVariable
43 let cfg = test_config_as::<SettingsColon>(config, FileFormat::Toml); in test_colon_key_toml() localVariable
52 let cfg = test_config_as::<SettingsColon>(config, FileFormat::Json); in test_colon_key_json() localVariable
71 let cfg = test_config_as::<SettingsSlash>(config, FileFormat::Toml); in test_slash_key_toml() localVariable
80 let cfg = test_config_as::<SettingsSlash>(config, FileFormat::Json); in test_slash_key_json() localVariable
99 let cfg = test_config_as::<SettingsDoubleBackslash>(config, FileFormat::Toml); in test_doublebackslash_key_toml() localVariable
108 let cfg = test_config_as::<SettingsDoubleBackslash>(config, FileFormat::Json); in test_doublebackslash_key_json() localVariable
/external/arm-trusted-firmware/plat/brcm/board/stingray/include/
Dscp_utils.h20 #define SCP_READ_CFG(cfg) mmio_read_32(CRMU_CFG_BASE + \ argument
22 #define SCP_WRITE_CFG(cfg, value) mmio_write_32(CRMU_CFG_BASE + \ argument
25 #define SCP_READ_CFG16(cfg) mmio_read_16(CRMU_CFG_BASE + \ argument
27 #define SCP_WRITE_CFG16(cfg, value) mmio_write_16(CRMU_CFG_BASE + \ argument
30 #define SCP_READ_CFG8(cfg) mmio_read_8(CRMU_CFG_BASE + \ argument
32 #define SCP_WRITE_CFG8(cfg, value) mmio_write_8(CRMU_CFG_BASE + \ argument
/external/trusty/arm-trusted-firmware/plat/brcm/board/stingray/include/
Dscp_utils.h20 #define SCP_READ_CFG(cfg) mmio_read_32(CRMU_CFG_BASE + \ argument
22 #define SCP_WRITE_CFG(cfg, value) mmio_write_32(CRMU_CFG_BASE + \ argument
25 #define SCP_READ_CFG16(cfg) mmio_read_16(CRMU_CFG_BASE + \ argument
27 #define SCP_WRITE_CFG16(cfg, value) mmio_write_16(CRMU_CFG_BASE + \ argument
30 #define SCP_READ_CFG8(cfg) mmio_read_8(CRMU_CFG_BASE + \ argument
32 #define SCP_WRITE_CFG8(cfg, value) mmio_write_8(CRMU_CFG_BASE + \ argument
/external/coreboot/src/soc/samsung/exynos5420/
Dfimd.c68 unsigned int cfg = 0; in exynos_fimd_set_dualrgb() local
84 unsigned int cfg = 0; in exynos_fimd_set_dp_clkcon() local
95 unsigned int cfg = 0; in exynos_fimd_set_par() local
154 unsigned int cfg = 0, div = 0, remainder = 0, remainder_div; in exynos_fimd_set_clock() local
210 unsigned int cfg = 0; in exynos_set_trigger() local
221 unsigned int cfg = 0; in exynos_is_i80_frame_done() local
235 unsigned int cfg = 0; in exynos_fimd_lcd_on() local
246 unsigned int cfg = 0; in exynos_fimd_window_on() local
263 unsigned int cfg = 0; in exynos_fimd_lcd_off() local
273 unsigned int cfg = 0; in exynos_fimd_window_off() local
[all …]
/external/perfetto/src/profiling/memory/
Dheapprofd_producer_unittest.cc65 HeapprofdConfig cfg; in TEST() local
76 HeapprofdConfig cfg; in TEST() local
86 HeapprofdConfig cfg; in TEST() local
100 HeapprofdConfig cfg; in TEST() local
116 HeapprofdConfig cfg; in TEST() local
126 HeapprofdConfig cfg; in TEST() local
137 HeapprofdConfig cfg; in TEST() local
145 HeapprofdConfig cfg; in TEST() local
155 HeapprofdConfig cfg; in TEST() local
169 HeapprofdConfig cfg; in TEST() local
[all …]
/external/libaom/test/
Dcodec_factory.h92 explicit AV1Decoder(aom_codec_dec_cfg_t cfg) : Decoder(cfg) {} in AV1Decoder()
94 AV1Decoder(aom_codec_dec_cfg_t cfg, const aom_codec_flags_t flag) in AV1Decoder()
109 AV1Encoder(aom_codec_enc_cfg_t cfg, const aom_codec_flags_t init_flags, in AV1Encoder()
127 Decoder *CreateDecoder(aom_codec_dec_cfg_t cfg) const override { in CreateDecoder()
131 Decoder *CreateDecoder(aom_codec_dec_cfg_t cfg, in CreateDecoder()
142 Encoder *CreateEncoder(aom_codec_enc_cfg_t cfg, in CreateEncoder()
155 aom_codec_err_t DefaultEncoderConfig(aom_codec_enc_cfg_t *cfg, in DefaultEncoderConfig()
Dencode_api_test.cc45 aom_codec_enc_cfg_t cfg; in TEST() local
104 aom_codec_enc_cfg_t cfg; in TEST() local
114 aom_codec_enc_cfg_t cfg; in TEST() local
135 aom_codec_enc_cfg_t cfg; in EncodeSetSFrameOnFirstFrame() local
162 aom_codec_enc_cfg_t cfg; in TEST() local
186 aom_codec_enc_cfg_t cfg; in TEST() local
218 aom_codec_enc_cfg_t cfg; in TEST() local
256 aom_codec_enc_cfg_t cfg; in TEST() local
294 aom_codec_enc_cfg_t cfg; in TEST() local
343 aom_codec_enc_cfg_t cfg; in TEST() local
[all …]
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
DClassIntrospector.java67 public abstract BeanDescription forSerialization(SerializationConfig cfg, in forSerialization()
74 public abstract BeanDescription forDeserialization(DeserializationConfig cfg, in forDeserialization()
82 public abstract BeanDescription forDeserializationWithBuilder(DeserializationConfig cfg, in forDeserializationWithBuilder()
91 public abstract BeanDescription forCreation(DeserializationConfig cfg, JavaType type, in forCreation()
99 public abstract BeanDescription forClassAnnotations(MapperConfig<?> cfg, JavaType type, in forClassAnnotations()
107 public abstract BeanDescription forDirectClassAnnotations(MapperConfig<?> cfg, JavaType type, in forDirectClassAnnotations()
/external/libconfig/tests/
Dtests.c38 config_t cfg; in parse_and_compare() local
66 config_t cfg; in parse_file_and_compare_error() local
90 config_t cfg; in parse_string_and_compare_error() local
220 config_t cfg; in TT_TEST() local
247 config_t cfg; in TT_TEST() local
275 config_t cfg; in TT_TEST() local
303 config_t cfg; in TT_TEST() local
330 config_t cfg; in TT_TEST() local
358 config_t cfg; in TT_TEST() local
385 config_t cfg; in TT_TEST() local
[all …]
/external/libaom/av1/encoder/
Dav1_fwd_txfm2d.c42 const TXFM_2D_FLIP_CFG *cfg, int bd) { in av1_gen_fwd_stage_range()
57 const int stride, const TXFM_2D_FLIP_CFG *cfg, in fwd_txfm2d_c()
132 TXFM_2D_FLIP_CFG cfg; in av1_fwd_txfm2d_4x8_c() local
140 TXFM_2D_FLIP_CFG cfg; in av1_fwd_txfm2d_8x4_c() local
148 TXFM_2D_FLIP_CFG cfg; in av1_fwd_txfm2d_8x16_c() local
156 TXFM_2D_FLIP_CFG cfg; in av1_fwd_txfm2d_16x8_c() local
164 TXFM_2D_FLIP_CFG cfg; in av1_fwd_txfm2d_16x32_c() local
172 TXFM_2D_FLIP_CFG cfg; in av1_fwd_txfm2d_32x16_c() local
181 TXFM_2D_FLIP_CFG cfg; in av1_fwd_txfm2d_4x16_c() local
190 TXFM_2D_FLIP_CFG cfg; in av1_fwd_txfm2d_16x4_c() local
[all …]
/external/linux-kselftest/tools/testing/selftests/arm64/abi/
Dsyscall-abi.c55 static void setup_gpr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_gpr()
63 static int check_gpr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, uint64_t svcr) in check_gpr()
87 static void setup_fpr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_fpr()
94 static int check_fpr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_fpr()
121 static void setup_z(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_z()
128 static int check_z(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_z()
180 static void setup_p(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_p()
187 static int check_p(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_p()
212 static void setup_ffr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_ffr()
234 static int check_ffr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_ffr()
[all …]
/external/angle/third_party/spirv-tools/src/test/opt/dominator_tree/
Dgenerated.cpp123 const CFG& cfg = *context->cfg(); in TEST_F() local
188 const CFG& cfg = *context->cfg(); in TEST_F() local
290 const CFG& cfg = *context->cfg(); in TEST_F() local
332 const CFG& cfg = *context->cfg(); in TEST_F() local
411 const CFG& cfg = *context->cfg(); in TEST_F() local
487 const CFG& cfg = *context->cfg(); in TEST_F() local
608 const CFG& cfg = *context->cfg(); in TEST_F() local
659 const CFG& cfg = *context->cfg(); in TEST_F() local
738 const CFG& cfg = *context->cfg(); in TEST_F() local
773 const CFG& cfg = *context->cfg(); in TEST_F() local
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/opt/dominator_tree/
Dgenerated.cpp123 const CFG& cfg = *context->cfg(); in TEST_F() local
188 const CFG& cfg = *context->cfg(); in TEST_F() local
290 const CFG& cfg = *context->cfg(); in TEST_F() local
332 const CFG& cfg = *context->cfg(); in TEST_F() local
411 const CFG& cfg = *context->cfg(); in TEST_F() local
487 const CFG& cfg = *context->cfg(); in TEST_F() local
608 const CFG& cfg = *context->cfg(); in TEST_F() local
659 const CFG& cfg = *context->cfg(); in TEST_F() local
738 const CFG& cfg = *context->cfg(); in TEST_F() local
773 const CFG& cfg = *context->cfg(); in TEST_F() local
[all …]
/external/deqp-deps/SPIRV-Tools/test/opt/dominator_tree/
Dgenerated.cpp123 const CFG& cfg = *context->cfg(); in TEST_F() local
188 const CFG& cfg = *context->cfg(); in TEST_F() local
290 const CFG& cfg = *context->cfg(); in TEST_F() local
332 const CFG& cfg = *context->cfg(); in TEST_F() local
411 const CFG& cfg = *context->cfg(); in TEST_F() local
487 const CFG& cfg = *context->cfg(); in TEST_F() local
608 const CFG& cfg = *context->cfg(); in TEST_F() local
659 const CFG& cfg = *context->cfg(); in TEST_F() local
738 const CFG& cfg = *context->cfg(); in TEST_F() local
773 const CFG& cfg = *context->cfg(); in TEST_F() local
[all …]

12345678910>>...43