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/tensorflow/tensorflow/python/saved_model/
Dloader_impl.py313 found_match = False
317 found_match = True
320 if not found_match:
/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)