Searched refs:union (Results 1 - 25 of 175) sorted by relevance

1234567

/external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
H A Dgenerator_unittest.py14 union = module.AddUnion('a')
15 union.AddField('a', mojom.BOOL)
16 union.AddField('b', mojom.BOOL)
17 union.AddField('c', mojom.BOOL, ordinal=10)
18 union.AddField('d', mojom.BOOL)
21 union = gen.GetUnions()[0]
22 ordinals = [field.ordinal for field in union.fields]
H A Dtranslate.py304 parsed_union: {ast.Union} Parsed union.
307 {mojom.Union} AST union.
309 union = mojom.Union(module=module)
310 union.name = parsed_union.name
311 union.spec = 'x:' + module.namespace + '.' + union.name
312 module.kinds[union.spec] = union
314 union.fields_data = _ElemsOfType(
316 union
[all...]
H A Dgenerator.py104 def _AddUnionComputedData(self, union):
105 """Adds computed data to the given union. The data is computed once and
108 for field in union.fields:
113 return union
/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/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/generate/
H A Ddata_unittest.py48 """Tests that a union can be converted from data."""
56 union = data.UnionFromData(module, union_data)
57 union.fields = map(lambda field:
58 data.UnionFieldFromData(module, field, union), union.fields_data)
59 self.assertEquals(union_data, data.UnionToData(union))
74 union = mojom.Union('TestUnion', module=module)
75 imported_module.kinds[union.spec] = union
89 self.assertIn(union
[all...]
/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/tpm2/generator/
H A Dstructure_generator_test.py96 union = structure_generator.Union('TPMU_SYM_MODE')
97 union.AddField(structure_generator.Field('UINT16', 'aes', None))
98 union.AddField(structure_generator.Field('UINT16', 'SM4', None))
102 'TPMU_SYM_MODE': union
115 union = structure_generator.Union('TPMU_SYM_MODE')
116 union.AddField(structure_generator.Field('UINT16', 'aes', None))
117 union.AddField(structure_generator.Field('UINT16', 'SM4', None))
121 union.OutputMarshalImpl(out_file, marshalled_types, typemap)
140 structure, and union. Should appear in types array in that order.
/external/trappy/tests/trappy/stats/
H A DIndexer.py74 new_index = new_index.union(idx.index)
99 idx = idx.union(trappy_event.data_frame.index)
H A DTopology.py101 self._nodes = self._nodes.union(set(group))
/external/trappy/trappy/stats/
H A DIndexer.py74 new_index = new_index.union(idx.index)
99 idx = idx.union(trappy_event.data_frame.index)
H A DTopology.py101 self._nodes = self._nodes.union(set(group))
/external/strace/
H A Dmpers_test.sh65 union {
112 union {
/external/guava/guava-tests/test/com/google/common/collect/
H A DSetOperationsTest.java37 * 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(friend
[all...]
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DSetOperationsTest.java27 * 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>());
/external/owasp/sanitizer/src/tests/org/owasp/html/
H A DCssSchemaTest.java80 CssSchema custom = CssSchema.union(
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
H A Dparsetree.py187 return self.code.undeclared_identifiers.union(
298 undeclared_identifiers.union(
353 return identifiers.union(super(IncludeTag, self).
397 difference(filters.DEFAULT_ESCAPES.keys()).union(
447 return set(res).union(
451 ).union(
511 ).union(self.expression_undeclared_identifiers)
527 return self.code.declared_identifiers.union(self.body_decl.allargnames)
557 return self.code.declared_identifiers.union(self.body_decl.allargnames)
H A Dcodegen.py202 module_ident = module_ident.union(n.declared_identifiers())
244 union(main_identifiers.topleveldefs)
455 to_write = to_write.union(identifiers.undeclared)
459 to_write = to_write.union(
983 union([c.name for c in parent.closuredefs.values()]).\
984 union(parent.locally_declared).\
985 union(parent.argument_declared)
992 self.declared = self.declared.union(parent.undeclared)
1044 return set(self.topleveldefs.union(self.closuredefs).values())
1064 ident not in self.declared.union(sel
[all...]
/external/annotation-tools/asmx/src/org/objectweb/asm/tree/analysis/
H A DSmallSet.java89 Set union(SmallSet s) { method in class:SmallSet
/external/skia/gn/
H A Dgn_to_bp_utils.py49 cflags = cflags.union([
/external/skqp/gn/
H A Dgn_to_bp_utils.py49 cflags = cflags.union([
/external/tensorflow/tensorflow/contrib/learn/python/learn/utils/
H A Dgc.py55 both = gc.union(every_fifth, largest_three)
149 def union(lf, rf): function
150 """Creates a filter that keeps the union of two filters.
/external/tensorflow/tensorflow/contrib/session_bundle/
H A Dgc.py54 both = gc.union(every_fifth, largest_three)
154 def union(lf, rf): function
155 """Creates a filter that keeps the union of two filters.
/external/chromium-trace/catapult/devil/devil/android/tools/
H A Ddevice_recovery.py135 should_restart_adb = should_restart_usb.union(set(
138 should_reboot_device = should_restart_adb.union(set(
204 for s in expected_devices.union(usb_devices)]
/external/libmojo/third_party/catapult/devil/devil/android/tools/
H A Ddevice_recovery.py118 should_restart_adb = should_restart_usb.union(set(
121 should_reboot_device = should_restart_adb.union(set(
195 for s in expected_devices.union(usb_devices)]

Completed in 586 milliseconds

1234567