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

1 2 3

  /external/chromium_org/tools/telemetry/telemetry/core/
browser_finder.py 4 """Finds browsers that can be controlled by telemetry."""
50 browsers = []
56 browsers.extend(curr_browsers)
65 '--browser must be specified. Available browsers:\n%s' %
66 '\n'.join(sorted(set([b.browser_type for b in browsers]))))
74 browsers.sort(compare_browsers_on_type_priority)
75 if len(browsers) >= 1:
76 return browsers[0]
80 matching_browsers = [b for b in browsers
86 logging.warning('Multiple browsers of the same type found: %s' %
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
android_browser_finder_unittest.py 35 browsers = android_browser_finder.FindAllAvailableBrowsers(options)
36 self.assertEquals(0, len(browsers))
41 browsers = android_browser_finder.FindAllAvailableBrowsers(options)
42 self.assertEquals(0, len(browsers))
56 browsers = android_browser_finder.FindAllAvailableBrowsers(
59 self.assertEquals(0, len(browsers))
69 browsers = android_browser_finder.FindAllAvailableBrowsers(
72 self.assertEquals(0, len(browsers))
88 browsers = android_browser_finder.FindAllAvailableBrowsers(options)
89 self.assertEquals(1, len(browsers))
    [all...]
desktop_browser_finder.py 4 """Finds desktop browsers that can be controlled by telemetry."""
106 """Finds all the desktop browsers available on this machine."""
107 browsers = []
158 browsers.append(PossibleDesktopBrowser('exact', options,
169 browsers.append(PossibleDesktopBrowser(browser_type, options,
190 browsers.append(PossibleDesktopBrowser('canary', options,
195 browsers.append(PossibleDesktopBrowser('system', options,
210 browsers.append(PossibleDesktopBrowser('system', options,
227 browsers.append(PossibleDesktopBrowser(browser_name, options,
245 if len(browsers) and not has_display
    [all...]
desktop_browser_finder_unittest.py 34 browsers = self.DoFindAll()
35 return [b.browser_type for b in browsers]
  /external/chromium_org/tools/site_compare/commands/
timeload.py 7 Loads a series of URLs in a series of browsers (and browser versions)
23 # particular browsers
30 "Measures how long a series of URLs takes to load in one or more browsers.",
35 ["-b", "--browsers"], "List of browsers to use. Comma-separated",
38 ["-bp", "--browserpaths"], "List of paths to browsers. Comma-separated",
42 "List of versions of browsers. Comma-separated",
73 browsers = command["--browsers"].split(",")
74 num_browsers = len(browsers)
    [all...]
  /external/chromium_org/tools/site_compare/
site_compare.py 8 Invokes a list of browsers and sends them to a list of URLs,
26 # particular browsers
37 def Scrape(browsers, urls, window_size=(1024, 768),
39 """Invoke one or more browsers over one or more URLs, scraping renders.
42 browsers: browsers to invoke with optional version strings
59 if type(browsers) in types.StringTypes: browsers = [browsers]
65 for browser in browsers
    [all...]
  /external/chromium_org/tools/perf/measurements/
page_cycler.js 16 // a much more accurate timer resolution than other browsers do. This results
17 // in Chrome running these tests much faster than other browsers. In order to
18 // compare Chrome with other browsers on DHTML performance alone, set this
  /external/chromium_org/chrome/browser/ui/
browser_close_browsertest.cc 189 // Adjust the number of browsers and associated windows up or down
322 Browser** browsers[] = { local
332 for (size_t j = 0; j < arraysize(browsers); ++j) {
333 bool result = AdjustBrowsersOnProfile(browsers[j], window_counts[j]);
  /external/chromium_org/chrome/browser/ui/webui/
inspect_ui.cc 98 static const char kAdbBrowsersField[] = "browsers";
595 DevToolsAdbBridge::RemoteBrowsers& browsers = device->browsers(); local
597 browsers.begin(); bit != browsers.end(); ++bit) {
  /external/chromium_org/chrome/common/extensions/docs/examples/api/storage/stylizr/
options.js 9 // between browsers.
  /external/chromium_org/chrome_frame/cfinstall/src/miniclosure/
base.js 30 // Certain browsers cannot parse code in the form for((a in b); c;);
  /external/chromium_org/v8/test/mjsunit/
regexp-string-methods.js 47 // We match other browsers in using the original value of RegExp.prototype.exec.
eval.js 48 // eval has special evaluation order for consistency with other browsers.
  /external/chromium_org/v8/test/webkit/
regexp-non-bmp.js 26 + 'From a Unicode correctness point of view this is wrong, but it is what other browsers do. '
  /external/v8/test/mjsunit/
regexp-string-methods.js 47 // We match other browsers in using the original value of RegExp.prototype.exec.
eval.js 48 // eval has special evaluation order for consistency with other browsers.
  /external/chromium_org/chrome/browser/resources/inspect/
inspect.js 133 browserList = deviceSection.querySelector('.browsers');
161 browserList.className = 'browsers';
192 device.browsers.map(function(b) { return b.adbGlobalId });
197 for (var b = 0; b < device.browsers.length; b++) {
198 var browser = device.browsers[b];
  /external/linux-tools-perf/
Makefile 457 LIB_OBJS += $(OUTPUT)util/ui/browsers/annotate.o
458 LIB_OBJS += $(OUTPUT)util/ui/browsers/hists.o
459 LIB_OBJS += $(OUTPUT)util/ui/browsers/map.o
460 LIB_OBJS += $(OUTPUT)util/ui/browsers/top.o
465 LIB_H += util/ui/browsers/map.h
716 $(OUTPUT)util/ui/browsers/annotate.o: util/ui/browsers/annotate.c $(OUTPUT)PERF-CFLAGS
719 $(OUTPUT)util/ui/browsers/top.o: util/ui/browsers/top.c $(OUTPUT)PERF-CFLAGS
722 $(OUTPUT)util/ui/browsers/hists.o: util/ui/browsers/hists.c $(OUTPUT)PERF-CFLAG
    [all...]
  /external/chromium_org/chrome/browser/resources/standalone/
standalone_hack.js 18 * For non-Chrome browsers, create a dummy chrome object
223 /* Hack to add Element.classList to older browsers that don't yet support it.
334 /* Hack to add Function.bind to older browsers that don't yet support it. From:
  /external/chromium_org/chrome/installer/util/
shell_util.h 346 // Gets a mapping of all registered browser names (excluding browsers in the
349 // Given browsers can be registered in HKCU (as of Win7) and/or in HKLM, this
353 std::map<string16, string16>* browsers);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
coverage_html.js 176 // Different browsers return different colors for "none".
358 // browsers, got it from http://stackoverflow.com/questions/3042651
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 14 * for working in older browsers to enable testing and demonstration on
28 * For non-Chrome browsers, create a dummy chrome object
422 /* Hack to add Element.classList to older browsers that don't yet support it.
533 /* Hack to add Function.bind to older browsers that don't yet support it. From:
  /external/chromium_org/v8/test/mjsunit/regress/
regress-219.js 33 // This has been reversed by issue 1628, since other browsers have also
  /external/v8/test/mjsunit/regress/
regress-219.js 33 // This has been reversed by issue 1628, since other browsers have also
  /external/chromium_org/chrome/browser/devtools/
devtools_adb_bridge.h 179 RemoteBrowsers& browsers() { return browsers_; } function in class:DevToolsAdbBridge::RemoteDevice

Completed in 728 milliseconds

1 2 3