Searched defs:excluded (Results 1 - 25 of 43) sorted by relevance

12

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DNameConstraints.java16 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 !
61 NameConstraints( GeneralSubtree[] permitted, GeneralSubtree[] excluded) argument
[all...]
H A DPKIXNameConstraintValidator.java80 * Check if the given GeneralName is contained in the excluded set.
84 * excluded.
191 * Adds a subtree to the excluded set of these name constraints.
193 * @param subtree A subtree with an excluded GeneralName.
286 temp += "excluded:\n";
380 private void checkExcludedDN(Set excluded, ASN1Sequence dns) argument
383 if (excluded.isEmpty())
388 Iterator it = excluded.iterator();
397 "Subject distinguished name is from an excluded subtree");
437 private Set unionDN(Set excluded, ASN1Sequenc argument
506 unionEmail(Set excluded, String email) argument
580 unionIP(Set excluded, byte[] ip) argument
777 checkExcludedEmail(Set excluded, String email) argument
844 checkExcludedIP(Set excluded, byte[] ip) argument
989 checkExcludedDNS(Set excluded, String dns) argument
1333 unionDNS(Set excluded, String dns) argument
1474 checkExcludedURI(Set excluded, String uri) argument
1523 unionURI(Set excluded, String uri) argument
[all...]
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
H A DTestSelection.java88 for (UnicodeSet excluded : excludedSets) {
89 CharsetSelector sel = new CharsetSelector(testEncodings, excluded, CharsetICU.ROUNDTRIP_SET);
92 verifyResultUTF16(texts[i], testEncodings, result, excluded, CharsetICU.ROUNDTRIP_SET);
98 UnicodeSet excluded, int mappingType) {
108 if (!excluded.contains(ch) && !unicodePointSet.contains(ch)) {
97 verifyResultUTF16(String s, List<String> encodings, List<String> result, UnicodeSet excluded, int mappingType) argument
/external/jetty/src/java/org/eclipse/jetty/util/ajax/
H A DJSONObjectConvertor.java56 * @param excluded An array of field names to exclude from the conversion
58 public JSONObjectConvertor(boolean fromJSON,String[] excluded) argument
61 if (excluded!=null)
62 _excluded=new HashSet(Arrays.asList(excluded));
H A DJSONPojoConvertor.java71 * @param excluded The fields to exclude
73 public JSONPojoConvertor(Class<?> pojoClass, String[] excluded) argument
75 this(pojoClass, new HashSet<String>(Arrays.asList(excluded)), true);
80 * @param excluded The fields to exclude
82 public JSONPojoConvertor(Class<?> pojoClass, Set<String> excluded) argument
84 this(pojoClass, excluded, true);
89 * @param excluded The fields to exclude
92 public JSONPojoConvertor(Class<?> pojoClass, Set<String> excluded, boolean fromJSON) argument
95 _excluded = excluded;
237 LOG.warn("{} property '{}' excluded
[all...]
/external/testng/src/test/java/test/simple/
H A DIncludedExcludedTest.java58 public MyReporter(String[] included, String[] excluded) { argument
60 m_excluded = excluded;
77 Collection<ITestNGMethod> excluded = suite.getExcludedMethods();
78 Assert.assertEquals(excluded.size(), m_excluded.length);
80 Assert.assertTrue(containsMethod(excluded, s));
/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/
H A DComponentResultsElement.java204 StringBuffer writableStatus(StringBuffer buffer, int kind, StringBuffer excluded) { argument
209 StringBuffer childrenBuffer = super.writableStatus(new StringBuffer(), kind, excluded);
211 // Write status on file if not excluded
H A DScenarioResultsElement.java129 StringBuffer writableStatus(StringBuffer buffer, int kind, StringBuffer excluded) { argument
134 StringBuffer childrenBuffer = super.writableStatus(new StringBuffer(), kind, excluded);
136 // Write status on file if not excluded
H A DConfigResultsElement.java280 StringBuffer writableStatus(StringBuffer buffer, int kind, StringBuffer excluded) { argument
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 !
[all...]
H A DResultsElement.java590 StringBuffer writableStatus(StringBuffer buffer, int kind, StringBuffer excluded) { argument
593 this.children[i].writableStatus(buffer, kind, excluded);
/external/jetty/src/java/org/eclipse/jetty/server/handler/
H A DGzipHandler.java126 * Get the excluded user agents.
128 * @return excluded user agents
137 * Set the excluded user agents.
139 * @param excluded
140 * excluded user agents to set
142 public void setExcluded(Set<String> excluded) argument
144 _excluded = excluded;
149 * Set the excluded user agents.
151 * @param excluded
152 * excluded use
154 setExcluded(String excluded) argument
[all...]
/external/testng/src/main/java/org/testng/internal/
H A DPackageUtils.java47 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,
244 + ", seeing it if it's included or excluded");
245 includeOrExcludeClass(packageName, className, included, excluded, classes);
255 List<String> included, List<String> excluded, Lis
46 findClassesInPackage(String packageName, List<String> included, List<String> excluded) argument
210 findClassesInDirPackage(String packageName, List<String> included, List<String> excluded, String packagePath, final boolean recursive, List<String> classes) argument
254 includeOrExcludeClass(String packageName, String className, List<String> included, List<String> excluded, List<String> classes) argument
269 isIncluded(String name, List<String> included, List<String> excluded) argument
[all...]
/external/squashfs-tools/squashfs-tools/
H A Dmksquashfs.h40 unsigned int excluded; member in struct:dir_info
H A Dmksquashfs.c216 int excluded(char *name, struct pathnames *paths, struct pathnames **new);
3190 dir->excluded ++;
3348 dir->excluded = 0;
3519 (!old_exclude && excluded(dir_name, paths, &new))) {
4646 * in the filesystem should be excluded */
4660 int excluded(char *name, struct pathnames *paths, struct pathnames **new) function
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXNameConstraintValidator.java111 private void checkExcludedDN(Set excluded, ASN1Sequence dns) argument
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) argument
170 if (excluded.isEmpty())
174 return excluded;
176 excluded.add(dn);
178 return excluded;
184 Iterator it = excluded
237 unionEmail(Set excluded, String email) argument
311 unionIP(Set excluded, byte[] ip) argument
508 checkExcludedEmail(Set excluded, String email) argument
577 checkExcludedIP(Set excluded, byte[] ip) argument
726 checkExcludedDNS(Set excluded, String dns) argument
1070 unionDNS(Set excluded, String dns) argument
1211 checkExcludedURI(Set excluded, String uri) argument
1260 unionURI(Set excluded, String uri) argument
[all...]
/external/testng/src/test/java/test/
H A DBaseTest.java215 protected void addPackage(String pkgName, String[] included, String[] excluded) { argument
219 pkg.getExclude().addAll(Arrays.asList(excluded));
/external/wpa_supplicant_8/wpa_supplicant/
H A Dinterworking.c51 int *excluded);
54 int *excluded);
1348 int *excluded)
1384 if (excluded == NULL)
1399 if (excluded)
1400 *excluded = is_excluded;
1603 int excluded = 0, *excl = allow_excluded ? &excluded : NULL; local
1887 int *excluded)
1987 if (excluded
1346 interworking_credentials_available_roaming_consortium( struct wpa_supplicant *wpa_s, struct wpa_bss *bss, int ignore_bw, int *excluded) argument
1885 interworking_credentials_available_3gpp( struct wpa_supplicant *wpa_s, struct wpa_bss *bss, int ignore_bw, int *excluded) argument
2010 interworking_credentials_available_realm( struct wpa_supplicant *wpa_s, struct wpa_bss *bss, int ignore_bw, int *excluded) argument
2086 interworking_credentials_available_helper( struct wpa_supplicant *wpa_s, struct wpa_bss *bss, int ignore_bw, int *excluded) argument
2132 interworking_credentials_available( struct wpa_supplicant *wpa_s, struct wpa_bss *bss, int *excluded) argument
2404 int excluded = 0; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jetty/lib/
H A Djetty-util-6.1.26.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/util/ org/mortbay/util/ajax/ ...
/external/guice/lib/build/
H A Dfelix-2.0.5.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF/NOTICE META- ...
H A Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...
H A Dspring-beans.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/beans/ org/springframework/beans/annotation/ ...
/external/testng/ant/
H A Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 843 milliseconds

12