Home
last modified time | relevance | path

Searched refs:found_match (Results 1 – 5 of 5) 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/tensorflow/tensorflow/python/saved_model/
Dloader_impl.py204 found_match = False
208 found_match = True
211 if not found_match:
/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/gflags/src/
Dgflags_reporting.cc272 bool found_match = false; // stays false iff no dir matches restrict in ShowUsageWithFlagsMatching() local
280 found_match = true; // this flag passed the match! in ShowUsageWithFlagsMatching()
294 if (!found_match && !substrings.empty()) { in ShowUsageWithFlagsMatching()
/external/libpng/
DCMakeLists.txt242 string(REGEX MATCH "^PREFIX=" found_match "${line}")
243 if(found_match)
245 string(REGEX MATCH "__USER_LABEL_PREFIX__" found_match "${prefix}")
246 if(found_match)