Searched refs:my_trace (Results 1 – 6 of 6) sorted by relevance
/external/chromium-trace/catapult/tracing/docs/ |
D | embedding-trace-viewer.md | 8 with open('my_trace.html', 'w') as new_file: 9 trace2html.WriteHTMLForTracesToFile(['my_trace.json'], new_file) 12 This will produce a standalone trace viewer with my_trace packed inside.
|
/external/curl/docs/examples/ |
D | debug.c | 79 int my_trace(CURL *handle, curl_infotype type, in my_trace() function 127 curl_easy_setopt(curl, CURLOPT_DEBUGFUNCTION, my_trace); in main()
|
D | multi-debugcallback.c | 87 int my_trace(CURL *handle, curl_infotype type, in my_trace() function 135 curl_easy_setopt(http_handle, CURLOPT_DEBUGFUNCTION, my_trace); in main()
|
D | http2-download.c | 104 int my_trace(CURL *handle, curl_infotype type, in my_trace() function 159 curl_easy_setopt(hnd, CURLOPT_DEBUGFUNCTION, my_trace); in setup()
|
D | http2-upload.c | 105 int my_trace(CURL *handle, curl_infotype type, in my_trace() function 215 curl_easy_setopt(hnd, CURLOPT_DEBUGFUNCTION, my_trace); in setup()
|
/external/curl/tests/libtest/ |
D | lib552.c | 84 int my_trace(CURL *handle, curl_infotype type, in my_trace() function 178 test_setopt(curl, CURLOPT_DEBUGFUNCTION, my_trace); in test()
|