Searched refs:found_match (Results 1 – 5 of 5) sorted by relevance
446 bool found_match = false; in CheckCSRC() local449 found_match = true; in CheckCSRC()453 if (!found_match && csrc) { in CheckCSRC()463 bool found_match = false; in CheckCSRC() local466 found_match = true; in CheckCSRC()470 if (!found_match && csrc) { in CheckCSRC()
300 found_match = re.match(regex, result)301 if found_match is None:303 parsed_result = found_match.groupdict()
123 my $found_match = 0;154 $found_match = 1;167 $found_match && $err == EXIT_NO_MATCH
67 bool found_match = false; in IsParallelMovePresent() local73 found_match = true; in IsParallelMovePresent()77 return found_match; in IsParallelMovePresent()
125 string(REGEX MATCH "^PREFIX=" found_match "${line}")126 if(found_match)128 string(REGEX MATCH "__USER_LABEL_PREFIX__" found_match "${prefix}")129 if(found_match)