Searched defs:ttx (Results 1 - 3 of 3) sorted by relevance

/external/fonttools/Tools/
H A Dttx4 from fontTools import ttx namespace
6 ttx.main(sys.argv[1:])
/external/fonttools/MetaTools/
H A DroundTrip.py11 This tool supports some of ttx's command line options (-i, -t
12 and -x). Specifying -t or -x implies ttx -m <originalfile> on
22 from fontTools import ttx namespace
39 ttx.ttDump(ttFile1, xmlFile1, options)
42 ttx.ttCompile(xmlFile1, ttFile2, options)
44 ttx.ttDump(ttFile2, xmlFile2, options)
78 options = ttx.Options(rawOptions, len(files))
/external/clang/test/Analysis/
H A Dtaint-tester.c58 int ttx = xy.x; // expected-warning + {{tainted}} local

Completed in 129 milliseconds