Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
DAbstractX500NameStyle.java152 if (!foundMatch(reverse, rdns1[i], rdns2)) in areEqual()
161 private boolean foundMatch(boolean reverse, RDN rdn, RDN[] possRDNs) in foundMatch() method in AbstractX500NameStyle
/external/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp387 bool foundMatch(bool AllowFullyQualified) const { in foundMatch() function in clang::ast_matchers::internal::__anond20c23ef0611::PatternSet
434 return Patterns.foundMatch(/*AllowFullyQualified=*/false); in matchesNodeFullFast()
437 if (Patterns.foundMatch(/*AllowFullyQualified=*/false)) in matchesNodeFullFast()
463 return Patterns.foundMatch(/*AllowFullyQualified=*/true); in matchesNodeFullFast()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x500/style/
DAbstractX500NameStyle.java154 if (!foundMatch(reverse, rdns1[i], rdns2)) in areEqual()
163 private boolean foundMatch(boolean reverse, RDN rdn, RDN[] possRDNs) in foundMatch() method in AbstractX500NameStyle
/external/icu/icu4c/source/test/intltest/
Dssearch.cpp276 UBool foundMatch; in searchTest() local
281 foundMatch= usearch_search(uss.getAlias(), 0, &foundStart, &foundLimit, &status); in searchTest()
283 if ((foundMatch && expectedMatchStart<0) || in searchTest()
294 while (foundMatch) { in searchTest()
298foundMatch = usearch_search(uss.getAlias(), foundLimit, &foundStart, &foundLimit, &status); in searchTest()
310foundMatch= usearch_searchBackwards(uss.getAlias(), target.length(), &foundStart, &foundLimit, &st… in searchTest()
312 if ((foundMatch && expectedMatchStart<0) || in searchTest()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationServiceTest.java514 boolean foundMatch = false; in TestGetKeywordValues()
517 foundMatch = true; in TestGetKeywordValues()
521 if (!foundMatch) { in TestGetKeywordValues()
/external/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()
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
DFactoryProvider2.java373 boolean foundMatch = false; in FactoryProvider2()
376 if (foundMatch) { in FactoryProvider2()
385 foundMatch = true; in FactoryProvider2()
389 if (!foundMatch) { in FactoryProvider2()
/external/python/cpython2/Parser/
Dspark.py788 self.foundMatch(args, func)
795 def foundMatch(self, args, func): member in GenericASTMatcher
/external/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.cpp1040 goto foundMatch; in debugMoveMultiples()
1044 foundMatch: // merge oppTest and oppSpan in debugMoveMultiples()
/external/skqp/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.cpp1040 goto foundMatch; in debugMoveMultiples()
1044 foundMatch: // merge oppTest and oppSpan in debugMoveMultiples()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp1324 bool foundMatch = false; in DebugCheckClip() local
1334 foundMatch = true; in DebugCheckClip()
1338 if (!foundMatch) { in DebugCheckClip()
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp11695 bool foundMatch = false; in ValidateCreateSwapchain() local
11701 foundMatch = true; in ValidateCreateSwapchain()
11710 if (!foundMatch) { in ValidateCreateSwapchain()
11739 …bool foundMatch = std::find(physical_device_state->present_modes.begin(), physical_device_state->p… in ValidateCreateSwapchain() local
11741 if (!foundMatch) { in ValidateCreateSwapchain()