Home
last modified time | relevance | path

Searched defs:policy_value (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/components/policy/core/common/
Dconfig_dir_policy_loader_unittest.cc102 const std::string& policy_value) { in InstallStringPolicy()
109 int policy_value) { in InstallIntegerPolicy()
116 bool policy_value) { in InstallBooleanPolicy()
123 const base::ListValue* policy_value) { in InstallStringListPolicy()
131 const base::DictionaryValue* policy_value) { in InstallDictionaryPolicy()
Dschema_map.cc64 const base::Value* policy_value = it_map->second.value.get(); in FilterBundle() local
/external/autotest/client/cros/enterprise/
Denterprise_policy_utils.py113 def _remove_visual_formatting(policy_value): argument
Dpolicy_manager.py188 def verify_policy(self, policyName, policy_value, extID=None): argument
/external/python/pybind11/include/pybind11/
Dstl.h125 return_value_policy policy_value = policy; in cast() local