/dalvik/dx/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...] |
/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...] |
/libcore/junit/src/test/java/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/junit/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/src/main/java/org/bouncycastle/asn1/x509/ |
NameConstraints.java | 17 private ASN1Sequence permitted, excluded; field in class:NameConstraints 31 excluded = ASN1Sequence.getInstance(o, false); 41 * permitted and excluded are Vectors of GeneralSubtree objects. 45 * @param excluded 50 Vector excluded) 56 if (excluded != null) 58 this.excluded = createSequence(excluded); 81 return excluded; 97 if (excluded != null) [all...] |
/frameworks/base/graphics/jni/ |
Android.mk | 3 # for the simulator on gHardy, and therefore libRS needs to be excluded 5 # excluded.
|
/external/bouncycastle/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 | 1718 ASN1Sequence excluded = nc.getExcludedSubtrees(); local [all...] |
/external/v8/test/mozilla/ |
testcfg.py | 34 EXCLUDED = ['CVS'] 103 for excluded in EXCLUDED: 104 if excluded in dirs: 105 dirs.remove(excluded)
|
/cts/tools/host/src/com/android/cts/ |
TestSessionBuilder.java | 192 * @param excludedList The list containing the excluded suites and sub types. 205 * @param excludedList The list containing the excluded suites and sub types. 261 Log.d("suite=" + fullSuiteName + " is fully excluded"); 294 * Get excluded list from a list by offered expectation. 296 * @param excludedList The list containing excluded items. 298 * @return The excluded list. 346 * @param excludedCaseList The list containing the excluded cases and sub types. 370 Log.d("suite=" + subSuiteName + " is fully excluded"); 388 Log.d("Test=" + test.getFullName() + " is excluded"); 396 Log.d("case=" + fullCaseName + " is fully excluded"); 574 ArrayList<String> excluded = selectedResult.get(pName); local [all...] |
/frameworks/base/libs/rs/ |
Android.mk | 72 # for the simulator on gHardy, and therefore libRS needs to be excluded
|
/external/chromium/base/ |
base_main.scons | 93 self.excluded = set([c[1:] for c in load if c.startswith('-')]) 101 loaded, based on the initialized included and excluded lists. 104 ('all' in self.included and not target in self.excluded))
|
/external/chromium/net/ |
net_main.scons | 111 self.excluded = set([c[1:] for c in load if c.startswith('-')]) 119 loaded, based on the initialized included and excluded lists. 122 ('all' in self.included and not target in self.excluded))
|
/external/chromium/sdch/ |
sdch_main.scons | 80 self.excluded = set([c[1:] for c in load if c.startswith('-')]) 88 loaded, based on the initialized included and excluded lists. 91 ('all' in self.included and not target in self.excluded))
|
/external/chromium/third_party/icu/ |
icu_main.scons | 82 self.excluded = set([c[1:] for c in load if c.startswith('-')]) 90 loaded, based on the initialized included and excluded lists. 93 ('all' in self.included and not target in self.excluded))
|
/external/chromium/third_party/libevent/ |
libevent_main.scons | 80 self.excluded = set([c[1:] for c in load if c.startswith('-')]) 88 loaded, based on the initialized included and excluded lists. 91 ('all' in self.included and not target in self.excluded))
|
/external/chromium/third_party/modp_b64/ |
modp_b64_main.scons | 80 self.excluded = set([c[1:] for c in load if c.startswith('-')]) 88 loaded, based on the initialized included and excluded lists. 91 ('all' in self.included and not target in self.excluded))
|
/external/chromium/third_party/zlib/ |
zlib_main.scons | 80 self.excluded = set([c[1:] for c in load if c.startswith('-')]) 88 loaded, based on the initialized included and excluded lists. 91 ('all' in self.included and not target in self.excluded))
|
/external/webkit/WebKitTools/Scripts/ |
run-webkit-tests | [all...] |
/external/v8/tools/ |
tickprocessor.js | 180 { total: 0, unaccounted: 0, excluded: 0, gc: 0 }; 345 this.ticks_.excluded++; 404 this.ticks_.excluded + ' excluded).');
|
/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/v8/test/cctest/ |
test-regexp.cc | 1560 ZoneList<CharacterRange>* excluded = NULL; local [all...] |
/external/webkit/WebKitTools/android/webkitmerge/ |
webkitmerge.cpp | [all...] |
/external/dnsmasq/contrib/dnslist/ |
dnslist.pl | 502 countries not thus excluded. In such case, this License incorporates
|
/external/v8/src/ |
jsregexp.cc | [all...] |