/external/libmojo/mojo/public/cpp/bindings/tests/ |
D | serialization_warning_unittest.cc | 94 Struct2Ptr test_struct(Struct2::New()); in TEST_F() local 95 EXPECT_FALSE(test_struct->hdl.is_valid()); in TEST_F() 97 TestWarning(std::move(test_struct), in TEST_F() 100 test_struct = Struct2::New(); in TEST_F() 102 test_struct->hdl = ScopedHandle::From(std::move(pipe.handle1)); in TEST_F() 104 TestWarning(std::move(test_struct), mojo::internal::VALIDATION_ERROR_NONE); in TEST_F() 108 Struct3Ptr test_struct(Struct3::New()); in TEST_F() local 109 EXPECT_TRUE(!test_struct->struct_1); in TEST_F() 111 TestWarning(std::move(test_struct), in TEST_F() 114 test_struct = Struct3::New(); in TEST_F() [all …]
|
/external/llvm/test/CodeGen/Hexagon/ |
D | calling-conv-2.ll | 4 %struct.test_struct = type { i32, i8, i64 } 7 define void @foo(%struct.test_struct* noalias nocapture sret %agg.result, i32 %a) #0 { 9 call void @bar(%struct.test_struct* sret %agg.result, i32 45) #2 13 declare void @bar(%struct.test_struct* sret, i32) #1
|
/external/clang/test/CodeGenCXX/ |
D | x86_64-arguments-nacl-x32.cpp | 4 struct test_struct {}; struct 5 typedef int test_struct::* test_struct_mdp; 6 typedef int (test_struct::*test_struct_mfp)(); 47 typedef struct { int* a; test_struct x; double *b; } struct_with_empty;
|
/external/ltp/testcases/kernel/syscalls/symlinkat/ |
D | symlinkat01.c | 53 struct test_struct; 57 static void mysymlinkat_test(struct test_struct *desc); 70 struct test_struct { struct 174 static void mysymlinkat_test(struct test_struct *desc) in mysymlinkat_test()
|
/external/ltp/testcases/kernel/syscalls/linkat/ |
D | linkat01.c | 69 struct test_struct; 73 static void mylinkat_test(struct test_struct *desc); 90 struct test_struct { struct 239 static void mylinkat_test(struct test_struct *desc) in mylinkat_test()
|
D | linkat02.c | 63 static struct test_struct { struct 84 static void linkat_verify(const struct test_struct *); argument 105 static void linkat_verify(const struct test_struct *desc) in linkat_verify()
|
/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/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
D | 2-1.c | 59 struct test_struct { struct 77 struct test_struct mystruct = { 1, 2, 3, (void *)4 }; in main() argument
|
/external/llvm/test/CodeGen/AArch64/ |
D | fast-isel-gep.ll | 5 define double* @test_struct(%struct.foo* %f) { 6 ; CHECK-LABEL: test_struct
|
/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/clang/test/CodeGen/ |
D | wasm-varargs.c | 73 struct S test_struct(char *fmt, ...) { in test_struct() function
|
D | arm-aapcs-vfp.c | 34 struct homogeneous_struct test_struct(struct homogeneous_struct arg) { in test_struct() function
|
D | arm-abi-vector.c | 321 double test_struct(StructWithVec* d) { 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/llvm/test/CodeGen/Generic/ |
D | overloaded-intrinsic-name.ll | 45 define %struct.test* @test_struct(%struct.test* %v) gc "statepoint-example" {
|
/external/ltp/testcases/kernel/security/tomoyo/ |
D | tomoyo_new_test.c | 379 static struct test_struct { struct
|
/external/python/cpython2/Misc/ |
D | HISTORY | 2004 - Fix test_float, test_long, and test_struct failures on Tru64 with gcc
|