/external/bison/lib/ |
D | hash.c | 64 const Hash_tuning *tuning; member 479 hash_reset_tuning (Hash_tuning *tuning) in hash_reset_tuning() argument 481 *tuning = default_tuning; in hash_reset_tuning() 514 const Hash_tuning *tuning = table->tuning; in check_tuning() local 516 if (tuning == &default_tuning) in check_tuning() 526 if (epsilon < tuning->growth_threshold in check_tuning() 527 && tuning->growth_threshold < 1 - epsilon in check_tuning() 528 && 1 + epsilon < tuning->growth_factor in check_tuning() 529 && 0 <= tuning->shrink_threshold in check_tuning() 530 && tuning->shrink_threshold + epsilon < tuning->shrink_factor in check_tuning() [all …]
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_sndlib.h | 187 EAS_I16 tuning; member 227 EAS_I16 tuning; member 252 EAS_I16 tuning; member
|
D | eas_dlssynth.c | 403 temp = pDLSArt->tuning + pChannel->staticPitch + pDLSRegion->wtRegion.tuning + in DLS_UpdateVoice()
|
/external/eigen/bench/ |
D | spmv.cpp | 154 double tuning = t.value(); in main() local 160 std::cout << t.value()/repeats << "\t(" << tuning << ")\n"; in main()
|
/external/clang/test/Modules/ |
D | DebugInfoTransitiveImport.m | 4 // RUN: %s -mllvm -debug-only=pchcontainer -debugger-tuning=lldb 2>&1 | FileCheck %s
|
D | debug-info-moduleimport.m | 8 …che-path=%t %s -I %S/Inputs -isysroot /tmp/.. -I %t -emit-llvm -debugger-tuning=lldb -o - | FileCh…
|
/external/jemalloc/ |
D | README | 6 such as heap profiling, Valgrind integration, and extensive monitoring/tuning
|
/external/parameter-framework/upstream/doc/requirements/ |
D | APIs.md | 50 Tuning capability activation control; see section [req-disabling] in [req-tuning]. 105 All of the following APIs implement the Tuning requirement; see section [req-tuning]
|
D | requirements.md | 780 the tuning interface. The reference implementation supports it.</why> 848 possible (tuning mode)</ko> 902 <why>To enable a fast modify-update-test cycle during tuning. 921 <why>In order to let the host system implement its own tuning mechanism.</why> 926 <note>User overwritten user action could be a log out, leaving some tuning mode, 932 A PF tuning capability **MAY** be disabled in a context where no tuning is needed. 934 tuning).</why> 946 This command line interface **SHOULD** support all tuning and introspection ability. 947 <why>In order to be used in scripting and live tuning/debugging on an embedded
|
/external/parameter-framework/upstream/bindings/python/ |
D | README.md | 7 also access most of the tuning interface.
|
/external/ltp/include/mk/ |
D | features.mk.default | 2 # features.mk.default - feature tuning include Makefile.
|
D | features.mk.in | 2 # features.mk.in - feature tuning include Makefile.
|
/external/skia/ |
D | Doxyfile | 37 # Good class diagrams require graphviz, but also more parameter tuning and
|
/external/libvpx/libvpx/vp8/common/ |
D | onyx.h | 220 vp8e_tuning tuning; member
|
/external/parameter-framework/upstream/test/functional-tests/ |
D | plan.md | 62 * GIVEN config files with tuning enabled on a valid port 67 * GIVEN config files with tuning enabled on an invalid port (0?) 72 * GIVEN config files with tuning enabled on an invalid port (0?) 396 - tuning mode
|
/external/liblzf/ |
D | Changes | 98 - very very slight tuning of the hashing function. 133 - much better fine-tuning, faster and better than 0.1.
|
/external/llvm/test/DebugInfo/X86/ |
D | debugger-tune.ll | 1 ; Verify target-based defaults for "debugger tuning," and the ability to
|
D | dwarf-linkage-names.ll | 2 ; PS4 triple or when tuning for SCE.
|
/external/llvm/test/DebugInfo/Generic/ |
D | linkage-name-abstract.ll | 4 ; Verify tuning for SCE gets us Abstract only.
|
/external/autotest/client/tests/stress/ |
D | control | 10 which a system administrator wishes to perform tuning activities, a kernel or
|
/external/libvpx/libvpx/vp8/encoder/ |
D | encodeframe.c | 434 if (cpi->oxcf.tuning == VP8_TUNE_SSIM) vp8_activity_masking(cpi, x); in encode_mb_row() 727 if (cpi->oxcf.tuning == VP8_TUNE_SSIM) { in vp8_encode_frame() 1092 if (cpi->oxcf.tuning == VP8_TUNE_SSIM) { in vp8cx_encode_intra_macroblock() 1178 if (cpi->oxcf.tuning == VP8_TUNE_SSIM) { in vp8cx_encode_inter_macroblock()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_cx_iface.c | 40 vp8e_tuning tuning; member 387 oxcf->tuning = vp8_cfg.tuning; in set_vp8e_config() 546 extra_cfg.tuning = CAST(VP8E_SET_TUNING, args); in set_tuning()
|
/external/llvm/test/Transforms/GuardWidening/ |
D | basic.ll | 100 ; condition loop invariant. This behavior may require some tuning in 164 ; heuristic can use some tuning. 193 ; tuning.
|
/external/libvorbis/ |
D | CHANGES | 80 * merges tuning improvements from Aoyumi's aoTuV with fixups
|
/external/libvpx/libvpx/vp9/ |
D | vp9_cx_iface.c | 37 vp8e_tuning tuning; member 269 if (extra_cfg->tuning == VP8_TUNE_SSIM) in validate_config() 533 oxcf->tuning = extra_cfg->tuning; in set_encoder_config() 763 extra_cfg.tuning = CAST(VP8E_SET_TUNING, args); in ctrl_set_tuning()
|