Home
last modified time | relevance | path

Searched defs:policy_value (Results 1 – 16 of 16) 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/site_tests/policy_DisableScreenshots/
Dpolicy_DisableScreenshots.py88 def _test_screenshot_shortcut(self, policy_value): argument
115 def _test_screenshot_apis(self, policy_value): argument
/external/autotest/client/site_tests/policy_ExternalStorageDisabled/
Dpolicy_ExternalStorageDisabled.py23 def _test_external_storage(self, policy_value): argument
/external/autotest/client/site_tests/policy_ArcExternalStorageDisabled/
Dpolicy_ArcExternalStorageDisabled.py20 def _test_arc_external_storage(self, policy_value): argument
/external/autotest/client/site_tests/policy_RestoreOnStartupURLs/
Dpolicy_RestoreOnStartupURLs.py41 def _test_startup_urls(self, policy_value): argument
/external/autotest/client/site_tests/policy_ExternalStorageReadOnly/
Dpolicy_ExternalStorageReadOnly.py36 def _test_external_storage(self, policy_value): argument
/external/autotest/client/site_tests/policy_ForceYouTubeSafetyMode/
Dpolicy_ForceYouTubeSafetyMode.py45 def _test_force_youtube_safety(self, policy_value): argument
/external/autotest/client/cros/enterprise/
Denterprise_policy_utils.py110 def _remove_visual_formatting(policy_value): argument
Dpolicy_manager.py188 def verify_policy(self, policyName, policy_value, extID=None): argument
/external/autotest/client/site_tests/policy_CookiesAllowedForUrls/
Dpolicy_CookiesAllowedForUrls.py72 def _test_cookies_allowed_for_urls(self, policy_value): argument
/external/autotest/client/site_tests/policy_CookiesBlockedForUrls/
Dpolicy_CookiesBlockedForUrls.py73 def _test_cookies_blocked_for_urls(self, policy_value): argument
/external/autotest/client/site_tests/policy_CookiesSessionOnlyForUrls/
Dpolicy_CookiesSessionOnlyForUrls.py120 def _test_cookies_allowed_for_urls(self, policy_value): argument
/external/autotest/client/site_tests/policy_ChromeOsLockOnIdleSuspend/
Dpolicy_ChromeOsLockOnIdleSuspend.py101 def _test_require_password_to_wake(self, policy_value): argument
/external/autotest/client/site_tests/policy_PowerManagementIdleSettings/
Dpolicy_PowerManagementIdleSettings.py205 def _test_idle_action(self, policy_value): argument
/external/python/pybind11/include/pybind11/
Dstl.h125 return_value_policy policy_value = policy; in cast() local