Searched refs:xml_output (Results 1 - 6 of 6) sorted by relevance

/external/antlr/antlr-3.4/runtime/Python/
H A Dsetup.py77 self.xml_output = None
128 if self.xml_output:
131 stream=open(os.path.join(self.xml_output, 'unittest.xml'), 'w'))
172 self.xml_output = None
259 if self.xml_output:
262 stream=open(os.path.join(self.xml_output, 'functest.xml'), 'w'))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dconfig.py56 self.xml_output = "coverage.xml"
128 self.xml_output = cp.get('xml', 'output')
H A Dcontrol.py615 xml_output=outfile,
618 if self.config.xml_output:
619 if self.config.xml_output == '-':
622 outfile = open(self.config.xml_output, "w")
/external/valgrind/main/coregrind/
H A Dpub_core_tooliface.h95 Bool xml_output; member in struct:__anon32747
176 // VG_(needs).xml_output
H A Dm_tooliface.c99 .xml_output = False,
345 VG_(needs).xml_output = True;
H A Dm_main.c856 if (VG_(clo_xml) && !VG_(needs).xml_output) {

Completed in 2068 milliseconds