Searched refs:has_nested (Results 1 - 5 of 5) sorted by relevance

/external/oprofile/libutil++/
H A Dxml_output.h17 std::string close_element(tag_t tag = NONE, bool has_nested = false);
H A Dxml_output.cpp41 string close_element(tag_t tag, bool has_nested) argument
46 close_xml_element(tag, has_nested, buf, MAX_XML_BUF);
/external/oprofile/libop/
H A Dop_xml_events.c63 int has_nested = strcmp(event->unit->name, "zero"); local
79 if (has_nested) {
110 close_xml_element(has_nested ? HELP_EVENT : NONE, has_nested,
H A Dop_xml_out.h65 void close_xml_element(tag_t tag, int has_nested, char *buffer, size_t size);
H A Dop_xml_out.c116 void close_xml_element(tag_t tag, int has_nested, char *buffer, size_t max) argument
127 ret = snprintf(buf, size, "%s\n", (has_nested ? ">" : "/>"));

Completed in 399 milliseconds