HomeSort by relevance Sort by last modified time
    Searched full:browsers (Results 1 - 25 of 565) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/
karma-config.js 10 browsers: ['Firefox'],
11 // browsers: ['Safari', 'Chrome', 'ChromeCanary', 'Firefox', 'IE'],
karma-config-ci.js 38 browsers: Object.keys(customLaunchers),
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
ios_browser_finder_unittest.py 19 browsers = ios_browser_finder.FindAllAvailableBrowsers(
21 self.assertTrue(browsers)
22 for browser in browsers:
ios_browser_finder.py 5 """Finds iOS browsers that can be controlled by telemetry."""
69 """Find all running iOS browsers on connected devices."""
95 # Get the userAgent for each UIWebView to find the browsers.
111 browsers = []
113 browsers.append(PossibleIOSBrowser(IOS_BROWSERS[browser_type],
115 return list(browsers)
desktop_browser_finder.py 4 """Finds desktop browsers that can be controlled by telemetry."""
126 """Finds all the desktop browsers available on this machine."""
130 browsers = []
179 browsers.append(PossibleDesktopBrowser(
192 browsers.append(PossibleDesktopBrowser(
223 browsers.append(PossibleDesktopBrowser('canary', finder_options,
228 browsers.append(PossibleDesktopBrowser('system', finder_options,
235 browsers.append(PossibleDesktopBrowser('reference', finder_options,
251 browsers.append(PossibleDesktopBrowser(version, finder_options,
255 browsers.append(PossibleDesktopBrowser('reference', finder_options
    [all...]
cros_browser_finder.py 5 """Finds CrOS browsers that can be controlled by telemetry."""
84 """Finds all available CrOS browsers, locally and remotely."""
85 browsers = []
87 return browsers
90 browsers = [PossibleCrOSBrowser('system', finder_options,
131 browsers.extend([PossibleCrOSBrowser('cros-chrome', finder_options,
136 return browsers
  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
browser_finder.py 5 """Finds browsers that can be controlled by telemetry."""
63 browsers = []
74 browsers.extend(curr_browsers)
86 if len(browsers) == 1:
88 browsers[0].browser_type)
89 browsers[0].UpdateExecutableIfNeeded()
90 return browsers[0]
93 '--browser must be specified. Available browsers:\n%s' %
94 '\n'.join(sorted(set([b.browser_type for b in browsers]))))
102 browsers.sort(CompareBrowsersOnTypePriority
    [all...]
  /external/chromium-trace/catapult/systrace/bin/
adb_profile_chrome_startup 32 'from Android browsers startup, combined with '
47 browsers = sorted(profiler.GetSupportedBrowsers().keys())
48 parser.add_option('-b', '--browser', help='Select among installed browsers. '
49 'One of ' + ', '.join(browsers) + ', "stable" is used by '
50 'default.', type='choice', choices=browsers,
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/
__init__.py 5 is largely compatible with modern desktop web browsers.
  /external/chromium-trace/catapult/third_party/polymer/components/polymer/
.bower.json 3 "description": "Polymer is a new type of library for the web, built on top of Web Components, and designed to leverage the evolving web platform on modern browsers.",
bower.json 3 "description": "Polymer is a new type of library for the web, built on top of Web Components, and designed to leverage the evolving web platform on modern browsers.",
README.md 11 Polymer is based on a set of future technologies, including [Shadow DOM](http://w3c.github.io/webcomponents/spec/shadow/), [Custom Elements](http://w3c.github.io/webcomponents/spec/custom/) and Model Driven Views. Currently these technologies are implemented as polyfills or shims, but as browsers adopt these features natively, the platform code that drives Polymer evacipates, leaving only the value-adds.
  /external/chromium-trace/catapult/tracing/third_party/components/polymer/
.bower.json 3 "description": "Polymer is a new type of library for the web, built on top of Web Components, and designed to leverage the evolving web platform on modern browsers.",
bower.json 3 "description": "Polymer is a new type of library for the web, built on top of Web Components, and designed to leverage the evolving web platform on modern browsers.",
README.md 11 Polymer is based on a set of future technologies, including [Shadow DOM](http://w3c.github.io/webcomponents/spec/shadow/), [Custom Elements](http://w3c.github.io/webcomponents/spec/custom/) and Model Driven Views. Currently these technologies are implemented as polyfills or shims, but as browsers adopt these features natively, the platform code that drives Polymer evacipates, leaving only the value-adds.
  /external/zopfli/
README.zopflipng 31 limited. When targeting Android, Chrome, Opera, and Yandex browsers, or by using
32 suitable plugins for other browsers, it is good to note that WebP lossless
  /external/libvncserver/webclients/novnc/include/
black.css 14 background: #4c4c4c; /* Old browsers */
23 background: #f04040; /* Old browsers */
32 background: #f0f040; /* Old browsers */
52 background: #4c4c4c; /* Old browsers */
63 background: #9dd53a; /* Old browsers */
  /prebuilts/gdb/darwin-x86/lib/python2.7/
webbrowser.py 2 """Interfaces for launching and remotely controlling Web browsers."""
18 _tryorder = [] # Preference order of available browsers
139 """Parent class for all browsers. Do not use directly."""
158 """Class for all browsers started with a command
185 """Class for all browsers which are to be started in the
205 """Parent class for all Unix browsers with remote functionality."""
228 # for TTY browsers, we need stdin/out
285 """Launcher class for Mozilla/Netscape browsers."""
298 """Launcher class for Galeon/Epiphany browsers."""
331 "Launcher class for Elinks browsers.
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
webbrowser.py 2 """Interfaces for launching and remotely controlling Web browsers."""
18 _tryorder = [] # Preference order of available browsers
139 """Parent class for all browsers. Do not use directly."""
158 """Class for all browsers started with a command
185 """Class for all browsers which are to be started in the
205 """Parent class for all Unix browsers with remote functionality."""
228 # for TTY browsers, we need stdin/out
285 """Launcher class for Mozilla/Netscape browsers."""
298 """Launcher class for Galeon/Epiphany browsers."""
331 "Launcher class for Elinks browsers.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
webbrowser.py 2 """Interfaces for launching and remotely controlling Web browsers."""
18 _tryorder = [] # Preference order of available browsers
139 """Parent class for all browsers. Do not use directly."""
158 """Class for all browsers started with a command
185 """Class for all browsers which are to be started in the
205 """Parent class for all Unix browsers with remote functionality."""
228 # for TTY browsers, we need stdin/out
285 """Launcher class for Mozilla/Netscape browsers."""
298 """Launcher class for Galeon/Epiphany browsers."""
331 "Launcher class for Elinks browsers.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
webbrowser.py 2 """Interfaces for launching and remotely controlling Web browsers."""
18 _tryorder = [] # Preference order of available browsers
139 """Parent class for all browsers. Do not use directly."""
158 """Class for all browsers started with a command
185 """Class for all browsers which are to be started in the
205 """Parent class for all Unix browsers with remote functionality."""
228 # for TTY browsers, we need stdin/out
285 """Launcher class for Mozilla/Netscape browsers."""
298 """Launcher class for Galeon/Epiphany browsers."""
331 "Launcher class for Elinks browsers.
    [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
README.md 28 Our polyfills are intended to work in the latest versions of evergreen browsers. See below
44 The polyfills may work in older browsers, however require additional polyfills (such as classList)
45 to be used. We cannot guarantee support for browsers outside of our compatibility matrix.
  /external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/
README.md 28 Our polyfills are intended to work in the latest versions of evergreen browsers. See below
44 The polyfills may work in older browsers, however require additional polyfills (such as classList)
45 to be used. We cannot guarantee support for browsers outside of our compatibility matrix.
  /external/chromium-trace/catapult/tracing/third_party/gl-matrix/
README.md 13 of your browsers Javascript engine.
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
FormEncodingBuilderTest.java 95 assertEquals("%00", formEncode(0)); // Browsers convert '\u0000' to '%EF%BF%BD'.
105 assertEquals("%0A", formEncode(10)); // Browsers convert '\n' to '\r\n'
108 assertEquals("%0D", formEncode(13)); // Browsers convert '\r' to '\r\n'
127 assertEquals("%20", formEncode(32)); // Browsers use '+' for space.

Completed in 1131 milliseconds

1 2 3 4 5 6 7 8 91011>>