/external/junit/src/junit/runner/ |
D | 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/ |
D | NameConstraints.java | 17 private ASN1Sequence permitted, excluded; field in NameConstraints 31 excluded = ASN1Sequence.getInstance(o, false); in NameConstraints() 50 Vector excluded) in NameConstraints() argument 56 if (excluded != null) in NameConstraints() 58 this.excluded = createSequence(excluded); in NameConstraints() 81 return excluded; in getExcludedSubtrees() 97 if (excluded != null) in toASN1Object() 99 v.add(new DERTaggedObject(false, 1, excluded)); in toASN1Object()
|
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/ |
D | PKIXNameConstraintValidator.java | 111 private void checkExcludedDN(Set excluded, ASN1Sequence dns) in checkExcludedDN() argument 114 if (excluded.isEmpty()) in checkExcludedDN() 119 Iterator it = excluded.iterator(); in checkExcludedDN() 168 private Set unionDN(Set excluded, ASN1Sequence dn) in unionDN() argument 170 if (excluded.isEmpty()) in unionDN() 174 return excluded; in unionDN() 176 excluded.add(dn); in unionDN() 178 return excluded; in unionDN() 184 Iterator it = excluded.iterator(); in unionDN() 237 private Set unionEmail(Set excluded, String email) in unionEmail() argument [all …]
|
/external/icu4c/data/mappings/ |
D | README.emoji | 47 The original table's mappings to codes 0x75xx to 0x7Bxx are excluded 52 0xF90xx (EUDC block), are excluded to avoid collisions with emoji. 56 are excluded to avoid collisions with emoji. 60 and 0xFBxx, are excluded to avoid collisions with emoji. 64 are excluded to avoid collisions with emoji.
|
/external/v8/test/mozilla/ |
D | testcfg.py | 103 for excluded in EXCLUDED: 104 if excluded in dirs: 105 dirs.remove(excluded)
|
/external/bouncycastle/src/main/java/org/bouncycastle/x509/ |
D | CertPathReviewerMessages.properties | 19 # cert DN is in the excluded tree 21 CertPathReviewer.excludedDN.title = Name constraint error: certificate DN is excluded 22 CertPathReviewer.excludedDN.text = Name constraint error: The certificate DN {0} is excluded. 23 CertPathReviewer.excludedDN.summary = Name constraint error: certificate DN is excluded. 24 …ails = Name constraint checking error. The certificate DN {0} is inside of the excluded set of DNs. 33 # cert email is in the excluded tree 35 CertPathReviewer.excludedEmail.title = Name constraint error: excluded email address 36 CertPathReviewer.excludedEmail.text = Name constraint error: certificate contains the excluded emai… 37 CertPathReviewer.excludedEmail.summary = Name constraint error: excluded email address. 38 …g error. The certificate contains the email address {0} which is in the excluded set of email addr… [all …]
|
/external/chromium/third_party/icu/source/tools/gendraft/ |
D | exclude.txt | 7 # file that contains function names that need to be excluded from generation
|
/external/icu4c/tools/gendraft/ |
D | exclude.txt | 7 # file that contains function names that need to be excluded from generation
|
/external/v8/test/mjsunit/tools/ |
D | tickprocessor-test.gc-state | 1 Statistical profiling result from v8.log, (13 ticks, 0 unaccounted, 13 excluded).
|
D | tickprocessor-test.func-info | 1 Statistical profiling result from v8.log, (3 ticks, 0 unaccounted, 0 excluded).
|
D | tickprocessor-test.default | 1 Statistical profiling result from v8.log, (13 ticks, 2 unaccounted, 0 excluded).
|
D | tickprocessor-test.ignore-unknown | 1 Statistical profiling result from v8.log, (13 ticks, 2 unaccounted, 0 excluded).
|
D | tickprocessor-test.separate-ic | 1 Statistical profiling result from v8.log, (13 ticks, 2 unaccounted, 0 excluded).
|
/external/chromium/third_party/modp_b64/ |
D | 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/sdch/ |
D | 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/libevent/ |
D | 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/zlib/ |
D | 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/chromium/base/ |
D | 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/third_party/icu/ |
D | 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/net/ |
D | 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/v8/tools/ |
D | tickprocessor.js | 180 { total: 0, unaccounted: 0, excluded: 0, gc: 0 }; 345 this.ticks_.excluded++; 404 this.ticks_.excluded + ' excluded).');
|
/external/webkit/WebKitTools/Scripts/ |
D | run-webkit-tests | 1132 my ($excluded) = $leaksOutput =~ /(\d+) leaks? excluded/; 1135 $adjustedCount -= $excluded if $excluded; 1146 if ($excluded) { 1147 …print " + $adjustedCount leaks ($bytes bytes including $excluded excluded leaks) were found, detai…
|
/external/webkit/WebCore/WebCore.gyp/ |
D | WebCore.gyp | 234 # FIXME: I don't know why all of these are excluded. 249 # FIXME: I don't know why these are excluded, either. 669 # Fortunately, many things can be excluded by using broad patterns. 701 # A few things can't be excluded by patterns. List them individually. 738 # FIXME: I don't know exactly why these are excluded. It would 834 # Cherry-pick files excluded by the broader regular expressions above.
|
/external/chromium/third_party/icu/patches/ |
D | data.build.patch | 8 +# CHROME: unames.icu and invuca.icu are excluded from the data file
|
/external/emma/core/java12/com/vladium/emma/instr/ |
D | InstrVisitor.java | 390 boolean excluded = false; in visit() 396 excluded = true; in visit() 401 excluded = true; in visit() 406 if (excluded) in visit()
|