Lines Matching defs:size
211 if (windowInfos.size() == 0) {
226 int size = static_cast<int>(windowInfos.size());
227 for (int i = 0; i < size ; i++) {
230 cmdAms += std::to_string(info.pid_) + (i < size -1 ? "," : "");
231 cmdSam += std::to_string(info.pid_) + (i < size -1 ? "|" : "");
264 if (lines.size() > HISTORY_EVENT_LIMIT) {
364 std::regex eventEndFlag(".*Total size of ((Immediate)|(High)|(Low)) events :.*");
425 if (strList.size() < 7) { // less than 7: valid array size
663 std::string bodys = binderInfo.substr(index, binderInfo.size());
732 if (dbHelper_ != nullptr && stack.size() >= failedStackStart.size() &&
733 !stack.compare(0, failedStackStart.size(), failedStackStart) &&
840 if (backTimes_.size() < BACK_FREEZE_COUNT_LIMIT) {
1053 if (rebootReasons_.size() == 0) {