HomeSort by relevance Sort by last modified time
    Searched defs:svn (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseSvnDiffHeader.pl 204 svn:mime-type = application/octet-stream label
208 Name: svn:mime-type
220 svn:mime-type = application/octet-stream label
231 diffName => "binary file using SVN 1.7 syntax",
236 svn:mime-type = application/octet-stream label
244 Added: svn:mime-type
257 svn:mime-type = application/octet-stream label
parseDiff.pl 37 diffName => "SVN: simple",
72 diffName => "SVN: binary file (isBinary true)",
77 svn:mime-type = application/octet-stream label
81 Name: svn:mime-type
93 svn:mime-type = application/octet-stream label
108 diffName => "SVN: binary file (isBinary true) using Windows line endings",
113 svn:mime-type = application/octet-stream label
117 Name: svn:mime-type
130 svn:mime-type = application/octet-stream label
146 diffName => "SVN: leading junk"
502 svn:mime-type = application\/octet-stream label
520 svn:mime-type = application\/octet-stream label
541 svn:mime-type = application\/octet-stream label
560 svn:mime-type = application\/octet-stream label
582 svn:mime-type = application\/octet-stream label
603 svn:mime-type = application\/octet-stream label
624 svn:mime-type = application\/octet-stream label
646 svn:mime-type = application\/octet-stream label
668 svn:mime-type = application\/octet-stream label
694 svn:mime-type = application\/octet-stream label
715 svn:mime-type = application\/octet-stream label
742 svn:mime-type = application\/octet-stream label
    [all...]
  /external/skia/tools/
compare_baselines.py 22 import svn namespace
29 svn update
30 svn stat # and make sure there are no files awaiting svn commit
58 OPTION_SVN_GM_URL = '--svn-gm-url'
59 DEFAULT_SVN_GM_URL = 'http://skia.googlecode.com/svn/gm-expected'
153 svn.Svn(checkedin_dir).Checkout(svn_gm_url, '.')
196 'to compare against those checked into the svn repo; '
205 help='URL of SVN repository within which we store the
    [all...]
download_baselines.py 3 and adds any new ones to SVN control.
25 import svn namespace
31 and adds any new ones to SVN control.
38 # Base URL of SVN repository where buildbots store actual gm image results.
39 GM_ACTUAL_URL = 'http://skia-autogen.googlecode.com/svn/gm-actual'
41 # GM baseline image URL in regular Skia SVN repository
42 GM_BASELINE_URL = 'https://skia.googlecode.com/svn/gm-expected'
51 def GetLatestResultsSvnUrl(svn, baseline_subdir, builder_suffix):
52 """Return SVN URL from which we can check out the MOST RECENTLY generated images for this
55 @param svn an Svn object we can use to call ListSubdirs(
    [all...]
submit_try 12 adds some validation and supports both git and svn.
21 import svn namespace
25 GLOBAL_VARIABLES = json.loads(svn.Cat('http://skia.googlecode.com/svn/'
54 CODEREVIEW_SETTINGS = '/svn/codereview.settings'
56 # String for matching the svn url of the try server inside codereview.settings.
59 # Strings used for matching svn config properties.
79 is_svn: boolean; whether we're in an SVN checkout. If False, assume we're in
83 repo = svn.Svn(os.curdir
    [all...]
svndiff.py 10 Generates a visual diff of all pending changes in the local SVN (or git!)
15 TODO(epoger): Now that this tool supports either git or svn, rename it.
46 import svn namespace
51 Generates a visual diff of all pending changes in the local SVN/git checkout.
54 (as far as SVN/git knows about). For any image modifications, pixel diffs will
226 using_svn = os.path.isdir('.svn')
239 svn_repo = svn.Svn('.')
241 svn.STATUS_ADDED | svn.STATUS_DELETED | svn.STATUS_MODIFIED
    [all...]

Completed in 87 milliseconds