Searched refs:jstyle (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/tools/onbld/Checks/
H A DJStyle.py30 # 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)
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DMakefile118 jstyle:
119 jstyle $(JAVAFILES)
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DMakefile138 jstyle:
139 jstyle $(JAVAFILES)
/illumos-gate/usr/src/tools/scripts/
H A DMakefile54 jstyle \
92 jstyle.1onbld \
H A Dgit-pbchk.py282 def jstyle(root, parent, flist, output): function
287 ret |= JStyle.jstyle(fh, output=output, picky=True)
342 jstyle,
354 jstyle,
H A Djstyle.pl28 # jstyle - check for some common stylistic errors.
36 "usage: jstyle [-c] [-h] [-p] [-t] [-v] [-C] file ...
90 &jstyle($arg);
95 &jstyle("<stdin>");
108 sub jstyle($) { subroutine
/illumos-gate/usr/src/tools/onbld/hgext/
H A Dcdm.py584 Files can be excluded from this check using the jstyle.NOT file.
589 exclude = not_check(repo, 'jstyle')
604 ret |= JStyle.jstyle(fh, output=ui, picky=True)
833 - jstyle (java source style)
868 - jstyle (java source style)
1466 'jstyle': (cdm_jstyle, [('p', 'parent', '', 'parent workspace')],
1467 'hg jstyle [-p PARENT]'),

Completed in 76 milliseconds