Home
last modified time | relevance | path

Searched refs:isMatch (Results 1 – 25 of 48) sorted by relevance

12

/third_party/node/deps/undici/src/node_modules/@fastify/busboy/deps/dicer/lib/
DDicer.js107 this._bparser.on('info', function (isMatch, data, start, end) { argument
108 self._oninfo(isMatch, data, start, end)
123 Dicer.prototype._oninfo = function (isMatch, data, start, end) { argument
176 if (isMatch) {
DHeaderParser.js27 this.ss.on('info', function (isMatch, data, start, end) { argument
37 if (isMatch) { self._finish() }
/third_party/skia/src/pathops/
DSkPathOpsTSect.cpp456 if (fCoinStart.isMatch()) { in validate()
460 if (fCoinEnd.isMatch()) { in validate()
575 if (work.fCoinStart.isMatch()) { in binarySearchCoin()
745 if (work->fCoinStart.isMatch()) { in computePerpendiculars()
754 if (work->fCoinEnd.isMatch()) { in computePerpendiculars()
837 SkASSERT(first->fCoinStart.isMatch()); in extractCoincident()
839 SkOPASSERT(last->fCoinEnd.isMatch()); in extractCoincident()
873 SkOPASSERT(last->fCoinEnd.isMatch()); in extractCoincident()
949 if (work->fCoinStart.isMatch()) { in findCoincidentRun()
955 if (!work->fCoinEnd.isMatch()) { in findCoincidentRun()
[all …]
/third_party/vk-gl-cts/executor/
DxeContainerFormatParser.cpp211 bool isMatch = false; in parseContainerLine() local
223 isMatch = bufEnd == elemEnd; in parseContainerLine()
232 if (isMatch) in parseContainerLine()
/third_party/icu/icu4c/source/test/intltest/
Dlocalematchertest.cpp392 assertTrue("standard de-LU / de", standard.isMatch(germanLux, Locale::getGerman(), errorCode)); in testMaxDistanceAndIsMatch()
394 standard.isMatch(germanPhoenician, Locale::getGerman(), errorCode)); in testMaxDistanceAndIsMatch()
399 assertTrue("loose de-LU / de", loose.isMatch(germanLux, Locale::getGerman(), errorCode)); in testMaxDistanceAndIsMatch()
401 loose.isMatch(germanPhoenician, Locale::getGerman(), errorCode)); in testMaxDistanceAndIsMatch()
402 assertFalse("loose el / de", loose.isMatch(greek, Locale::getGerman(), errorCode)); in testMaxDistanceAndIsMatch()
408 regional.isMatch(Locale("de-LU"), Locale::getGerman(), errorCode)); in testMaxDistanceAndIsMatch()
409 assertFalse("regional da / no", regional.isMatch(Locale("da"), Locale("no"), errorCode)); in testMaxDistanceAndIsMatch()
411 regional.isMatch(Locale::getChinese(), Locale::getTraditionalChinese(), errorCode)); in testMaxDistanceAndIsMatch()
/third_party/skia/third_party/externals/icu/source/common/
Dlocdistance.cpp219 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
232 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
240 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
Dlocdistance.h92 UBool isMatch(const LSR &desired, const LSR &supported, in isMatch() function
/third_party/node/deps/icu-small/source/common/
Dlocdistance.cpp219 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
232 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
240 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
Dlocdistance.h92 UBool isMatch(const LSR &desired, const LSR &supported, in isMatch() function
/third_party/icu/icu4c/source/common/
Dlocdistance.cpp219 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
232 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
240 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
Dlocdistance.h92 UBool isMatch(const LSR &desired, const LSR &supported, in isMatch() function
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DLocaleDistance.java357 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
370 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
378 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
396 private boolean isMatch(LSR desired, LSR supported, in isMatch() method in LocaleDistance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLocaleDistance.java352 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
365 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
373 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
391 private boolean isMatch(LSR desired, LSR supported, in isMatch() method in LocaleDistance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenAsmMatcher.inc7356 if (DP.isMatch())
7363 if (DP.isMatch())
7370 if (DP.isMatch())
7377 if (DP.isMatch())
7384 if (DP.isMatch())
7391 if (DP.isMatch())
7398 if (DP.isMatch())
7407 if (DP.isMatch())
7416 if (DP.isMatch())
7425 if (DP.isMatch())
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleMatcherTest.java685 assertTrue("standard de-LU / de", standard.isMatch(germanLux, ULocale.GERMAN)); in testMaxDistanceAndIsMatch()
686 assertFalse("standard de-Phnx-AT / de", standard.isMatch(germanPhoenician, ULocale.GERMAN)); in testMaxDistanceAndIsMatch()
690 assertTrue("loose de-LU / de", loose.isMatch(germanLux, ULocale.GERMAN)); in testMaxDistanceAndIsMatch()
691 assertTrue("loose de-Phnx-AT / de", loose.isMatch(germanPhoenician, ULocale.GERMAN)); in testMaxDistanceAndIsMatch()
692 assertFalse("loose el / de", loose.isMatch(greek, ULocale.GERMAN)); in testMaxDistanceAndIsMatch()
696 assertTrue("regional de-LU / de", regional.isMatch(new Locale("de", "LU"), Locale.GERMAN)); in testMaxDistanceAndIsMatch()
697 assertFalse("regional da / no", regional.isMatch(new Locale("da"), new Locale("no"))); in testMaxDistanceAndIsMatch()
698 …assertFalse("regional zh-Hant / zh", regional.isMatch(Locale.CHINESE, Locale.TRADITIONAL_CHINESE)); in testMaxDistanceAndIsMatch()
/third_party/lzma/C/
DLzmaEnc.c372 CLzmaProb isMatch[kNumStates][LZMA_NUM_PB_STATES_MAX]; member
463 CLzmaProb isMatch[kNumStates][LZMA_NUM_PB_STATES_MAX]; member
509 COPY_ARR(d, s, isMatch) \
1136 GET_PRICE_1(p->isMatch[state][posState]) \
1314 p->opt[1].price = GET_PRICE_0(p->isMatch[p->state][posState]) + in GetOptimum()
1322 matchPrice = GET_PRICE_1(p->isMatch[p->state][posState]); in GetOptimum()
1595 unsigned prob = p->isMatch[state][posState]; in GetOptimum()
1781 + GET_PRICE_0(p->isMatch[state2][posState2]) in GetOptimum()
1910 price += GET_PRICE_0(p->isMatch[state2][posState2]); in GetOptimum()
2106 CLzmaProb *prob = &p->isMatch[p->state][posState]; in WriteEndMarker()
[all …]
/third_party/vk-gl-cts/modules/egl/
DteglChooseConfigTests.cpp201 bool isMatch = isSetMatch && (checkOrder ? isExactMatch : true); in executeTest() local
203 if (isMatch) in executeTest()
210 if (!isMatch) in executeTest()
DteglChooseConfigReference.cpp391 bool isMatch (const SurfaceConfig& config) const in isMatch() function in deqp::egl::ConfigFilter
501 if (isMatch(*iter)) out.push_back(*iter); in filter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenAsmMatcher.inc3476 if (DP.isMatch())
3483 if (DP.isMatch())
3490 if (DP.isMatch())
3497 if (DP.isMatch())
3504 if (DP.isMatch())
3511 if (DP.isMatch())
3518 if (DP.isMatch())
3525 if (DP.isMatch())
3532 if (DP.isMatch())
3539 if (DP.isMatch())
[all …]
/third_party/icu/icu4c/source/i18n/
Drematch.cpp2790 UBool isMatch = false; // True if the we have a match. in MatchAt() local
2937 isMatch = true; in MatchAt()
3444 isMatch = false; in MatchAt()
4255 isMatch = false; in MatchAt()
4261 fMatch = isMatch; in MatchAt()
4262 if (isMatch) { in MatchAt()
4270 if (isMatch) { in MatchAt()
4298 UBool isMatch = false; // True if the we have a match. in MatchChunkAt() local
4444 isMatch = true; in MatchChunkAt()
4931 isMatch = false; in MatchChunkAt()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Drematch.cpp2780 UBool isMatch = FALSE; // True if the we have a match. in MatchAt() local
2927 isMatch = TRUE; in MatchAt()
3434 isMatch = FALSE; in MatchAt()
4241 isMatch = FALSE; in MatchAt()
4247 fMatch = isMatch; in MatchAt()
4248 if (isMatch) { in MatchAt()
4256 if (isMatch) { in MatchAt()
4284 UBool isMatch = FALSE; // True if the we have a match. in MatchChunkAt() local
4430 isMatch = TRUE; in MatchChunkAt()
4917 isMatch = FALSE; in MatchChunkAt()
[all …]
/third_party/node/deps/icu-small/source/i18n/
Drematch.cpp2790 UBool isMatch = false; // True if the we have a match. in MatchAt() local
2937 isMatch = true; in MatchAt()
3444 isMatch = false; in MatchAt()
4255 isMatch = false; in MatchAt()
4261 fMatch = isMatch; in MatchAt()
4262 if (isMatch) { in MatchAt()
4270 if (isMatch) { in MatchAt()
4298 UBool isMatch = false; // True if the we have a match. in MatchChunkAt() local
4444 isMatch = true; in MatchChunkAt()
4931 isMatch = false; in MatchChunkAt()
[all …]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DLigatureTree.java41 boolean isMatch() in isMatch() method in LigatureTree.Lignode
/third_party/vk-gl-cts/scripts/
Dmake_release.py157 for isMatch, createFileObj in filters:
161 if not file in usedFiles and isMatch(file):
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenAsmMatcher.inc3362 if (DP.isMatch())
3369 if (DP.isMatch())
3376 if (DP.isMatch())
3383 if (DP.isMatch())
3390 if (DP.isMatch())
3397 if (DP.isMatch())
3404 if (DP.isMatch())
3411 if (DP.isMatch())
3418 if (DP.isMatch())
3425 if (DP.isMatch())
[all …]

12