HomeSort by relevance Sort by last modified time
    Searched full:union (Results 376 - 400 of 11132) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/graphics/src/android/graphics/cts/
Region_OpTest.java 35 assertEquals(Op.UNION, Op.valueOf("UNION"));
50 Op.UNION,
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
PciExpress31.h 27 typedef union {
44 typedef union {
59 typedef union {
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/Include/Register/
IoApic.h 44 typedef union {
53 typedef union {
63 typedef union {
  /external/clang/test/CXX/class/class.mem/
p13.cpp 60 // - every member of every anonymous union that is a member of class T.
62 union {
64 union {
  /external/clang/test/CodeGen/
le32-arguments.c 46 union simple_union {
51 // CHECK-LABEL: define void @f7(%union.simple_union* byval align 4 %s)
52 void f7(union simple_union s) {}
  /external/clang/test/Sema/
type-spec-struct-union.c 3 /* This test checks the introduction of struct and union types based
4 on a type specifier of the form "struct-or-union identifier" when they
8 union {
  /external/clang/test/SemaCXX/
cxx1y-initializer-aggregates.cpp 4 union U { char c; double d = 4.0; };
15 union {
43 union {
  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_copy_assignable.pass.cpp 45 union Union {};
73 test_is_copy_assignable<Union> ();
is_copy_constructible.pass.cpp 45 union Union {};
78 test_is_copy_constructible<Union>();
is_move_assignable.pass.cpp 45 union Union {};
62 test_is_move_assignable<Union> ();
is_move_constructible.pass.cpp 45 union Union {};
79 test_is_move_constructible<Union>();
is_nothrow_copy_assignable.pass.cpp 44 union Union {};
59 test_has_nothrow_assign<Union>();
is_nothrow_move_assignable.pass.cpp 44 union Union {};
59 test_has_nothrow_assign<Union>();
is_trivially_copy_assignable.pass.cpp 46 union Union {};
66 test_has_trivially_copy_assignable<Union>();
is_trivially_copy_constructible.pass.cpp 51 union Union {};
77 test_is_trivially_copy_constructible<Union>();
is_trivially_move_assignable.pass.cpp 46 union Union {};
66 test_has_trivial_assign<Union>();
  /external/libmojo/mojo/public/tools/bindings/generators/cpp_templates/
module.h.tmpl 146 {#--- Union Forward Declarations -#}
147 {% for union in unions %}
148 class {{union.name}};
149 {% if union|should_inline_union %}
150 typedef mojo::InlinedStructPtr<{{union.name}}> {{union.name}}Ptr;
152 typedef mojo::StructPtr<{{union.name}}> {{union.name}}Ptr;
194 {% for union in unions %}
205 {%- for union in unions %
    [all...]
  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
ebb_on_willing_child_test.c 23 static int victim_child(union pipe read_pipe, union pipe write_pipe)
53 union pipe read_pipe, write_pipe;
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv98_video.h 33 nv98_decoder_bsp(struct nouveau_vp3_decoder *dec, union pipe_desc desc,
41 nv98_decoder_vp(struct nouveau_vp3_decoder *dec, union pipe_desc desc,
47 nv98_decoder_ppp(struct nouveau_vp3_decoder *dec, union pipe_desc desc,
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_video.h 41 nvc0_decoder_bsp_end(struct nouveau_vp3_decoder *dec, union pipe_desc desc,
47 nvc0_decoder_vp(struct nouveau_vp3_decoder *dec, union pipe_desc desc,
53 nvc0_decoder_ppp(struct nouveau_vp3_decoder *dec, union pipe_desc desc,
  /external/selinux/libselinux/src/
callbacks.c 80 selinux_set_callback(int type, union selinux_callback cb)
102 union selinux_callback
105 union selinux_callback cb;
  /external/syslinux/gpxe/src/include/gpxe/
profile.h 17 union profiler {
33 static union profiler simple_profiler;
53 profile ( union profiler *profiler ) {
  /frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/dao/
WithClauseDao.java 33 + " UNION ALL \n"
41 + " UNION ALL \n"
49 + " UNION ALL \n"
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/src/
loc_api_rpcgen_cb_svc.c 50 union {
53 union {
97 union {
100 union {
144 union {
147 union {
191 union {
194 union {
238 union {
241 union {
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/src/
loc_api_rpcgen_cb_svc.c 50 union {
53 union {
97 union {
100 union {
144 union {
147 union {
191 union {
194 union {
238 union {
241 union {
    [all...]

Completed in 4249 milliseconds

<<11121314151617181920>>