Searched refs:html_escape (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/lite/toco/logging/ |
D | gen_html.py | 37 def html_escape(text): function 189 html_dict["<!--TOCO_INFO_LOG-->"] = html_escape(toco_err_log) 193 html_dict["<!--TOCO_INFO_LOG-->"] = html_escape(success_info)
|
/external/libcups/tools/ |
D | ippeveprinter.c | 283 static void html_escape(ippeve_client_t *client, const char *s, size_t slen); 2735 html_escape(ippeve_client_t *client, /* I - Client */ in html_escape() function 3035 html_escape(client, temp, 1); in html_printf() 3038 html_escape(client, va_arg(ap, char *), (size_t)width); in html_printf() 3045 html_escape(client, s, strlen(s)); in html_printf()
|