HomeSort by relevance Sort by last modified time
    Searched refs:union (Results 1 - 25 of 356) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXNameConstraintValidator.java 250 Set union = new HashSet(); local
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(); local
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 <code>union</code>. If <code>email1</code> an
1084 Set union = new HashSet(); local
1274 Set union = new HashSet(); local
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssSchema.java 104 * 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(azimuthLiterals1, backgroundLiterals2
753 private static <T> ImmutableSet<T> union(ImmutableSet<T>... subsets) { method in class:CssSchema
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/
mis.py 70 neighbors = set.union(*[set(G.neighbors(v)) for v in nodes])
75 available_nodes = set(G.nodes()).difference(neighbors.union(nodes))
  /libcore/luni/src/test/java/libcore/java/security/
AccessControllerTest.java 38 final DomainCombiner union = new DomainCombiner() { local
46 new AccessControlContext(new ProtectionDomain[] { protectionDomain }), union);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterRedEyeRepresentation.java 60 rect.union(r.mRect);
61 bounds.union(r.mBounds);
  /cts/tests/tests/graphics/src/android/graphics/cts/
RectTest.java 149 mRect.union(1, 1, 2, 2);
159 mRect.union(1, 1, 2, 2);
169 mRect.union(2, 2, 1, 1);
177 mRect.union(1, 1, 2, 2);
185 mRect.union(2, 2, 2, 2);
201 mRect.union(rect);
212 mRect.union(rect);
223 mRect.union(rect);
232 mRect.union(rect);
241 mRect.union(rect)
    [all...]
RectFTest.java 187 mRectF.union(1.0f, 1.0f, 2.0f, 2.0f);
197 mRectF.union(1.0f, 1.0f, 2.0f, 2.0f);
207 mRectF.union(2.0f, 2.0f, 1.5f, 1.5f);
215 mRectF.union(1.0f, 1.0f, 2.0f, 2.0f);
223 mRectF.union(2.0f, 2.0f, 2.0f, 2.0f);
240 mRectF.union(rectF);
251 mRectF.union(rectF);
262 mRectF.union(rectF);
271 mRectF.union(rectF);
280 mRectF.union(rectF)
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
SetOperationsTest.java 37 * Unit tests for {@link Sets#union}, {@link Sets#intersection} and
50 return Sets.union(
62 return Sets.union(
72 return Sets.union(
83 return Sets.union(
96 return Sets.union(
110 return Sets.union(
115 .named("union of disjoint")
122 return Sets.union(
269 Set<String> all = Sets.union(friends, enemies)
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
SetOperationsTest.java 27 * Unit tests for {@link Sets#union}, {@link Sets#intersection} and
45 Set<String> all = Sets.union(friends, enemies);
48 ImmutableSet<String> immut = Sets.union(friends, enemies).immutableCopy();
50 = Sets.union(friends, enemies).copyInto(new HashSet<String>());
  /frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/
math_err.rs 20 typedef union
  /external/bison/etc/
bench.pl.in 44 %union
144 /* Exercise pre-prologue dependency to %union. */
151 /* Exercise %union. */
154 %union
  /external/owasp/sanitizer/src/tests/org/owasp/html/
CssSchemaTest.java 80 CssSchema custom = CssSchema.union(
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 214 union rpc_loc_status_event_payload_u_type switch (rpc_loc_status_event_e_type disc) {
244 union rpc_loc_server_addr_u_type switch (rpc_loc_server_addr_e_type disc) {
456 union rpc_loc_ni_event_payload_u_type switch (rpc_loc_ni_event_e_type disc) {
499 union rpc_loc_assist_data_request_payload_u_type switch (rpc_loc_assist_data_request_e_type disc) {
538 union rpc_loc_server_request_u_type switch (rpc_loc_server_request_e_type disc) {
808 union rpc_loc_ioctl_data_u_type switch (rpc_loc_ioctl_e_type disc) {
850 union rpc_loc_ioctl_callback_data_u_type switch (rpc_loc_ioctl_e_type disc) {
882 union rpc_loc_event_payload_u_type switch (unsigned hyper disc) {
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_common.xdr 207 union rpc_loc_status_event_payload_u_type switch (rpc_loc_status_event_e_type disc) {
235 union rpc_loc_server_addr_u_type switch (rpc_loc_server_addr_e_type disc) {
436 union rpc_loc_ni_event_payload_u_type switch (rpc_loc_ni_event_e_type disc) {
477 union rpc_loc_assist_data_request_payload_u_type switch (rpc_loc_assist_data_request_e_type disc) {
516 union rpc_loc_server_request_u_type switch (rpc_loc_server_request_e_type disc) {
712 union rpc_loc_ioctl_data_u_type switch (rpc_loc_ioctl_e_type disc) {
748 union rpc_loc_ioctl_callback_data_u_type switch (rpc_loc_ioctl_e_type disc) {
779 union rpc_loc_event_payload_u_type switch (unsigned hyper disc) {
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 214 union rpc_loc_status_event_payload_u_type switch (rpc_loc_status_event_e_type disc) {
244 union rpc_loc_server_addr_u_type switch (rpc_loc_server_addr_e_type disc) {
456 union rpc_loc_ni_event_payload_u_type switch (rpc_loc_ni_event_e_type disc) {
499 union rpc_loc_assist_data_request_payload_u_type switch (rpc_loc_assist_data_request_e_type disc) {
538 union rpc_loc_server_request_u_type switch (rpc_loc_server_request_e_type disc) {
808 union rpc_loc_ioctl_data_u_type switch (rpc_loc_ioctl_e_type disc) {
850 union rpc_loc_ioctl_callback_data_u_type switch (rpc_loc_ioctl_e_type disc) {
882 union rpc_loc_event_payload_u_type switch (unsigned hyper disc) {
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-3200/
loc_api_common.xdr 207 union rpc_loc_status_event_payload_u_type switch (rpc_loc_status_event_e_type disc) {
235 union rpc_loc_server_addr_u_type switch (rpc_loc_server_addr_e_type disc) {
436 union rpc_loc_ni_event_payload_u_type switch (rpc_loc_ni_event_e_type disc) {
477 union rpc_loc_assist_data_request_payload_u_type switch (rpc_loc_assist_data_request_e_type disc) {
516 union rpc_loc_server_request_u_type switch (rpc_loc_server_request_e_type disc) {
712 union rpc_loc_ioctl_data_u_type switch (rpc_loc_ioctl_e_type disc) {
748 union rpc_loc_ioctl_callback_data_u_type switch (rpc_loc_ioctl_e_type disc) {
779 union rpc_loc_event_payload_u_type switch (unsigned hyper disc) {
  /hardware/qcom/gps/msm8974/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 214 union rpc_loc_status_event_payload_u_type switch (rpc_loc_status_event_e_type disc) {
244 union rpc_loc_server_addr_u_type switch (rpc_loc_server_addr_e_type disc) {
456 union rpc_loc_ni_event_payload_u_type switch (rpc_loc_ni_event_e_type disc) {
499 union rpc_loc_assist_data_request_payload_u_type switch (rpc_loc_assist_data_request_e_type disc) {
538 union rpc_loc_server_request_u_type switch (rpc_loc_server_request_e_type disc) {
808 union rpc_loc_ioctl_data_u_type switch (rpc_loc_ioctl_e_type disc) {
850 union rpc_loc_ioctl_callback_data_u_type switch (rpc_loc_ioctl_e_type disc) {
882 union rpc_loc_event_payload_u_type switch (unsigned hyper disc) {
  /hardware/qcom/gps/msm8974/loc_api/libloc_api-rpc/gen-3200/
loc_api_common.xdr 207 union rpc_loc_status_event_payload_u_type switch (rpc_loc_status_event_e_type disc) {
235 union rpc_loc_server_addr_u_type switch (rpc_loc_server_addr_e_type disc) {
436 union rpc_loc_ni_event_payload_u_type switch (rpc_loc_ni_event_e_type disc) {
477 union rpc_loc_assist_data_request_payload_u_type switch (rpc_loc_assist_data_request_e_type disc) {
516 union rpc_loc_server_request_u_type switch (rpc_loc_server_request_e_type disc) {
712 union rpc_loc_ioctl_data_u_type switch (rpc_loc_ioctl_e_type disc) {
748 union rpc_loc_ioctl_callback_data_u_type switch (rpc_loc_ioctl_e_type disc) {
779 union rpc_loc_event_payload_u_type switch (unsigned hyper disc) {
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/community/
kclique.py 16 A k-clique community is the union of all cliques of size k that
74 yield(frozenset.union(*component))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/operators/
all.py 23 """Return the union of all graphs.
38 Specify the name for the union graph@not_implemnted_for('direct
46 To force a disjoint union with node relabeling, use
49 Graph, edge, and node attributes are propagated to the union graph.
55 union
61 U = nx.union(U, H, (gname,hname),name=name)
66 """Return the disjoint union of all graphs.
84 Graph, edge, and node attributes are propagated to the union graph.
97 Composition is the simple union of the node sets and edge sets.
117 Graph, edge, and node attributes are propagated to the union graph
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/utils/
union_find.py 2 Union-find data structure.
13 """Union-find data structure.
24 - X.union(item1, item2, ...) merges the sets containing each item
28 Union-find data structure. Based on Josiah Carlson's code,
36 """Create a new empty union-find structure."""
65 def union(self, *objects): member in class:UnionFind
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/operators/tests/
test_binary.py 18 gh = nx.union(g, h, rename=('g', 'h'))
193 G=union(G1,G2)
197 assert_raises(nx.NetworkXError, nx.union, K3, P3)
198 H1=union(H,G1,rename=('H','G1'))
203 H2=union(H,G2,rename=("H",""))
213 G2=union(G2,G2,rename=('','copy'))
237 GH=nx.union(G,H)
  /frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/
Camera2UtilsTest.java 298 assertFalse(setUp.union(null));
305 assertFalse(setUp.union(setUp));
372 master.union(slave);
377 master.union(slave);
382 master.union(slave);
387 master.union(slave);
406 sets[0].union(sets[1]); method
432 sets[0].union(sets[1]); method
438 sets[0].union(sets[1]); method
445 sets[0].union(sets[1]) method
    [all...]
  /bionic/libc/kernel/tools/
clean_header.py 42 # typedef/struct/union/enum declaration. This allows us to get rid of any
119 statics = statics.union( kernel_known_statics.get( arch, set() ) )
130 statics = statics.union( kernel_known_statics.get( arch, set() ) )
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10_1.idl 79 union {

Completed in 1009 milliseconds

1 2 3 4 5 6 7 8 91011>>