OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xml_out
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
xmlreport.py
22
self.
xml_out
= None
43
self.
xml_out
= impl.createDocument(None, "coverage", docType)
46
xcoverage = self.
xml_out
.documentElement
49
xcoverage.appendChild(self.
xml_out
.createComment(
52
xpackages = self.
xml_out
.createElement("packages")
66
xpackage = self.
xml_out
.createElement("package")
68
xclasses = self.
xml_out
.createElement("classes")
86
outfile.write(self.
xml_out
.toprettyxml())
97
xclass = self.
xml_out
.createElement("class")
99
xclass.appendChild(self.
xml_out
.createElement("methods")
[
all
...]
/external/oprofile/pp/
opreport.cpp
377
format_output::xml_formatter *
xml_out
= 0;
local
381
xml_out
= new format_output::xml_formatter(&pc, symbols,
383
xml_out
->show_details(options::details);
384
out =
xml_out
;
406
xml_support = new xml_utils(
xml_out
, symbols, nr_classes,
408
xml_out
->output(cout);
458
format_output::xml_cg_formatter *
xml_out
= 0;
local
462
xml_out
= new format_output::xml_cg_formatter(cg, symbols,
464
xml_out
->show_details(options::details);
465
out =
xml_out
;
[
all
...]
/external/oprofile/libpp/
xml_utils.cpp
30
format_output::xml_formatter *
xml_out
;
variable
120
xml_out
= xo;
598
xml_out
->output_symbol(out, *it, lo, hi, is_module);
Completed in 642 milliseconds