HomeSort by relevance Sort by last modified time
    Searched defs:excluded (Results 1 - 25 of 234) sorted by null

1 2 3 4 5 6 7 8 910

  /external/testng/src/test/java/test/simple/
IncludedExcludedTest.java 58 public MyReporter(String[] included, String[] excluded) {
60 m_excluded = excluded;
77 Collection<ITestNGMethod> excluded = suite.getExcludedMethods(); local
78 Assert.assertEquals(excluded.size(), m_excluded.length);
80 Assert.assertTrue(containsMethod(excluded, s));
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
NameConstraints.java 16 private GeneralSubtree[] permitted, excluded; field in class:NameConstraints
44 excluded = createArray(ASN1Sequence.getInstance(o, false));
54 * permitted and excluded are arrays of GeneralSubtree objects.
58 * @param excluded
63 GeneralSubtree[] excluded)
70 if (excluded != null)
72 this.excluded = excluded;
95 return excluded;
111 if (excluded != null
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
PerformanceResultsElement.java 219 StringBuffer excluded = new StringBuffer(); local
240 buffer.append("all failures with at least a noticeable error (> 3%) are excluded!");
243 buffer.append("all failures with at least a suspicious error (> 25%) are excluded!");
246 buffer.append("all failures with at least a weird error (> 50%) are excluded!");
249 buffer.append("all failures with an invalid error (> 100%) are excluded!");
259 buffer.append("all failures with a small build value (<100ms) are excluded!");
262 buffer.append("all failures with a small delta value (<100ms) are excluded!");
265 buffer.append("all failures with a small build or delta value (<100ms) are excluded!");
275 buffer.append("all failures with erratic baseline results (variation > 20%) are excluded!");
278 buffer.append("all failures with unstable baseline results (10% < variation < 20%) are excluded!");
    [all...]
  /external/testng/src/main/java/org/testng/internal/
PackageUtils.java 47 List<String> included, List<String> excluded)
94 findClassesInDirPackage(packageOnly, included, excluded,
119 Utils.log("PackageUtils", 4, "Found class " + className + ", seeing it if it's included or excluded");
120 includeOrExcludeClass(packageName, className, included, excluded, vResult);
135 findClassesInDirPackage(packageOnly, included, excluded,
212 List<String> excluded,
236 excluded, local
244 + ", seeing it if it's included or excluded");
245 includeOrExcludeClass(packageName, className, included, excluded, classes);
255 List<String> included, List<String> excluded, List<String> classes
    [all...]
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
Builder.java 342 /* reduce permitted by excluded */
345 GeneralSubtrees excluded = local
348 permitted.reduce(excluded);
  /libcore/ojluni/src/main/java/sun/security/x509/
NameConstraintsExtension.java 42 * The name constraints extension provides permitted and excluded
46 * matching a restriction in the excluded subtrees field is invalid
82 private GeneralSubtrees excluded = null; field in class:NameConstraintsExtension
92 if (excluded != null) {
93 for (int i = 0; i < excluded.size(); i++) {
94 GeneralSubtree subtree = excluded.get(i);
117 if (permitted == null && excluded == null) {
130 if (excluded != null) {
132 excluded.encode(tmp);
146 * @param excluded the excluded GeneralSubtrees (null for optional)
    [all...]
  /external/squashfs-tools/squashfs-tools/
mksquashfs.h 40 unsigned int excluded; member in struct:dir_info
mksquashfs.c 216 int excluded(char *name, struct pathnames *paths, struct pathnames **new);
4660 int excluded(char *name, struct pathnames *paths, struct pathnames **new) function
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ComponentsView.java 471 File exclusionDir = new File(writeDir, "excluded");
493 StringBuffer excluded = this.results.writeStatus(resultsFile, WRITE_STATUS); local
494 if (excluded == null) {
502 stream.write(excluded.toString().getBytes());
  /external/testng/src/main/java/org/testng/reporters/
SuiteHTMLReporter.java 175 Collection<ITestNGMethod> excluded = suite.getExcludedMethods(); local
177 for (ITestNGMethod method : excluded) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
RFC3280CertPathUtilities.java 1720 GeneralSubtree[] excluded = nc.getExcludedSubtrees(); local
    [all...]
  /external/testng/src/main/java/org/testng/xml/
XmlSuite.java 546 List<String> excluded = getExcludedGroups(); local
547 if (hasElements(included) || hasElements(excluded)) {
553 for (String g : excluded) {
  /external/wpa_supplicant_8/wpa_supplicant/
interworking.c 51 int *excluded);
54 int *excluded);
1603 int excluded = 0, *excl = allow_excluded ? &excluded : NULL; local
2404 int excluded = 0; local
    [all...]
  /libcore/ojluni/src/main/java/java/security/cert/
X509CertSelector.java 2474 GeneralSubtrees excluded = (GeneralSubtrees) local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-clean-plugin/2.5/
maven-clean-plugin-2.5.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/
maven-clean-plugin-2.5.jar 
  /toolchain/binutils/binutils-2.25/bfd/
elf32-spu.c 3592 unsigned int excluded = 0; local
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-util-0.9.0.M2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/
aether-util-0.9.0.M2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M3/
aether-util-0.9.0.M3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/1.0.2.v20150114/
aether-util-1.0.2.v20150114.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.24/
truth-0.24.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 693 milliseconds

1 2 3 4 5 6 7 8 910