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

1 2 3 4

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
rebaselineserver_unittest.py 56 ' Updating baselines for mac',
74 ' Updating baselines for mac',
93 ' Updating baselines for mac',
112 ' Moving current mac baselines to mac-leopard',
113 ' No current baselines to move',
114 ' Updating baselines for mac',
133 ' Moving current mac baselines to mac-leopard',
135 ' Updating baselines for mac',
157 ' Moving current mac baselines to mac-leopard',
160 ' Updating baselines for mac'
    [all...]
rebaselineserver.py 75 # If requested, move current baselines out
78 log(' Moving current %s baselines to %s' %
92 log(' Already had baselines in %s, could not move existing '
107 log(' No current baselines to move')
109 log(' Updating baselines for %s' % baseline_target)
188 baselines = all_platforms_port.expected_baselines(test_file, baseline_extension, all_baselines=True) variable in class:get_test_baselines.AllPlatformsPort
189 for platform_directory, expected_filename in baselines:
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_host_metrics_unittest.cc 116 // Get baselines for all affected histograms.
117 scoped_ptr<HistogramSamples> baselines[arraysize(histogramName)]; local
122 baselines[i] = histogram->SnapshotSamples();
135 if (baselines[i].get())
136 samples[i]->Subtract(*baselines[i]);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/
builds.html 73 <li>Baseline: hide the baselines (starting with R-3.x)</li>
78 In this view baselines filter is not activated by default. It's because it may
79 be interesting to know which baselines have results in the DB.
components.html 77 <li>Baseline: hide the baselines (starting with R-3.x)</li>
87 As baselines results are not really useful for the survey, the filter is activated
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
main.css 224 #current-baselines {
228 #current-baselines .platform {
232 #current-baselines a {
236 #current-baselines .was-used-for-test {
index.html 126 <label>Existing baselines: <span id="current-baselines"></span></label>
132 Move current baselines to:
main.js 320 var currentBaselines = $('current-baselines');
322 var baselines = results.tests[selectedTest].baselines;
324 getSortedKeys(baselines).forEach(function(platform, i) {
333 getSortedKeys(baselines[platform]).forEach(function(extension, j) {
350 if (baselines[platform][extension]) {
  /external/chromium_org/third_party/freetype2/
README.chromium 15 we don't have to support two sets of pixel test baselines.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
queries.py 154 name = 'print-baselines'
161 help='display the baselines for *all* tests'),
198 def _print_baselines(self, options, port_name, test_name, baselines):
199 for extension in sorted(baselines.keys()):
200 baseline_location = baselines[extension]
rebaselineserver.py 69 result_dict['baselines'] = get_test_baselines(test_name, self._test_config)
89 print 'Gathering current baselines...'
rebaseline.py 63 'You can use "webkit-patch optimize-baselines" to optimize separately.'))
82 optparse.make_option("--builder", help="Builder to pull new baselines from"),
108 name = "copy-existing-baselines-internal"
109 help_text = "Copy existing baselines down one level in the baseline order to ensure new baselines don't break existing passing platforms."
228 name = "optimize-baselines"
229 help_text = "Reshuffles the baselines for the given tests to use as litte space on disk as possible."
257 name = "analyze-baselines"
258 help_text = "Analyzes the baselines for the given tests and prints results that are identical."
265 optparse.make_option('--missing', action='store_true', default=False, help='show missing baselines as well')
    [all...]
rebaseline_unittest.py 366 [['echo', '--verbose', 'optimize-baselines', '--suffixes', '', 'userscripts/first-test.html']])
377 [[['echo', 'copy-existing-baselines-internal', '--suffixes', 'txt,png', '--builder', 'MOCK builder', '--test', 'userscripts/first-test.html', '--verbose']],
379 ['echo', '--verbose', 'optimize-baselines', '--suffixes', 'txt,png', 'userscripts/first-test.html']])
390 [[['echo', 'copy-existing-baselines-internal', '--suffixes', 'txt,png', '--builder', 'MOCK builder (Debug)', '--test', 'userscripts/first-test.html', '--verbose']],
392 ['echo', '--verbose', 'optimize-baselines', '--suffixes', 'txt,png', 'userscripts/first-test.html']])
403 [[['echo', 'copy-existing-baselines-internal', '--suffixes', 'txt,png', '--builder', 'MOCK builder (Debug)', '--test', 'userscripts/first-test.html', '--verbose']],
415 [[['echo', 'copy-existing-baselines-internal', '--suffixes', 'txt,png', '--builder', 'MOCK builder', '--test', 'userscripts/first-test.html', '--results-directory', '/tmp', '--verbose']],
540 [[['echo', 'copy-existing-baselines-internal', '--suffixes', 'txt,png', '--builder', 'MOCK builder', '--test', 'userscripts/first-test.html', '--verbose']],
562 [[['echo', 'copy-existing-baselines-internal', '--suffixes', 'txt,png', '--builder', 'MOCK builder', '--test', 'userscripts/first-test.html', '--verbose'],
563 ['echo', 'copy-existing-baselines-internal', '--suffixes', 'txt,png', '--builder', 'MOCK builder', '--test', 'userscripts/second-tes (…)
    [all...]
  /external/chromium/chrome/browser/ui/views/location_bar/
keyword_hint_view.cc 100 // added this should check baselines.
111 // added this should check baselines.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
PerformanceResultsElement.java 48 String[] baselines = new String[length]; local
52 baselines[count++] = this.buildNames[i];
56 System.arraycopy(baselines, 0, baselines = new String [count], 0, count);
58 return baselines;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
baselineoptimizer.py 123 # All other baselines can only be removed if they're redundant with a baseline earlier
144 # have a baseline, but have different baselines, so the baselines can't be promoted up.
169 # This happens if we're missing baselines for a port.
253 _log.debug(" %s: (no baselines found)" % basename)
260 # instead of committing incorrect baselines.
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestThemeEngineMac.h 28 // more pixel baselines.
WebTestThemeEngineWin.h 40 // In order to ensure maximum consistency of baselines across the different
  /external/skia/gm/tests/
rebaseline.sh 7 # TODO: currently, this must be run on Linux to generate baselines that match
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
mac.py 47 # baselines are shared between retina versions; this keeps the fallback graph as a tree
48 # and maximizes the number of baselines we can share that way.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
RevisionHistoryView.js 239 var baseLines = difflib.stringAsLines(baseContent);
241 var sm = new difflib.SequenceMatcher(baseLines, newLines);
258 this._createLine(lineNumber, null, baseLines[lineNumber], "removed");
test-runner.html 238 var baseLines = difflib.stringAsLines(this._expected);
240 var sm = new difflib.SequenceMatcher(baseLines, newLines);
257 this._treeElement.appendChild(new TreeElement("- [" + lineNumber + "] " + baseLines[lineNumber]));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMenuList.h 108 // Flexbox defines baselines differently than regular blocks.
  /external/skia/expectations/gm/
ignored-tests.txt 17 # ('GM expectations: create tool to suppress failures until new baselines are
  /external/skia/tools/tests/
rebaseline.sh 10 # TODO: currently, this must be run on Linux to generate baselines that match

Completed in 1278 milliseconds

1 2 3 4