Home
last modified time | relevance | path

Searched defs:OutFile (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/
D__init__.py10 OutFile = namedtuple("OutFile", ["filename"]) variable
/third_party/icu/icu4c/source/python/icutools/databuilder/
D__init__.py10 OutFile = namedtuple("OutFile", ["filename"]) variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DMain.cpp130 ToolOutputFile OutFile(OutputFilename, EC, sys::fs::OF_None); in TableGenMain() local