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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/misc/cgo/testgodefs/
anonunion.go 10 // that is an anonymous union, the first field in the union is
16 union {
  /prebuilts/go/linux-x86/misc/cgo/testgodefs/
anonunion.go 10 // that is an anonymous union, the first field in the union is
16 union {
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue1222.go 11 typedef union {
16 union {
issue7786.go 5 // Issue 7786. No runtime test, just make sure that typedef and struct/union/class are interchangeable at compile time.
19 // typedef union union7786 typedef_union7786;
20 // void u7786(union union7786 *ctx) {}
  /prebuilts/go/linux-x86/misc/cgo/test/
issue1222.go 11 typedef union {
16 union {
issue7786.go 5 // Issue 7786. No runtime test, just make sure that typedef and struct/union/class are interchangeable at compile time.
19 // typedef union union7786 typedef_union7786;
20 // void u7786(union union7786 *ctx) {}
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
PKIXNameConstraintValidator.java 519 Set union = new HashSet(); local
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(); local
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 <code>union</code>. If <code>email1</code> an
1347 Set union = new HashSet(); local
1537 Set union = new HashSet(); local
    [all...]
  /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...]
  /external/tpm2/generator/
structure_generator_test.py 96 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
    [all...]
  /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/strace/
mpers_test.sh 63 union {
106 union {
  /system/tpm/trunks/generator/
generator_test.py 84 union = generator.Structure('UNION', True)
85 union.AddField('STRUCT', 'inner')
90 # Only output |union|, this will test the dependency logic.
91 union.OutputForward(out_file, defined_types, typemap)
92 union.OutputForward(out_file, defined_types, typemap)
93 union.Output(out_file, defined_types, typemap)
94 output_re = r'union UNION;\s+struct DEPEND {\s+};\s+'
96 output_re += r'union UNION {\s+STRUCT inner;\s+};\s+
    [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) {

Completed in 605 milliseconds

1 2 3 4 5 6 7 8 91011>>