Home
last modified time | relevance | path

Searched defs:IsAtMost (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/libs/modules-utils/build/tests/
Dsdk_level_nostl.cpp36 bool IsAtMost(const char *version) { in IsAtMost() function
/aosp_15_r20/frameworks/libs/modules-utils/build/include/android-modules-utils/
Dunbounded_sdk_level.h134 inline bool IsAtMost(const char *version) { in IsAtMost() function
/aosp_15_r20/art/compiler/optimizing/
H A Dinduction_var_range_test.cc293 bool IsAtMost(HInductionVarAnalysis::InductionInfo* info, int64_t* value) { in IsAtMost() function in art::InductionVarRangeTest
H A Dinduction_var_analysis.cc1472 bool HInductionVarAnalysis::IsAtMost(const HBasicBlock* context, in IsAtMost() function in art::HInductionVarAnalysis