HomeSort by relevance Sort by last modified time
    Searched refs:xml_output (Results 1 - 6 of 6) sorted by null

  /external/antlr/antlr-3.4/runtime/Python/
setup.py 77 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/
config.py 56 self.xml_output = "coverage.xml"
128 self.xml_output = cp.get('xml', 'output')
control.py 615 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/
pub_core_tooliface.h 95 Bool xml_output; member in struct:__anon36464
176 // VG_(needs).xml_output
m_tooliface.c 99 .xml_output = False,
345 VG_(needs).xml_output = True;
m_main.c     [all...]

Completed in 212 milliseconds