/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 | 380 private void checkExcludedDN(Set excluded, ASN1Sequence dns) in checkExcludedDN() 437 private Set unionDN(Set excluded, ASN1Sequence dn) in unionDN() 506 private Set unionEmail(Set excluded, String email) in unionEmail() 580 private Set unionIP(Set excluded, byte[] ip) in unionIP() 777 private void checkExcludedEmail(Set excluded, String email) in checkExcludedEmail() 844 private void checkExcludedIP(Set excluded, byte[] ip) in checkExcludedIP() 989 private void checkExcludedDNS(Set excluded, String dns) in checkExcludedDNS() 1333 private Set unionDNS(Set excluded, String dns) in unionDNS() 1474 private void checkExcludedURI(Set excluded, String uri) in checkExcludedURI() 1523 private Set unionURI(Set excluded, String uri) in unionURI()
|
/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | PKIXNameConstraintValidator.java | 111 private void checkExcludedDN(Set excluded, ASN1Sequence dns) in checkExcludedDN() 168 private Set unionDN(Set excluded, ASN1Sequence dn) in unionDN() 237 private Set unionEmail(Set excluded, String email) in unionEmail() 311 private Set unionIP(Set excluded, byte[] ip) in unionIP() 508 private void checkExcludedEmail(Set excluded, String email) in checkExcludedEmail() 577 private void checkExcludedIP(Set excluded, byte[] ip) in checkExcludedIP() 726 private void checkExcludedDNS(Set excluded, String dns) in checkExcludedDNS() 1070 protected Set unionDNS(Set excluded, String dns) in unionDNS() 1211 private void checkExcludedURI(Set excluded, String uri) in checkExcludedURI() 1260 private Set unionURI(Set excluded, String uri) in unionURI()
|
D | RFC3280CertPathUtilities.java | 1720 GeneralSubtree[] excluded = nc.getExcludedSubtrees(); in prepareNextCertG() local
|
/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 | 115 private final Set<Class<?>> excluded; field in Categories.CategoryFilter 310 Set<Class<?>> excluded= getExcludedCategory(klass); in Categories() local
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | interworking.c | 1348 int *excluded) in interworking_credentials_available_roaming_consortium() 1602 int excluded = 0, *excl = &excluded; in interworking_connect() local 1880 int *excluded) in interworking_credentials_available_3gpp() 2005 int *excluded) in interworking_credentials_available_realm() 2081 int *excluded) in interworking_credentials_available_helper() 2126 struct wpa_supplicant *wpa_s, struct wpa_bss *bss, int *excluded) in interworking_credentials_available() 2397 int excluded = 0; in interworking_select_network() local
|
/external/turbine/javatests/com/google/turbine/deps/ |
D | DependenciesTest.java | 138 public void excluded() throws Exception { in excluded() method in DependenciesTest
|
/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
|
D | mksquashfs.c | 4714 int excluded(char *name, struct pathnames *paths, struct pathnames **new) in excluded() function
|
/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
|