HomeSort by relevance Sort by last modified time
    Searched refs:recommended (Results 1 - 25 of 39) 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.'''
191 '''Appends the template text corresponding to a recommended policy into the
195 policy: The recommended policy as it is found in the JSON file.
217 '''Appends the template text corresponding to the beginning of a recommended
221 group: The recommended policy group as it is found in the JSON file.
226 '''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/openssl/openssl/crypto/perlasm/
x86masm.pl 81 ECHO MASM version 8.00 or later is strongly 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 272 Wildcards can be used in the source list but it is not recommended
749 bundle.recommended = 'no'
    [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/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" : {
618 'recommended' and 'mandatory'.
624 # Look for this policy's value in the mandatory or recommended dicts.
628 elif field.name in policies.get('recommended', {}):
629 mode = cp.PolicyOptions.RECOMMENDED
630 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/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
webrunner.js 246 if ( parts[0] === "recommended" ) {
    [all...]
  /external/iproute2/doc/
ip-tunnels.tex 422 it is strongly recommended to be used with GRE tunnels instead of ugly
  /external/libunwind/doc/
libunwind-dynamic.tex 314 sorted, it is recommended that such implementations first check
  /external/libvorbis/doc/
01-introduction.tex 104 recommended (and Xiph.Org's Vorbis encoder follows this suggestion).
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
traverse_table.js     [all...]

Completed in 2428 milliseconds

1 2