HomeSort by relevance Sort by last modified time
    Searched full:chrome (Results 1176 - 1200 of 2243) sorted by null

<<41424344454647484950>>

  /external/libchrome/base/
sys_info_chromeos.cc 36 "Chrome OS",
74 // only happen in non Chrome OS environments.
146 // Check release name for Chrome OS.
  /external/skia/site/dev/tools/
debugger.md 79 make chrome
80 out/Debug/chrome --no-sandbox --enable-gpu-benchmarking --force-compositing-mode
87 chrome.gpuBenchmarking.printToSkPicture(dirname)
  /external/vboot_reference/
README 1 This directory contains a reference implementation for Chrome OS
20 other GPT tool, but this has support for Chrome OS extensions.
28 The "firmware utility" tool, used to create, sign, and validate Chrome OS
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
base64mime.py 101 # length, after the RFC chrome is added in.
109 # Now add the RFC chrome to each encoded chunk
115 # Add the chrome
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
base64mime.py 101 # length, after the RFC chrome is added in.
109 # Now add the RFC chrome to each encoded chunk
115 # Add the chrome
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
base64mime.py 101 # length, after the RFC chrome is added in.
109 # Now add the RFC chrome to each encoded chunk
115 # Add the chrome
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
base64mime.py 101 # length, after the RFC chrome is added in.
109 # Now add the RFC chrome to each encoded chunk
115 # Add the chrome
  /system/core/crash_reporter/
crash_reporter_logs.conf 39 # Dump the last 20 lines of the last two files in Chrome's system and user log
41 chrome=\
42 for f in $(ls -1rt /var/log/chrome/chrome_[0-9]* | tail -2) \
  /external/autotest/client/cros/multimedia/
audio_facade_native.py 64 """Returns the audio info from chrome.audio API.
73 """Sets the active audio output volume using chrome.audio API.
82 """Mutes the active audio output using chrome.audio API.
91 """Gets the volume state of active audio output using chrome.audio API.
101 """Sets active node type through chrome.audio API.
  /external/chromium-trace/catapult/systrace/profile_chrome/
main.py 93 chrome_opts = optparse.OptionGroup(parser, 'Chrome tracing options')
94 chrome_opts.add_option('-c', '--categories', help='Select Chrome tracing '
97 'Chrome\'s default categories. Chrome tracing can be '
225 'Chrome tracing results in duplicate trace events.')
  /external/autotest/server/site_tests/telemetry_AFDOGenerate/
telemetry_AFDOGenerate.py 17 measurement taken but, for the purposes of profiling Chrome, it should
117 COMP_PERF_FILE = 'chromeos-chrome-%s-%s.perf.data'
152 # Chrome version to which the AFDO data corresponds.
243 will control Chrome directly using the chrome.Chrome support and it
244 will ask Chrome to display the benchmark pages directly instead of
  /external/chromium-trace/catapult/dashboard/dashboard/
update_bug_with_results_test.py 48 'revisions_links': ['http://src.chromium.org/viewvc/chrome?view='
75 <head><title>[chrome] Revision 207985</title></head><body><table>....
112 "base_url": "svn://chrome-svn/chrome/trunk/src/",
127 'http://src.chromium.org/viewvc/chrome?view=revision&revision=20798': [
130 'http://src.chromium.org/viewvc/chrome?view=revision&revision=20799': [
287 'http://src.chromium.org/viewvc/chrome?view=revision&revision=20799']
  /external/chromium-trace/catapult/tracing/tracing/ui/analysis/
memory_dump_vm_regions_details_pane_test.html 45 mappedFile: '/lib/chrome.so',
120 mappedFile: '/lib/chrome.so',
130 mappedFile: '/lib/chrome.so',
342 checkRow(columns, mmapChromeRow, '/lib/chrome.so', ['0000000000010000'],
344 vmRegionsMatcher('/lib/chrome.so', 65536, [true]));
417 checkRow(columns, mmapChromeRow, '/lib/chrome.so', ['0000000000010000'],
420 vmRegionsMatcher('/lib/chrome.so', 65536, [true, true]));
  /frameworks/base/docs/html/tv/adt-1/
index.jd 186 <li>Google Play Movies and TV (Chrome)</li>
190 <strong>Note:</strong> When casting from a Chrome browser, you must use Chrome V.36 or higher.
191 Chrome V.36 is available in beta-channel and is planned to be released soon.
200 <a href="http://www.google.com/intl/en/chrome/devices/chromecast/learn.html">Learn How to
233 <p>Connect your development platform using the power/USB cable, and using a Chrome browser,
234 navigate to <code>chrome://inspect/#devices</code> to debug the webview.</p>
  /external/autotest/client/common_lib/
site_utils.py 120 Retrieves the version of the chrome binary associated with a job.
122 When a test runs we query the chrome binary for it's version and drop
123 that value into a client keyval. To retrieve the chrome version we get all
127 dictionary will not contain a chrome version.
129 This method cannot retrieve the chrome version from a dictionary that
134 @return: The chrome version string, or None if one can't be found.
147 logging.warning('Could not find chrome version for failure.')
347 Parse a chrome version string and return version and milestone.
349 Given a chrome version of the form "W.X.Y.Z", return "W.X.Y.Z" as
352 @param version_string: Chrome version string
    [all...]
  /system/update_engine/
omaha_request_params_unittest.cc 113 EXPECT_EQ("Chrome OS", out.os_platform());
136 EXPECT_EQ("Chrome OS", out.os_platform());
156 EXPECT_EQ("Chrome OS", out.os_platform());
173 EXPECT_EQ("Chrome OS", out.os_platform());
189 EXPECT_EQ("Chrome OS", out.os_platform());
207 EXPECT_EQ("Chrome OS", out.os_platform());
226 EXPECT_EQ("Chrome OS", out.os_platform());
246 EXPECT_EQ("Chrome OS", out.os_platform());
284 EXPECT_EQ("Chrome OS", out.os_platform());
438 EXPECT_EQ("Chrome OS", out.os_platform())
    [all...]
  /external/autotest/client/site_tests/network_ProxyResolver/
network_ProxyResolver.py 201 shill, Chrome, and tlsdated's proxy resolution.
274 """Check that Chrome has acknowledged the supplied proxy config
279 @param timeout: time in seconds to wait for Chrome to issue a signal.
295 'waiting for proxy resolution from Chrome')
360 logging.info("checking chrome")
362 raise error.TestFail('Chrome failed to resolve the proxy')
  /external/autotest/client/common_lib/cros/
interactive_xmlrpc_server.py 16 from autotest_lib.client.common_lib.cros import chrome, xmlrpc_server namespace
38 self._chrome = chrome.Chrome()
  /external/autotest/client/site_tests/policy_ProxySettings/
policy_ProxySettings.py 120 """Test effect of ProxySettings policy on Chrome OS behavior.
122 This test verifies the behavior of Chrome OS for specific configurations
151 @param policy_value: policy value expected on chrome://policy page.
  /external/autotest/client/site_tests/policy_URLBlacklist/
policy_URLBlacklist.py 27 Test effect of URLBlacklist policy on Chrome OS behavior.
62 @returns: a chrome browser tab navigated to the URL.
131 @param policy_value: policy value expected on chrome://policy page.
  /external/autotest/client/site_tests/policy_URLWhitelist/
policy_URLWhitelist.py 28 Test effect of URLWhitleist policy on Chrome OS behavior.
65 @returns: a chrome browser tab navigated to the URL.
137 @param policy_value: policy value expected on chrome://policy page.
  /external/autotest/server/cros/servo/
chrome_ec.py 56 """Manages control of a Chrome EC.
58 We control the Chrome EC via the UART of a Servo board. Chrome EC
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
CertBlacklist.java 135 // From http://src.chromium.org/viewvc/chrome/trunk/src/net/base/x509_certificate.cc?revision=78748&view=markup
169 // From http://src.chromium.org/viewvc/chrome/branches/782/src/net/base/x509_certificate.cc?r1=98750&r2=98749&pathrev=98750
184 // From http://src.chromium.org/viewvc/chrome?view=rev&revision=108479
  /external/chromium-trace/catapult/devil/devil/android/
flag_changer.py 11 """Changes the flags Chrome runs with.
52 to run (ie. there is no need to start the sequence with 'chrome').
121 # launching the chrome executable using this command line.
  /external/conscrypt/src/platform/java/org/conscrypt/
CertBlacklist.java 134 // From http://src.chromium.org/viewvc/chrome/trunk/src/net/base/x509_certificate.cc?revision=78748&view=markup
168 // From http://src.chromium.org/viewvc/chrome/branches/782/src/net/base/x509_certificate.cc?r1=98750&r2=98749&pathrev=98750
183 // From http://src.chromium.org/viewvc/chrome?view=rev&revision=108479

Completed in 1450 milliseconds

<<41424344454647484950>>