Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/ltp/testcases/kernel/syscalls/linkat/
H A Dlinkat01.c90 struct test_struct { struct
91 int *oldfd;
92 const char *oldfn;
93 int *newfd;
94 const char *newfn;
95 int flags;
96 const char *referencefn1;
97 const char *referencefn2;
98 int expected_errno;
H A Dlinkat02.c62 static struct test_struct { struct
83 static void linkat_verify(const struct test_struct *); argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/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
/aosp_15_r20/external/grpc-grpc/test/core/json/
H A Djson_object_loader_test.cc70 auto test_struct = Parse<TestStruct>("{\"value\": 5}"); in TYPED_TEST_P() local
168 auto test_struct = Parse<TestStruct>("{\"value\": 5}"); in TYPED_TEST_P() local
268 auto test_struct = Parse<TestStruct>("{\"value\": 5.2}"); in TYPED_TEST_P() local
360 auto test_struct = Parse<TestStruct>("{\"value\": true}"); in TEST() local
435 auto test_struct = Parse<TestStruct>("{\"value\": \"foo\"}"); in TEST() local
504 auto test_struct = Parse<TestStruct>("{\"value\": \"3s\"}"); in TEST() local
598 auto test_struct = Parse<TestStruct>("{\"value\": {\"a\":1}}"); in TEST() local
671 auto test_struct = Parse<TestStruct>("{\"value\": [1, \"a\"]}"); in TEST() local
744 auto test_struct = Parse<TestStruct>("{\"value\": {\"a\":1}}"); in TEST() local
832 auto test_struct = Parse<TestStruct>("{\"value\": [1, 2, 3]}"); in TEST() local
[all …]
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/symlinkat/
H A Dsymlinkat01.c70 struct test_struct { struct
71 const char *oldfn;
72 int *newfd;
73 const char *newfn;
74 const char *referencefn1;
75 const char *referencefn2;
76 int expected_errno;
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
H A D2-1.c51 struct test_struct { struct
69 struct test_struct mystruct = { 1, 2, 3, (void *)4 }; in main() argument
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/
H A Dserialization_warning_unittest.cc98 Struct2Ptr test_struct(Struct2::New()); in TEST_F() local
112 Struct3Ptr test_struct(Struct3::New()); in TEST_F() local
125 Struct4Ptr test_struct(Struct4::New()); in TEST_F() local
144 Struct5Ptr test_struct(Struct5::New()); in TEST_F() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/adaptor_test/
Dticket_6742_transformed_c4789_warning.cpp23 struct test_struct struct
25 double x;
26 double y;
/aosp_15_r20/external/clang/test/FixIt/
H A Dfixit.c61 struct test_struct { struct
63test_struct *struct_ptr; // expected-error {{must use 'struct' tag to refer to type 'test_struct'}} argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/test/
Dapi_test_helpers.hpp1407 struct test_struct struct
1411 inline bool operator==(test_struct const& c) const { return i == c.i; } in operator ==() argument
1412 inline bool operator!=(test_struct const& c) const { return !operator==(c); } in operator !=() argument
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/tests/
H A Dtest_token_trees.rs9 fn test_struct() { in test_struct() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/tests/
H A Dtest_token_trees.rs11 fn test_struct() { in test_struct() function
/aosp_15_r20/external/rust/android-crates-io/crates/syn/tests/
Dtest_token_trees.rs11 fn test_struct() { in test_struct() function
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/test/
H A Dtest_delattr.py16 def test_struct(self): member in TestCase
H A Dtest_bytes.py38 def test_struct(self): member in BytesTest
/aosp_15_r20/external/protobuf/ruby/tests/
H A Dwell_known_types_test.rb49 def test_struct method in TestWellKnownTypes
/aosp_15_r20/external/python/cpython3/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
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/tests/
H A Dwell_known_types_test.rb49 def test_struct method in TestWellKnownTypes
/aosp_15_r20/external/python/cpython2/Lib/ctypes/test/
Dtest_delattr.py16 def test_struct(self): member in TestCase
Dtest_pickling.py34 def test_struct(self): member in PickleTest
/aosp_15_r20/external/bcc/tests/python/
H A Dtest_histogram.py37 def test_struct(self): member in TestHistogram
/aosp_15_r20/frameworks/compile/libbcc/tests/debuginfo/host-tests/
Dpass-struct.c21 int test_struct(struct int_struct s) in test_struct() function
/aosp_15_r20/external/clang/test/CodeGen/
H A Dwasm-varargs.c73 struct S test_struct(char *fmt, ...) { in test_struct() function

12