Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/libs/modules-utils/build/tests/
Dsdk_level_nostl.cpp33 bool IsAtLeast(const char *version) { in IsAtLeast() function
/aosp_15_r20/frameworks/libs/modules-utils/build/include/android-modules-utils/
Dunbounded_sdk_level.h110 inline bool IsAtLeast(const char *version) { in IsAtLeast() function
/aosp_15_r20/system/core/fs_mgr/libdm/include/libdm/
H A Ddm_target.h47 bool IsAtLeast(uint32_t major, uint32_t minor, uint32_t patch) const { in IsAtLeast() function
/aosp_15_r20/art/compiler/optimizing/
H A Dinduction_var_range_test.cc300 bool IsAtLeast(HInductionVarAnalysis::InductionInfo* info, int64_t* value) { in IsAtLeast() function in art::InductionVarRangeTest
H A Dinduction_var_analysis.cc1480 bool HInductionVarAnalysis::IsAtLeast(const HBasicBlock* context, in IsAtLeast() function in art::HInductionVarAnalysis