Home
last modified time | relevance | path

Searched defs:feature_flag (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/platform_testing/libraries/flag-helpers/libflagtest/
H A Dflag_checker.cpp37 for (const p_flag feature_flag : flag_condition.second) { in GetFlagsNotMetRequirements() local
47 bool CheckFlagCondition(bool expected_condition, const p_flag feature_flag) { in CheckFlagCondition()
/aosp_15_r20/external/coreboot/src/cpu/intel/common/
H A Dcommon_init.c29 uint32_t feature_flag; in set_feature_ctrl_vmx_arg() local
81 uint32_t feature_flag = cpu_get_feature_flags_ecx(); in set_feature_ctrl_lock() local
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_ims_utils.py460 def set_ims_provisioning_for_subscription(ad, feature_flag, value, sub_id=None): argument
484 def get_ims_provisioning_for_subscription(ad, feature_flag, tech, sub_id=None): argument
Dtel_test_utils.py1881 def get_carrier_provisioning_for_subscription(ad, feature_flag, argument
/aosp_15_r20/external/coreboot/src/mainboard/prodrive/hermes/
H A Dromstage.c50 const uint32_t feature_flag = cpu_get_feature_flags_ecx(); in vmx_needs_full_reset() local
/aosp_15_r20/external/crosvm/tools/impl/
H A Dutil.py279 def feature_flag(self): member in Triple
/aosp_15_r20/external/cronet/components/nacl/loader/
H A Dnacl_helper_linux.cc66 std::string feature_flag) { in GetCommandLineFeatureFlagChoice()