Home | History | Annotate | Download | only in app-toolkit

Lines Matching full:property

23     <property name="severity" value="warning"/>
24 <property name="charset" value="UTF-8"/>
26 <property name="offCommentFormat" value="CHECKSTYLE:OFF IndentationCheck"/>
27 <property name="onCommentFormat" value="CHECKSTYLE:ON IndentationCheck"/>
28 <property name="checkFormat" value="IndentationCheck"/>
31 <property name="offCommentFormat" value="CHECKSTYLE:OFF Generated code"/>
32 <property name="onCommentFormat" value="CHECKSTYLE:ON Generated code"/>
35 <property name="severity" value="error"/>
38 <property name="severity" value="error"/>
41 <property name="severity" value="error"/>
42 <property name="format" value="[ \t]+$"/>
43 <property name="message" value="Trailing whitespace"/>
46 <property name="severity" value="error"/>
49 <property name="header" value="^/\*\n \* Copyright \([Cc]\) [0-9]{4} The Android Open Source Project\n \*\n \* Licensed under the Apache License, Version 2\.0 \(the \&quot;License\&quot;\);\n \* you may not use this file except in compliance with the License.\n \* You may obtain a copy of the License at\n \*\n \* http:\/\/www\.apache\.org\/licenses\/LICENSE-2\.0\n \*\n \* Unless required by applicable law or agreed to in writing, software\n \* distributed under the License is distributed on an &quot;AS IS&quot; BASIS,\n \* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied\.\n \* See the License for the specific language governing permissions and\n \* limitations under the License\.\n \*\/" />