Home
last modified time | relevance | path

Searched defs:set_threshold (Results 1 – 7 of 7) sorted by relevance

/external/python/setuptools/setuptools/
Dlogging.py34 def set_threshold(level): function
/external/pigweed/pw_allocator/public/pw_allocator/
Ddual_first_fit_block_allocator.h51 void set_threshold(size_t threshold) { threshold_ = threshold; } in set_threshold() function
/external/python/cpython2/Lib/distutils/
Dlog.py59 def set_threshold(level): function
/external/python/cpython3/Lib/distutils/
Dlog.py65 def set_threshold(level): function
/external/python/setuptools/setuptools/_distutils/
Dlog.py68 def set_threshold(level): function
/external/sdv/vsomeip/implementation/routing/src/
Deventgroupinfo.cpp197 void eventgroupinfo::set_threshold(uint8_t _threshold) { in set_threshold() function in vsomeip_v3::eventgroupinfo
/external/libaom/av1/encoder/
Dvar_based_part.c1831 const int64_t set_threshold = 3 * (thresholds[1] >> 3); in av1_choose_var_based_partitioning() local