/aosp_15_r20/external/ltp/testcases/kernel/syscalls/linkat/ |
H A D | linkat01.c | 90 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 D | linkat02.c | 62 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/ |
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
|
/aosp_15_r20/external/grpc-grpc/test/core/json/ |
H A D | json_object_loader_test.cc | 70 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 D | symlinkat01.c | 70 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 D | 2-1.c | 51 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 D | serialization_warning_unittest.cc | 98 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/ |
D | ticket_6742_transformed_c4789_warning.cpp | 23 struct test_struct struct 25 double x; 26 double y;
|
/aosp_15_r20/external/clang/test/FixIt/ |
H A D | fixit.c | 61 struct test_struct { struct 63 …test_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/ |
D | api_test_helpers.hpp | 1407 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 D | test_token_trees.rs | 9 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 D | test_token_trees.rs | 11 fn test_struct() { in test_struct() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/syn/tests/ |
D | test_token_trees.rs | 11 fn test_struct() { in test_struct() function
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/test/ |
H A D | test_delattr.py | 16 def test_struct(self): member in TestCase
|
H A D | test_bytes.py | 38 def test_struct(self): member in BytesTest
|
/aosp_15_r20/external/protobuf/ruby/tests/ |
H A D | well_known_types_test.rb | 49 def test_struct method in TestWellKnownTypes
|
/aosp_15_r20/external/python/cpython3/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
|
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/tests/ |
H A D | well_known_types_test.rb | 49 def test_struct method in TestWellKnownTypes
|
/aosp_15_r20/external/python/cpython2/Lib/ctypes/test/ |
D | test_delattr.py | 16 def test_struct(self): member in TestCase
|
D | test_pickling.py | 34 def test_struct(self): member in PickleTest
|
/aosp_15_r20/external/bcc/tests/python/ |
H A D | test_histogram.py | 37 def test_struct(self): member in TestHistogram
|
/aosp_15_r20/frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
D | pass-struct.c | 21 int test_struct(struct int_struct s) in test_struct() function
|
/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | wasm-varargs.c | 73 struct S test_struct(char *fmt, ...) { in test_struct() function
|