Searched defs:limits (Results 1 – 4 of 4) sorted by relevance
110 def handle_passwd_info(passwd_info, limits): argument131 def check_passwd_file(file_name, limits): argument
172 bool ReminderDataManager::CheckShowLimit(std::unordered_map<std::string, int32_t>& limits, int32_t&… in CheckShowLimit()
962 std::unordered_map<std::string, int32_t> limits; in ShowActiveReminderExtendLocked() local1296 std::unordered_map<std::string, int32_t> limits; in HandleImmediatelyShow() local
216 static args_vector GetArgs(const std::vector<int> &sizes, const std::vector<int> &limits, int value) in GetArgs()