/third_party/boost/libs/atomic/test/ |
D | native_api.cpp | 61 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()
|
D | atomic_ref_api.cpp | 53 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()
|
D | atomic_api.cpp | 62 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()
|
D | fallback_api.cpp | 56 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()
|
D | api_test_helpers.hpp | 1114 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/ |
D | ticket_6742_transformed_c4789_warning.cpp | 23 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/ |
D | hash.cpp | 14 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/ |
D | rvalue_tie.cpp | 10 struct test_struct { struct 16 boost::pfr::structure_tie(test_struct{1, "test"}); in main() argument
|
/third_party/ltp/testcases/kernel/syscalls/symlinkat/ |
D | symlinkat01.c | 53 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/ |
D | audio_fifo.c | 39 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/ |
D | linkat01.c | 69 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()
|
D | linkat02.c | 62 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/ |
D | 2-1.c | 51 struct test_struct { struct 69 struct test_struct mystruct = { 1, 2, 3, (void *)4 }; in main() argument
|
/third_party/mesa3d/src/intel/common/tests/ |
D | genxml_test.c | 51 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/ |
D | default-init-struct.c | 8 int test_struct(void) in test_struct() function
|
/third_party/python/Lib/ctypes/test/ |
D | test_delattr.py | 16 def test_struct(self): member in TestCase
|
D | test_bytes.py | 38 def test_struct(self): member in BytesTest
|
D | test_pickling.py | 34 def test_struct(self): member in PickleTest
|
/third_party/boost/libs/stacktrace/test/ |
D | test_void_ptr_cast.cpp | 14 struct test_struct { struct
|
/third_party/mindspore/tests/ut/cpp/utils/ |
D | counter_test.cc | 106 TEST_F(TestCounter, test_struct) { in TEST_F() argument
|
/third_party/protobuf/ruby/tests/ |
D | well_known_types_test.rb | 35 def test_struct method in TestWellKnownTypes
|
/third_party/ltp/testcases/kernel/security/tomoyo/ |
D | tomoyo_new_test.c | 379 static struct test_struct { struct
|
/third_party/flatbuffers/tests/rust_usage_test/tests/ |
D | arrays_test.rs | 322 fn test_struct() { in test_struct() function
|
/third_party/boost/libs/compute/test/ |
D | CMakeLists.txt | 220 add_compute_test("types.struct" test_struct.cpp)
|
/third_party/python/Misc/ |
D | HISTORY | 19388 - Fix test_float, test_long, and test_struct failures on Tru64 with gcc
|