/external/skia/infra/bots/flavor/ |
android_devices.py | 13 DEFAULT_SDK_ROOT = '/home/chrome-bot/android-sdk-linux' 14 MAC_SDK_ROOT = '/Users/chrome-bot/adt-bundle-mac-x86_64-20140702/sdk' 15 MACMINI_SDK_ROOT = '/Users/chrome-bot/android-sdk-macosx'
|
/external/webrtc/webrtc/modules/video_capture/ |
BUILD.gn | 40 # Suppress warnings from Chrome's Clang plugins. 61 # Suppress warnings from Chrome's Clang plugins. 161 # Suppress warnings from Chrome's Clang plugins.
|
/external/webrtc/webrtc/modules/video_render/ |
BUILD.gn | 32 # Suppress warnings from Chrome's Clang plugins. 51 # Suppress warnings from Chrome's Clang plugins. 173 # Suppress warnings from Chrome's Clang plugins.
|
/system/update_engine/ |
boot_control_chromeos.h | 29 // The Chrome OS implementation of the BootControlInterface. This interface 30 // assumes the partition names and numbers used in Chrome OS devices. 68 // Return the hard-coded partition number used in Chrome OS for the passed
|
/external/autotest/client/common_lib/cros/ |
chrome.py | 16 class Chrome(object): 36 invoke chrome.autotestPrivate. 107 # Turn on collection of Chrome coredumps via creation of a magic file. 108 # (Without this, Chrome coredumps are trashed.) 160 chrome.autotestPrivate.loginStatus(function(s) { 196 Chrome.did_browser_crash(func)
|
/external/autotest/server/cros/ap_configurators/ |
fetch_prebuilt_pyauto.py | 8 Sets up Chrome and PyAuto binaries using prebuilt binaries from the 17 $ python fetch_prebuilt_pyauto.py -d chrome\Release 71 self._chrome_zip_name = 'chrome-%s' % {'mac': 'mac', 82 zip_name = 'chrome-' + name 87 raise RuntimeError('Could not find chrome zip at ' + self._url) 136 # Fetch chrome & pyauto binaries
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/ |
tab.py | 251 if (window.chrome && chrome.benchmarking && 252 chrome.benchmarking.clearCache) { 253 chrome.benchmarking.clearCache(); 254 chrome.benchmarking.clearPredictorCache(); 255 chrome.benchmarking.clearHostResolverCache();
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/ |
chrome_tracing_agent.py | 24 _CHROME_TRACE_CONFIG_FILE_NAME = 'chrome-trace-config.json' 52 # Trace config is also used to check if Chrome tracing is running or not. 108 # Chrome tracing Agent needs to start tracing for chrome browsers that are 141 'Error when trying to stop Chrome tracing on devtools at port %s:\n%s' 152 'Exceptions raised when trying to stop Chrome devtool tracing:\n' +
|
/external/libvncserver/webclients/novnc/include/web-socket-js/ |
README.txt | 22 1. Try Chrome and Firefox 3.x. 23 - It doesn't work on Chrome: 25 - It works on Chrome but it doesn't work on Firefox: 27 - It works on both Chrome and Firefox, but it doesn't work on your browser: 32 and use Developer Tools (Chrome/Safari) or Firebug (Firefox) to see if console.log outputs any errors. 49 - Google Chrome 4 or later (just uses native implementation)
|
/platform_testing/libraries/chrome-app-helper/src/android/platform/test/helpers/ |
ChromeHelperImpl.java | 61 mDevice.executeShellCommand("getprop dev.chrome.package"); 67 prop = "com.android.chrome"; 83 mDevice.executeShellCommand("getprop dev.chrome.name"); 89 prop = "Chrome"; 109 // Device has no accounts registered that Chrome recognizes 118 // Device has an account registered that Chrome recognizes
|
/external/autotest/client/cros/ |
enterprise_policy_base.py | 11 from autotest_lib.client.common_lib.cros import chrome namespace 76 # Close Chrome instance if opened. 188 """Initialize flags used to create Chrome instance.""" 213 Launch a chrome browser, and sign in to Chrome OS. Examine the user's 220 @param policy_value: Expected value to appear on chrome://policy page. 233 tab = self.navigate_to_url('chrome://policy') 246 """Launch Chrome browser and sign in.""" 247 logging.info('Chrome Browser Arguments:') 252 self.cr = chrome.Chrome(extra_browser_args=self.extra_flags [all...] |
/external/autotest/client/site_tests/security_EnableChromeTesting/ |
security_EnableChromeTesting.py | 60 # Make sure Chrome didn't restart. 62 raise error.TestFail('Chrome restarted during test.')
|
/external/autotest/server/site_tests/firmware_UpdateFirmwareVersion/ |
control | 7 AUTHOR = "Chrome OS Team" 15 3. A USB disk should be plugged-in, which contains a Chrome OS test image.
|
/external/autotest/server/site_tests/platform_TotalMemory/ |
platform_TotalMemory.py | 10 _CHROME_PATH = '/opt/google/chrome/chrome'
|
/external/autotest/server/site_tests/telemetry_Benchmarks/ |
generate_controlfiles.py | 73 This is part of Chrome for Chrome OS performance testing.
|
/external/autotest/test_suites/ |
control.chameleon_audio | 18 in order to test the Chrome OS audio stack. 41 'labels': ['OS-Chrome', 'Cr-OS-Kernel-Audio', 'Chameleon'],
|
control.chameleon_audio_nightly | 18 in order to test the Chrome OS audio stack. 41 'labels': ['OS-Chrome', 'Cr-OS-Kernel-Audio', 'Chameleon'],
|
control.chameleon_audio_perbuild | 18 in order to test the Chrome OS audio stack. 41 'labels': ['OS-Chrome', 'Cr-OS-Kernel-Audio', 'Chameleon'],
|
control.chameleon_dp | 18 its behaviors in order to test the Chrome OS graphic stack. 37 'labels': ['OS-Chrome', 'Cr-OS-Kernel-Graphics', 'Chameleon'],
|
control.chameleon_dp_e2e | 19 its behaviors in order to test the Chrome OS graphic stack. 38 'labels': ['OS-Chrome', 'Cr-OS-Kernel-Graphics', 'Chameleon'],
|
control.chameleon_dp_stress | 18 its behaviors in order to test the Chrome OS graphic stack. 37 'labels': ['OS-Chrome', 'Cr-OS-Kernel-Graphics', 'Chameleon'],
|
control.chameleon_hdmi | 18 its behaviors in order to test the Chrome OS graphic stack. 37 'labels': ['OS-Chrome', 'Cr-OS-Kernel-Graphics', 'Chameleon'],
|
control.chameleon_hdmi_e2e | 19 its behaviors in order to test the Chrome OS graphic stack. 38 'labels': ['OS-Chrome', 'Cr-OS-Kernel-Graphics', 'Chameleon'],
|
control.chameleon_hdmi_nightly | 18 its behaviors in order to test the Chrome OS graphic stack. 37 'labels': ['OS-Chrome', 'Cr-OS-Kernel-Graphics', 'Chameleon'],
|
control.chameleon_hdmi_perbuild | 18 its behaviors in order to test the Chrome OS graphic stack. 37 'labels': ['OS-Chrome', 'Cr-OS-Kernel-Graphics', 'Chameleon'],
|