/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/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/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.
|
/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/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/protobuf/python/google/protobuf/internal/ |
D | cpp_message.py | 192 def __init__(self, msg, cfield_descriptor, subclass): argument 195 self._subclass = subclass 222 subclass = self._subclass 224 return subclass(__cmessage=cmessages, __owner=self._message) 226 return [subclass(__cmessage=m, __owner=self._message) for m in cmessages]
|
/external/smali/baksmali/src/test/smali/deodex_test1/ |
D | subclass.smali | 16 const-string v1, "subclass.somemethod"
|
/external/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/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.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.1/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
|
/external/mockftpserver/tags/2.0.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-rc1/MockFtpServer/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-rc1/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.5/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/MockFtpServer/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.4/src/test/groovy/org/mockftpserver/fake/ |
D | CustomUserAccount.groovy | 21 * Test-only subclass of UserAccount tha provides a custom implementation of password comparison
|