OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_nested
(Results
1 - 5
of
5
) sorted by null
/external/oprofile/libutil++/
xml_output.h
17
std::string close_element(tag_t tag = NONE, bool
has_nested
= false);
xml_output.cpp
41
string close_element(tag_t tag, bool
has_nested
)
46
close_xml_element(tag,
has_nested
, buf, MAX_XML_BUF);
/external/oprofile/libop/
op_xml_events.c
63
int
has_nested
= strcmp(event->unit->name, "zero");
local
79
if (
has_nested
) {
110
close_xml_element(
has_nested
? HELP_EVENT : NONE,
has_nested
,
op_xml_out.h
65
void close_xml_element(tag_t tag, int
has_nested
, char *buffer, size_t size);
op_xml_out.c
116
void close_xml_element(tag_t tag, int
has_nested
, char *buffer, size_t max)
127
ret = snprintf(buf, size, "%s\n", (
has_nested
? ">" : "/>"));
Completed in 2350 milliseconds