Home
last modified time | relevance | path

Searched refs:filePattern (Results 1 – 9 of 9) sorted by relevance

/external/deqp/scripts/egl/
Dcommon.py115 def genCommandLists (registry, renderCommand, check, directory, filePattern, align=False): argument
125 filename = filePattern % getVersionToken(version)
Dlibrary.py86 filePattern = "eglwStaticLibrary%s.inl",
/external/deqp/scripts/opengl/
Dsrc_util.py217 def genCommandLists(registry, renderCommand, check, directory, filePattern, align=False): argument
227 filename = filePattern % getVersionToken(api, version)
Dgen_es_static_library.py34 filePattern = "egluStatic%sLibrary.inl",
Dgen_func_init.py40 filePattern = "glwInit%s.inl",
Dgen_es_direct_init.py39 filePattern = "glwInit%sDirect.inl",
/external/llvm-project/lld/ELF/
DLinkerScript.h176 InputSectionDescription(StringRef filePattern, uint64_t withFlags = 0,
178 : BaseCommand(InputSectionKind), filePat(filePattern), in BaseCommand()
DScriptParser.cpp101 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/
DGenerateBirth.java81 String filePattern = myOptions.get("file").getValue(); in main() local
95 … Factory aFactory = SimpleFactory.make(paths.toArray(new File[paths.size()]), filePattern); in main()