Searched refs:checkTag (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/Retired/ |
D | checkLinks.py | 75 def checkTag(tag, value, dict, dictName, tagName): function 90 checkTag(tag, value, flags, 'flags', 'tlink/tname') 91 checkTag(tag, value, enums, 'enums', 'elink') 92 checkTag(tag, value, structs, 'structs', 'slink/sname') 93 checkTag(tag, value, handles, 'handles', 'slink/sname') 94 checkTag(tag, value, defines, 'defines', 'slink/sname') 95 checkTag(tag, value, consts, 'consts', 'ename') 96 checkTag(tag, value, protos, 'protos', 'flink/fname') 97 checkTag(tag, value, funcpointers, 'funcpointers', 'tlink/tname')
|
/third_party/lz4/contrib/meson/meson/tests/ |
D | meson.build | 38 'checkTag': { 39 'sources': files(lz4_source_root / 'tests/checkTag.c'),
|
/third_party/lz4/tests/ |
D | .gitignore | 12 checkTag
|
D | Makefile | 131 datagen$(EXT) checkTag$(EXT) \ 152 checkTag: checkTag.c $(LZ4DIR)/lz4.h target
|