HomeSort by relevance Sort by last modified time
    Searched refs:Class2 (Results 1 - 6 of 6) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/not_source_folder/jar/example/
Class2.java 19 public class Class2 extends Class1 {
  /external/clang/test/PCH/
pr18806.cpp 22 struct Class2 {
29 Class2<char> test;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/
jar_example.jar 
  /external/chromium_org/v8/test/webkit/fast/js/kde/
object_prototype.js 51 function Class2() {}
56 Class2.prototype = new Class1();
57 Class2.prototype.hasClass2 = true;
58 Class3.prototype = new Class2();
67 shouldBe("Class2.prototype.isPrototypeOf(obj)","true");
70 shouldBe("obj.isPrototypeOf(Class2.prototype)","false");
73 shouldBe("Class1.prototype.isPrototypeOf(Class2.prototype)","true");
74 shouldBe("Class2.prototype.isPrototypeOf(Class1.prototype)","false");
77 shouldBe("Class2.prototype.isPrototypeOf(Class3.prototype)","true");
78 shouldBe("Class3.prototype.isPrototypeOf(Class2.prototype)","false")
    [all...]
  /external/clang/test/Parser/
cxx-decl.cpp 110 class Class2 {
113 typedef Class1<Class2> Type1;
  /external/clang/test/SemaCXX/
using-decl-1.cpp 117 class Class2

Completed in 249 milliseconds