Home | History | Annotate | Download | only in scripts

Lines Matching refs:yellow

291         self.YELLOW = '\033[1;33m'
296 self.YELLOW = ''
305 def yellow(self):
306 return self.YELLOW
405 print(txt_color.yellow() + " Note that some checks are used multiple times. These may be good candidates for new valid usage spec language." + txt_color.endc())
406 print(txt_color.yellow() + " Here is a list of each check used multiple times with its number of uses:" + txt_color.endc())
409 print(txt_color.yellow() + " %s: %d uses in file,line:" % (enum, val_source.enum_count_dict[enum]['count']) + txt_color.endc())
411 print(txt_color.yellow() + " \t%s" % (file_line) + txt_color.endc())
432 print(txt_color.yellow() + " \nThe following tests do not use their reported enums to check for the validation error. You may want to update these to pass the expected enum to SetDesiredFailureMsg:" + txt_color.endc())
434 print(txt_color.yellow() + " Testname %s does not explicitly check for these ids:" % (testname) + txt_color.endc())
436 print(txt_color.yellow() + " %s" % (enum) + txt_color.endc())