HomeSort by relevance Sort by last modified time
    Searched refs:ENDC (Results 1 - 2 of 2) sorted by null

  /external/iptables/
iptables-test.py 39 ENDC = '\033[0m'
47 Colors.ENDC + ": line %d (%s)" % (lineno, reason))
237 print filename + ": " + Colors.GREEN + "OK" + Colors.ENDC
  /external/vulkan-validation-layers/scripts/
vk_validation_stats.py 292 self.ENDC = '\033[0m'
297 self.ENDC = ''
308 def endc(self): member in class:bcolors
309 return self.ENDC
344 print(txt_color.red() + "The following checks have an invalid check_implemented flag (must be 'Y' or 'N'):" + txt_color.endc())
347 print(txt_color.red() + " %s has check_implemented flag '%s'" % (invalid_imp_enum, check_implemented) + txt_color.endc())
357 print(txt_color.green() + " Database and Header match, GREAT!" + txt_color.endc())
359 print(txt_color.red() + " Uh oh, Database doesn't match Header :(" + txt_color.endc())
362 print(txt_color.red() + " The following checks are in header but missing from database:" + txt_color.endc())
364 print(txt_color.red() + " %s" % (missing_enum) + txt_color.endc())
    [all...]

Completed in 506 milliseconds