Home
last modified time | relevance | path

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

12

/third_party/ltp/testcases/kernel/syscalls/linkat/
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;
Dlinkat02.c62 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/
D2-1.c51 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/
Dqualify_method_call.rs285 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 …]
Dqualify_path.rs719 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 …]
Dauto_import.rs864 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/
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;
/third_party/grpc/test/core/util/json/
Djson_object_loader_test.cc69 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/
Dtest_token_trees.rs11 fn test_struct() { in test_struct() function
Dtest_derive_input.rs34 fn test_struct() { 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/protobuf/ruby/tests/
Dwell_known_types_test.rb49 def test_struct method in TestWellKnownTypes
/third_party/rust/rust/tests/ui/macros/
Dmacro-pub-matcher.rs107 mod test_struct { module
/third_party/rust/rust/tests/ui/parser/raw/
Draw-literal-keywords.rs5 fn test_struct() { in test_struct() function
/third_party/rust/rust/tests/ui/pattern/usefulness/
Dissue-57472.rs4 mod test_struct { module
/third_party/rust/rust/tests/ui/generator/
Dpartial-initialization-across-yield.rs29 fn test_struct() { in test_struct() function
/third_party/rust/rust/tests/ui/nll/user-annotations/
Dnormalization-default.rs15 fn test_struct(x: &(), y: &()) { in test_struct() function
/third_party/rust/rust/tests/ui/async-await/
Dpartial-initialization-across-await.rs27 async fn test_struct() { in test_struct() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/tests/
Dflyimport.rs295 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/
Dgenxml_test.c51 test_struct(struct intel_spec *spec) { in test_struct() function
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/utils/
Dcounter_test.cc106 TEST_F(TestCounter, test_struct) { in TEST_F() argument
/third_party/rust/crates/serde/test_suite/tests/
Dtest_borrow.rs74 fn test_struct() { in test_struct() function
/third_party/ffmpeg/libavutil/tests/
Daudio_fifo.c40 static const TestStruct test_struct[] = { variable

12