Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/testing/
Dencodable_value_utils.cc66 bool found_match = false; in EncodableValuesAreEqual() local
71 found_match = true; in EncodableValuesAreEqual()
76 if (!found_match) { in EncodableValuesAreEqual()
/third_party/gn/src/gn/
Dsubstitution_pattern.cc56 bool found_match = false; in Parse() local
64 found_match = true; in Parse()
71 if (!found_match) { in Parse()
Doperators.cc269 bool found_match = false; in RemoveMatchesFromList() local
272 found_match = true; in RemoveMatchesFromList()
278 if (!found_match) { in RemoveMatchesFromList()
/third_party/flutter/skia/third_party/externals/libpng/
DCMakeLists.txt252 string(REGEX MATCH "^PREFIX=" found_match "${line}")
253 if(found_match)
255 string(REGEX MATCH "__USER_LABEL_PREFIX__" found_match "${prefix}")
256 if(found_match)
/third_party/libpng/
Dhuawei_libpng_CMakeList.patch257 - string(REGEX MATCH "^PREFIX=" found_match "${line}")
258 - if(found_match)
260 - string(REGEX MATCH "__USER_LABEL_PREFIX__" found_match "${prefix}")
261 - if(found_match)
/third_party/skia/third_party/externals/libpng/
DCMakeLists.txt252 string(REGEX MATCH "^PREFIX=" found_match "${line}")
253 if(found_match)
255 string(REGEX MATCH "__USER_LABEL_PREFIX__" found_match "${prefix}")
256 if(found_match)
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_link_varyings.c2738 bool found_match = false; in assign_final_varying_locations() local
2745 found_match = false; in assign_final_varying_locations()
2752 found_match = true; in assign_final_varying_locations()
2756 if (!found_match) { in assign_final_varying_locations()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
Dsymbolize_elf.inc684 bool found_match = false;
732 if (!found_match || ShouldPickFirstSymbol(symbol, best_match)) {
733 found_match = true;
741 if (found_match) {