Searched defs:union (Results 1 - 25 of 46) sorted by relevance

12

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DInterval.java110 public Interval union(Interval other) { method in class:Interval
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
H A Dset.py70 return new instances (e.g. union) once, and keep using them in
130 def union(self, other): member in class:Set
131 """Return a new set which is the union of I{self} and I{other}.
168 return self.union(other)
174 return self.union(other)
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DCssSchema.java104 * A schema that represents the union of the input schemas.
109 public static CssSchema union(CssSchema... cssSchemas) { method in class:CssSchema
399 union(mozOutlineLiterals0, mozOutlineLiterals1, mozOutlineLiterals2,
405 2, union(mozOutlineColorLiterals0, mozOutlineLiterals0),
410 0, union(mozOutlineLiterals1, mozOutlineStyleLiterals0), zeroFns);
414 5, union(mozOutlineLiterals2, mozOutlineWidthLiterals0), zeroFns);
420 5, union(azimuthLiterals0, azimuthLiterals1, azimuthLiterals2),
426 union(azimuthLiterals1, backgroundLiterals0, backgroundLiterals1,
434 258, union(backgroundColorLiterals0, mozOutlineLiterals0),
443 union(azimuthLiterals
753 private static <T> ImmutableSet<T> union(ImmutableSet<T>... subsets) { method in class:CssSchema
[all...]
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DFieldMaskUtil.java216 * Creates a union of two or more FieldMasks.
218 public static FieldMask union( method in class:FieldMaskUtil
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DCompiler.java162 expr = union(opPos); break;
590 * Compile a location path union. The UnionPathIterator itself may create
599 protected Expression union(int opPos) throws TransformerException method in class:Compiler
615 * Get the level of the location path or union being constructed.
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DSets.java524 * Returns an unmodifiable <b>view</b> of the union of two sets. The returned
539 * {@code union} views, i.e. the following should be avoided when in a loop:
540 * {@code union = Sets.union(union, anotherSet);}, since iterating over the resulting
543 public static <E> SetView<E> union( method in class:Sets
679 return difference(union(set1, set2), intersection(set1, set2));
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DPKIXNameConstraintValidator.java519 Set union = new HashSet();
526 unionEmail(_excluded, email, union);
529 return union;
571 * Returns the union of the excluded IP ranges in <code>excluded</code>
594 Set union = new HashSet();
600 union.addAll(unionIPRange(_excluded, ip));
603 return union;
608 * Calculates the union if two IP ranges.
612 * @return A <code>Set</code> with the union of both addresses.
1014 * added to the union <cod
1021 unionEmail(String email1, String email2, Set union) argument
1159 unionURI(String email1, String email2, Set union) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXNameConstraintValidator.java250 Set union = new HashSet();
257 unionEmail(_excluded, email, union);
260 return union;
302 * Returns the union of the excluded IP ranges in <code>excluded</code>
325 Set union = new HashSet();
331 union.addAll(unionIPRange(_excluded, ip));
334 return union;
339 * Calculates the union if two IP ranges.
343 * @return A <code>Set</code> with the union of both addresses.
751 * added to the union <cod
758 unionEmail(String email1, String email2, Set union) argument
896 unionURI(String email1, String email2, Set union) argument
[all...]
/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp95 #define union macro
180 union
/external/guava/guava/src/com/google/common/collect/
H A DMultisets.java365 * Returns an unmodifiable view of the union of two multisets.
380 public static <E> Multiset<E> union( method in class:Multisets
403 return Sets.union(multiset1.elementSet(), multiset2.elementSet());
545 return Sets.union(multiset1.elementSet(), multiset2.elementSet());
H A DSets.java560 * Returns an unmodifiable <b>view</b> of the union of two sets. The returned
575 * {@code union} views, i.e. the following should be avoided when in a loop:
576 * {@code union = Sets.union(union, anotherSet);}, since iterating over the resulting
579 public static <E> SetView<E> union( method in class:Sets
715 return difference(union(set1, set2), intersection(set1, set2));
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-analysis-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/tree/analysis/Analyzer.class " package org.objectweb. ...
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jar ... public static transient org.owasp.html.CssSchema union (org.owasp.html.CssSchema[]) org.owasp ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
H A Dpdebuild-ant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/internal/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/extensions/persist/lib/
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...
H A Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...
/external/jacoco/
H A Dasm-debug-all-5.0.1.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor.class AnnotationVisitor ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/guice/lib/build/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/parsers/ META-INF/services/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/robolectric/v1/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 600 milliseconds

12