HomeSort by relevance Sort by last modified time
    Searched full:subclass1 (Results 1 - 21 of 21) sorted by null

  /external/clang/test/Rewriter/
instancetype-test.mm 29 @interface Subclass1 : Root
43 Subclass1 *sc1 = [[Subclass1 alloc] init];
49 Subclass1 *sc1 = [[Subclass1 alloc] initSubclass2]; // expected-warning{{'Subclass1' may not respond to 'initSubclass2'}}
53 [[[Subclass1 alloc] init] methodOnSubclass2]; // expected-warning{{'Subclass1' may not respond to 'methodOnSubclass2'}}
57 [[Subclass1<Proto1> alloc] methodInProto2]; // expected-warning{{method '-methodInProto2' not found (return type defaults to 'id')}}
58 [[Subclass1<Proto2> alloc] methodInProto2]
    [all...]
  /external/clang/test/SemaObjC/
instancetype.m 28 @interface Subclass1 : Root // expected-note 4 {{receiver is instance of class declared here}}
42 Subclass1 *sc1 = [[Subclass1 alloc] init];
48 Subclass1 *sc1 = [[Subclass1 alloc] initSubclass2]; // expected-warning{{'Subclass1' may not respond to 'initSubclass2'}}
52 [[[Subclass1 alloc] init] methodOnSubclass2]; // expected-warning{{'Subclass1' may not respond to 'methodOnSubclass2'}}
56 typedef Subclass1<Proto1> SC1Proto1;
57 typedef Subclass1<Proto2> SC1Proto2
    [all...]
super-class-protocol-conformance.m 19 @interface SubClass1 : TopClass {}
22 @implementation SubClass1 @end // Test1 - No Warning
warn-missing-super.m 17 @interface Subclass1 : NSObject
22 @implementation Subclass1
  /external/clang/test/SemaObjCXX/
instancetype.mm 28 @interface Subclass1 : Root // expected-note 4 {{receiver is instance of class declared here}}
42 Subclass1 *sc1 = [[Subclass1 alloc] init];
48 Subclass1 *sc1 = [[Subclass1 alloc] initSubclass2]; // expected-warning{{'Subclass1' may not respond to 'initSubclass2'}}
52 [[[Subclass1 alloc] init] methodOnSubclass2]; // expected-warning{{'Subclass1' may not respond to 'methodOnSubclass2'}}
56 typedef Subclass1<Proto1> SC1Proto1;
57 typedef Subclass1<Proto2> SC1Proto2
    [all...]
  /external/smali/baksmali/src/test/smali/deodex_test2/bootclass_classes/
subclass1.smali 16 const-string v1, "subclass1.somemethod"
  /external/chromium_org/v8/test/webkit/
dictionary-prototype-caching.js 85 var subclass1 = { __proto__: proto };
90 testFunction(subclass1);
91 shouldBeTrue("testFunction(subclass1)");
dictionary-prototype-caching-expected.txt 33 PASS testFunction(subclass1) is true
  /art/runtime/base/
casts.h 62 // if (dynamic_cast<Subclass1>(foo)) HandleASubclass1Object(foo);
  /external/ceres-solver/internal/ceres/
casts.h 85 // if (dynamic_cast<Subclass1>(foo)) HandleASubclass1Object(foo);
  /external/chromium_org/third_party/cld/base/
casts.h 51 // if (dynamic_cast<Subclass1>(foo)) HandleASubclass1Object(foo);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
common.h 339 // if (dynamic_cast<Subclass1>(foo)) HandleASubclass1Object(foo);
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
common.h 299 // if (dynamic_cast<Subclass1>(foo)) HandleASubclass1Object(foo);
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 661 milliseconds