OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xml_output
(Results
1 - 7
of
7
) 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/oprofile/libutil++/
Android.mk
36
xml_output
.cpp
/external/valgrind/main/coregrind/
m_tooliface.c
96
.
xml_output
= False,
322
VG_(needs).
xml_output
= True;
pub_core_tooliface.h
93
Bool
xml_output
;
member in struct:__anon30743
165
// VG_(needs).
xml_output
m_main.c
[
all
...]
Completed in 253 milliseconds