Searched refs:output_related (Results 1 – 2 of 2) sorted by relevance
/third_party/expat/xmlwf/ |
D | xmlwf_helpgen.py | 68 output_related = parser.add_argument_group('output control arguments') variable 69 output_related.add_argument('-d', action='store', metavar='DIRECTORY', help='output [d]estination d… 70 output_mode = output_related.add_mutually_exclusive_group() 74 output_related.add_argument('-N', action='store_true', help='enable adding doctype and [n]otation d…
|
/third_party/skia/third_party/externals/expat/expat/xmlwf/ |
D | xmlwf_helpgen.py | 68 output_related = parser.add_argument_group('output control arguments') variable 69 output_related.add_argument('-d', action='store', metavar='DIRECTORY', help='output [d]estination d… 70 output_mode = output_related.add_mutually_exclusive_group() 74 output_related.add_argument('-N', action='store_true', help='enable adding doctype and [n]otation d…
|