Home
last modified time | relevance | path

Searched refs:subclass (Results 1 – 25 of 257) sorted by relevance

1234567891011

/external/proguard/src/proguard/classfile/editor/
DSubclassAdder.java35 private final Clazz subclass; field in SubclassAdder
41 public SubclassAdder(Clazz subclass) in SubclassAdder() argument
43 this.subclass = subclass; in SubclassAdder()
51 programClass.addSubClass(subclass); in visitProgramClass()
57 libraryClass.addSubClass(subclass); in visitLibraryClass()
/external/proguard/src/proguard/classfile/visitor/
DSubclassFilter.java34 private final Clazz subclass; field in SubclassFilter
44 public SubclassFilter(Clazz subclass, in SubclassFilter() argument
47 this.subclass = subclass; in SubclassFilter()
83 if (subclasses[index].equals(subclass)) in present()
/external/clang/test/Analysis/
Dsuperclass.m100 } // expected-warning {{The 'addChildViewController:' instance method in UIViewController subclass
101 …cted-warning {{The 'viewDidAppear:' instance method in UIViewController subclass 'TestB' is missin…
102 …d-warning {{The 'viewDidDisappear:' instance method in UIViewController subclass 'TestB' is missin…
103 …ected-warning {{The 'viewDidUnload' instance method in UIViewController subclass 'TestB' is missin…
104 …xpected-warning {{The 'viewDidLoad' instance method in UIViewController subclass 'TestB' is missin…
105 …cted-warning {{The 'viewWillUnload' instance method in UIViewController subclass 'TestB' is missin…
106 …ted-warning {{The 'viewWillAppear:' instance method in UIViewController subclass 'TestB' is missin…
107 …-warning {{The 'viewWillDisappear:' instance method in UIViewController subclass 'TestB' is missin…
108 …ing {{The 'didReceiveMemoryWarning' instance method in UIViewController subclass 'TestB' is missin…
109 …he 'removeFromParentViewController' instance method in UIViewController subclass 'TestB' is missin…
[all …]
/external/clang/test/SemaObjC/
Dproperty-atomic-redecl.m6 // Readonly, atomic public redeclaration of property in subclass.
19 // Readonly, atomic public redeclaration of property in subclass.
36 // Readonly, atomic public redeclaration of property in subclass.
49 // Readonly, atomic public redeclaration of property in subclass.
Dattr-objc-runtime-visible.m16 @implementation B // expected-error{{cannot implement subclass 'B' of a superclass 'A' that is only…
/external/javassist/sample/vector/
DVectorAssistant.java60 CtClass subclass; in assist() local
63 subclass = makeSubclass2(pool, elementType); in assist()
65 subclass = makeSubclass(pool, elementType); in assist()
67 CtClass[] results = { subclass, pool.get(vec) }; in assist()
/external/clang/test/CodeGenObjC/
Ddefault-property-synthesis.m5 // Do not @synthesize-by-default in the subclass. P1
7 // (such as different type or attributes). Do not @synthesize-by-default in the subclass. P2
9 // same property. Do not @synthesize-by-default in the subclass. P3
11 // same protocol or a derived protocol. Do not @synthesize-by-default in the subclass. P4
/external/protobuf/objectivec/google/protobuf/
DWrappers.pbobjc.m43 // in +initialize for each subclass.
86 // in +initialize for each subclass.
129 // in +initialize for each subclass.
172 // in +initialize for each subclass.
215 // in +initialize for each subclass.
258 // in +initialize for each subclass.
300 // in +initialize for each subclass.
343 // in +initialize for each subclass.
386 // in +initialize for each subclass.
DStruct.pbobjc.m75 // in +initialize for each subclass.
128 // in +initialize for each subclass.
239 // in +initialize for each subclass.
DType.pbobjc.m102 // in +initialize for each subclass.
219 // in +initialize for each subclass.
492 // in +initialize for each subclass.
587 // in +initialize for each subclass.
650 // in +initialize for each subclass.
DApi.pbobjc.m70 // in +initialize for each subclass.
189 // in +initialize for each subclass.
305 // in +initialize for each subclass.
/external/guava/guava/src/com/google/common/reflect/
DTypeToken.java398 public final TypeToken<? extends T> getSubtype(Class<?> subclass) { in getSubtype() argument
402 return getSubtypeFromLowerBounds(subclass, ((WildcardType) runtimeType).getLowerBounds()); in getSubtype()
404 checkArgument(getRawType().isAssignableFrom(subclass), in getSubtype()
405 "%s isn't a subclass of %s", subclass, this); in getSubtype() local
408 return getArraySubtype(subclass); in getSubtype()
412 of(resolveTypeArgsForSubclass(subclass)); in getSubtype()
986 private TypeToken<? extends T> getSubtypeFromLowerBounds(Class<?> subclass, Type[] lowerBounds) {
991 return bound.getSubtype(subclass);
993 throw new IllegalArgumentException(subclass + " isn't a subclass of " + this);
1012 private TypeToken<? extends T> getArraySubtype(Class<?> subclass) {
[all …]
/external/proguard/src/proguard/classfile/util/
DClassSubHierarchyInitializer.java70 private void addSubclass(Clazz subclass, Clazz clazz) in addSubclass() argument
74 clazz.addSubClass(subclass); in addSubclass()
/external/guice/core/src/com/google/inject/
DTypeLiteral.java98 static Type getSuperclassTypeParameter(Class<?> subclass) { in getSuperclassTypeParameter() argument
99 Type superclass = subclass.getGenericSuperclass(); in getSuperclassTypeParameter()
110 static TypeLiteral<?> fromSuperclassTypeParameter(Class<?> subclass) { in fromSuperclassTypeParameter() argument
111 return new TypeLiteral<Object>(getSuperclassTypeParameter(subclass)); in fromSuperclassTypeParameter()
/external/clang/include/clang/AST/
DTypeLocNodes.def15 // TYPELOC(Class, Base) - A TypeLoc subclass. If UNQUAL_TYPELOC is
18 // UNQUAL_TYPELOC(Class, Base, Type) - An UnqualTypeLoc subclass.
/external/v8/tools/clang/blink_gc_plugin/tests/
Dcycle_sub.txt4 ./cycle_sub.h:22:11: blink::A (<subclass>) => blink::B
/external/smali/baksmali/src/test/smali/deodex_test1/
Dsubclass.smali16 const-string v1, "subclass.somemethod"
/external/v8/testing/gmock/include/gmock/
Dgmock-generated-nice-strict.h.pump40 // NiceMock<MockFoo> is a subclass of MockFoo that allows
42 // EXPECT_CALL specs), NaggyMock<MockFoo> is a subclass of MockFoo
44 // StrictMock<MockFoo> is a subclass of MockFoo that treats all
/external/googletest/googlemock/include/gmock/
Dgmock-generated-nice-strict.h.pump40 // NiceMock<MockFoo> is a subclass of MockFoo that allows
42 // EXPECT_CALL specs), NaggyMock<MockFoo> is a subclass of MockFoo
44 // StrictMock<MockFoo> is a subclass of MockFoo that treats all
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRTreeAdaptor.m222 // subclass responsibility
227 // subclass responsibility
233 // subclass responsibility
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/fake/user/
DCustomUserAccount.groovy19 * Test-only subclass of UserAccount tha provides a custom implementation of password comparison
/external/clang/include/clang/StaticAnalyzer/Checkers/
DCheckerBase.td27 // All checkers are an indirect subclass of this.
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/
DCustomUserAccount.groovy21 * Test-only subclass of UserAccount tha provides a custom implementation of password comparison
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/
DCustomUserAccount.groovy21 * Test-only subclass of UserAccount tha provides a custom implementation of password comparison
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
DCustomUserAccount.groovy21 * Test-only subclass of UserAccount tha provides a custom implementation of password comparison

1234567891011