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

12 3 4

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
base_unittest.py 202 port._options.additional_platform_directory = ['/tmp/local-baselines']
203 port._filesystem.write_text_file('/tmp/local-baselines/fast/test-expected.txt', 'foo')
206 [('/tmp/local-baselines', 'fast/test-expected.txt')])
207 self.assertEqual(port.baseline_path(), '/tmp/local-baselines')
210 port._options.additional_platform_directory = ['/foo', '/tmp/local-baselines']
213 [('/tmp/local-baselines', 'fast/test-expected.txt')])
base.py 99 # we need to test and support baselines across multiple O/S versions.
269 """Return the absolute path to the directory to store new baselines in for this port."""
293 baselines. The directories are searched in order."""
582 baselines = []
585 baselines.append((platform_dir, baseline_filename))
587 if not all_baselines and baselines:
588 return baselines
594 baselines.append((platform_dir, baseline_filename))
596 if baselines:
597 return baselines
    [all...]
builders.py 36 # * rebaseline_override_dir -- (optional) directory to put baselines in instead of where you would normally put them.
win.py 58 # We don't maintain separate baselines for vista, so we pretend it is win7.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
BuildsView.java 81 String[] baselines = BuildsView.this.results.getBaselines(); local
82 int bLength = baselines.length;
91 selectedBaseline = baselines[0];
98 String[] defaultBaseline = new String[] { baselines[baselines.length - 1] };
100 dialog.setElements(baselines);
ComponentsView.java 71 * <li>Filter baselines: hide the baselines (starting with R-3.x)</li>
381 // Filter baselines action default
PerformancesView.java 460 // Filter baselines action
461 this.filterBaselineBuilds = new Action("&Baselines", IAction.AS_CHECK_BOX) {
473 // Filter baselines action
602 // Filter baselines action state
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
run_webkit_tests.py 121 default=False, help="Save generated results as new baselines "
129 help="Don't create new baselines when no expected results exist"),
151 "baselines (will take precendence over platform baselines). "
157 help="Use the specified port's baselines first"),
run_webkit_tests_integrationtest.py     [all...]
  /external/skia/gm/rebaseline_server/
server.py 139 editable: whether HTTP clients are allowed to submit new baselines
172 """ Returns true iff HTTP clients are allowed to submit new baselines. """
508 help=('Allow HTTP clients to submit new baselines.'))
results.py 199 # the Trybot results (we don't maintain baselines for them).
  /external/skia/gm/rebaseline_server/static/
loader.js 508 alert("New baselines submitted successfully!\n\n" +
512 "more baselines, you will need to reload your client.");
515 alert("There was an error submitting your baselines.\n\n" +
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
builders_unittests.js 93 "changes": ["Files:\n Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/main.js\n Tools/ChangeLog\nAt: Thu 04 Aug 2011 00:50:38\nChanged By: abarth@webkit.org\nComments: Fix types. Sadly, main.js has no test coverage. (I need to think\nabout how to test this part of the code.)\n\n* BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/main.js:Properties: \n\n\n", "Files:\n LayoutTests/ChangeLog\n LayoutTests/platform/mac/fast/box-shadow/inset-box-shadows-expected.png\n LayoutTests/platform/mac/fast/repaint/shadow-multiple-horizontal-expected.png\n LayoutTests/platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png\n LayoutTests/platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.png\n LayoutTests/platform/mac/fast/repaint/shadow-multiple-vertical-expected.png\nAt: Thu 04 Aug 2011 00:50:38\nChanged By: abarth@webkit.org\nComments: Update baselines after <http://trac.webkit.org/changeset/92340>.\n\n* platform/mac/fast/box-shadow/inset-box-shadows-expected.png:\n* platform/mac/fast/repaint/shadow-multiple-horizontal-expected.png:\n* platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:\n* platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.png:\n* platform/mac/fast/repaint/shadow-multiple-vertical-expected.png:Properties: \n\n\n"],
142 "comments": "Update baselines after <http://trac.webkit.org/changeset/92340>.\n\n* platform/mac/fast/box-shadow/inset-box-shadows-expected.png:\n* platform/mac/fast/repaint/shadow-multiple-horizontal-expected.png:\n* platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:\n* platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.png:\n* platform/mac/fast/repaint/shadow-multiple-vertical-expected.png:",
176 "comments": "Update baselines after <http://trac.webkit.org/changeset/92340>.\n\n* platform/mac/fast/box-shadow/inset-box-shadows-expected.png:\n* platform/mac/fast/repaint/shadow-multiple-horizontal-expected.png:\n* platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:\n* platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.png:\n* platform/mac/fast/repaint/shadow-multiple-vertical-expected.png:",
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
widgets.css 41 * aligning on the text's baselines. */
  /external/chromium_org/chrome/third_party/chromevox/chromevox/background/
options_widgets.css 41 * aligning on the text's baselines. */
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.h 334 // Whether or not this line uses alphabetic or ideographic baselines by default.
  /external/chromium_org/ui/views/controls/
label.h 124 // Get or set the distance in pixels between baselines of multi-line text.
  /external/chromium_org/ui/webui/resources/css/
widgets.css 40 * aligning on the text's baselines. */
  /frameworks/base/test-runner/src/android/test/
ViewAsserts.java 110 * Assert that two views are aligned on their baseline, that is that their baselines
  /external/chromium_org/content/common/gpu/
image_transport_surface_mac.cc 541 // baselines. So this is mostly a dummy surface.
  /external/skia/gm/tests/
run.sh 8 # To generate new baselines when gm behavior changes, run gm/tests/rebaseline.sh
  /hardware/qcom/display/msm8960/libgralloc/
framebuffer.cpp 257 //XXX: Remove reserved field usage on all baselines
  /hardware/qcom/display/msm8974/libgralloc/
framebuffer.cpp 257 //XXX: Remove reserved field usage on all baselines
  /hardware/qcom/display/msm8x26/libgralloc/
framebuffer.cpp 257 //XXX: Remove reserved field usage on all 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/db/
PerformanceResults.java 251 * Return the name of the last build name except baselines.
256 return getLastBuildName(1/*all except baselines*/);

Completed in 2189 milliseconds

12 3 4