Home
last modified time | relevance | path

Searched refs:endc (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/
Dvk_layer_documentation_generate.py127 def endc(self): member in bcolors
277 …_color.red() + 'Actual layers do not contain documented check: %s' % (chk) + self.txt_color.endc())
292 …print(self.txt_color.red() + 'Doc references invalid function: %s' % (api) + self.txt_color.endc())
298 … print(self.txt_color.red() + 'Doc is missing check: %s' % (chk) + self.txt_color.endc())
328 …tches found between %s and implementation' % (os.path.basename(opts.layer_doc)) + txt_color.endc())
/external/llvm/lib/Support/
Dregcomp.c875 int endc) /* name ended by endc,']' */ in p_b_coll_elem() argument
881 while (MORE() && !SEETWO(endc, ']')) in p_b_coll_elem()