Home
last modified time | relevance | path

Searched refs:print_stats (Results 1 - 25 of 29) sorted by relevance

12

/third_party/pulseaudio/src/tests/
H A Dmemblock-test.c41 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 Dsga.c231 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 Daf_volumedetect.c69 static void print_stats(AVFilterContext *ctx) in print_stats() function
114 print_stats(ctx); in uninit()
H A Daf_drmeter.c131 static void print_stats(AVFilterContext *ctx) in print_stats() function
179 print_stats(ctx); in uninit()
H A Daf_astats.c649 static void print_stats(AVFilterContext *ctx) in print_stats() function
811 print_stats(ctx); in uninit()
/third_party/python/Lib/
H A DcProfile.py41 def print_stats(self, sort=-1): member in Profile
43 pstats.Stats(self).strip_dirs().sort_stats(sort).print_stats()
H A Dprofile.py73 prof.print_stats(sort)
387 def print_stats(self, sort=-1): member in Profile
390 print_stats()
H A Dpstats.py105 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 Dreiser_fract_tree.c230 void print_stats() in print_stats() function
497 print_stats(); in main()
/third_party/python/Tools/scripts/
H A Dndiff.py131 stats.strip_dirs().sort_stats('time').print_stats()
/third_party/python/Lib/test/
H A Dtest_profile.py21 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 Dradeon_compiler.c410 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 Ddisasm-a3xx.c106 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 Dcallstats.py439 def print_stats(S, args): function
523 print_stats(domain_stats, args)
/third_party/node/deps/openssl/openssl/apps/
H A Ds_server.c65 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 Ds_server.c65 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 Dffmpeg.h638 extern int print_stats;
/third_party/EGL/api/
H A Dgenheaders.py617 p.strip_dirs().sort_stats('time').print_stats(50)
/third_party/openGLES/xml/
H A Dgenglvnd.py626 p.strip_dirs().sort_stats('time').print_stats(50)
H A Dgenheaders.py575 p.strip_dirs().sort_stats('time').print_stats(50)
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dgenglvnd.py656 p.strip_dirs().sort_stats('time').print_stats(50)
H A Dgenheaders.py598 p.strip_dirs().sort_stats('time').print_stats(50)
/third_party/skia/third_party/externals/egl-registry/api/
H A Dgenheaders.py638 p.strip_dirs().sort_stats('time').print_stats(50)
/third_party/python/Python/
H A Dspecialize.c201 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 Dnghttp.cc2193 void print_stats(const HttpClient &client) { in print_stats() function
2429 print_stats(client); in communicate()

Completed in 37 milliseconds

12