Home
last modified time | relevance | path

Searched refs:test_alignment (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/pool/test/
Dtest_bug_1252.cpp33 void test_alignment(T) in test_alignment() function
55 test_alignment(char(0)); in main()
56 test_alignment(short(0)); in main()
57 test_alignment(int(0)); in main()
58 test_alignment(long(0)); in main()
59 test_alignment(double(0)); in main()
60 test_alignment(float(0)); in main()
61 test_alignment((long double)(0)); in main()
63 test_alignment((long long)(0)); in main()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/
Dstatic_vector_options_test.cpp43 void test_alignment() in test_alignment() function
137 test_alignment(); in main()
Dsmall_vector_options_test.cpp17 void test_alignment() in test_alignment() function
105 test_alignment(); in main()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/test/
Dstring_ref_test_io.cpp139 void test_alignment() in test_alignment() function
176 test_alignment<CharT>(); in test()
Dstring_view_test_io.cpp139 void test_alignment() in test_alignment() function
176 test_alignment<CharT>(); in test()
/aosp_15_r20/external/google-fruit/tests/util/
H A Dtest_type_info.py38 def test_alignment(self): member in TestTypeInfo
/aosp_15_r20/external/google-fruit/tests/data_structures/
H A Dtest_fixed_size_allocator.py144 def test_alignment(self): member in TestFixedSizeAllocator
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/data_types/
Dmod.rs192 fn test_alignment() { in test_alignment() function
/aosp_15_r20/external/rust/crates/uefi/src/data_types/
Dmod.rs192 fn test_alignment() { in test_alignment() function
/aosp_15_r20/external/crosvm/vm_memory/src/
H A Dguest_memory.rs1042 fn test_alignment() { in test_alignment() function
/aosp_15_r20/external/flatbuffers/tests/
H A Dpy_flexbuffers_test.py1061 def test_alignment(self): member in DecoderTest