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

12

/external/chromium_org/tools/deep_memory_profiler/visualizer/static/
H A Dmenu-view.js82 var union = null; variable
86 if (!union)
87 union = data;
89 merge(data, union);
93 var data = [union];
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
H A DSmallSet.java89 Set union(final SmallSet s) { method in class:SmallSet
/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_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dmath_util.js199 * This is a union of all other token lists.
255 * Computes the union of two arrays (not in a strictly set theoretical sense
261 cvox.MathUtil.union = function(a, b) {
/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/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/chromium_org/third_party/bintrees/bintrees/
H A Dtreemixin.py53 * __or__(other) <==> T | other, union
128 * union(t1, t2, ...) -> Tree with keys from *either* trees
181 return self.union(other)
601 def union(self, *trees): member in class:TreeMixin
602 """ x.union(t1, t2, ...) -> Tree with keys from *either* trees
605 rkeys = thiskeys.union(*_build_sets(trees))
/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.
747 * added to the union <cod
754 unionEmail(String email1, String email2, Set union) argument
892 unionURI(String email1, String email2, Set union) argument
[all...]
/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp93 #define union macro
178 union
/external/guava/guava/src/com/google/common/collect/
H A DSets.java568 * Returns an unmodifiable <b>view</b> of the union of two sets. The returned
582 public static <E> SetView<E> union( method in class:Sets
718 return difference(union(set1, set2), intersection(set1, set2));
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DSets.java556 * Returns an unmodifiable <b>view</b> of the union of two sets. The returned
570 public static <E> SetView<E> union( method in class:Sets
706 return difference(union(set1, set2), intersection(set1, set2));
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dir.py401 l=[ 'union%s '%tag ]
513 return self.spec.union # i am a union
514 union = property(get_union) variable in class:Declarator
773 union = property(get_union) variable in class:TypeSpecifiers
851 self.tag_lookup = {} # map struct, union, enum tags to Taged's
/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. ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/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/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/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/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/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 4502 milliseconds

12