Searched refs:has_nested (Results 1 – 5 of 5) sorted by relevance
/external/oprofile/libop/ |
D | op_xml_events.c | 63 int has_nested = strcmp(event->unit->name, "zero"); in xml_help_for_event() local 79 if (has_nested) { in xml_help_for_event() 110 close_xml_element(has_nested ? HELP_EVENT : NONE, has_nested, in xml_help_for_event()
|
D | op_xml_out.c | 116 void close_xml_element(tag_t tag, int has_nested, char *buffer, size_t max) in close_xml_element() argument 127 ret = snprintf(buf, size, "%s\n", (has_nested ? ">" : "/>")); in close_xml_element()
|
D | op_xml_out.h | 65 void close_xml_element(tag_t tag, int has_nested, char *buffer, size_t size);
|
/external/oprofile/libutil++/ |
D | xml_output.cpp | 41 string close_element(tag_t tag, bool has_nested) in close_element() argument 46 close_xml_element(tag, has_nested, buf, MAX_XML_BUF); in close_element()
|
D | xml_output.h | 17 std::string close_element(tag_t tag = NONE, bool has_nested = false);
|