Home
last modified time | relevance | path

Searched defs:check_limits (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/ltp/testcases/kernel/controllers/cpuacct/
H A Dcpuacct.sh69 check_limits() function
/aosp_15_r20/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
H A Dtest_min_max.pass.cpp26 void check_limits() in check_limits() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
H A Dtest_min_max.pass.cpp25 void check_limits() in check_limits() function
/aosp_15_r20/external/rust/crabbyavif/src/internal_utils/
Dmod.rs215 pub fn check_limits(width: u32, height: u32, size_limit: u32, dimension_limit: u32) -> bool { in check_limits() function
/aosp_15_r20/external/rust/crabbyavif/src/decoder/
Dtrack.rs51 pub fn check_limits(&self, size_limit: u32, dimension_limit: u32) -> bool { in check_limits() method