/third_party/ltp/testcases/kernel/mem/tunable/ |
D | min_free_kbytes.c | 89 unsigned long tune, memfree, memtotal; in test_tune() local 104 tune = memfree / 20; in test_tune() 105 if (tune > (memtotal / 50)) in test_tune() 106 tune = memtotal / 50; in test_tune() 108 set_sys_tune("min_free_kbytes", tune, 1); in test_tune() 187 unsigned long tune; in check_monitor() local 192 tune = get_sys_tune("min_free_kbytes"); in check_monitor() 194 if (memfree < tune) { in check_monitor() 196 "min_free_kbytes is %lu kB", memfree, tune); in check_monitor()
|
/third_party/exfatprogs/ |
D | Makefile.am | 5 SUBDIRS = lib mkfs fsck tune label dump exfat2img subdir 10 manpages/tune.exfat.8 \ 22 tune/Android.bp \
|
D | BUILD.gn | 41 "tune", 143 ##Build tune.exfat 144 ohos_executable("tune.exfat") { 146 sources = [ "tune/tune.c" ]
|
D | README.md | 61 - tune.exfat: 66 tune.exfat -l /dev/sda1 68 tune.exfat -L "new label" /dev/sda1 70 tune.exfat -i /dev/sda1 72 tune.exfat -I 0x12345678 /dev/sda1
|
D | NEWS | 22 * tune.exfat: Fix bitmap entry corruption when adding new volume lablel. 99 * Rename label.exfat to tune.exfat. 100 * tune.exfat: change argument style(-l option for print level, 102 * mkfs.exfat: harmonize set volume label option with tune.exfat.
|
D | configure.ac | 32 tune/Makefile
|
/third_party/exfatprogs/tune/ |
D | Makefile.am | 4 sbin_PROGRAMS = tune.exfat 6 tune_exfat_SOURCES = tune.c
|
/third_party/ltp/testcases/kernel/mem/lib/ |
D | mem.c | 641 void set_sys_tune(char *sys_file, long tune, int check) in set_sys_tune() argument 646 tst_res(TINFO, "set %s to %ld", sys_file, tune); in set_sys_tune() 649 SAFE_FILE_PRINTF(path, "%ld", tune); in set_sys_tune() 653 if (val != tune) in set_sys_tune() 655 sys_file, val, tune); in set_sys_tune() 662 long tune; in get_sys_tune() local 665 SAFE_FILE_SCANF(path, "%ld", &tune); in get_sys_tune() 667 return tune; in get_sys_tune()
|
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/ |
D | LatencyTuningCallback.cpp | 28 mLatencyTuner->tune(); in onAudioReady()
|
/third_party/skia/third_party/externals/oboe/include/oboe/ |
D | LatencyTuner.h | 67 Result tune();
|
/third_party/ltp/testcases/kernel/mem/include/ |
D | mem.h | 74 void set_sys_tune(char *sys_file, long tune, int check);
|
/third_party/lame/libmp3lame/ |
D | lame_global_flags.h | 145 int tune; /* 0 off, 1 on */ member
|
/third_party/ffmpeg/libavcodec/ |
D | libx265.c | 52 char *tune; member 142 if (ctx->api->param_default_preset(ctx->params, ctx->preset, ctx->tune) < 0) { in libx265_encode_init() 145 av_log(avctx, AV_LOG_ERROR, "Error setting preset/tune %s/%s.\n", ctx->preset, ctx->tune); in libx265_encode_init() 714 …5 tune parameter", OFFSET(tune), AV_OPT_TYPE_…
|
D | libx264.c | 64 char *tune; member 654 if (x4->preset || x4->tune) in X264_init() 655 if (x264_param_default_preset(&x4->params, x4->preset, x4->tune) < 0) { in X264_init() 657 av_log(avctx, AV_LOG_ERROR, "Error setting preset/tune %s/%s.\n", x4->preset, x4->tune); in X264_init() 1102 …{ "tune", "Tune the encoding params (cf. x264 --fullhelp)", OFFSET(tune), AV_OP…
|
D | libaomenc.c | 102 int tune; member 919 if (ctx->tune >= 0) in aom_init() 920 codecctl_int(avctx, AOME_SET_TUNING, ctx->tune); in aom_init() 1376 …ncoder tunes for. Automatically chosen by the encoder by default", OFFSET(tune), AV_OPT_TYPE_INT, …
|
D | libvpxenc.c | 105 int tune; member 1124 if (ctx->tune >= 0) in vpx_init() 1125 codecctl_int(avctx, VP8E_SET_TUNING, ctx->tune); in vpx_init() 1821 …{ "tune", "Tune the encoding to a specific scenario", OFFSET(tune), AV_OPT_TYP…
|
/third_party/skia/third_party/externals/oboe/src/common/ |
D | LatencyTuner.cpp | 34 Result LatencyTuner::tune() { in tune() function in LatencyTuner
|
/third_party/openh264/build/ |
D | Dockerfile | 20 …--with-mpfr=/usr/lib --without-included-gettext --with-system-zlib --with-tune=generic --disable-m…
|
/third_party/lame/dshow/ |
D | README | 23 property pages so you can tune some encoding parameters.
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_bali_timer_instruments.txt | 29 and to fine-tune application performance.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_bali_timer_instruments.txt | 29 and to fine-tune application performance.
|
/third_party/libuv/docs/src/ |
D | tcp.rst | 73 This setting is used to tune a TCP server for the desired performance.
|
/third_party/skia/third_party/externals/oboe/docs/ |
D | FAQ.md | 10 You can dynamically tune the latency of the stream just like in Oboe using [`setBufferSizeInFrames(…
|
/third_party/openGLES/extensions/ATI/ |
D | ATI_pn_triangles.txt | 32 user to tune the amount of tessellation to be performed on each triangle as
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ATI/ |
D | ATI_pn_triangles.txt | 32 user to tune the amount of tessellation to be performed on each triangle as
|