Home
last modified time | relevance | path

Searched refs:Test1 (Results 1 – 25 of 169) sorted by relevance

1234567

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DConfigMergerTest.java42 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/
Dhlsl.self_cast.frag2 struct Test1 { float f; };
12 Test1 a;
13 Test1 b = (Test1)a;
22 Test1 a[2];
23 Test1 b[2] = (Test1[2])a;
Dremap.similar_1a.everything.frag7 float Test1(int bound)
18 return Test1(bound);
27 outf4 = vec4(Test1(int(inf)) +
Dremap.similar_1a.none.frag7 float Test1(int bound)
18 return Test1(bound);
27 outf4 = vec4(Test1(int(inf)) +
Dremap.similar_1b.none.frag7 float Test1(int bound)
19 return Test1(bound * 2);
28 outf4 = vec4(Test1(int(inf)) +
Dremap.similar_1b.everything.frag7 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/
DObjectStreamClassTest.jarMETA-INF/ META-INF/MANIFEST.MF Test1.java Test1.class Test1. ...
/external/clang/test/CodeGenCXX/
Dms-property.cpp9 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()
Dconstructor-direct-call.cpp3 class Test1 { class
9 Test1 var; in f1()
10 var.Test1::Test1(); in f1()
13 var.Test1::Test1(var); in f1()
/external/libchrome/base/
Doptional_unittest.cc401 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/
Doptional_unittest.cc418 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/
DanalyzeOneFunction.m25 @interface Test1 : NSObject { interface
34 @implementation Test1 implementation
39 Test1 *cell = [[[Test1 alloc] init] autorelease];
48 Test1 *cell = [[[Test1 alloc] init] autorelease];
Dmisc-ps-region-store.mm21 @interface Test1 interface
25 char* Test1_harness(Test1 *p) {
29 char Test1_harness_b(Test1 *p) {
/external/clang/test/SemaCXX/
Dms-property.cpp9 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()
Dbitfield-layout.cpp7 struct Test1 { struct
10 CHECK_SIZE(Test1, 2); argument
11 CHECK_ALIGN(Test1, 1);
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
Dp11.cpp49 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/
Dmanual_constructor_test.cc35 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/
Dhlsl.self_cast.frag.out85 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)
Dremap.similar_1b.none.frag.out13 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)
Dremap.similar_1a.none.frag.out13 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/
Dunknown-anytype.mm12 @interface Test1 interface
22 void a(Test1 *obj) {
33 void b(Test1 *obj) {
38 void c(Test1 *obj) {
/external/clang/test/CXX/class.access/
Dp4.cpp207 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/
DVec3.cs24 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/
Dproperty-reference.mm35 @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/
Dmay-alias.c20 struct Test1 { int x; }; struct
22 void test1(struct Test1MA *p1, struct Test1 *p2) { in test1()

1234567