Searched refs:jstyle (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/tools/onbld/Checks/ |
H A D | JStyle.py | 30 # JStyle, wrap the jstyle tool in a pythonic API 37 def jstyle(fh, filename=None, output=sys.stderr, **opts): function 46 raise TypeError('jstyle() got an unexpected keyword ' 54 ret, tmpfile = processcheck('jstyle', options, fh, output)
|
/osnet-11/usr/src/tools/onbld/hgext/ |
H A D | cdm.py | 574 Files can be excluded from this check using the jstyle.NOT file. 579 exclude = not_check(repo, 'jstyle') 594 ret |= JStyle.jstyle(fh, output=ui, picky=True) 860 - jstyle (java source style) 895 - jstyle (java source style) 1423 'jstyle': (cdm_jstyle, [('p', 'parent', '', 'parent workspace')], 1424 'hg jstyle [-p PARENT]'),
|
Completed in 17 milliseconds