Searched refs:TestRoot (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/objc4-646/test/
H A Dunload.h3 @interface SmallClass : TestRoot @end
5 @interface BigClass : TestRoot @end
H A Dcacheflush.h4 @interface TestRoot(cat)
H A Dcacheflush.m16 @interface Sub : TestRoot @end
22 TestRoot *sup = [TestRoot new];
26 testassert(1 == [TestRoot classMethod]);
28 testassert(1 == [TestRoot classMethod]);
40 testassert(2 == [TestRoot classMethod]);
50 testassert(3 == [TestRoot classMethod]);
H A DivarSlide.h1 @interface Super : TestRoot {
12 @interface ShrinkingSuper : TestRoot {
24 @interface MoreStrongSuper : TestRoot {
35 @interface MoreWeakSuper : TestRoot {
45 @interface MoreWeak2Super : TestRoot {
55 @interface LessStrongSuper : TestRoot {
65 @interface LessWeakSuper : TestRoot {
75 @interface LessWeak2Super : TestRoot {
85 @interface NoGCChangeSuper : TestRoot {
97 @interface RunsOf15 : TestRoot {
[all...]
H A Dfuture.h3 @interface Sub1 : TestRoot
8 @interface Sub2 : TestRoot
H A Druntime.m31 @interface Sub : TestRoot @end
44 @interface SwiftV1Class : TestRoot @end
61 [TestRoot class];
77 if (0 == strcmp(names[i], "TestRoot")) foundTestRoot++;
108 if (0 == strcmp(class_getName(list[i]), "TestRoot")) foundTestRoot++;
121 testassert(objc_getClass("TestRoot") == [TestRoot class]);
130 testassert(objc_getMetaClass("TestRoot") == object_getClass([TestRoot class]));
140 testassert(objc_lookUpClass("TestRoot")
[all...]
H A DbadTagClass.m4 objc\[\d+\]: tag index 7 used for two different classes \(was 0x[0-9a-fA-F]+ NSObject, now 0x[0-9a-fA-F]+ TestRoot\)
29 _objc_registerTaggedPointerClass(OBJC_TAG_7, [TestRoot class]);
H A DbadCache.m56 @interface Subclass : TestRoot @end
61 Class cls = [TestRoot class];
H A DbadCache2.m56 @interface Subclass : TestRoot @end
61 Class cls = [TestRoot class];
H A Dfuture.m55 oldTestRoot = objc_getFutureClass("TestRoot");
56 testassert(oldTestRoot == [TestRoot class]);
H A Dtestroot.i2 // Implementation of class TestRoot
32 @implementation TestRoot
H A Dresolve.m25 @interface Super : TestRoot @end
H A Dtest.h353 @interface TestRoot {
374 @interface TestRoot (RR)
383 // incremented for each call of TestRoot's methods
H A Dexc.m46 @interface Super : TestRoot @end
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dlistformattertest.h30 void TestRoot();
H A Dlistformattertest.cpp81 void ListFormatterTest::TestRoot() { function in class:ListFormatterTest
220 case 0: name = "TestRoot"; if (exec) TestRoot(); break;

Completed in 166 milliseconds