Home
last modified time | relevance | path

Searched refs:Class2 (Results 1 – 9 of 9) sorted by relevance

/external/v8/test/webkit/fast/js/kde/
Dobject_prototype.js51 function Class2() {} class
56 Class2.prototype = new Class1();
57 Class2.prototype.hasClass2 = true;
58 Class3.prototype = new Class2();
Dobject_prototype-expected.txt41 PASS Class2.prototype.isPrototypeOf(obj) is true
44 PASS obj.isPrototypeOf(Class2.prototype) is false
46 PASS Class1.prototype.isPrototypeOf(Class2.prototype) is true
47 PASS Class2.prototype.isPrototypeOf(Class1.prototype) is false
50 PASS Class2.prototype.isPrototypeOf(Class3.prototype) is true
51 PASS Class3.prototype.isPrototypeOf(Class2.prototype) is false
/external/clang/test/PCH/
Dpr18806.cpp22 struct Class2 { struct
29 Class2<char> test;
/external/clang/test/Parser/
Dcxx-decl.cpp110 class Class2 { class
113 typedef Class1<Class2> Type1;
/external/clang/test/SemaObjC/
Dproperty-typecheck-1.m83 @interface Class2 { interface
89 @implementation Class2 implementation
Dclass-method-lookup.m34 @interface Class2 interface
Dwarn-strict-selector-match.m19 @interface Class2 interface
/external/clang/test/SemaCXX/
Dusing-decl-1.cpp117 class Class2 class
/external/guava/guava-tests/test/com/google/common/reflect/
DTypeTokenTest.java193 abstract class Class2 extends Class1 implements Interface12 {} in testGetTypes_withInterfacesAndSuperclasses() class
194 abstract class Class3<T> extends Class2 implements Interface3<T> {} in testGetTypes_withInterfacesAndSuperclasses()
200 TypeToken.of(Class2.class), in testGetTypes_withInterfacesAndSuperclasses()
214 TypeToken.of(Class2.class), in testGetTypes_withInterfacesAndSuperclasses()
221 abstract class Class2 extends Class1 implements Interface12 {} in testGetTypes_rawTypes_withInterfacesAndSuperclasses() class
222 abstract class Class3<T> extends Class2 implements Interface3<T> {} in testGetTypes_rawTypes_withInterfacesAndSuperclasses()
227 Class2.class, in testGetTypes_rawTypes_withInterfacesAndSuperclasses()
241 Class2.class, in testGetTypes_rawTypes_withInterfacesAndSuperclasses()