HomeSort by relevance Sort by last modified time
    Searched refs:rebaseline (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/skia/platform_tools/android/tests/
generate_user_config_tests.py 32 '"generate_user_config_tests.py --rebaseline" to rebaseline')
94 def rebaseline(): function
100 parser.add_argument('-r', '--rebaseline', help='Rebaseline expectations.',
104 if args.rebaseline:
105 rebaseline()
makefile_writer_tests.py 29 '"makefile_writer_tests.py --rebaseline" to rebaseline')
203 def rebaseline(): function
216 parser.add_argument('-r', '--rebaseline', help='Rebaseline expectations.',
220 if args.rebaseline:
221 rebaseline()
  /external/skia/platform_tools/android/tests/
generate_user_config_tests.py 32 '"generate_user_config_tests.py --rebaseline" to rebaseline')
94 def rebaseline(): function
100 parser.add_argument('-r', '--rebaseline', help='Rebaseline expectations.',
104 if args.rebaseline:
105 rebaseline()
makefile_writer_tests.py 29 '"makefile_writer_tests.py --rebaseline" to rebaseline')
204 def rebaseline(): function
217 parser.add_argument('-r', '--rebaseline', help='Rebaseline expectations.',
221 if args.rebaseline:
222 rebaseline()
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
__init__.py 7 from webkitpy.tool.commands.rebaseline import Rebaseline
rebaseline_unittest.py 39 from webkitpy.tool.commands.rebaseline import *
223 command_constructor = RebaselineTest # AKA webkit-patch rebaseline-test-internal
270 expected_logs="Cannot rebaseline reftest: userscripts/another-test.html\n")
385 [['python', 'echo', 'rebaseline-test-internal', '--suffixes', 'txt,png', '--builder', 'MOCK builder', '--test', 'userscripts/first-test.html', '--verbose']],
398 [['python', 'echo', 'rebaseline-test-internal', '--suffixes', 'txt,png', '--builder', 'MOCK builder (Debug)', '--test', 'userscripts/first-test.html', '--verbose']],
411 [['python', 'echo', 'rebaseline-test-internal', '--suffixes', 'txt,png', '--builder', 'MOCK builder (Debug)', '--test', 'userscripts/first-test.html', '--verbose']]])
423 [['python', 'echo', 'rebaseline-test-internal', '--suffixes', 'txt,png', '--builder', 'MOCK builder', '--test', 'userscripts/first-test.html', '--results-directory', '/tmp', '--verbose']]])
470 # we count that as passing, and do not think that we still need to rebaseline it.
508 # run smoke tests, and do not think that we still need to rebaseline it.
525 command_constructor = Rebaseline # AKA webkit-patch rebaselin
    [all...]
  /external/chromium_org/third_party/skia/tools/
reformat-json.py 12 so that subsequent runs of rebaseline.py will generate useful diffs
  /external/skia/tools/
reformat-json.py 12 so that subsequent runs of rebaseline.py will generate useful diffs
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
queue.js 34 this._rebaselineButtonNode = $('rebaseline-queue');
41 $('add-to-rebaseline-queue').addEventListener(
47 'click', function() { self.rebaseline(); });
57 $('add-to-rebaseline-queue').disabled = state != STATE_NEEDS_REBASELINE;
63 'Rebaseline in progress (' + this._inProgressRebaselineCount +
67 this._rebaselineButtonNode.textContent = 'Rebaseline queue';
72 'Rebaseline queue (' + queueLength + ' tests)';
129 RebaselineQueue.prototype.rebaseline = function()
151 '/rebaseline?test=' + encodeURIComponent(testName) +
main.js 38 STATE_TO_DISPLAY_STATE[STATE_NEEDS_REBASELINE] = 'Needs rebaseline';
39 STATE_TO_DISPLAY_STATE[STATE_REBASELINE_FAILED] = 'Rebaseline failed';
40 STATE_TO_DISPLAY_STATE[STATE_REBASELINE_SUCCEEDED] = 'Rebaseline succeeded';
86 queue.rebaseline();
  /external/chromium_org/build/android/pylib/utils/
findbugs.py 54 print 'Alternatively, rebaseline with --rebaseline command option'
86 rebaseline, release_version, findbug_args):
97 rebaseline: True if the known_bugs file needs rebaseline.
152 if rebaseline:
175 options.rebaseline, options.release_build, options.findbug_args)
181 '--rebaseline',
183 dest='rebaseline',
184 help='Rebaseline known findbugs issues.'
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
rebaselineserver.py 228 def rebaseline(self): member in class:RebaselineHTTPRequestHandler
  /external/chromium_org/third_party/skia/tools/skpdiff/
diff_viewer.js 291 // Gather up all records that have the rebaseline set.
  /external/skia/tools/skpdiff/
diff_viewer.js 291 // Gather up all records that have the rebaseline set.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_expectations.py 46 SLOW, REBASELINE, NEEDS_REBASELINE, NEEDS_MANUAL_REBASELINE, MISSING, FLAKY, NOW, NONE) = range(19)
76 REBASELINE_MODIFIER = 'rebaseline'
157 expectation_line.warnings.append('REBASELINE should only be used for running rebaseline.py. Cannot be checked in.')
230 'Rebaseline': 'REBASELINE',
    [all...]
  /external/chromium_org/third_party/skia/gm/rebaseline_server/static/new/js/
app.js 24 $routeProvider.when('/view', {templateUrl: 'partials/rebaseline-view.html',
    [all...]

Completed in 500 milliseconds