Home
last modified time | relevance | path

Searched defs:excluded (Results 1 – 25 of 28) sorted by relevance

12

/external/testng/src/main/java/org/testng/internal/
DPackageUtils.java47 List<String> included, List<String> excluded) in findClassesInPackage()
212 List<String> excluded, in findClassesInDirPackage()
236 excluded, in findClassesInDirPackage() local
255 List<String> included, List<String> excluded, List<String> classes) in includeOrExcludeClass()
270 List<String> included, List<String> excluded) in isIncluded()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DNameConstraints.java16 private GeneralSubtree[] permitted, excluded; field in NameConstraints
65 GeneralSubtree[] excluded) in NameConstraints()
DPKIXNameConstraintValidator.java405 private void checkExcludedDN(Set excluded, ASN1Sequence dns) in checkExcludedDN()
462 private Set unionDN(Set excluded, ASN1Sequence dn) in unionDN()
576 private Set unionEmail(Set excluded, String email) in unionEmail()
650 private Set unionIP(Set excluded, byte[] ip) in unionIP()
871 private void checkExcludedOtherName(Set excluded, OtherName name) in checkExcludedOtherName()
893 private void checkExcludedEmail(Set excluded, String email) in checkExcludedEmail()
960 private void checkExcludedIP(Set excluded, byte[] ip) in checkExcludedIP()
1119 private void checkExcludedDNS(Set excluded, String dns) in checkExcludedDNS()
1463 private Set unionDNS(Set excluded, String dns) in unionDNS()
1604 private void checkExcludedURI(Set excluded, String uri) in checkExcludedURI()
[all …]
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x509/
DNameConstraints.java20 private GeneralSubtree[] permitted, excluded; field in NameConstraints
69 GeneralSubtree[] excluded) in NameConstraints()
DPKIXNameConstraintValidator.java409 private void checkExcludedDN(Set excluded, ASN1Sequence dns) in checkExcludedDN()
466 private Set unionDN(Set excluded, ASN1Sequence dn) in unionDN()
580 private Set unionEmail(Set excluded, String email) in unionEmail()
654 private Set unionIP(Set excluded, byte[] ip) in unionIP()
875 private void checkExcludedOtherName(Set excluded, OtherName name) in checkExcludedOtherName()
897 private void checkExcludedEmail(Set excluded, String email) in checkExcludedEmail()
964 private void checkExcludedIP(Set excluded, byte[] ip) in checkExcludedIP()
1123 private void checkExcludedDNS(Set excluded, String dns) in checkExcludedDNS()
1467 private Set unionDNS(Set excluded, String dns) in unionDNS()
1608 private void checkExcludedURI(Set excluded, String uri) in checkExcludedURI()
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/
DNameConstraints.java20 private GeneralSubtree[] permitted, excluded; field in NameConstraints
69 GeneralSubtree[] excluded) in NameConstraints()
DPKIXNameConstraintValidator.java409 private void checkExcludedDN(Set excluded, ASN1Sequence dns) in checkExcludedDN()
466 private Set unionDN(Set excluded, ASN1Sequence dn) in unionDN()
580 private Set unionEmail(Set excluded, String email) in unionEmail()
654 private Set unionIP(Set excluded, byte[] ip) in unionIP()
875 private void checkExcludedOtherName(Set excluded, OtherName name) in checkExcludedOtherName()
897 private void checkExcludedEmail(Set excluded, String email) in checkExcludedEmail()
964 private void checkExcludedIP(Set excluded, byte[] ip) in checkExcludedIP()
1123 private void checkExcludedDNS(Set excluded, String dns) in checkExcludedDNS()
1467 private Set unionDNS(Set excluded, String dns) in unionDNS()
1608 private void checkExcludedURI(Set excluded, String uri) in checkExcludedURI()
[all …]
/external/testng/src/test/java/test/simple/
DIncludedExcludedTest.java58 public MyReporter(String[] included, String[] excluded) { in MyReporter()
77 Collection<ITestNGMethod> excluded = suite.getExcludedMethods(); in generateReport() local
/external/rust/crates/grpcio-sys/grpc/tools/buildgen/plugins/
Dexpand_filegroups.py22 def excluded(filename, exclude_res): function
/external/grpc-grpc/tools/buildgen/plugins/
Dexpand_filegroups.py22 def excluded(filename, exclude_res): function
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestSelection.java101 UnicodeSet excluded, int mappingType) { in verifyResultUTF16()
/external/junit/src/main/java/org/junit/experimental/categories/
DCategories.java117 private final Set<Class<?>> excluded; field in Categories.CategoryFilter
312 Set<Class<?>> excluded= getExcludedCategory(klass); in Categories() local
/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/
DPseudoLocalesTest.java28 CldrPath excluded = in testExpansion() local
/external/wpa_supplicant_8/wpa_supplicant/
Dinterworking.c1373 int *excluded) in interworking_credentials_available_roaming_consortium()
1658 int excluded = 0, *excl = &excluded; in interworking_connect() local
1936 int *excluded) in interworking_credentials_available_3gpp()
2061 int *excluded) in interworking_credentials_available_realm()
2137 int *excluded) in interworking_credentials_available_helper()
2182 struct wpa_supplicant *wpa_s, struct wpa_bss *bss, int *excluded) in interworking_credentials_available()
2453 int excluded = 0; in interworking_select_network() local
/external/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/
DTextClassifierImplTest.java274 List<String> excluded = Arrays.asList(TextClassifier.TYPE_EMAIL); in testGenerateLinks_exclude() local
305 List<String> excluded = Arrays.asList(TextClassifier.TYPE_EMAIL); in testGenerateLinks_exclude_override() local
/external/turbine/javatests/com/google/turbine/deps/
DDependenciesTest.java135 public void excluded() throws Exception { in excluded() method in DependenciesTest
/external/auto/value/src/main/java/com/google/auto/value/processor/
DAutoValueOrOneOfProcessor.java980 Set<String> excluded = union(excludedAnnotations, returnTypeAnnotations); in propertyMethodAnnotations() local
1019 Set<String> excluded = in propertyFieldAnnotations() local
/external/autotest/contrib/
Dcoverage.py104 def __init__(self, statements, excluded, suite_spots): argument
887 def annotate_file(self, filename, statements, excluded, missing, directory=None): argument
/external/squashfs-tools/squashfs-tools/
Dmksquashfs.h40 unsigned int excluded; member
/external/libchrome/base/test/launcher/
Dtest_launcher.cc1136 bool excluded = false; in RunTests() local
/external/testng/src/main/java/org/testng/reporters/
DSuiteHTMLReporter.java175 Collection<ITestNGMethod> excluded = suite.getExcludedMethods(); in generateExcludedMethodsReport() local
/external/testng/src/test/java/test/
DBaseTest.java215 protected void addPackage(String pkgName, String[] included, String[] excluded) { in addPackage()
/external/testng/src/main/java/org/testng/xml/
DXmlSuite.java546 List<String> excluded = getExcludedGroups(); in toXml() local
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dcsv_dataset_op.cc391 const std::vector<int64>& excluded) in ReadRecord()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/
DRFC3280CertPathUtilities.java1620 GeneralSubtree[] excluded = nc.getExcludedSubtrees(); in prepareNextCertG() local

12