/external/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
|
/external/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 | 63 static struct test_struct { struct 84 static void linkat_verify(const struct test_struct *); argument
|
/external/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;
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
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
|
/external/ltp/testcases/kernel/security/tomoyo/ |
D | tomoyo_new_test.c | 379 static struct test_struct { struct 380 void (*do_setup) (void); 381 void (*do_test) (void); 382 void (*do_cleanup) (void); 383 const char *name; 384 const char *policy;
|
/external/clang/test/FixIt/ |
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
|
/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
|
/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
|
/external/bcc/tests/python/ |
D | test_histogram.py | 36 def test_struct(self): member in TestHistogram
|
/external/clang/test/CodeGen/ |
D | wasm-varargs.c | 73 struct S test_struct(char *fmt, ...) { in test_struct() function
|
D | arm-abi-vector.c | 321 double test_struct(StructWithVec* d) { in test_struct() function
|
D | arm-aapcs-vfp.c | 34 struct homogeneous_struct test_struct(struct homogeneous_struct arg) { in test_struct() function
|
/external/clang/test/Sema/ |
D | overloadable.c | 34 void test_struct(struct X x, struct Y y) { in test_struct() function
|
/external/clang/test/CodeGenCXX/ |
D | x86_64-arguments-nacl-x32.cpp | 4 struct test_struct {}; struct
|