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

/opensolaris-onvv-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)
/opensolaris-onvv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DMakefile115 jstyle:
116 jstyle $(JAVAFILES)
/opensolaris-onvv-gate/usr/src/tools/scripts/
H A DMakefile63 jstyle \
99 jstyle.1 \
H A Djstyle.pl29 # jstyle - check for some common stylistic errors.
37 "usage: jstyle [-c] [-h] [-p] [-t] [-v] [-C] file ...
91 &jstyle($arg);
96 &jstyle("<stdin>");
105 sub jstyle($) { subroutine
H A Dwx.sh888 $ME jstyle run jstyle over all active .java files
889 skips files in wx/jstyle.NOT
913 nits checking. Run cstyle, jstyle, hdrchk, copyright,
923 putback check. Run cstyle, jstyle, hdrchk, copyright,
3406 jstyle ${JSTYLE_FLAGS} $args $filepath >\
3407 $wxtmp/wx.jstyle.$JSTYLE_INDEX) &
4570 nits) comlist="cstyle jstyle hdrchk copyright cddlchk keywords";
4572 pbchk) comlist="cstyle jstyle hdrchk copyright cddlchk keywords"
4940 jstyle) ech
[all...]
/opensolaris-onvv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DMakefile138 jstyle:
139 jstyle $(JAVAFILES)
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A Ddeveloper-build-onbld.mf112 file path=opt/onbld/bin/jstyle mode=0555
253 file path=opt/onbld/man/man1/jstyle.1
/opensolaris-onvv-gate/usr/src/tools/onbld/hgext/
H A Dcdm.py460 exclude = not_check(repo, 'jstyle')
475 ret |= JStyle.jstyle(fh, output=ui, picky=True)
703 Run cddlchk, copyright, cstyle, hdrchk, jstyle, mapfilechk,
721 Run cddlchk, comchk, copyright, cstyle, hdrchk, jstyle, mapfilechk,
1161 'jstyle': (cdm_jstyle, [('p', 'parent', '', 'parent workspace')],
1162 'hg jstyle [-p PARENT]'),

Completed in 78 milliseconds