Searched refs:foundMatch (Results 1 – 10 of 10) sorted by relevance
/third_party/node/lib/internal/bootstrap/ |
D | pre_execution.js | 395 let foundMatch = false; 406 foundMatch = true; 411 if (!foundMatch) {
|
/third_party/icu/icu4c/source/test/intltest/ |
D | ssearch.cpp | 286 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() 308 … foundMatch = usearch_search(uss.getAlias(), foundLimit, &foundStart, &foundLimit, &status); in searchTest() 320 …foundMatch= 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/ |
D | CollationServiceTest.java | 511 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/ |
D | CollationServiceTest.java | 514 boolean foundMatch = false; in TestGetKeywordValues() 517 foundMatch = true; in TestGetKeywordValues() 521 if (!foundMatch) { in TestGetKeywordValues()
|
/third_party/skia/src/pathops/ |
D | SkOpSegment.cpp | 218 goto foundMatch; in existing() 224 foundMatch: in existing() 1341 goto foundMatch; in moveMultiples() 1345 foundMatch: // merge oppTest and oppSpan in moveMultiples()
|
D | SkPathOpsDebug.cpp | 1017 goto foundMatch; in debugMoveMultiples() 1021 foundMatch: // merge oppTest and oppSpan in debugMoveMultiples()
|
/third_party/flutter/skia/src/pathops/ |
D | SkOpSegment.cpp | 218 goto foundMatch; in existing() 224 foundMatch: in existing() 1341 goto foundMatch; in moveMultiples() 1345 foundMatch: // merge oppTest and oppSpan in moveMultiples()
|
D | SkPathOpsDebug.cpp | 1039 goto foundMatch; in debugMoveMultiples() 1043 foundMatch: // merge oppTest and oppSpan in debugMoveMultiples()
|
/third_party/vulkan-loader/loader/ |
D | loader_windows.c | 523 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/ |
D | widget_inspector.dart | 644 bool foundMatch = false; 649 foundMatch = true; 659 assert(foundMatch);
|