/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/ |
D | AbstractX500NameStyle.java | 152 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/ |
D | ASTMatchersInternal.cpp | 387 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/ |
D | AbstractX500NameStyle.java | 154 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/ |
D | ssearch.cpp | 276 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() 298 … foundMatch = usearch_search(uss.getAlias(), foundLimit, &foundStart, &foundLimit, &status); in searchTest() 310 …foundMatch= 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/ |
D | CollationServiceTest.java | 514 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/ |
D | CollationServiceTest.java | 511 boolean foundMatch = false; in TestGetKeywordValues() 514 foundMatch = true; in TestGetKeywordValues() 518 if (!foundMatch) { in TestGetKeywordValues()
|
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/ |
D | FactoryProvider2.java | 373 boolean foundMatch = false; in FactoryProvider2() 376 if (foundMatch) { in FactoryProvider2() 385 foundMatch = true; in FactoryProvider2() 389 if (!foundMatch) { in FactoryProvider2()
|
/external/python/cpython2/Parser/ |
D | spark.py | 788 self.foundMatch(args, func) 795 def foundMatch(self, args, func): member in GenericASTMatcher
|
/external/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 | 1040 goto foundMatch; in debugMoveMultiples() 1044 foundMatch: // merge oppTest and oppSpan in debugMoveMultiples()
|
/external/skqp/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 | 1040 goto foundMatch; in debugMoveMultiples() 1044 foundMatch: // merge oppTest and oppSpan in debugMoveMultiples()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 1324 bool foundMatch = false; in DebugCheckClip() local 1334 foundMatch = true; in DebugCheckClip() 1338 if (!foundMatch) { in DebugCheckClip()
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 11695 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()
|