Home
last modified time | relevance | path

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

/third_party/boost/libs/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()
/third_party/boost/libs/container/test/
Dstatic_vector_options_test.cpp33 void test_alignment() in test_alignment() function
121 test_alignment(); in main()
Dsmall_vector_options_test.cpp17 void test_alignment() in test_alignment() function
105 test_alignment(); in main()
/third_party/boost/libs/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()
/third_party/mesa3d/src/util/
Dblob_test.c196 test_alignment(void) in test_alignment() function
323 test_alignment (); in main()
/third_party/flutter/skia/tests/
DGrTRecorderTest.cpp241 static void test_alignment(skiatest::Reporter* reporter) { in test_alignment() function
289 test_alignment(reporter);
/third_party/flatbuffers/tests/
Dpy_flexbuffers_test.py1061 def test_alignment(self): member in DecoderTest