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/
vk_layer_documentation_generate.py 115 self.ENDC = '\033[0m'
120 self.ENDC = ''
131 def endc(self): member in class:bcolors
132 return self.ENDC
318 print(self.txt_color.red() + 'Actual layers do not contain documented check: %s' % (chk) + self.txt_color.endc())
334 print(self.txt_color.red() + 'Doc references invalid function: %s' % (api) + self.txt_color.endc())
362 print(self.txt_color.red() + 'Doc is missing check: %s' % (chk) + self.txt_color.endc())
395 print(txt_color.green() + 'No warning cases found between %s and implementation' % (os.path.basename(opts.layer_doc)) + txt_color.endc())
399 print(txt_color.green() + 'No mismatches found between %s and implementation' % (os.path.basename(opts.layer_doc)) + txt_color.endc())

Completed in 81 milliseconds