Home
last modified time | relevance | path

Searched full:checkstyle (Results 1 – 25 of 105) sorted by relevance

12345

/external/nanohttpd/src/main/checkstyle/
Dnanohttpd-style.xml6 <!-- Checkstyle configuration that checks the sun coding conventions from: - the Java Language Spec…
8 …- some best practices Checkstyle is very configurable. Be sure to read the documentation at http:/…
13 …<property name="file" value="${checkstyle.suppressions.file}" default="src/main/checkstyle/checkst…
15 …ted file names will be relative to the specified directory. See http://checkstyle.sourceforge.net/…
19 <!-- See http://checkstyle.sf.net/config_misc.html#NewlineAtEndOfFile -->
23 <!-- See http://checkstyle.sf.net/config_misc.html#Translation -->
27 <!-- See http://checkstyle.sf.net/config_sizes.html -->
31 <!-- See http://checkstyle.sf.net/config_whitespace.html -->
36 <!-- See http://checkstyle.sf.net/config_header.html -->
38 <!-- <property name="headerFile" value="${checkstyle.header.file}"/> -->
[all …]
/external/apache-commons-bcel/src/conf/
Dcheckstyle.xml23 <!-- commons codec customization of default Checkstyle behavior -->
28 <!-- See http://checkstyle.sf.net/config_misc.html#NewlineAtEndOfFile -->
32 <!-- See http://checkstyle.sourceforge.net/config_whitespace.html#FileTabCharacter -->
38 <!-- See http://checkstyle.sourceforge.net/config_regexp.html -->
64 <!-- See http://checkstyle.sf.net/config_naming.html -->
86 <!-- See http://checkstyle.sf.net/config_imports.html -->
95 <!-- See http://checkstyle.sf.net/config_whitespace.html -->
111 <!-- See http://checkstyle.sf.net/config_modifiers.html -->
117 <!-- See http://checkstyle.sf.net/config_blocks.html -->
135 <!-- See http://checkstyle.sf.net/config_coding.html -->
[all …]
/external/javapoet/
Dcheckstyle.xml31 <property name="cacheFile" value="${checkstyle.cache.file}"/>
34 <!-- See http://checkstyle.sf.net/config_javadoc.html -->
42 <!-- See http://checkstyle.sf.net/config_naming.html -->
55 <!-- See http://checkstyle.sf.net/config_import.html -->
66 <!-- See http://checkstyle.sf.net/config_sizes.html -->
77 <!-- See http://checkstyle.sf.net/config_whitespace.html -->
99 <!-- See http://checkstyle.sf.net/config_modifiers.html -->
105 <!-- See http://checkstyle.sf.net/config_blocks.html -->
114 <!-- See http://checkstyle.sf.net/config_coding.html -->
130 <!-- See http://checkstyle.sf.net/config_design.html -->
[all …]
Dpom.xml120 <artifactId>maven-checkstyle-plugin</artifactId>
125 <artifactId>checkstyle</artifactId>
131 <configLocation>checkstyle.xml</configLocation>
138 <goal>checkstyle</goal>
DCONTRIBUTING.md9 sure your code compiles by running `mvn clean verify`. Checkstyle failures
11 `checkstyle-result.xml` file.
/external/okhttp/okio/
Dcheckstyle.xml30 <property name="cacheFile" value="${checkstyle.cache.file}"/>
33 <!-- See http://checkstyle.sf.net/config_javadoc.html -->
41 <!-- See http://checkstyle.sf.net/config_naming.html -->
54 <!-- See http://checkstyle.sf.net/config_import.html -->
63 <!-- See http://checkstyle.sf.net/config_sizes.html -->
71 <!-- See http://checkstyle.sf.net/config_whitespace.html -->
85 <!-- See http://checkstyle.sf.net/config_modifiers.html -->
91 <!-- See http://checkstyle.sf.net/config_blocks.html -->
100 <!-- See http://checkstyle.sf.net/config_coding.html -->
116 <!-- See http://checkstyle.sf.net/config_design.html -->
[all …]
DCONTRIBUTING.md9 sure your code compiles by running `mvn clean verify`. Checkstyle failures
11 `checkstyle-result.xml` file.
/external/okhttp/
Dcheckstyle.xml30 <property name="cacheFile" value="${checkstyle.cache.file}"/>
33 <!-- See http://checkstyle.sf.net/config_javadoc.html -->
41 <!-- See http://checkstyle.sf.net/config_naming.html -->
54 <!-- See http://checkstyle.sf.net/config_import.html -->
65 <!-- See http://checkstyle.sf.net/config_sizes.html -->
75 <!-- See http://checkstyle.sf.net/config_whitespace.html -->
89 <!-- See http://checkstyle.sf.net/config_modifiers.html -->
95 <!-- See http://checkstyle.sf.net/config_blocks.html -->
104 <!-- See http://checkstyle.sf.net/config_coding.html -->
120 <!-- See http://checkstyle.sf.net/config_design.html -->
[all …]
DCONTRIBUTING.md9 sure your code compiles by running `mvn clean verify`. Checkstyle failures
11 `checkstyle-result.xml` file.
/external/grpc-grpc-java/android-interop-testing/
Dbuild.gradle26 apply plugin: "checkstyle"
28 checkstyle {
32 if (rootProject.hasProperty("checkstyle.ignoreFailures")) {
33 ignoreFailures = rootProject.properties["checkstyle.ignoreFailures"].toBoolean()
37 // Checkstyle doesn't run automatically with android
38 task checkStyleMain(type: Checkstyle) {
44 task checkStyleTest(type: Checkstyle) {
/external/dagger2/
Dcheckstyle.xml30 <property name="cacheFile" value="${checkstyle.cache.file}"/>
33 <!-- See http://checkstyle.sf.net/config_javadoc.html -->
41 <!-- See http://checkstyle.sf.net/config_naming.html -->
54 <!-- See http://checkstyle.sf.net/config_import.html -->
63 <!-- See http://checkstyle.sf.net/config_sizes.html -->
74 <!-- See http://checkstyle.sf.net/config_whitespace.html -->
91 <!-- See http://checkstyle.sf.net/config_modifiers.html -->
97 <!-- See http://checkstyle.sf.net/config_blocks.html -->
106 <!-- See http://checkstyle.sf.net/config_coding.html -->
122 <!-- See http://checkstyle.sf.net/config_design.html -->
[all …]
/external/opencensus-java/scripts/
Dtravis_script58 …curl -L -o checkstyle-8.12-all.jar https://github.com/checkstyle/checkstyle/releases/download/chec…
59 java -DrootDir=. -jar checkstyle-8.12-all.jar -c buildscripts/checkstyle.xml examples/src/
/external/opencensus-java/buildscripts/kokoro/
Dlinux_presubmit.sh67 …curl -L -o checkstyle-8.12-all.jar https://github.com/checkstyle/checkstyle/releases/download/chec…
68 java -DrootDir=. -jar checkstyle-8.12-all.jar -c buildscripts/checkstyle.xml examples/src/
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJException.java34 @SuppressWarnings("checkstyle:JavadocType")
39 @SuppressWarnings("checkstyle:JavadocMethod")
44 @SuppressWarnings("checkstyle:JavadocMethod")
49 @SuppressWarnings("checkstyle:JavadocMethod")
54 @SuppressWarnings("checkstyle:JavadocMethod")
61 @SuppressWarnings("checkstyle:JavadocMethod")
DTJCompressor.java80 @SuppressWarnings("checkstyle:JavadocMethod")
168 @SuppressWarnings("checkstyle:JavadocMethod")
391 @SuppressWarnings("checkstyle:JavadocMethod")
404 @SuppressWarnings("checkstyle:JavadocMethod")
452 @SuppressWarnings("checkstyle:JavadocMethod")
523 @SuppressWarnings("checkstyle:JavadocMethod")
538 @SuppressWarnings("checkstyle:JavadocMethod")
551 @SuppressWarnings("checkstyle:JavadocMethod")
579 @SuppressWarnings("checkstyle:DesignForExtension")
595 @SuppressWarnings("checkstyle:HiddenField")
[all …]
DTJTransform.java176 @SuppressWarnings("checkstyle:HiddenField")
201 @SuppressWarnings("checkstyle:HiddenField")
213 @SuppressWarnings("checkstyle:VisibilityModifier")
219 @SuppressWarnings("checkstyle:VisibilityModifier")
225 @SuppressWarnings("checkstyle:VisibilityModifier")
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DStackMapEntry.java271 … } else if (f == Const.SAME_LOCALS_1_STACK_ITEM_FRAME_EXTENDED) { // CHECKSTYLE IGNORE EmptyBlock in setFrameType()
272 … } else if (f >= Const.CHOP_FRAME && f <= Const.CHOP_FRAME_MAX) { // CHECKSTYLE IGNORE EmptyBlock in setFrameType()
273 } else if (f == Const.SAME_FRAME_EXTENDED) { // CHECKSTYLE IGNORE EmptyBlock in setFrameType()
274 …} else if (f >= Const.APPEND_FRAME && f <= Const.APPEND_FRAME_MAX) { // CHECKSTYLE IGNORE EmptyBlo… in setFrameType()
275 } else if (f == Const.FULL_FRAME) { // CHECKSTYLE IGNORE EmptyBlock in setFrameType()
307 …} else if (frame_type == Const.SAME_LOCALS_1_STACK_ITEM_FRAME_EXTENDED) { // CHECKSTYLE IGNORE Emp… in setByteCodeOffset()
309 frame_type <= Const.CHOP_FRAME_MAX) { // CHECKSTYLE IGNORE EmptyBlock in setByteCodeOffset()
310 } else if (frame_type == Const.SAME_FRAME_EXTENDED) { // CHECKSTYLE IGNORE EmptyBlock in setByteCodeOffset()
312 frame_type <= Const.APPEND_FRAME_MAX) { // CHECKSTYLE IGNORE EmptyBlock in setByteCodeOffset()
313 } else if (frame_type == Const.FULL_FRAME) { // CHECKSTYLE IGNORE EmptyBlock in setByteCodeOffset()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_appstream.cpp33 enum class CheckStyle { kCheck = 0, kCircle, kCross, kDiamond, kSquare, kStar }; enum
509 CheckStyle nStyle, in GetCheckBoxAppStream()
514 case CheckStyle::kCheck: in GetCheckBoxAppStream()
516 case CheckStyle::kCircle: in GetCheckBoxAppStream()
519 case CheckStyle::kCross: in GetCheckBoxAppStream()
521 case CheckStyle::kDiamond: in GetCheckBoxAppStream()
524 case CheckStyle::kSquare: in GetCheckBoxAppStream()
527 case CheckStyle::kStar: in GetCheckBoxAppStream()
534 CheckStyle nStyle, in GetRadioButtonAppStream()
539 case CheckStyle::kCheck: in GetRadioButtonAppStream()
[all …]
/external/opencensus-java/buildscripts/
Dcheckstyle.xml3 "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
4 "https://checkstyle.org/dtds/configuration_1_3.dtd">
7 Checkstyle configuration that checks the Google coding conventions from Google Java Style
10 Checkstyle is very configurable. Be sure to read the documentation at
11 http://checkstyle.sf.net (or in your downloaded distribution).
25 <property name="headerFile" value="${rootDir}/buildscripts/checkstyle.license"/>
31 <!-- See http://checkstyle.sf.net/config_whitespace.html -->
187 <!-- <!-\- Checkstyle indentation rules conflict with google-java-format: -\-> -->
/external/apache-commons-bcel/
Dpom.xml62 <checkstyle.plugin.version>2.17</checkstyle.plugin.version>
316 <artifactId>maven-checkstyle-plugin</artifactId>
317 <version>${checkstyle.plugin.version}</version>
319 <configLocation>${basedir}/src/conf/checkstyle.xml</configLocation>
349 <artifactId>maven-checkstyle-plugin</artifactId>
350 <version>${checkstyle.plugin.version}</version>
352 <configLocation>${basedir}/src/conf/checkstyle.xml</configLocation>
361 <report>checkstyle</report>
/external/sl4a/
DPREUPLOAD.cfg2 checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT}
/external/dagger2/compiler/src/it/producers-functional-tests/
Dpom.xml80 <artifactId>maven-checkstyle-plugin</artifactId>
85 <configLocation>../../../../checkstyle.xml</configLocation>
91 <goal>checkstyle</goal>
/external/grpc-grpc-java/netty/src/jmh/java/io/grpc/netty/
DInboundHeadersBenchmark.java86 * Checkstyle.
96 * Checkstyle.
106 * Checkstyle.
116 * Checkstyle.
/external/dagger2/compiler/src/it/functional-tests/
Dpom.xml88 <artifactId>maven-checkstyle-plugin</artifactId>
93 <configLocation>../../../../checkstyle.xml</configLocation>
99 <goal>checkstyle</goal>
/external/grpc-grpc-java/buildscripts/
Dcheckstyle.xml7 Checkstyle configuration that checks the Google coding conventions from Google Java Style
10 Checkstyle is very configurable. Be sure to read the documentation at
11 http://checkstyle.sf.net (or in your downloaded distribution).
24 <property name="headerFile" value="${config_loc}/checkstyle.license"/>
31 <!-- See http://checkstyle.sf.net/config_whitespace.html -->

12345