/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 | cxx11-vtable-key-function.cpp | 28 namespace Test3 { namespace
|
D | const-init-cxx11.cpp | 94 struct Test3 : C, PackedD { constexpr Test3() {} }; in Test3() argument 96 extern constexpr Test3 t3 = Test3();
|
D | bitfield-layout.cpp | 16 union Test3 { union
|
/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/PCH/ |
D | cxx11-inheriting-ctors.cpp | 26 struct Test3 : B { struct 36 Test3<Base> test3a(42); 37 Test3<Base> test3b(nullptr);
|
/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/chromium_org/third_party/sqlite/src/test/ |
D | tkt3357.test | 26 insert into a(b_id, myvalue) values(1,'Test3'); 40 } {1 1 Test btest 2 1 Test2 btest 3 1 Test3 btest} 51 } {1 1 Test 2 1 Test2 3 1 Test3} 62 } {1 1 Test 2 1 Test2 3 1 Test3}
|
/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/Sema/ |
D | attr-capabilities.c | 12 int Test3 __attribute__((acquire_capability("test3"))); // expected-warning {{'acquire_capability'… variable 16 struct __attribute__((capability(12))) Test3 {}; // expected-error {{'capability' attribute require… struct
|
/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 | arc-property.m | 60 @interface Test3 interface 63 void test3(Test3 *t3) {
|
D | method-conflict-1.m | 66 @interface Test3 {} interface 71 @implementation Test3 implementation
|
D | method-conflict-2.m | 27 @interface Test3 {} interface 32 @implementation Test3 implementation
|
D | property-category-4.m | 51 // Test3 63 // Test3
|
/external/chromium_org/v8/test/mjsunit/es6/ |
D | generators-iteration.js | 467 function Test3(iter) { class in TestTryCatch 472 Test3(instantiate(g)); 536 function Test3(iter) { class in TestTryFinally 541 Test3(instantiate(g)); 622 function Test3(iter) { class in TestNestedTry 628 Test3(instantiate(g));
|
/external/chromium_org/base/android/jni_generator/ |
D | testJarJarRemapping.golden | 34 static void Test3(JNIEnv* env, jclass jcaller, 59 "V", reinterpret_cast<void*>(Test3) },
|
/external/clang/test/SemaCUDA/ |
D | launch_bounds.cu | 8 __launch_bounds__(1, 2, 3) void Test3(void); // expected-error {{'launch_bounds' attribute takes no…
|
/external/clang/test/CXX/class/ |
D | p2-0x.cpp | 19 namespace Test3 { namespace
|
/external/clang/test/SemaObjC/Inputs/ |
D | arc-system-header.h | 13 struct Test3 { struct
|
/external/chromium_org/sync/internal_api/public/util/ |
D | weak_handle_unittest.cc | 37 MOCK_METHOD3(Test3, void(const int&, Base*, float)); 117 EXPECT_CALL(b, Test3(5, &b, 5)); in TEST_F() 127 h.Call(FROM_HERE, &Base::Test3, 5, &b, 5); in TEST_F()
|
/external/protobuf/gtest/test/ |
D | gtest_list_tests_unittest_.cc | 73 TEST_F(FooTest, Test3) { in TEST_F() argument
|
/external/clang/test/ARCMT/ |
D | objcmt-protocol-conformance.m | 33 @interface Test3 : NSObject { // Test for Super class and no protocol list interface 38 @implementation Test3 implementation
|