Home
last modified time | relevance | path

Searched refs:feature_type (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/config/
H A Dmeson.build63 foreach feature_type, feature_list : {
74 if feature_type == 'Feature'
81 if feature_type == 'Numeric'
87 if feature_type == 'String'
95 summary(summary_dict, section: feature_type + ' Options', bool_yn: true)
/openbmc/qemu/scripts/
H A Dqcow2-to-stdout.py151 for feature_type, feature_bit, feature_name in qcow2_features:
153 feature_type, feature_bit, feature_name.encode("ascii"))
/openbmc/qemu/tests/image-fuzzer/qcow2/
H A Dfuzz.py312 def feature_type(current): function