/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/ |
D | ConfigResultsElement.java | 280 StringBuffer writableStatus(StringBuffer buffer, int kind, StringBuffer excluded) { in writableStatus() argument 293 if (excluded != null) { in writableStatus() 294 …excluded.append(configResults+" excluded from status because there's only "+numbersLength+" builds… in writableStatus() 295 excluded.append(Util.LINE_SEPARATOR); in writableStatus() 308 if (excluded != null) { in writableStatus() 309 …excluded.append(configResults+" excluded from status because only "+confirmed+" builds failed on l… in writableStatus() 310 excluded.append(Util.LINE_SEPARATOR); in writableStatus() 377 if (excluded != null) { in writableStatus() 378 excluded.append(configResults+" excluded from status due to a noticeable error!"); in writableStatus() 379 excluded.append(Util.LINE_SEPARATOR); in writableStatus() [all …]
|
D | PerformanceResultsElement.java | 219 StringBuffer excluded = new StringBuffer(); in writeStatus() local 311 StringBuffer componentBuffer = writableStatus(new StringBuffer(), kind, excluded); in writeStatus() 324 return excluded; in writeStatus()
|
D | ScenarioResultsElement.java | 129 StringBuffer writableStatus(StringBuffer buffer, int kind, StringBuffer excluded) { in writableStatus() argument 134 StringBuffer childrenBuffer = super.writableStatus(new StringBuffer(), kind, excluded); in writableStatus()
|
D | ComponentResultsElement.java | 204 StringBuffer writableStatus(StringBuffer buffer, int kind, StringBuffer excluded) { in writableStatus() argument 209 StringBuffer childrenBuffer = super.writableStatus(new StringBuffer(), kind, excluded); in writableStatus()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
D | NameConstraints.java | 16 private GeneralSubtree[] permitted, excluded; field in NameConstraints 44 excluded = createArray(ASN1Sequence.getInstance(o, false)); in NameConstraints() 63 GeneralSubtree[] excluded) in NameConstraints() argument 70 if (excluded != null) in NameConstraints() 72 this.excluded = excluded; in NameConstraints() 95 return excluded; in getExcludedSubtrees() 111 if (excluded != null) in toASN1Primitive() 113 v.add(new DERTaggedObject(false, 1, new DERSequence(excluded))); in toASN1Primitive()
|
/external/bouncycastle/bcprov/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/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
D | TestSelection.java | 88 for (UnicodeSet excluded : excludedSets) { in TestConversionUTF16() 89 … CharsetSelector sel = new CharsetSelector(testEncodings, excluded, CharsetICU.ROUNDTRIP_SET); in TestConversionUTF16() 92 … verifyResultUTF16(texts[i], testEncodings, result, excluded, CharsetICU.ROUNDTRIP_SET); in TestConversionUTF16() 98 UnicodeSet excluded, int mappingType) { in verifyResultUTF16() argument 108 if (!excluded.contains(ch) && !unicodePointSet.contains(ch)) { in verifyResultUTF16()
|
/external/jetty/src/java/org/eclipse/jetty/server/handler/ |
D | GzipHandler.java | 142 public void setExcluded(Set<String> excluded) in setExcluded() argument 144 _excluded = excluded; in setExcluded() 154 public void setExcluded(String excluded) in setExcluded() argument 156 if (excluded != null) in setExcluded() 159 StringTokenizer tok = new StringTokenizer(excluded,",",false); in setExcluded()
|
/external/jetty/src/java/org/eclipse/jetty/util/ajax/ |
D | JSONObjectConvertor.java | 58 public JSONObjectConvertor(boolean fromJSON,String[] excluded) in JSONObjectConvertor() argument 61 if (excluded!=null) in JSONObjectConvertor() 62 _excluded=new HashSet(Arrays.asList(excluded)); in JSONObjectConvertor()
|
D | JSONPojoConvertor.java | 73 public JSONPojoConvertor(Class<?> pojoClass, String[] excluded) in JSONPojoConvertor() argument 75 this(pojoClass, new HashSet<String>(Arrays.asList(excluded)), true); in JSONPojoConvertor() 82 public JSONPojoConvertor(Class<?> pojoClass, Set<String> excluded) in JSONPojoConvertor() argument 84 this(pojoClass, excluded, true); in JSONPojoConvertor() 92 public JSONPojoConvertor(Class<?> pojoClass, Set<String> excluded, boolean fromJSON) in JSONPojoConvertor() argument 95 _excluded = excluded; in JSONPojoConvertor()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | interworking.c | 51 int *excluded); 54 int *excluded); 1335 int *excluded) in interworking_credentials_available_roaming_consortium() argument 1371 if (excluded == NULL) in interworking_credentials_available_roaming_consortium() 1386 if (excluded) in interworking_credentials_available_roaming_consortium() 1387 *excluded = is_excluded; in interworking_credentials_available_roaming_consortium() 1573 int excluded = 0, *excl = allow_excluded ? &excluded : NULL; in interworking_connect_helper() local 1857 int *excluded) in interworking_credentials_available_3gpp() argument 1957 if (excluded == NULL) in interworking_credentials_available_3gpp() 1973 if (excluded) in interworking_credentials_available_3gpp() [all …]
|
/external/v8/test/mozilla/ |
D | testcfg.py | 77 for excluded in EXCLUDED: 78 if excluded in dirs: 79 dirs.remove(excluded)
|
/external/icu/icu4c/source/data/mappings/ |
D | README.emoji | 103 The original table's mappings to codes 0x75xx to 0x7Bxx are excluded 108 0xF90xx (EUDC block), are excluded to avoid collisions with emoji. 112 are excluded to avoid collisions with emoji. 116 and 0xFBxx, are excluded to avoid collisions with emoji. 120 are excluded to avoid collisions with emoji.
|
/external/llvm/tools/llvm-jitlistener/ |
D | CMakeLists.txt | 1 # This tool is excluded from the CMake build if Intel JIT events are disabled.
|
/external/llvm/test/MC/ELF/ |
D | section.s | 123 .section .excluded,"e",@progbits
|
/external/clang/test/Coverage/ |
D | codegen-next.m | 9 // Then, This test should be excluded on x86_64-win32.
|
/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).
|
/external/bouncycastle/bcprov/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
D | ComponentsView.java | 493 StringBuffer excluded = this.results.writeStatus(resultsFile, WRITE_STATUS); in writeStatus() local 494 if (excluded == null) { in writeStatus() 502 stream.write(excluded.toString().getBytes()); in writeStatus()
|
/external/clang/test/Modules/ |
D | require-modular-includes.m | 42 // Including an excluded header 55 // Including an excluded header from another module
|
/external/squashfs-tools/squashfs-tools/ |
D | mksquashfs.h | 34 unsigned int excluded; member
|
/external/llvm/test/CodeGen/Generic/ |
D | 2006-07-03-schedulers.ll | 6 ; The top-down schedulers are excluded here because they don't yet support
|