Home
last modified time | relevance | path

Searched refs:excluded (Results 1 – 25 of 375) sorted by relevance

12345678910>>...15

/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/
DPKIXNameConstraintValidator.java115 private void checkExcludedDN(Set excluded, ASN1Sequence dns) in checkExcludedDN() argument
118 if (excluded.isEmpty()) in checkExcludedDN()
123 Iterator it = excluded.iterator(); in checkExcludedDN()
172 private Set unionDN(Set excluded, ASN1Sequence dn) in unionDN() argument
174 if (excluded.isEmpty()) in unionDN()
178 return excluded; in unionDN()
180 excluded.add(dn); in unionDN()
182 return excluded; in unionDN()
188 Iterator it = excluded.iterator(); in unionDN()
241 private Set unionEmail(Set excluded, String email) in unionEmail() argument
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DPKIXNameConstraintValidator.java111 private void checkExcludedDN(Set excluded, ASN1Sequence dns) in checkExcludedDN() argument
114 if (excluded.isEmpty()) in checkExcludedDN()
119 Iterator it = excluded.iterator(); in checkExcludedDN()
168 private Set unionDN(Set excluded, ASN1Sequence dn) in unionDN() argument
170 if (excluded.isEmpty()) in unionDN()
174 return excluded; in unionDN()
176 excluded.add(dn); in unionDN()
178 return excluded; in unionDN()
184 Iterator it = excluded.iterator(); in unionDN()
237 private Set unionEmail(Set excluded, String email) in unionEmail() argument
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DNameConstraints.java16 private GeneralSubtree[] permitted, excluded; field in NameConstraints
44 excluded = createArray(ASN1Sequence.getInstance(o, false)); in NameConstraints()
65 GeneralSubtree[] excluded) in NameConstraints() argument
68 this.excluded = cloneSubtree(excluded); in NameConstraints()
90 return cloneSubtree(excluded); in getExcludedSubtrees()
106 if (excluded != null) in toASN1Primitive()
108 v.add(new DERTaggedObject(false, 1, new DERSequence(excluded))); in toASN1Primitive()
DPKIXNameConstraintValidator.java432 private void checkExcludedDN(Set excluded, ASN1Sequence dns) in checkExcludedDN() argument
435 if (excluded.isEmpty()) in checkExcludedDN()
440 Iterator it = excluded.iterator(); in checkExcludedDN()
489 private Set unionDN(Set excluded, ASN1Sequence dn) in unionDN() argument
491 if (excluded.isEmpty()) in unionDN()
495 return excluded; in unionDN()
497 excluded.add(dn); in unionDN()
499 return excluded; in unionDN()
505 Iterator it = excluded.iterator(); in unionDN()
577 private Set unionEmail(Set excluded, String email) in unionEmail() argument
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/
DPKIXNameConstraintValidator.java436 private void checkExcludedDN(Set excluded, ASN1Sequence dns) in checkExcludedDN() argument
439 if (excluded.isEmpty()) in checkExcludedDN()
444 Iterator it = excluded.iterator(); in checkExcludedDN()
493 private Set unionDN(Set excluded, ASN1Sequence dn) in unionDN() argument
495 if (excluded.isEmpty()) in unionDN()
499 return excluded; in unionDN()
501 excluded.add(dn); in unionDN()
503 return excluded; in unionDN()
509 Iterator it = excluded.iterator(); in unionDN()
581 private Set unionEmail(Set excluded, String email) in unionEmail() argument
[all …]
DNameConstraints.java20 private GeneralSubtree[] permitted, excluded; field in NameConstraints
48 excluded = createArray(ASN1Sequence.getInstance(o, false)); in NameConstraints()
69 GeneralSubtree[] excluded) in NameConstraints() argument
72 this.excluded = cloneSubtree(excluded); in NameConstraints()
94 return cloneSubtree(excluded); in getExcludedSubtrees()
110 if (excluded != null) in toASN1Primitive()
112 v.add(new DERTaggedObject(false, 1, new DERSequence(excluded))); in toASN1Primitive()
/external/testng/src/main/java/org/testng/internal/
DPackageUtils.java47 List<String> included, List<String> excluded) in findClassesInPackage() argument
94 findClassesInDirPackage(packageOnly, included, excluded, in findClassesInPackage()
120 includeOrExcludeClass(packageName, className, included, excluded, vResult); in findClassesInPackage()
135 findClassesInDirPackage(packageOnly, included, excluded, in findClassesInPackage()
212 List<String> excluded, in findClassesInDirPackage() argument
236 excluded, in findClassesInDirPackage() local
245 includeOrExcludeClass(packageName, className, included, excluded, classes); in findClassesInDirPackage()
255 List<String> included, List<String> excluded, List<String> classes) in includeOrExcludeClass() argument
257 if (isIncluded(packageName, included, excluded)) { in includeOrExcludeClass()
270 List<String> included, List<String> excluded) in isIncluded() argument
[all …]
/external/junit/src/main/java/org/junit/experimental/categories/
DCategories.java115 private final Set<Class<?>> excluded; field in Categories.CategoryFilter
159 excluded = copyAndRefine(excludes); in CategoryFilter()
186 if (!excluded.isEmpty()) { in toString()
187 description.append(" - ").append(excluded); in toString()
215 if (!excluded.isEmpty()) { in hasCorrectCategoryAnnotation()
217 if (matchesAnyParentCategories(childCategories, excluded)) { in hasCorrectCategoryAnnotation()
221 if (matchesAllParentCategories(childCategories, excluded)) { in hasCorrectCategoryAnnotation()
310 Set<Class<?>> excluded= getExcludedCategory(klass); in Categories() local
314 filter(CategoryFilter.categoryFilter(isAnyIncluded, included, isAnyExcluded, excluded)); in Categories()
/external/testng/src/test/java/test/simple/
DIncludedExcludedTest.java58 public MyReporter(String[] included, String[] excluded) { in MyReporter() argument
60 m_excluded = excluded; in MyReporter()
77 Collection<ITestNGMethod> excluded = suite.getExcludedMethods(); in generateReport() local
78 Assert.assertEquals(excluded.size(), m_excluded.length); in generateReport()
80 Assert.assertTrue(containsMethod(excluded, s)); in generateReport()
/external/swiftshader/third_party/llvm-7.0/llvm/test/FileCheck/
Dimplicit-check-not.txt12 ; CHECK-ERROR1: command line:1:22: error: CHECK-FAIL1-NOT: excluded string found in input
17 ; CHECK-ERROR4: command line:1:22: error: CHECK-FAIL1-NOT: excluded string found in input
20 ; CHECK-ERROR5: command line:1:22: error: CHECK-FAIL1-NOT: excluded string found in input
27 ; CHECK-ERROR2: command line:1:22: error: CHECK-FAIL2-NOT: excluded string found in input
31 ; CHECK-ERROR6: command line:1:22: error: CHECK-FAIL2-NOT: excluded string found in input
39 ; CHECK-ERROR3: command line:1:22: error: CHECK-FAIL3-NOT: excluded string found in input
42 ; CHECK-ERROR7: command line:1:22: error: CHECK-FAIL3-NOT: excluded string found in input
Dcheck-not-diaginfo.txt5 DIAG: error: CHECK-NOT: excluded string found in input
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestSelection.java91 for (UnicodeSet excluded : excludedSets) { in TestConversionUTF16()
92 … CharsetSelector sel = new CharsetSelector(testEncodings, excluded, CharsetICU.ROUNDTRIP_SET); in TestConversionUTF16()
95 … verifyResultUTF16(texts[i], testEncodings, result, excluded, CharsetICU.ROUNDTRIP_SET); in TestConversionUTF16()
101 UnicodeSet excluded, int mappingType) { in verifyResultUTF16() argument
111 if (!excluded.contains(ch) && !unicodePointSet.contains(ch)) { in verifyResultUTF16()
/external/clang/test/Modules/Inputs/System/usr/include/
Dmodule.map36 module excluded {
37 requires excluded
45 requires excluded
/external/autotest/contrib/
Dcoverage.py104 def __init__(self, statements, excluded, suite_spots): argument
107 self.excluded = excluded
187 self.excluded[lineno] = 1
191 elif self.excluded.has_key(lineno) or \
193 self.excluded.has_key(self.suite_spots[lineno][1]):
223 self.doSuite(None, suite, exclude=self.excluded.has_key(l))
694 excluded = {}
701 excluded[i+1] = 1
714 visitor = StatementFindingAstVisitor(statements, excluded, suite_spots)
719 excluded_lines = excluded.keys()
[all …]
/external/v8/src/base/utils/
Drandom-number-generator.cc164 uint64_t max, size_t n, const std::unordered_set<uint64_t>& excluded) { in NextSampleSlow() argument
165 CHECK_GE(max - excluded.size(), n); in NextSampleSlow()
168 result.reserve(max - excluded.size()); in NextSampleSlow()
171 if (!excluded.count(i)) { in NextSampleSlow()
/external/python/httplib2/doc/html/_static/
Dsearchtools.js294 var excluded = [];
303 var toAppend = excluded;
318 console.info('excluded: ', excluded);
389 for (var i = 0; i < excluded.length; i++) {
390 if (terms[excluded[i]] == file ||
391 $.contains(terms[excluded[i]] || [], file)) {
/external/wpa_supplicant_8/wpa_supplicant/
Dinterworking.c51 int *excluded);
54 int *excluded);
1370 int *excluded) in interworking_credentials_available_roaming_consortium() argument
1407 if (excluded == NULL) in interworking_credentials_available_roaming_consortium()
1422 if (excluded) in interworking_credentials_available_roaming_consortium()
1423 *excluded = is_excluded; in interworking_credentials_available_roaming_consortium()
1648 int excluded = 0, *excl = &excluded; in interworking_connect() local
1926 int *excluded) in interworking_credentials_available_3gpp() argument
2026 if (excluded == NULL) in interworking_credentials_available_3gpp()
2042 if (excluded) in interworking_credentials_available_3gpp()
[all …]
/external/compiler-rt/lib/builtins/Darwin-excludes/
DREADME.TXT1 This folder contains list of symbols that should be excluded from the builtin
2 libraries for Darwin. There are two reasons symbols are excluded:
/external/jacoco/jacoco-maven-plugin.test/it/it-includes-excludes/
Dverify.bsh25 …throw new FileNotFoundException( "DatabaseUtil should NOT be excluded: " + databaseUtilReportFile …
31 throw new RuntimeException( "TestUtil SHOULD be excluded: " + testUtilReportFile );
/external/cldr/tools/java/org/unicode/cldr/util/data/
DtestLdml2Icu.txt4 # - unconverted: May be converted in future, so exclude for now. If the excluded
6 # - ignore: We don't care if the xpath is converted or not, so if the excluded
DCheckCLDR-exceptions.txt1 # List of errors and warnings to be excluded from the output of
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-jitlistener/
DCMakeLists.txt1 # This tool is excluded from the CMake build if Intel JIT events are disabled.
/external/llvm/tools/llvm-jitlistener/
DCMakeLists.txt1 # This tool is excluded from the CMake build if Intel JIT events are disabled.
/external/deqp/external/vulkancts/mustpass/1.1.3/src/
Dandroid-tests.txt2 # tests are excluded from Khronos CTS mustpass as they are
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DCertPathReviewerMessages.properties19 # cert DN is in the excluded tree
21 CertPathReviewer.excludedDN.title = Name constraint error: certificate DN is excluded
22 CertPathReviewer.excludedDN.text = Name constraint error: The certificate DN {0} is excluded.
23 CertPathReviewer.excludedDN.summary = Name constraint error: certificate DN is excluded.
24 …ails = Name constraint checking error. The certificate DN {0} is inside of the excluded set of DNs.
33 # cert email is in the excluded tree
35 CertPathReviewer.excludedEmail.title = Name constraint error: excluded email address
36 CertPathReviewer.excludedEmail.text = Name constraint error: certificate contains the excluded emai…
37 CertPathReviewer.excludedEmail.summary = Name constraint error: excluded email address.
38 …g error. The certificate contains the email address {0} which is in the excluded set of email addr…
[all …]

12345678910>>...15