/third_party/pulseaudio/src/tests/ |
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/ |
D | sga.c | 230 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/ |
D | af_volumedetect.c | 93 static void print_stats(AVFilterContext *ctx) in print_stats() function 138 print_stats(ctx); in uninit()
|
D | af_drmeter.c | 159 static void print_stats(AVFilterContext *ctx) in print_stats() function 207 print_stats(ctx); in uninit()
|
/third_party/gstreamer/gstplugins_good/tests/examples/rtp/ |
D | server-alsasrc-PCMA.c | 79 print_stats (GstElement * rtpbin) in print_stats() function 215 g_timeout_add_seconds (1, (GSourceFunc) print_stats, rtpbin); in main()
|
/third_party/python/Lib/ |
D | cProfile.py | 40 def print_stats(self, sort=-1): member in Profile 42 pstats.Stats(self).strip_dirs().sort_stats(sort).print_stats()
|
D | profile.py | 72 prof.print_stats(sort) 386 def print_stats(self, sort=-1): member in Profile 389 print_stats()
|
/third_party/python/Doc/library/ |
D | profile.rst | 147 p.strip_dirs().sort_stats(-1).print_stats() 152 :meth:`~pstats.Stats.print_stats` method printed out all the statistics. You 156 p.print_stats() 162 p.sort_stats(SortKey.CUMULATIVE).print_stats(10) 171 p.sort_stats(SortKey.TIME).print_stats(10) 178 p.sort_stats(SortKey.FILENAME).print_stats('__init__') 184 p.sort_stats(SortKey.TIME, SortKey.CUMULATIVE).print_stats(.5, 'init') 265 ps.print_stats() 276 pr.print_stats() 294 .. method:: print_stats(sort=-1) [all …]
|
/third_party/ltp/testcases/kernel/fs/mongo/ |
D | reiser_fract_tree.c | 230 void print_stats() in print_stats() function 497 print_stats(); in main()
|
/third_party/python/Tools/scripts/ |
D | ndiff.py | 131 stats.strip_dirs().sort_stats('time').print_stats()
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | bmap64.h | 93 void (*print_stats)(ext2fs_generic_bitmap_64); member
|
D | blkmap64_ba.c | 489 .print_stats = ba_print_stats,
|
/third_party/python/Lib/test/ |
D | test_profile.py | 84 stats.print_stats()
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | disasm-a3xx.c | 106 print_stats(struct disasm_ctx *ctx) in print_stats() function 553 print_stats(&ctx); in disasm_a3xx_stat()
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_compiler.c | 416 static void print_stats(struct radeon_compiler * c) in print_stats() function 494 print_stats(c); in rc_run_compiler()
|
/third_party/boost/libs/move/test/ |
D | bench_sort.cpp | 31 void print_stats(const char *str, boost::ulong_long_type element_count) in print_stats() function
|
D | bench_merge.cpp | 32 void print_stats(const char *str, boost::ulong_long_type element_count) in print_stats() function
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg.h | 623 extern int print_stats;
|
/third_party/openGLES/xml/ |
D | genheaders.py | 575 p.strip_dirs().sort_stats('time').print_stats(50)
|
D | genglvnd.py | 626 p.strip_dirs().sort_stats('time').print_stats(50)
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
D | genheaders.py | 598 p.strip_dirs().sort_stats('time').print_stats(50)
|
D | genglvnd.py | 656 p.strip_dirs().sort_stats('time').print_stats(50)
|
/third_party/skia/third_party/externals/egl-registry/api/ |
D | genheaders.py | 638 p.strip_dirs().sort_stats('time').print_stats(50)
|
/third_party/EGL/api/ |
D | genheaders.py | 617 p.strip_dirs().sort_stats('time').print_stats(50)
|
/third_party/openssl/apps/ |
D | s_server.c | 69 static void print_stats(BIO *bp, SSL_CTX *ctx); 2168 print_stats(bio_s_out, ctx); in s_server_main() 2211 static void print_stats(BIO *bio, SSL_CTX *ssl_ctx) in print_stats() function 2571 print_stats(bio_s_out, SSL_get_SSL_CTX(con)); in sv_body() 3190 print_stats(io, SSL_get_SSL_CTX(con)); in www_body()
|