/external/proguard/src/proguard/classfile/editor/ |
D | SubclassAdder.java | 35 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/ |
D | SubclassFilter.java | 34 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/ |
D | superclass.m | 100 } // 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/ |
D | property-atomic-redecl.m | 6 // 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.
|
D | attr-objc-runtime-visible.m | 16 @implementation B // expected-error{{cannot implement subclass 'B' of a superclass 'A' that is only…
|
/external/javassist/sample/vector/ |
D | VectorAssistant.java | 60 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/ |
D | default-property-synthesis.m | 5 // 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/ |
D | Wrappers.pbobjc.m | 43 // 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.
|
D | Struct.pbobjc.m | 75 // in +initialize for each subclass. 128 // in +initialize for each subclass. 239 // in +initialize for each subclass.
|
D | Type.pbobjc.m | 102 // 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.
|
D | Api.pbobjc.m | 70 // 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/ |
D | TypeToken.java | 398 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/ |
D | ClassSubHierarchyInitializer.java | 70 private void addSubclass(Clazz subclass, Clazz clazz) in addSubclass() argument 74 clazz.addSubClass(subclass); in addSubclass()
|
/external/guice/core/src/com/google/inject/ |
D | TypeLiteral.java | 98 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/ |
D | TypeLocNodes.def | 15 // 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/ |
D | cycle_sub.txt | 4 ./cycle_sub.h:22:11: blink::A (<subclass>) => blink::B
|
/external/smali/baksmali/src/test/smali/deodex_test1/ |
D | subclass.smali | 16 const-string v1, "subclass.somemethod"
|
/external/v8/testing/gmock/include/gmock/ |
D | gmock-generated-nice-strict.h.pump | 40 // 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/ |
D | gmock-generated-nice-strict.h.pump | 40 // 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/ |
D | ANTLRTreeAdaptor.m | 222 // subclass responsibility 227 // subclass responsibility 233 // subclass responsibility
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/fake/user/ |
D | CustomUserAccount.groovy | 19 * Test-only subclass of UserAccount tha provides a custom implementation of password comparison
|
/external/clang/include/clang/StaticAnalyzer/Checkers/ |
D | CheckerBase.td | 27 // All checkers are an indirect subclass of this.
|
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/ |
D | CustomUserAccount.groovy | 21 * Test-only subclass of UserAccount tha provides a custom implementation of password comparison
|
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/ |
D | CustomUserAccount.groovy | 21 * 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/ |
D | CustomUserAccount.groovy | 21 * Test-only subclass of UserAccount tha provides a custom implementation of password comparison
|