HomeSort by relevance Sort by last modified time
    Searched full:policy (Results 1 - 25 of 6313) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/policy/
configuration_policy_store_interface.cc 6 #include "chrome/browser/policy/configuration_policy_store_interface.h"
10 using namespace policy;
12 bool IsProxyPolicy(ConfigurationPolicyType policy) {
13 return policy == kPolicyProxyMode ||
14 policy == kPolicyProxyServerMode ||
15 policy == kPolicyProxyServer ||
16 policy == kPolicyProxyPacUrl ||
17 policy == kPolicyProxyBypassList;
22 namespace policy { namespace
24 void ObservingPolicyStoreInterface::Apply(ConfigurationPolicyType policy,
    [all...]
configuration_policy_provider_win.cc 5 #include "chrome/browser/policy/configuration_policy_provider_win.h"
7 #include "chrome/browser/policy/asynchronous_policy_provider.h"
8 #include "chrome/browser/policy/configuration_policy_loader_win.h"
9 #include "chrome/browser/policy/configuration_policy_provider_delegate_win.h"
11 namespace policy { namespace
13 // Period at which to run the reload task in case the group policy change
25 } // namespace policy
mock_configuration_policy_provider.cc 5 #include "chrome/browser/policy/mock_configuration_policy_provider.h"
8 #include "chrome/browser/policy/configuration_policy_pref_store.h"
10 namespace policy { namespace
20 void MockConfigurationPolicyProvider::AddPolicy(ConfigurationPolicyType policy,
22 policy_map_.Set(policy, value);
26 ConfigurationPolicyType policy) {
27 policy_map_.Erase(policy);
48 } // namespace policy
mock_configuration_policy_store.h 14 #include "chrome/browser/policy/configuration_policy_store_interface.h"
15 #include "chrome/browser/policy/policy_map.h"
18 namespace policy { namespace
20 // Mock ConfigurationPolicyStore implementation that records values for policy
29 // Get a value for the given policy. Returns NULL if that key doesn't exist.
32 void ApplyToMap(ConfigurationPolicyType policy, Value* value);
34 MOCK_METHOD2(Apply, void(ConfigurationPolicyType policy, Value* value));
42 } // namespace policy
configuration_policy_pref_store.h 16 #include "chrome/browser/policy/configuration_policy_provider.h"
17 #include "chrome/browser/policy/configuration_policy_store_interface.h"
22 namespace policy { namespace
26 // An implementation of PrefStore that bridges policy settings as read from a
48 // Creates a ConfigurationPolicyPrefStore that reads managed platform policy.
51 // Creates a ConfigurationPolicyPrefStore that reads managed cloud policy.
56 // policy.
60 // Creates a ConfigurationPolicyPrefStore that reads recommended cloud policy.
64 // Returns the default policy definition list for Chrome.
69 // Refreshes policy information, rereading policy from the provider an
    [all...]
mock_device_management_backend.cc 5 #include "chrome/browser/policy/mock_device_management_backend.h"
7 namespace policy { namespace
13 } // namespace policy
  /frameworks/base/docs/downloads/training/
DeviceManagement.zip 
  /external/chromium_org/chrome/browser/chromeos/policy/
login_screen_power_management_policy_unittest.cc 5 #include "chrome/browser/chromeos/policy/login_screen_power_management_policy.h"
7 #include "chrome/browser/policy/policy_error_map.h"
9 #include "policy/policy_constants.h"
12 namespace policy { namespace
42 LoginScreenPowerManagementPolicy policy; local
43 EXPECT_FALSE(policy.Init("Invalid JSON!", &errors));
46 EXPECT_FALSE(policy.GetScreenDimDelayAC());
47 EXPECT_FALSE(policy.GetScreenOffDelayAC());
48 EXPECT_FALSE(policy.GetIdleDelayAC());
49 EXPECT_FALSE(policy.GetScreenDimDelayBattery())
60 scoped_ptr<LoginScreenPowerManagementPolicy> policy; local
149 LoginScreenPowerManagementPolicy policy; local
    [all...]
device_cloud_policy_validator.cc 5 #include "chrome/browser/chromeos/policy/device_cloud_policy_validator.h"
7 #include "chrome/browser/policy/proto/chromeos/chrome_device_policy.pb.h"
8 #include "chrome/browser/policy/proto/cloud/device_management_backend.pb.h"
12 namespace policy { namespace
16 } // namespace policy
device_cloud_policy_store_chromeos.h 12 #include "chrome/browser/chromeos/policy/device_cloud_policy_validator.h"
14 #include "chrome/browser/policy/cloud/cloud_policy_store.h"
20 namespace policy { namespace
24 // CloudPolicyStore implementation for device policy on Chrome OS. Policy is
37 const enterprise_management::PolicyFetchResponse& policy) OVERRIDE;
40 // Installs initial policy. This is different from Store() in that it skips
41 // the signature validation step against already-installed policy. The checks
46 const enterprise_management::PolicyFetchResponse& policy);
53 // Create a validator for |policy| with basic device policy configuration an
    [all...]
device_policy_decoder_chromeos.h 12 namespace policy { namespace
17 // Decodes device policy in ChromeDeviceSettingsProto representation into the a
20 const enterprise_management::ChromeDeviceSettingsProto& policy,
24 } // namespace policy
device_cloud_policy_validator.h 8 #include "chrome/browser/policy/cloud/cloud_policy_validator.h"
14 namespace policy { namespace
19 } // namespace policy
device_policy_builder.h 8 #include "chrome/browser/policy/cloud/policy_builder.h"
14 namespace policy { namespace
19 } // namespace policy
  /external/chromium_org/tools/deep_memory_profiler/
policies.json 3 "file": "policy.android.browser.json",
7 "file": "policy.android.renderer.json",
11 "file": "policy.android.webview.json",
15 "file": "policy.sourcefile.json",
19 "file": "policy.l0.json",
23 "file": "policy.l1.json",
27 "file": "policy.l2.json",
31 "file": "policy.t0.json",
  /libcore/support/src/test/java/tests/resources/
Created_by_1_4.jar 
  /external/chromium_org/net/data/ssl/scripts/
generate-policy-certs.sh 9 # policies, and the leaf has a single policy.
11 # When validating, supplying no policy OID should not result in an error.
22 try echo 1 > out/policy-root-serial
23 try echo 1 > out/policy-intermediate-serial
26 touch out/policy-root-index.txt
27 touch out/policy-intermediate-index.txt
30 try openssl genrsa -out out/policy-root.key 2048
31 try openssl genrsa -out out/policy-intermediate.key 2048
32 try openssl genrsa -out out/policy-cert.key 2048
35 COMMON_NAME="Policy Test Root CA"
    [all...]
  /external/chromium_org/chrome/
policy.gypi 13 '../chrome/app/policy/cloud_policy_codegen.gyp:policy',
19 'browser/policy/policy_path_parser.h',
20 'browser/policy/policy_path_parser_linux.cc',
21 'browser/policy/policy_path_parser_mac.mm',
22 'browser/policy/policy_path_parser_win.cc',
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/
round_fwd.hpp 22 template <class T, class Policy>
23 T trunc(const T& v, const Policy& pol);
26 template <class T, class Policy>
27 int itrunc(const T& v, const Policy& pol);
30 template <class T, class Policy>
31 long ltrunc(const T& v, const Policy& pol);
35 template <class T, class Policy>
36 boost::long_long_type lltrunc(const T& v, const Policy& pol);
40 template <class T, class Policy>
41 T round(const T& v, const Policy& pol)
    [all...]
  /packages/apps/Email/tests/src/com/android/email/provider/
PolicyTests.java 25 import com.android.emailcommon.provider.Policy;
35 * This is a series of unit tests for the Policy class
70 Policy policy1 = new Policy();
71 Policy.setAccountPolicy(mMockContext, account1, policy1, securitySyncKey);
73 Policy policy2 = new Policy();
74 Policy.setAccountPolicy(mMockContext, account2, policy2, securitySyncKey);
82 assertEquals(account1.mId, Policy.getAccountIdWithPolicyKey(mMockContext,
84 assertEquals(account2.mId, Policy.getAccountIdWithPolicyKey(mMockContext
94 Policy policy = new Policy(); local
189 Policy policy = new Policy(); local
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_special_storage_policy_unittest.cc 120 scoped_refptr<ExtensionSpecialStoragePolicy> policy(
123 ASSERT_FALSE(policy->IsStorageUnlimited(kHttpUrl));
124 ASSERT_FALSE(policy->IsStorageUnlimited(kHttpUrl)); // test cached result
125 ASSERT_FALSE(policy->IsStorageUnlimited(kExtensionUrl));
126 ASSERT_FALSE(policy->IsStorageProtected(kHttpUrl));
129 ASSERT_TRUE(policy->IsStorageProtected(kExtensionUrl));
135 scoped_refptr<ExtensionSpecialStoragePolicy> policy(
137 policy->GrantRightsForExtension(extension);
138 EXPECT_FALSE(policy->IsStorageUnlimited(extension->url()));
139 EXPECT_FALSE(policy->IsStorageUnlimited(GURL("http://explicit/")))
    [all...]
  /external/chromium/chrome/browser/policy/proto/
device_management_constants.cc 5 #include "chrome/browser/policy/proto/device_management_constants.h"
7 namespace policy { namespace
10 const char kChromeDevicePolicySettingKey[] = "chrome-policy";
15 } // namespace policy
  /external/chromium_org/chrome/browser/policy/cloud/
enterprise_metrics.cc 5 #include "chrome/browser/policy/cloud/enterprise_metrics.h"
7 namespace policy { namespace
10 const char kMetricPolicy[] = "Enterprise.Policy";
15 } // namespace policy
mock_cloud_policy_store.cc 5 #include "chrome/browser/policy/cloud/mock_cloud_policy_store.h"
7 namespace policy { namespace
17 } // namespace policy
mock_user_cloud_policy_store.cc 5 #include "chrome/browser/policy/cloud/mock_user_cloud_policy_store.h"
7 namespace policy { namespace
14 } // namespace policy
  /external/dnsmasq/dbus/
dnsmasq.conf 5 <policy user="root">
8 </policy>
9 <policy context="default">
12 </policy>

Completed in 2817 milliseconds

1 2 3 4 5 6 7 8 91011>>