| /external/testng/src/main/java/org/testng/internal/ |
| D | PackageUtils.java | 47 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/ |
| D | NameConstraints.java | 16 private GeneralSubtree[] permitted, excluded; field in NameConstraints 65 GeneralSubtree[] excluded) in NameConstraints()
|
| D | PKIXNameConstraintValidator.java | 405 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/ |
| D | NameConstraints.java | 20 private GeneralSubtree[] permitted, excluded; field in NameConstraints 69 GeneralSubtree[] excluded) in NameConstraints()
|
| D | PKIXNameConstraintValidator.java | 409 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/ |
| D | NameConstraints.java | 20 private GeneralSubtree[] permitted, excluded; field in NameConstraints 69 GeneralSubtree[] excluded) in NameConstraints()
|
| D | PKIXNameConstraintValidator.java | 409 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/ |
| D | IncludedExcludedTest.java | 58 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/ |
| D | expand_filegroups.py | 22 def excluded(filename, exclude_res): function
|
| /external/grpc-grpc/tools/buildgen/plugins/ |
| D | expand_filegroups.py | 22 def excluded(filename, exclude_res): function
|
| /external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
| D | TestSelection.java | 101 UnicodeSet excluded, int mappingType) { in verifyResultUTF16()
|
| /external/junit/src/main/java/org/junit/experimental/categories/ |
| D | Categories.java | 117 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/ |
| D | PseudoLocalesTest.java | 28 CldrPath excluded = in testExpansion() local
|
| /external/wpa_supplicant_8/wpa_supplicant/ |
| D | interworking.c | 1373 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/ |
| D | TextClassifierImplTest.java | 274 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/ |
| D | DependenciesTest.java | 135 public void excluded() throws Exception { in excluded() method in DependenciesTest
|
| /external/auto/value/src/main/java/com/google/auto/value/processor/ |
| D | AutoValueOrOneOfProcessor.java | 980 Set<String> excluded = union(excludedAnnotations, returnTypeAnnotations); in propertyMethodAnnotations() local 1019 Set<String> excluded = in propertyFieldAnnotations() local
|
| /external/autotest/contrib/ |
| D | coverage.py | 104 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/ |
| D | mksquashfs.h | 40 unsigned int excluded; member
|
| /external/libchrome/base/test/launcher/ |
| D | test_launcher.cc | 1136 bool excluded = false; in RunTests() local
|
| /external/testng/src/main/java/org/testng/reporters/ |
| D | SuiteHTMLReporter.java | 175 Collection<ITestNGMethod> excluded = suite.getExcludedMethods(); in generateExcludedMethodsReport() local
|
| /external/testng/src/test/java/test/ |
| D | BaseTest.java | 215 protected void addPackage(String pkgName, String[] included, String[] excluded) { in addPackage()
|
| /external/testng/src/main/java/org/testng/xml/ |
| D | XmlSuite.java | 546 List<String> excluded = getExcludedGroups(); in toXml() local
|
| /external/tensorflow/tensorflow/core/kernels/data/experimental/ |
| D | csv_dataset_op.cc | 391 const std::vector<int64>& excluded) in ReadRecord()
|
| /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/ |
| D | RFC3280CertPathUtilities.java | 1620 GeneralSubtree[] excluded = nc.getExcludedSubtrees(); in prepareNextCertG() local
|