/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/ |
D | ConfigMergerTest.java | 42 configFor(Test1.class, "withoutAnnotation"), in whenClassHasConfigAnnotation_getConfig_shouldMergeClassAndMethodConfig() 50 new Class[] {Test1.class}, in whenClassHasConfigAnnotation_getConfig_shouldMergeClassAndMethodConfig() 55 configFor(Test1.class, "withDefaultsAnnotation"), in whenClassHasConfigAnnotation_getConfig_shouldMergeClassAndMethodConfig() 63 new Class[] {Test1.class}, in whenClassHasConfigAnnotation_getConfig_shouldMergeClassAndMethodConfig() 68 configFor(Test1.class, "withOverrideAnnotation"), in whenClassHasConfigAnnotation_getConfig_shouldMergeClassAndMethodConfig() 76 new Class[] {Test1.class, Test2.class}, in whenClassHasConfigAnnotation_getConfig_shouldMergeClassAndMethodConfig() 118 new Class[] {Test1.class}, in whenClassDoesntHaveConfigAnnotation_getConfig_shouldUseMethodConfig() 134 new Class[] {Test1.class, Test1.class}, in whenClassDoesntHaveConfigAnnotation_getConfig_shouldMergeParentClassAndMethodConfig() 147 new Class[] {Test1.class, Test1.class}, in whenClassDoesntHaveConfigAnnotation_getConfig_shouldMergeParentClassAndMethodConfig() 160 new Class[] {Test1.class, Test1.class, Test5.class}, in whenClassDoesntHaveConfigAnnotation_getConfig_shouldMergeParentClassAndMethodConfig() [all …]
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.self_cast.frag | 2 struct Test1 { float f; }; 12 Test1 a; 13 Test1 b = (Test1)a; 22 Test1 a[2]; 23 Test1 b[2] = (Test1[2])a;
|
D | remap.similar_1a.everything.frag | 7 float Test1(int bound) 18 return Test1(bound); 27 outf4 = vec4(Test1(int(inf)) +
|
D | remap.similar_1a.none.frag | 7 float Test1(int bound) 18 return Test1(bound); 27 outf4 = vec4(Test1(int(inf)) +
|
D | remap.similar_1b.none.frag | 7 float Test1(int bound) 19 return Test1(bound * 2); 28 outf4 = vec4(Test1(int(inf)) +
|
D | remap.similar_1b.everything.frag | 7 float Test1(int bound) 19 return Test1(bound * 2); 28 outf4 = vec4(Test1(int(inf)) +
|
/external/apache-harmony/luni/src/test/resources/org/apache/harmony/luni/tests/ |
D | ObjectStreamClassTest.jar | META-INF/
META-INF/MANIFEST.MF
Test1.java
Test1.class
Test1. ... |
/external/clang/test/CodeGenCXX/ |
D | ms-property.cpp | 9 class Test1 { class 15 Test1(int x) : x_(x) {} in Test1() function in Test1 18 static Test1 *GetTest1() { return new Test1(10); } in GetTest1() 36 char GetY(char i, Test1 j) { return i+j.get_x(); } in GetY() 43 Test1 t(i); in foo() 53 Test1 t(argc); in main() 102 return Test1::GetTest1()->X; in main()
|
D | constructor-direct-call.cpp | 3 class Test1 { class 9 Test1 var; in f1() 10 var.Test1::Test1(); in f1() 13 var.Test1::Test1(var); in f1()
|
/external/libchrome/base/ |
D | optional_unittest.cc | 401 class Test1 { in TEST() class 403 explicit Test1(int foo) : foo_(foo) {} in TEST() function in base::TEST::Test1 415 explicit Test2(Test1&& other) : bar_(other.foo()) {} in TEST() 423 Optional<Test1> first(in_place, 42); in TEST() 814 struct Test1 { in TEST() struct 834 explicit Test2(const Test1& test1) in TEST() 836 explicit Test2(Test1&& test1) : state(State::MOVE_CONSTRUCTED_FROM_TEST1) { in TEST() 837 test1.state = Test1::State::MOVED; in TEST() 839 Test2& operator=(const Test1& test1) { in TEST() 843 Test2& operator=(Test1&& test1) { in TEST() [all …]
|
/external/perfetto/src/base/ |
D | optional_unittest.cc | 418 class Test1 { in TEST() class 420 explicit Test1(int foo) : foo_(foo) {} in TEST() function in perfetto::base::TEST::Test1 432 explicit Test2(Test1&& other) : bar_(other.foo()) {} in TEST() 440 Optional<Test1> first(in_place, 42); in TEST() 830 struct Test1 { in TEST() struct 850 explicit Test2(const Test1&) : state(State::COPY_CONSTRUCTED_FROM_TEST1) {} in TEST() 851 explicit Test2(Test1&& test1) : state(State::MOVE_CONSTRUCTED_FROM_TEST1) { in TEST() 852 test1.state = Test1::State::MOVED; in TEST() 854 Test2& operator=(const Test1&) { in TEST() 858 Test2& operator=(Test1&& test1) { in TEST() [all …]
|
/external/clang/test/Analysis/ |
D | analyzeOneFunction.m | 25 @interface Test1 : NSObject { interface 34 @implementation Test1 implementation 39 Test1 *cell = [[[Test1 alloc] init] autorelease]; 48 Test1 *cell = [[[Test1 alloc] init] autorelease];
|
D | misc-ps-region-store.mm | 21 @interface Test1 interface 25 char* Test1_harness(Test1 *p) { 29 char Test1_harness_b(Test1 *p) {
|
/external/clang/test/SemaCXX/ |
D | ms-property.cpp | 9 class Test1 { class 14 Test1(int x) : x_(x) {} in Test1() function in Test1 17 static Test1 *GetTest1() { return new Test1(10); } in GetTest1() 58 return Test1::GetTest1()->X; in main()
|
D | bitfield-layout.cpp | 7 struct Test1 { struct 10 CHECK_SIZE(Test1, 2); argument 11 CHECK_ALIGN(Test1, 1);
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
D | p11.cpp | 49 class Test1 { class 66 template <typename> class Test1 { class 84 template <typename T> class Test1 { class 92 template class Test1<int>; variable
|
/external/tensorflow/tensorflow/core/lib/gtl/ |
D | manual_constructor_test.cc | 35 typedef TestN<1> Test1; typedef 48 CHECK_EQ(sizeof(ManualConstructor<Test1>), sizeof(Test1)); in TEST() 57 ManualConstructor<Test1> mt[4]; in TEST()
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | hlsl.self_cast.frag.out | 85 Name 14 "Test1" 86 MemberName 14(Test1) 0 "f" 98 14(Test1): TypeStruct 13(float) 99 15: TypePointer Function 14(Test1) 104 26: TypeArray 14(Test1) 20 123 18: 14(Test1) Load 17(a)
|
D | remap.similar_1b.none.frag.out | 13 Name 11 "Test1(i1;" 61 84: 8(float) FunctionCall 11(Test1(i1;) 83(param) 71 11(Test1(i1;): 8(float) Function None 9 116 50: 8(float) FunctionCall 11(Test1(i1;) 49(param)
|
D | remap.similar_1a.none.frag.out | 13 Name 11 "Test1(i1;" 59 79: 8(float) FunctionCall 11(Test1(i1;) 78(param) 69 11(Test1(i1;): 8(float) Function None 9 110 46: 8(float) FunctionCall 11(Test1(i1;) 44(param)
|
/external/clang/test/SemaObjCXX/ |
D | unknown-anytype.mm | 12 @interface Test1 interface 22 void a(Test1 *obj) { 33 void b(Test1 *obj) { 38 void c(Test1 *obj) {
|
/external/clang/test/CXX/class.access/ |
D | p4.cpp | 207 class Test1 { A a; }; // expected-error {{private member}} class 209 Test1 a; in test1() 210 a = Test1(); // expected-note{{implicit copy}} in test1() 227 class Test1 { A a; }; // expected-error {{field of type 'test6::A' has private copy constructor}} class 228 void test1(const Test1 &t) { in test1() 229 Test1 a = t; // expected-note{{implicit copy}} in test1()
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Vec3.cs | 24 public double Test1 { get { return __p.bb.GetDouble(__p.bb_pos + 16); } } property 30 …> CreateVec3(FlatBufferBuilder builder, float X, float Y, float Z, double Test1, Color Test2, shor… in CreateVec3() 39 builder.PutDouble(Test1); in CreateVec3()
|
/external/clang/test/CodeGenObjCXX/ |
D | property-reference.mm | 35 @interface Test1 { interface 40 @implementation Test1 implementation 43 // CHECK: define internal dereferenceable({{[0-9]+}}) [[A:%.*]]* @"\01-[Test1 prop1]"( 51 // CHECK: define internal void @"\01-[Test1 setProp1:]"(
|
/external/clang/test/CodeGen/ |
D | may-alias.c | 20 struct Test1 { int x; }; struct 22 void test1(struct Test1MA *p1, struct Test1 *p2) { in test1()
|