/third_party/pulseaudio/src/tests/ |
H A D | memblock-test.c | 41 static void print_stats(pa_mempool *p, const char *text) { in print_stats() function 147 print_stats(pool_a, "A"); in START_TEST() 148 print_stats(pool_b, "B"); in START_TEST() 149 print_stats(pool_c, "C"); in START_TEST()
|
/third_party/ffmpeg/libavformat/ |
H A D | sga.c | 231 static void print_stats(AVFormatContext *s, const char *where) in print_stats() function 394 print_stats(s, "before sga_packet"); in try_packet() 396 print_stats(s, "after sga_packet"); in try_packet() 415 print_stats(s, "start"); in sga_read_packet() 425 print_stats(s, "before read header"); in sga_read_packet() 446 print_stats(s, "after read header"); in sga_read_packet()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_volumedetect.c | 69 static void print_stats(AVFilterContext *ctx) in print_stats() function 114 print_stats(ctx); in uninit()
|
H A D | af_drmeter.c | 131 static void print_stats(AVFilterContext *ctx) in print_stats() function 179 print_stats(ctx); in uninit()
|
H A D | af_astats.c | 649 static void print_stats(AVFilterContext *ctx) in print_stats() function 811 print_stats(ctx); in uninit()
|
/third_party/python/Lib/ |
H A D | cProfile.py | 41 def print_stats(self, sort=-1): member in Profile 43 pstats.Stats(self).strip_dirs().sort_stats(sort).print_stats()
|
H A D | profile.py | 73 prof.print_stats(sort) 387 def print_stats(self, sort=-1): member in Profile 390 print_stats()
|
H A D | pstats.py | 105 print_stats(5).print_callers(5) 414 def print_stats(self, *amount): member in Stats 745 return self.generic('print_stats', line)
|
/third_party/ltp/testcases/kernel/fs/mongo/ |
H A D | reiser_fract_tree.c | 230 void print_stats() in print_stats() function 497 print_stats(); in main()
|
/third_party/python/Tools/scripts/ |
H A D | ndiff.py | 131 stats.strip_dirs().sort_stats('time').print_stats()
|
/third_party/python/Lib/test/ |
H A D | test_profile.py | 21 methodnames = ['print_stats', 'print_callers', 'print_callees'] 84 stats.print_stats() 169 _ProfileOutput['print_stats'] = """\
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_compiler.c | 410 static void print_stats(struct radeon_compiler * c) in print_stats() function 459 print_stats(c); in rc_run_compiler()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | disasm-a3xx.c | 106 print_stats(struct disasm_ctx *ctx) in print_stats() function 602 print_stats(&ctx); in disasm_a3xx_stat()
|
/third_party/node/deps/v8/tools/ |
H A D | callstats.py | 439 def print_stats(S, args): function 523 print_stats(domain_stats, args)
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | s_server.c | 65 static void print_stats(BIO *bp, SSL_CTX *ctx); 2236 print_stats(bio_s_out, ctx); in s_server_main() 2279 static void print_stats(BIO *bio, SSL_CTX *ssl_ctx) in print_stats() function 2664 print_stats(bio_s_out, SSL_get_SSL_CTX(con)); in sv_body() 3289 print_stats(io, SSL_get_SSL_CTX(con)); in www_body()
|
/third_party/openssl/apps/ |
H A D | s_server.c | 65 static void print_stats(BIO *bp, SSL_CTX *ctx); 2231 print_stats(bio_s_out, ctx); in s_server_main() 2274 static void print_stats(BIO *bio, SSL_CTX *ssl_ctx) in print_stats() function 2659 print_stats(bio_s_out, SSL_get_SSL_CTX(con)); in sv_body() 3284 print_stats(io, SSL_get_SSL_CTX(con)); in www_body()
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg.h | 638 extern int print_stats;
|
/third_party/EGL/api/ |
H A D | genheaders.py | 617 p.strip_dirs().sort_stats('time').print_stats(50)
|
/third_party/openGLES/xml/ |
H A D | genglvnd.py | 626 p.strip_dirs().sort_stats('time').print_stats(50)
|
H A D | genheaders.py | 575 p.strip_dirs().sort_stats('time').print_stats(50)
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
H A D | genglvnd.py | 656 p.strip_dirs().sort_stats('time').print_stats(50)
|
H A D | genheaders.py | 598 p.strip_dirs().sort_stats('time').print_stats(50)
|
/third_party/skia/third_party/externals/egl-registry/api/ |
H A D | genheaders.py | 638 p.strip_dirs().sort_stats('time').print_stats(50)
|
/third_party/python/Python/ |
H A D | specialize.c | 201 print_stats(FILE *out, PyStats *stats) { in print_stats() function 240 print_stats(out, &_py_stats); in _Py_PrintSpecializationStats()
|
/third_party/nghttp2/src/ |
H A D | nghttp.cc | 2193 void print_stats(const HttpClient &client) { in print_stats() function 2429 print_stats(client); in communicate()
|