| /third_party/ltp/testcases/kernel/syscalls/linkat/ |
| 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;
|
| D | linkat02.c | 62 static struct test_struct { struct 83 static void linkat_verify(const struct test_struct *); argument
|
| /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/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/ |
| D | qualify_method_call.rs | 285 let test_struct = test_mod::TestStruct {}; in trait_method() localVariable 303 let test_struct = test_mod::TestStruct {}; in trait_method() localVariable 328 let test_struct = test_mod::TestStruct {}; in trait_method_multi_params() localVariable 346 let test_struct = test_mod::TestStruct {}; in trait_method_multi_params() localVariable 371 let test_struct = test_mod::TestStruct {}; in trait_method_consume() localVariable 389 let test_struct = test_mod::TestStruct {}; in trait_method_consume() localVariable 414 let test_struct = test_mod::TestStruct {}; in trait_method_exclusive() localVariable 432 let test_struct = test_mod::TestStruct {}; in trait_method_exclusive() localVariable 484 let test_struct = TestStruct {}; in trait_method_generic() localVariable 502 let test_struct = TestStruct {}; in trait_method_generic() localVariable [all …]
|
| D | qualify_path.rs | 719 let test_struct = test_mod::TestStruct {}; in trait_method() localVariable 735 let test_struct = test_mod::TestStruct {}; in trait_method() localVariable 758 let test_struct = test_mod::TestStruct {}; in trait_method_multi_params() localVariable 774 let test_struct = test_mod::TestStruct {}; in trait_method_multi_params() localVariable 797 let test_struct = test_mod::TestStruct {}; in trait_method_consume() localVariable 813 let test_struct = test_mod::TestStruct {}; in trait_method_consume() localVariable 827 let test_struct = dep::test_mod::TestStruct {}; in trait_method_cross_crate() localVariable 843 let test_struct = dep::test_mod::TestStruct {}; in trait_method_cross_crate() localVariable 913 let test_struct = dep::test_mod::TestStruct {}; in assoc_fn_as_method_cross_crate() localVariable 937 let test_struct = dep::test_mod::TestStruct {}; in private_trait_cross_crate() localVariable [all …]
|
| D | auto_import.rs | 864 let test_struct = test_mod::TestStruct {}; in trait_method() localVariable 882 let test_struct = test_mod::TestStruct {}; in trait_method() localVariable 896 let test_struct = dep::test_mod::TestStruct {}; in trait_method_cross_crate() localVariable 914 let test_struct = dep::test_mod::TestStruct {}; in trait_method_cross_crate() localVariable 988 let test_struct = dep::test_mod::TestStruct {}; in assoc_fn_as_method_cross_crate() localVariable 1012 let test_struct = dep::test_mod::TestStruct {}; in private_trait_cross_crate() localVariable
|
| /third_party/ltp/testcases/kernel/syscalls/symlinkat/ |
| 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;
|
| /third_party/grpc/test/core/util/json/ |
| D | json_object_loader_test.cc | 69 auto test_struct = Parse<TestStruct>("{\"value\": 5}"); in TYPED_TEST_P() local 167 auto test_struct = Parse<TestStruct>("{\"value\": 5}"); in TYPED_TEST_P() local 267 auto test_struct = Parse<TestStruct>("{\"value\": 5.2}"); in TYPED_TEST_P() local 359 auto test_struct = Parse<TestStruct>("{\"value\": true}"); in TEST() local 434 auto test_struct = Parse<TestStruct>("{\"value\": \"foo\"}"); in TEST() local 503 auto test_struct = Parse<TestStruct>("{\"value\": \"3s\"}"); in TEST() local 597 auto test_struct = Parse<TestStruct>("{\"value\": {\"a\":1}}"); in TEST() local 670 auto test_struct = Parse<TestStruct>("{\"value\": [1, \"a\"]}"); in TEST() local 743 auto test_struct = Parse<TestStruct>("{\"value\": {\"a\":1}}"); in TEST() local 831 auto test_struct = Parse<TestStruct>("{\"value\": [1, 2, 3]}"); in TEST() local [all …]
|
| /third_party/rust/crates/syn/tests/ |
| D | test_token_trees.rs | 11 fn test_struct() { in test_struct() function
|
| D | test_derive_input.rs | 34 fn test_struct() { 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/protobuf/ruby/tests/ |
| D | well_known_types_test.rb | 49 def test_struct method in TestWellKnownTypes
|
| /third_party/rust/rust/tests/ui/macros/ |
| D | macro-pub-matcher.rs | 107 mod test_struct { module
|
| /third_party/rust/rust/tests/ui/parser/raw/ |
| D | raw-literal-keywords.rs | 5 fn test_struct() { in test_struct() function
|
| /third_party/rust/rust/tests/ui/pattern/usefulness/ |
| D | issue-57472.rs | 4 mod test_struct { module
|
| /third_party/rust/rust/tests/ui/generator/ |
| D | partial-initialization-across-yield.rs | 29 fn test_struct() { in test_struct() function
|
| /third_party/rust/rust/tests/ui/nll/user-annotations/ |
| D | normalization-default.rs | 15 fn test_struct(x: &(), y: &()) { in test_struct() function
|
| /third_party/rust/rust/tests/ui/async-await/ |
| D | partial-initialization-across-await.rs | 27 async fn test_struct() { in test_struct() function
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/tests/ |
| D | flyimport.rs | 295 let test_struct = dep::test_mod::TestStruct {}; in trait_method_fuzzy_completion() localVariable 314 let test_struct = dep::test_mod::TestStruct {}; in trait_method_fuzzy_completion() localVariable 509 let test_struct = dep::test_mod::TestStruct {}; in zero_input_deprecated_assoc_item_completion() localVariable
|
| /third_party/mesa3d/src/intel/decoder/tests/ |
| D | genxml_test.c | 51 test_struct(struct intel_spec *spec) { in test_struct() function
|
| /third_party/mindspore/mindspore-src/source/tests/ut/cpp/utils/ |
| D | counter_test.cc | 106 TEST_F(TestCounter, test_struct) { in TEST_F() argument
|
| /third_party/rust/crates/serde/test_suite/tests/ |
| D | test_borrow.rs | 74 fn test_struct() { in test_struct() function
|
| /third_party/ffmpeg/libavutil/tests/ |
| D | audio_fifo.c | 40 static const TestStruct test_struct[] = { variable
|