Home
last modified time | relevance | path

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

12345678

/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.m81 } // expected-warning {{The 'addChildViewController:' instance method in UIViewController subclass
82 …cted-warning {{The 'viewDidAppear:' instance method in UIViewController subclass 'TestB' is missin…
83 …d-warning {{The 'viewDidDisappear:' instance method in UIViewController subclass 'TestB' is missin…
84 …ected-warning {{The 'viewDidUnload' instance method in UIViewController subclass 'TestB' is missin…
85 …xpected-warning {{The 'viewDidLoad' instance method in UIViewController subclass 'TestB' is missin…
86 …cted-warning {{The 'viewWillUnload' instance method in UIViewController subclass 'TestB' is missin…
87 …ted-warning {{The 'viewWillAppear:' instance method in UIViewController subclass 'TestB' is missin…
88 …-warning {{The 'viewWillDisappear:' instance method in UIViewController subclass 'TestB' is missin…
89 …ing {{The 'didReceiveMemoryWarning' instance method in UIViewController subclass 'TestB' is missin…
90 …he 'removeFromParentViewController' instance method in UIViewController subclass 'TestB' is missin…
[all …]
/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/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/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/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/android-mock/src/com/google/android/testing/mocking/
DAndroidMock.java2541 Class<T> subclass; in getSubclassFor() local
2549 subclass = (Class<T>) Class.forName(className); in getSubclassFor()
2557 Constructor<T> constructor = getConstructorFor(subclass, args); in getSubclassFor()
2563 + subclass.getName(), e); in getSubclassFor()
2570 Method[] methods = subclass.getMethods(); in getSubclassFor()
2573 setMethod = subclass.getMethod("setDelegate___AndroidMock", delegateInterface); in getSubclassFor()
2576 + subclass.getName() + " and param " + delegateInterface.getName(), e); in getSubclassFor()
/external/protobuf/python/google/protobuf/internal/
Dcpp_message.py192 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/
Dsubclass.smali16 const-string v1, "subclass.somemethod"
/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.1/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.5/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.3/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-rc1/MockFtpServer/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.4/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
/external/mockftpserver/tags/2.0-rc1/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/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.1/src/test/groovy/org/mockftpserver/fake/
DCustomUserAccount.groovy21 * Test-only subclass of UserAccount tha provides a custom implementation of password comparison
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
DCustomUserAccount.groovy21 * Test-only subclass of UserAccount tha provides a custom implementation of password comparison

12345678