Lines Matching refs:True
35 USE_COLOR = True
424 return True
475 while True:
502 while True:
547 while True:
622 return True
659 while True:
718 … dump = "%s%s:%s %s" % (format(fg=RED, bg=BLACK, bold=True), self.head, format(reset=True), msg)
721 … dump = "%s%s:%s %s" % (format(fg=YELLOW, bg=BLACK, bold=True), self.head, format(reset=True), msg)
757 _fail(clazz, detail, True, rule, msg)
937 if m.sig_matches("boolean", "equals", ["java.lang.Object"]): eq = True
938 if m.sig_matches("int", "hashCode", []): hc = True
1081 test_methods = True
1088 found = True
1093 test_methods = True
1100 found = True
1105 test_methods = True
1110 test_methods = True
1137 has_build = True
1517 takes_handler = True
1519 takes_exec = True
1546 found = True
2021 singleton = True
2039 return True
2084 if m.ident == test.ident: return True
2096 if m.ident == test.ident: return True
2101 if f.ident == test.ident: return True
2133 return True
2135 return True
2173 print "%s Deprecated at birth %s\n" % ((format(fg=WHITE, bg=BLUE, bold=True),
2174 format(reset=True)))
2221 parser.add_argument("--no-color", action='store_const', const=True,
2223 parser.add_argument("--color", action='store_const', const=True,
2225 parser.add_argument("--allow-google", action='store_const', const=True,
2227 parser.add_argument("--show-noticed", action='store_const', const=True,
2229 parser.add_argument("--show-deprecations-at-birth", action='store_const', const=True,
2231 parser.add_argument("--show-stats", action='store_const', const=True,
2245 USE_COLOR = True
2250 ALLOW_GOOGLE = True
2325 … print "%s API changes noticed %s\n" % ((format(fg=WHITE, bg=BLUE, bold=True), format(reset=True)))
2331 print "%s API style issues: %s %s" % ((format(fg=WHITE, bg=BLUE, bold=True),
2332 title, format(reset=True)))
2334 print "%s filter: %s %s" % ((format(fg=WHITE, bg=BLUE, bold=True),
2335 f, format(reset=True)))