Home | History | Annotate | Download | only in doclava

Lines Matching full:equals

140       if (a[0].equals("-d")) {
142 } else if (a[0].equals("-templatedir")) {
144 } else if (a[0].equals("-hdf")) {
146 } else if (a[0].equals("-knowntags")) {
148 } else if (a[0].equals("-toroot")) {
150 } else if (a[0].equals("-samplecode")) {
152 } else if (a[0].equals("-htmldir")) {
154 } else if (a[0].equals("-title")) {
156 } else if (a[0].equals("-werror")) {
158 } else if (a[0].equals("-error") || a[0].equals("-warning") || a[0].equals("-hide")) {
161 if (a[0].equals("-error")) {
163 } else if (a[0].equals("-warning")) {
165 } else if (a[0].equals("-hide")) {
173 } else if (a[0].equals("-keeplist")) {
175 } else if (a[0].equals("-proguard")) {
177 } else if (a[0].equals("-proofread")) {
179 } else if (a[0].equals("-todo")) {
181 } else if (a[0].equals("-public")) {
183 } else if (a[0].equals("-protected")) {
185 } else if (a[0].equals("-package")) {
187 } else if (a[0].equals("-private")) {
189 } else if (a[0].equals("-hidden")) {
191 } else if (a[0].equals("-stubs")) {
193 } else if (a[0].equals("-stubpackages")) {
198 } else if (a[0].equals("-sdkvalues")) {
200 } else if (a[0].equals("-api")) {
202 } else if (a[0].equals("-nodocs")) {
204 } else if (a[0].equals("-parsecomments")) {
206 } else if (a[0].equals("-since")) {
208 } else if (a[0].equals("-offlinemode")) {
210 } else if (a[0].equals("-federate")) {
219 } else if (a[0].equals("-federationapi")) {
223 } else if (a[0].equals("-yaml")) {
350 if ("".equals(k)) {
457 if (option.equals("-d")) {
460 if (option.equals("-templatedir")) {
463 if (option.equals("-hdf")) {
466 if (option.equals("-knowntags")) {
469 if (option.equals("-toroot")) {
472 if (option.equals("-samplecode")) {
475 if (option.equals("-htmldir")) {
478 if (option.equals("-title")) {
481 if (option.equals("-werror")) {
484 if (option.equals("-hide")) {
487 if (option.equals("-warning")) {
490 if (option.equals("-error")) {
493 if (option.equals("-keeplist")) {
496 if (option.equals("-proguard")) {
499 if (option.equals("-proofread")) {
502 if (option.equals("-todo")) {
505 if (option.equals("-public")) {
508 if (option.equals("-protected")) {
511 if (option.equals("-package")) {
514 if (option.equals("-private")) {
517 if (option.equals("-hidden")) {
520 if (option.equals("-stubs")) {
523 if (option.equals("-stubpackages")) {
526 if (option.equals("-sdkvalues")) {
529 if (option.equals("-api")) {
532 if (option.equals("-nodocs")) {
535 if (option.equals("-parsecomments")) {
538 if (option.equals("-since")) {
541 if (option.equals("-offlinemode")) {
544 if (option.equals("-federate")) {
547 if (option.equals("-federationapi")) {
550 if (option.equals("-yaml")) {
558 if (a[0].equals("-error") || a[0].equals("-warning") || a[0].equals("-hide")) {
666 if (len > 3 && ".cs".equals(templ.substring(len - 3))) {
670 } else if (len > 3 && ".jd".equals(templ.substring(len - 3))) {
970 if (!lastName.equals(s)) {
1071 while (same < (srclen - 1) && same < (tgtlen - 1) && (src[same].equals(tgt[same]))) {
1176 if (methodName.equals("compareTo") || methodName.equals("equals")
1177 || methodName.equals("overrides") || methodName.equals("subclassOf")) {
1182 if (methodName.equals("getRawCommentText")) {
1187 if (proxy instanceof Type && methodName.equals("toString")) {
1248 if (SDK_CONSTANT_ANNOTATION.equals(annotation.type().qualifiedName())) {
1251 if (SDK_CONSTANT_TYPE_ACTIVITY_ACTION.equals(type)) {
1253 } else if (SDK_CONSTANT_TYPE_BROADCAST_ACTION.equals(type)) {
1255 } else if (SDK_CONSTANT_TYPE_SERVICE_ACTION.equals(type)) {
1257 } else if (SDK_CONSTANT_TYPE_CATEGORY.equals(type)) {
1259 } else if (SDK_CONSTANT_TYPE_FEATURE.equals(type)) {
1277 if (SDK_WIDGET_ANNOTATION.equals(annotation.type().qualifiedName())) {
1281 } else if (SDK_LAYOUT_ANNOTATION.equals(annotation.type().qualifiedName())) {
1293 if ("android.widget".equals(packageName) || "android.view".equals(packageName)) {
1451 if ("android.view.ViewGroup".equals(clazz.qualifiedName())) {
1453 } else if ("android.view.View".equals(clazz.qualifiedName())) {
1455 } else if ("android.view.ViewGroup.LayoutParams".equals(clazz.qualifiedName())) {