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

1 2

  /external/chromium_org/chrome/browser/chromeos/options/
network_property_ui_data_unittest.cc 53 base::ListValue recommended; local
54 recommended.AppendString("b");
55 recommended.AppendString("c");
56 recommended.AppendString("a.a");
57 onc.Set("Recommended", recommended.DeepCopy());
58 onc.Set("a.Recommended", recommended.DeepCopy());
  /external/chromium_org/chrome/browser/resources/app_list/
recommended_apps.css 5 .recommended-apps {
  /external/chromium_org/chrome/common/extensions/docs/server2/
manifest_features.py 10 Feature. 'level' can be 'required', 'only_one', 'recommended', or 'optional',
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
template_writer.py 87 '''Checks if the given policy can be recommended.'''
195 '''Appends the template text corresponding to a recommended policy into the
199 policy: The recommended policy as it is found in the JSON file.
221 '''Appends the template text corresponding to the beginning of a recommended
225 group: The recommended policy group as it is found in the JSON file.
230 '''Appends the template text corresponding to the end of a recommended
  /external/stlport/test/eh/
bcb.mak 13 # It is recommended to use the IDE to change any of the values in this
  /external/chromium_org/chrome/common/extensions/docs/examples/tutorials/analytics/
popup.js 13 * instead of the default HTTP version. It is recommended that you use this
  /external/chromium_org/chrome/browser/ui/webui/app_list/
start_page_browsertest.js 144 var recommendedApp = $('start-page').querySelector('.recommended-apps');
153 var recommendedApp = $('start-page').querySelector('.recommended-apps');
  /external/chromium_org/native_client_sdk/src/build_tools/tests/
update_nacl_manifest_test.py 100 bundle.recommended = 'yes'
127 bundle.recommended = 'no'
446 self.assertEqual(uploaded_bundle.recommended, 'yes')
448 self.assertEqual(uploaded_bundle.recommended, 'no')
535 self.assertEqual(p18_bundle.recommended, 'no')
538 self.assertEqual(p19_bundle.recommended, 'yes')
sdktools_commands_test.py 33 bundle.recommended = 'no'
243 """The update command should update only recommended bundles when run
247 bundle_25.recommended = 'no'
249 bundle_26.recommended = 'yes'
254 # Should not try to update sdk_tools (even though it is recommended)
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
metrics.js 115 // Setting min to 1 looks strange but this is exactly the recommended way
  /external/chromium_org/chromeos/network/onc/
onc_validator.cc 230 scoped_ptr<base::ListValue> recommended; local
241 recommended.reset(recommended_list);
252 for (base::ListValue::iterator it = recommended->begin();
253 it != recommended->end(); ++it) {
278 " field '" + field_name + "' cannot be recommended.";
  /external/chromium_org/skia/ext/
bitmap_platform_device_mac.cc 43 #error We require that Skia's and CoreGraphics's recommended \
  /external/chromium_org/third_party/boringssl/src/crypto/perlasm/
x86masm.pl 83 ECHO MASM version 8.00 or later is strongly recommended.
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/
vp8_shortwalsh4x4_neon.c 14 #warning Using GCC 4.6 is not recommended
  /external/openssl/crypto/perlasm/
x86masm.pl 81 ECHO MASM version 8.00 or later is strongly recommended.
  /external/chromium_org/native_client_sdk/src/build_tools/
update_nacl_manifest.py 690 # Fix the stability and recommended values
698 bundle.recommended = 'yes'
700 bundle.recommended = 'no'
    [all...]
build_sdk.py 277 Wildcards can be used in the source list but it is not recommended
767 bundle.recommended = 'no'
    [all...]
  /external/chromium_org/chrome/browser/resources/options/chromeos/
internet_detail.js 447 // Set the current value and recommended value.
455 // is set to 'recommended' unless effective == {User|Shared}Setting, in
456 // which case the value was modified from the recommended value.
461 event.value.controlledBy = 'recommended';
465 event.value.controlledBy = 'recommended';
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
text_file.py 34 recommended that you supply at least 'filename', so that TextFile
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
text_file.py 34 recommended that you supply at least 'filename', so that TextFile
  /external/chromium_org/chrome/browser/extensions/
extension_management_unittest.cc 529 const char* recommended = kTargetExtension3; local
537 extension_management_->IsInstallationExplicitlyAllowed(recommended));
552 extension_management_->IsInstallationExplicitlyAllowed(recommended));
  /external/chromium_org/chrome/browser/policy/test/
policy_testserver.py 10 enforced and recommended policies for the device and user scope, and a list
18 sub-dictionaries: "mandatory" and "recommended". Both these hold the policy
35 "recommended" : {
43 "recommended" : {
624 'recommended' and 'mandatory'.
630 # Look for this policy's value in the mandatory or recommended dicts.
634 elif field.name in policies.get('recommended', {}):
635 mode = cp.PolicyOptions.RECOMMENDED
636 value = policies['recommended'][field.name]
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/
update.py 32 RECOMMENDED = 'recommended'
302 if RECOMMENDED in requested_bundles:
303 requested_bundles.discard(RECOMMENDED)
312 if bundle.recommended == 'yes' and bundle.name != SDK_TOOLS:
  /external/chromium_org/remoting/webapp/
base.js 176 * Here are the recommended steps to follow when implementing an asynchronous
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
module.pxd 146 # object. This function never fails. It is recommended extensions

Completed in 9092 milliseconds

1 2