HomeSort by relevance Sort by last modified time
    Searched defs:SuperClass (Results 1 - 14 of 14) sorted by null

  /art/test/556-invoke-super/src-multidex/
SuperClass.java 17 public class SuperClass {
  /art/test/603-checker-instanceof/src/
Main.java 17 class SuperClass {
20 class ChildClass extends SuperClass {
26 /// CHECK: BoundType klass:SuperClass can_be_null:false exact:false
29 /// CHECK-NOT: BoundType klass:SuperClass can_be_null:false exact:true
39 if (obj instanceof SuperClass) {
40 // We used to wrongly type obj as an exact SuperClass from this point,
  /art/test/553-invoke-super/src/
SuperClass.java 17 public class SuperClass {
  /art/test/133-static-invoke-super/src/
Main.java 3 static class SuperClass {
8 static class SubClass extends SuperClass {
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/targets/
Stubs.java 29 * Superclass stub.
31 public static class SuperClass {
33 public SuperClass(boolean arg) {
  /external/guava/guava-tests/test/com/google/common/eventbus/outside/
AnnotatedSubscriberFinderTests.java 63 * We break the tests up based on whether they are annotated or abstract in the superclass.
97 abstract static class SuperClass {
105 static class SubClass extends SuperClass {
137 static class SuperClass {
173 static class SubClass extends SuperClass {
233 abstract static class SuperClass {
239 static class SubClass extends SuperClass {
271 static class SuperClass {
289 static class SubClass extends SuperClass {
  /external/llvm/include/llvm/ADT/
SmallVector.h 354 typedef SmallVectorTemplateBase<T, isPodLike<T>::value > SuperClass;
358 typedef typename SuperClass::iterator iterator;
359 typedef typename SuperClass::size_type size_type;
  /prebuilts/gradle-plugin/com/android/tools/jaxb-inheritance-plugin/1/
jaxb-inheritance-plugin-1.jar 
  /external/clang/include/clang/AST/
ExprObjC.h 862 /// 3. Send to the superclass instance of the current class.
863 /// 4. Send to the superclass of the current class.
    [all...]
DeclObjC.h 461 /// superclass. Pass \c false if you only want to check the current class.
792 /// Note, the superclass's properties are not included in the list.
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
messages_test.py     [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 105 /// struct objc_super*. The type of the argument to the superclass message
426 llvm::Constant *SuperClass,
466 /// Looks up the method for sending a message to a superclass. This
589 /// The GCC ABI superclass message lookup function. Takes a pointer to a
627 /// The GNUstep ABI superclass message lookup function. Takes a pointer to
629 /// arguments. Returns the slot for the corresponding method. Superclass
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 305 milliseconds