Searched refs:filePattern (Results 1 – 9 of 9) sorted by relevance
/external/deqp/scripts/egl/ |
D | common.py | 115 def genCommandLists (registry, renderCommand, check, directory, filePattern, align=False): argument 125 filename = filePattern % getVersionToken(version)
|
D | library.py | 86 filePattern = "eglwStaticLibrary%s.inl",
|
/external/deqp/scripts/opengl/ |
D | src_util.py | 217 def genCommandLists(registry, renderCommand, check, directory, filePattern, align=False): argument 227 filename = filePattern % getVersionToken(api, version)
|
D | gen_es_static_library.py | 34 filePattern = "egluStatic%sLibrary.inl",
|
D | gen_func_init.py | 40 filePattern = "glwInit%s.inl",
|
D | gen_es_direct_init.py | 39 filePattern = "glwInit%sDirect.inl",
|
/external/llvm-project/lld/ELF/ |
D | LinkerScript.h | 176 InputSectionDescription(StringRef filePattern, uint64_t withFlags = 0, 178 : BaseCommand(InputSectionKind), filePat(filePattern), in BaseCommand()
|
D | ScriptParser.cpp | 101 InputSectionDescription *readInputSectionRules(StringRef filePattern, 688 ScriptParser::readInputSectionRules(StringRef filePattern, uint64_t withFlags, in readInputSectionRules() argument 691 make<InputSectionDescription>(filePattern, withFlags, withoutFlags); in readInputSectionRules()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | GenerateBirth.java | 81 String filePattern = myOptions.get("file").getValue(); in main() local 95 … Factory aFactory = SimpleFactory.make(paths.toArray(new File[paths.size()]), filePattern); in main()
|