Home
last modified time | relevance | path

Searched refs:foundMatch (Results 1 – 10 of 10) sorted by relevance

/third_party/node/lib/internal/bootstrap/
Dpre_execution.js395 let foundMatch = false;
406 foundMatch = true;
411 if (!foundMatch) {
/third_party/icu/icu4c/source/test/intltest/
Dssearch.cpp286 UBool foundMatch; in searchTest() local
291 foundMatch= usearch_search(uss.getAlias(), 0, &foundStart, &foundLimit, &status); in searchTest()
293 if ((foundMatch && expectedMatchStart<0) || in searchTest()
304 while (foundMatch) { in searchTest()
308foundMatch = usearch_search(uss.getAlias(), foundLimit, &foundStart, &foundLimit, &status); in searchTest()
320foundMatch= usearch_searchBackwards(uss.getAlias(), target.length(), &foundStart, &foundLimit, &st… in searchTest()
322 if ((foundMatch && expectedMatchStart<0) || in searchTest()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationServiceTest.java511 boolean foundMatch = false; in TestGetKeywordValues()
514 foundMatch = true; in TestGetKeywordValues()
518 if (!foundMatch) { in TestGetKeywordValues()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationServiceTest.java514 boolean foundMatch = false; in TestGetKeywordValues()
517 foundMatch = true; in TestGetKeywordValues()
521 if (!foundMatch) { in TestGetKeywordValues()
/third_party/skia/src/pathops/
DSkOpSegment.cpp218 goto foundMatch; in existing()
224 foundMatch: in existing()
1341 goto foundMatch; in moveMultiples()
1345 foundMatch: // merge oppTest and oppSpan in moveMultiples()
DSkPathOpsDebug.cpp1017 goto foundMatch; in debugMoveMultiples()
1021 foundMatch: // merge oppTest and oppSpan in debugMoveMultiples()
/third_party/flutter/skia/src/pathops/
DSkOpSegment.cpp218 goto foundMatch; in existing()
224 foundMatch: in existing()
1341 goto foundMatch; in moveMultiples()
1345 foundMatch: // merge oppTest and oppSpan in moveMultiples()
DSkPathOpsDebug.cpp1039 goto foundMatch; in debugMoveMultiples()
1043 foundMatch: // merge oppTest and oppSpan in debugMoveMultiples()
/third_party/vulkan-loader/loader/
Dloader_windows.c523 char *foundMatch = strstr(*reg_data, pLastSlashName + 1); in windows_get_registry_files() local
524 if (foundMatch != NULL) { in windows_get_registry_files()
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dwidget_inspector.dart644 bool foundMatch = false;
649 foundMatch = true;
659 assert(foundMatch);