Searched defs:MyText_AS_STRING (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dtracer.c30 #define MyText_AS_STRING(o) PyBytes_AS_STRING(PyUnicode_AsASCIIString(o)) macro
39 #define MyText_AS_STRING(o) PyString_AS_STRING(o) macro
210 printf(" %s", MyText_AS_STRING(filename));
263 printf("trace: %s @ %s %d\n", what_sym[what], MyText_AS_STRING(frame->f_code->co_filename), frame->f_lineno);
268 if (strstr(MyText_AS_STRING(frame->f_code->co_filename), start_file) && frame->f_lineno == start_line) {
511 if (!strcmp(MyText_AS_STRING(what_str), what_names[what])) {

Completed in 43 milliseconds