HomeSort by relevance Sort by last modified time
    Searched refs:recommended (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium/chrome/browser/policy/
user_policy_cache.h 41 PolicyMap* recommended) OVERRIDE;
48 // If |mandatory| and |recommended| are both empty, and |policy_data|
53 PolicyMap* recommended);
cloud_policy_cache_base.h 31 // Used to distinguish mandatory from recommended policies.
78 // contents to |{mandatory,recommended}_policy_|, and notifies observers.
89 // Decodes |policy_data|, populating |mandatory| and |recommended| with
93 PolicyMap* recommended) = 0;
99 PolicyMap* recommended,
device_policy_cache.h 57 PolicyMap* recommended) OVERRIDE;
67 PolicyMap* recommended);
device_policy_cache.cc 241 PolicyMap* recommended) {
247 DecodeDevicePolicy(policy, mandatory, recommended);
271 PolicyMap* recommended) {
285 recommended->Set(kPolicyProxyMode,
289 recommended->Set(kPolicyProxyServer,
293 recommended->Set(kPolicyProxyPacUrl,
297 recommended->Set(kPolicyProxyBypassList,
user_policy_cache.cc 25 // recommended settings, respectively. The implementation is generated code
28 PolicyMap* mandatory, PolicyMap* recommended);
145 PolicyMap* recommended) {
153 DecodePolicy(policy, mandatory, recommended);
154 MaybeDecodeOldstylePolicy(policy_data.policy_value(), mandatory, recommended);
184 PolicyMap* recommended) {
186 if (!mandatory->empty() || !recommended->empty())
cloud_policy_cache_base.cc 156 PolicyMap* recommended,
175 return DecodePolicyData(policy_data, mandatory, recommended);
user_policy_cache_unittest.cc 26 // recommended settings, respectively. The implementation is generated code
29 PolicyMap* mandatory, PolicyMap* recommended);
145 em::PolicyOptions::RECOMMENDED);
153 PolicyMap recommended; local
154 recommended.Set(kPolicyPolicyRefreshRate, Value::CreateIntegerValue(5));
156 EXPECT_TRUE(recommended.Equals(recommended_policy));
270 em::PolicyOptions::RECOMMENDED);
370 em::PolicyOptions::RECOMMENDED);
  /external/stlport/test/eh/
bcb.mak 13 # It is recommended to use the IDE to change any of the values in this
  /bionic/libc/private/
bionic_atomic_arm.h 31 * However, it is highly recommended to avoid compiling any C library source
54 # warning Rebuilding this source file in ARM mode is highly recommended for performance!!
  /external/chromium/net/tools/testserver/
device_management.py 11 enforced and recommended policies for the device and user scope, and a list
19 sub-dictionaries: "mandatory" and "recommended". Both these hold the policy
30 "recommended": {
402 'recommended' and 'mandatory'.
407 # We assume that this policy group will be recommended, and only switch
409 group_message.policy_options.mode = cp.PolicyOptions.RECOMMENDED
419 elif field.name in policies['recommended']:
420 field_value = policies['recommended'][field.name]
  /external/expat/bcb5/
elements.mak 10 # It is recommended to use the IDE to change any of the values in this
expat.mak 10 # It is recommended to use the IDE to change any of the values in this
expat_static.mak 10 # It is recommended to use the IDE to change any of the values in this
expatw.mak 10 # It is recommended to use the IDE to change any of the values in this
expatw_static.mak 10 # It is recommended to use the IDE to change any of the values in this
outline.mak 10 # It is recommended to use the IDE to change any of the values in this
xmlwf.mak 10 # It is recommended to use the IDE to change any of the values in this
  /external/openssl/crypto/perlasm/
x86masm.pl 80 ECHO MASM version 8.00 or later is strongly recommended.
  /tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/i18n/
emulatorNLS.properties 90 UI_PropertiesMainComposite_EmulatorWindowMode_NativeLabel=Show the native Emulator window within an Eclipse view (recommended)
  /tools/motodev/src/plugins/snippets/
plugin.properties 76 snippet.general.strictMode.description=Detect operations executed in the UI that are not recommended and bring them to the user's attention
  /external/iproute2/doc/
ip-tunnels.tex 422 it is strongly recommended to be used with GRE tunnels instead of ugly
ip-cref.tex 151 but they are not recommended in scripts or when reporting bugs
270 recommended if the device is running or has some addresses
423 Certainly, the use of high bandwidth multicast transfers is not recommended
    [all...]
  /external/libvorbis/doc/
01-introduction.tex 104 recommended (and Xiph.Org's Vorbis encoder follows this suggestion).
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 5237 milliseconds

1 2