Home
last modified time | relevance | path

Searched refs:test_struct (Results 1 – 25 of 25) sorted by relevance

/third_party/boost/libs/atomic/test/
Dnative_api.cpp61 test_struct_api<test_struct<boost::uint8_t> >(); in main()
62 test_struct_api<test_struct<boost::uint16_t> >(); in main()
63 test_struct_api<test_struct<boost::uint32_t> >(); in main()
64 test_struct_api<test_struct<boost::uint64_t> >(); in main()
66 test_struct_api<test_struct<boost::uint128_type> >(); in main()
73 test_struct_api<test_struct<double> >(); in main()
Datomic_ref_api.cpp53 test_struct_api< atomic_ref_wrapper, test_struct< boost::uint8_t > >(); in main()
54 test_struct_api< atomic_ref_wrapper, test_struct< boost::uint16_t > >(); in main()
55 test_struct_api< atomic_ref_wrapper, test_struct< boost::uint32_t > >(); in main()
56 test_struct_api< atomic_ref_wrapper, test_struct< boost::uint64_t > >(); in main()
58 test_struct_api< atomic_ref_wrapper, test_struct< boost::uint128_type > >(); in main()
65 test_struct_api< atomic_ref_wrapper, test_struct< double > >(); in main()
Datomic_api.cpp62 test_struct_api< atomic_wrapper, test_struct< boost::uint8_t > >(); in main()
63 test_struct_api< atomic_wrapper, test_struct< boost::uint16_t > >(); in main()
64 test_struct_api< atomic_wrapper, test_struct< boost::uint32_t > >(); in main()
65 test_struct_api< atomic_wrapper, test_struct< boost::uint64_t > >(); in main()
67 test_struct_api< atomic_wrapper, test_struct< boost::uint128_type > >(); in main()
74 test_struct_api< atomic_wrapper, test_struct< double > >(); in main()
Dfallback_api.cpp56 test_struct_api<test_struct<boost::uint8_t> >(); in main()
57 test_struct_api<test_struct<boost::uint16_t> >(); in main()
58 test_struct_api<test_struct<boost::uint32_t> >(); in main()
59 test_struct_api<test_struct<boost::uint64_t> >(); in main()
65 test_struct_api<test_struct<double> >(); in main()
Dapi_test_helpers.hpp1114 struct test_struct struct
1118 inline bool operator==(test_struct const& c) const { return i == c.i; } in operator ==() argument
1119 inline bool operator!=(test_struct const& c) const { return !operator==(c); } in operator !=() argument
1123 …m< Char, Traits >& operator<< (std::basic_ostream< Char, Traits >& strm, test_struct< T > const& s) in operator <<()
/third_party/boost/libs/range/test/adaptor_test/
Dticket_6742_transformed_c4789_warning.cpp23 struct test_struct struct
32 double operator()(const test_struct& s) const in operator ()()
43 test_struct t; in range_transformed_warning()
46 std::vector<test_struct> v(10u, t); in range_transformed_warning()
49 boost::push_back(output1, v | transformed((&arg1)->*& test_struct::x)); in range_transformed_warning()
/third_party/boost/libs/fusion/test/sequence/
Dhash.cpp14 struct test_struct struct
16 test_struct(bool bb, int ii, char cc, std::string const& ss) : in test_struct() function
29 test_struct, argument
40 const test_struct a0(false, 1, 'c', "Hello Nurse"), in main()
/third_party/boost/libs/pfr/test/compile-fail/
Drvalue_tie.cpp10 struct test_struct { struct
16 boost::pfr::structure_tie(test_struct{1, "test"}); in main() argument
/third_party/ltp/testcases/kernel/syscalls/symlinkat/
Dsymlinkat01.c53 struct test_struct;
57 static void mysymlinkat_test(struct test_struct *desc);
70 struct test_struct { struct
174 static void mysymlinkat_test(struct test_struct *desc) in mysymlinkat_test()
/third_party/ffmpeg/libavutil/tests/
Daudio_fifo.c39 static const TestStruct test_struct[] = { variable
193 int t, tests = sizeof(test_struct)/sizeof(test_struct[0]); in main()
197 test_function(&test_struct[t]); in main()
/third_party/ltp/testcases/kernel/syscalls/linkat/
Dlinkat01.c69 struct test_struct;
73 static void mylinkat_test(struct test_struct *desc);
90 struct test_struct { struct
239 static void mylinkat_test(struct test_struct *desc) in mylinkat_test()
Dlinkat02.c62 static struct test_struct { struct
83 static void linkat_verify(const struct test_struct *); argument
104 static void linkat_verify(const struct test_struct *desc) in linkat_verify()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
D2-1.c51 struct test_struct { struct
69 struct test_struct mystruct = { 1, 2, 3, (void *)4 }; in main() argument
/third_party/mesa3d/src/intel/common/tests/
Dgenxml_test.c51 test_struct(struct intel_spec *spec) { in test_struct() function
137 test_struct(spec); in main()
/third_party/ltp/tools/sparse/sparse-src/validation/expand/
Ddefault-init-struct.c8 int test_struct(void) in test_struct() function
/third_party/python/Lib/ctypes/test/
Dtest_delattr.py16 def test_struct(self): member in TestCase
Dtest_bytes.py38 def test_struct(self): member in BytesTest
Dtest_pickling.py34 def test_struct(self): member in PickleTest
/third_party/boost/libs/stacktrace/test/
Dtest_void_ptr_cast.cpp14 struct test_struct { struct
/third_party/mindspore/tests/ut/cpp/utils/
Dcounter_test.cc106 TEST_F(TestCounter, test_struct) { in TEST_F() argument
/third_party/protobuf/ruby/tests/
Dwell_known_types_test.rb35 def test_struct method in TestWellKnownTypes
/third_party/ltp/testcases/kernel/security/tomoyo/
Dtomoyo_new_test.c379 static struct test_struct { struct
/third_party/flatbuffers/tests/rust_usage_test/tests/
Darrays_test.rs322 fn test_struct() { in test_struct() function
/third_party/boost/libs/compute/test/
DCMakeLists.txt220 add_compute_test("types.struct" test_struct.cpp)
/third_party/python/Misc/
DHISTORY19388 - Fix test_float, test_long, and test_struct failures on Tru64 with gcc