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

1 2

  /frameworks/base/test-runner/src/junit/runner/
excluded.properties 2 # The list of excluded package paths for the TestCaseClassLoader
4 excluded.0=sun.*
5 excluded.1=com.sun.*
6 excluded.2=org.omg.*
7 excluded.3=javax.*
8 excluded.4=sunw.*
9 excluded.5=java.*
10 excluded.6=org.w3c.dom.*
11 excluded.7=org.xml.sax.*
12 excluded.8=net.jini.
    [all...]
  /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...]
  /libcore/luni/src/test/java/libcore/java/security/cert/
X509CertSelectorTest.java 66 byte[] excluded = { (byte) 192, (byte) 168, 0, 1 };
71 assertTrue(certSelector.match(newCertWithNameConstraint(directMatch, excluded)));
74 assertFalse(certSelector.match(newCertWithNameConstraint(noMatch, excluded)));
80 byte[] excluded = {
91 assertTrue(certSelector.match(newCertWithNameConstraint(directMatch, excluded)));
97 assertFalse(certSelector.match(newCertWithNameConstraint(noMatch, excluded)));
123 private X509Certificate newCertWithNameConstraint(byte[] permitted, byte[] excluded)
127 .addNameConstraint(false, excluded)
  /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/
ConfigResultsElement.java 280 StringBuffer writableStatus(StringBuffer buffer, int kind, StringBuffer excluded) {
293 if (excluded != null) {
294 excluded.append(configResults+" excluded from status because there's only "+numbersLength+" builds available although "+buildsNumber+" is required to decide a regression is confirmed or not!");
295 excluded.append(Util.LINE_SEPARATOR);
308 if (excluded != null) {
309 excluded.append(configResults+" excluded from status because only "+confirmed+" builds failed on last "+buildsNumber+" ones!");
310 excluded.append(Util.LINE_SEPARATOR);
377 if (excluded != null)
    [all...]
ScenarioResultsElement.java 129 StringBuffer writableStatus(StringBuffer buffer, int kind, StringBuffer excluded) {
134 StringBuffer childrenBuffer = super.writableStatus(new StringBuffer(), kind, excluded);
136 // Write status on file if not excluded
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...]
ComponentResultsElement.java 204 StringBuffer writableStatus(StringBuffer buffer, int kind, StringBuffer excluded) {
209 StringBuffer childrenBuffer = super.writableStatus(new StringBuffer(), kind, excluded);
211 // Write status on file if not excluded
ResultsElement.java 590 StringBuffer writableStatus(StringBuffer buffer, int kind, StringBuffer excluded) {
593 this.children[i].writableStatus(buffer, kind, excluded);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXNameConstraintValidator.java 111 private void checkExcludedDN(Set excluded, ASN1Sequence dns)
114 if (excluded.isEmpty())
119 Iterator it = excluded.iterator();
128 "Subject distinguished name is from an excluded subtree");
168 private Set unionDN(Set excluded, ASN1Sequence dn)
170 if (excluded.isEmpty())
174 return excluded;
176 excluded.add(dn);
178 return excluded;
184 Iterator it = excluded.iterator()
    [all...]
RFC3280CertPathUtilities.java 1689 GeneralSubtree[] excluded = nc.getExcludedSubtrees(); local
    [all...]
  /external/v8/test/mozilla/
testcfg.py 34 EXCLUDED = ['CVS']
102 for excluded in EXCLUDED:
103 if excluded in dirs:
104 dirs.remove(excluded)
  /libcore/json/src/main/java/org/json/
JSONTokener.java 333 * a newline character. This does not consume the excluded character.
335 private String nextToInternal(String excluded) {
339 if (c == '\r' || c == '\n' || excluded.indexOf(c) != -1) {
532 * <li>any character in {@code excluded}
544 public String nextTo(String excluded) {
545 if (excluded == null) {
546 throw new NullPointerException("excluded == null");
548 return nextToInternal(excluded).trim();
552 * Equivalent to {@code nextTo(String.valueOf(excluded))}.
554 public String nextTo(char excluded) {
    [all...]
  /frameworks/support/v7/appcompat/
Android.mk 18 # The R class is automatically excluded from the generated library.
  /frameworks/support/v7/gridlayout/
Android.mk 18 # The R class is automatically excluded from the generated library.
  /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());
  /frameworks/support/v7/mediarouter/
Android.mk 57 # The R class is automatically excluded from the generated library.
  /external/v8/tools/
tickprocessor.js 195 { total: 0, unaccounted: 0, excluded: 0, gc: 0 };
359 this.ticks_.excluded++;
410 this.ticks_.excluded + ' excluded).');
  /external/webkit/Tools/Scripts/
old-run-webkit-tests     [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 390 boolean excluded = false;
396 excluded = true;
401 excluded = true;
406 if (excluded)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/quake/
NOTICE 254 countries not thus excluded. In such case, this License incorporates
599 countries not thus excluded. In such case, this License incorporates
    [all...]
  /external/v8/test/cctest/
test-regexp.cc 1592 ZoneList<CharacterRange>* excluded = NULL; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
  /external/libvorbis/doc/
05-comment.tex 78 through 0x7D, 0x3D ('=') excluded. ASCII 0x41 through 0x5A inclusive
  /external/webkit/Tools/android/webkitmerge/
webkitmerge.cpp     [all...]

Completed in 667 milliseconds

1 2