Home
last modified time | relevance | path

Searched refs:found_match (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_receiver_impl.cc446 bool found_match = false; in CheckCSRC() local
449 found_match = true; in CheckCSRC()
453 if (!found_match && csrc) { in CheckCSRC()
463 bool found_match = false; in CheckCSRC() local
466 found_match = true; in CheckCSRC()
470 if (!found_match && csrc) { in CheckCSRC()
/external/autotest/client/site_tests/security_ASLR/
Dsecurity_ASLR.py319 found_match = re.match(regex, result)
320 if found_match is None:
322 parsed_result = found_match.groupdict()
/external/bison/build-aux/
Duseless-if-before-free123 my $found_match = 0;
154 $found_match = 1;
167 $found_match && $err == EXIT_NO_MATCH
/external/libpng/
DCMakeLists.txt125 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)