/external/clang/test/CodeGenCXX/ |
D | constructor-direct-call.cpp | 38 class Test3 { class 40 Test3() { a = 10; b = 15; c = 20; } in Test3() function in Test3 41 Test3(const Test3& that) { a = that.a; b = that.b; c = that.c; } in Test3() function in Test3 49 Test3 var; in f3() 52 Test3 var2; in f3() 55 var.Test3::Test3(); in f3() 58 var.Test3::Test3(var2); in f3()
|
D | value-init.cpp | 100 struct Test3 : public Test { }; struct 126 Test3 empty3[3] = {}; in f()
|
D | const-init-cxx11.cpp | 94 struct Test3 : C, PackedD { constexpr Test3() {} }; in Test3() function 96 extern constexpr Test3 t3 = Test3();
|
D | cxx11-vtable-key-function.cpp | 28 namespace Test3 { namespace
|
/external/clang/test/PCH/ |
D | cxx11-inheriting-ctors.cpp | 35 struct Test3 : B { struct 46 Test3<Base> test3a(42); 47 Test3<Base> test3b(nullptr); 58 Test3<Base> retest3a(42); 59 Test3<Base> retest3b(nullptr);
|
/external/clang/test/SemaCXX/ |
D | bitfield-layout.cpp | 19 struct Test3 { struct 22 CHECK_SIZE(Test3, 4); argument 23 CHECK_ALIGN(Test3, 4);
|
/external/clang/test/CodeGenObjC/ |
D | related-result-type.m | 43 @interface Test3 : NSString interface 47 @implementation Test3 implementation 48 // CHECK: define internal {{.*}}i8* @"\01-[Test3 init]"
|
D | arc-property.m | 90 @interface Test3 interface 94 void test3(Test3 *t) { 122 @implementation Test3 implementation 127 // CHECK: define internal i8* @"\01-[Test3 copyMachine]"(
|
/external/tensorflow/tensorflow/core/lib/gtl/ |
D | manual_constructor_test.cc | 37 typedef TestN<3> Test3; typedef 50 CHECK_EQ(sizeof(ManualConstructor<Test3>), sizeof(Test3)); in TEST()
|
/external/libchrome/base/ |
D | optional_unittest.cc | 901 struct Test3 { in TEST() struct 914 Test3() = default; in TEST() 915 explicit Test3(const Test1& test1) in TEST() argument 917 explicit Test3(Test1&& test1) : state(State::MOVE_CONSTRUCTED_FROM_TEST1) { in TEST() function 920 explicit Test3(const Optional<Test1>& test1) in TEST() function 922 explicit Test3(Optional<Test1>&& test1) in TEST() argument 928 Test3& operator=(const Test1& test1) { in TEST() argument 932 Test3& operator=(Test1&& test1) { in TEST() argument 937 Test3& operator=(const Optional<Test1>& test1) { in TEST() argument 941 Test3& operator=(Optional<Test1>&& test1) { in TEST() argument [all …]
|
/external/perfetto/src/base/ |
D | optional_unittest.cc | 916 struct Test3 { in TEST() struct 929 Test3() = default; in TEST() 930 explicit Test3(const Test1&) : state(State::COPY_CONSTRUCTED_FROM_TEST1) {} in TEST() argument 931 explicit Test3(Test1&& test1) : state(State::MOVE_CONSTRUCTED_FROM_TEST1) { in TEST() argument 934 explicit Test3(const Optional<Test1>&) in TEST() function 936 explicit Test3(Optional<Test1>&& test1) in TEST() function 942 Test3& operator=(const Test1&) { in TEST() argument 946 Test3& operator=(Test1&& test1) { in TEST() argument 951 Test3& operator=(const Optional<Test1>&) { in TEST() argument 955 Test3& operator=(Optional<Test1>&& test1) { in TEST() argument [all …]
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.unnamed/ |
D | p1.cpp | 29 class Test3 {}; // expected-note {{previous definition}} class 32 class Test3 {}; // expected-error {{redefinition of 'Test3'}} class
|
/external/clang/test/SemaObjC/ |
D | default-synthesize-2.m | 41 // Test3 42 @interface Test3 interface 50 @implementation Test3 // expected-warning {{autosynthesized property 'uid' will use synthesized ins… implementation
|
D | method-conflict-1.m | 66 @interface Test3 {} interface 71 @implementation Test3 implementation
|
D | arc-property.m | 60 @interface Test3 interface 63 void test3(Test3 *t3) {
|
D | method-conflict-2.m | 27 @interface Test3 {} interface 32 @implementation Test3 implementation
|
D | property-category-4.m | 51 // Test3 63 // Test3
|
/external/clang/test/Sema/ |
D | attr-capabilities.c | 16 int Test3 __attribute__((acquire_capability("test3"))); // expected-warning {{'acquire_capability'… variable 20 struct __attribute__((capability(12))) Test3 {}; // expected-error {{'capability' attribute require… struct
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/ |
D | ConfigMergerTest.java | 210 configFor(Test3.class, "withoutAnnotation"), in whenClassAndSubclassHaveConfigAnnotation_getConfig_shouldMergeClassSubclassAndMethodConfig() 223 configFor(Test3.class, "withDefaultsAnnotation"), in whenClassAndSubclassHaveConfigAnnotation_getConfig_shouldMergeClassSubclassAndMethodConfig() 236 configFor(Test3.class, "withOverrideAnnotation"), in whenClassAndSubclassHaveConfigAnnotation_getConfig_shouldMergeClassSubclassAndMethodConfig() 507 public static class Test3 extends Test1 {
|
/external/flatbuffers/tests/ |
D | go_test.go | 208 t = vec.Test3(t) 214 t2 := vec.Test3(nil) 335 testcase{"Pos.Test3.A", func() bool { return monster.Pos(nil).Test3(nil).A() == int16(5) }}, 336 testcase{"Pos.Test3.B", func() bool { return monster.Pos(nil).Test3(nil).B() == int8(6) }}, 348 testcase{"Pos.Test3.A", func() bool { return monster.Pos(nil).Test3(nil).MutateA(50) }}, 349 testcase{"Pos.Test3.B", func() bool { return monster.Pos(nil).Test3(nil).MutateB(60) }}, 361 testcase{"Pos.Test3.A", func() bool { return monster.Pos(nil).Test3(nil).A() == int16(50) }}, 362 testcase{"Pos.Test3.B", func() bool { return monster.Pos(nil).Test3(nil).B() == int8(60) }}, 413 monster.Pos(nil).Test3(nil).MutateA(5) 414 monster.Pos(nil).Test3(nil).MutateB(6) [all …]
|
/external/testng/src/test/java/test/pkg2/ |
D | Test3.java | 5 public class Test3 { class
|
/external/clang/test/ARCMT/ |
D | objcmt-protocol-conformance.m.result | 33 @interface Test3 : NSObject<P> { // Test for Super class and no protocol list 38 @implementation Test3
|
D | objcmt-protocol-conformance.m | 33 @interface Test3 : NSObject { // Test for Super class and no protocol list interface 38 @implementation Test3 implementation
|
/external/python/cpython2/Lib/unittest/test/ |
D | test_setups.py | 227 class Test3(unittest.TestCase): class 240 Test3.__module__ = 'Module2' 248 fifth = unittest.TestSuite((Test3('testOne'),)) 249 sixth = unittest.TestSuite((Test3('testTwo'),))
|
/external/python/cpython3/Lib/unittest/test/ |
D | test_setups.py | 226 class Test3(unittest.TestCase): class 239 Test3.__module__ = 'Module2' 247 fifth = unittest.TestSuite((Test3('testOne'),)) 248 sixth = unittest.TestSuite((Test3('testTwo'),))
|