HomeSort by relevance Sort by last modified time
    Searched full:superclass (Results 401 - 425 of 1078) sorted by null

<<11121314151617181920>>

  /external/proguard/src/proguard/optimize/peephole/
ClassMerger.java 227 System.out.println(" Source superclass ["+programClass.getSuperClass().getName()+"]");
228 System.out.println(" Target superclass ["+targetClass.getSuperClass().getName()+"]");
246 // Copy over the superclass, unless it's the target class itself.
TargetClassChanger.java 58 Clazz superClass = null;
100 // Update the subclasses of the superclass and interfaces of the
  /external/javassist/src/main/javassist/
ClassPool.java 793 * @param superclass the super class.
796 public synchronized CtClass makeClass(String classname, CtClass superclass)
800 CtClass clazz = new CtNewClass(classname, this, false, superclass);
837 * @param superclass the super interface.
840 public synchronized CtClass makeInterface(String name, CtClass superclass)
844 CtClass clazz = new CtNewClass(name, this, true, superclass);
    [all...]
CtMethod.java 85 * declaring <code>at()</code> and the superclass are replaced
86 * with the name of the class and the superclass that the
CtNewConstructor.java 208 * same signature. The superclass must contain
213 * The superclass must contain a constructor taking no parameters.
  /art/runtime/mirror/
class-inl.h 146 // All interfaces implemented directly and by our superclass, and
164 // X[][] = Y[][] --> true (element superclass)
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/
Test_invoke_super.java 39 * @title invoke method of superclass
50 * @title Invoke protected method of superclass
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/
Test_invoke_super_range.java 39 * @title invoke method of superclass
50 * @title Invoke protected method of superclass
  /external/chromium_org/third_party/icu/source/test/letest/
PortableFontInstance.cpp 399 // We really want to inherit this method from the superclass, but some compilers
406 // We really want to inherit this method from the superclass, but some compilers
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
repeated_field.h 1183 std::random_access_iterator_tag, Element> superclass; typedef in class:google::protobuf::internal::RepeatedPtrIterator
1274 std::random_access_iterator_tag, Element*> superclass; typedef in class:google::protobuf::internal::RepeatedPtrOverPtrsIterator
    [all...]
  /external/clang/include/clang/AST/
CommentCommands.td 157 def SuperClass : RecordLikeDetailCommand<"superclass">;
  /external/icu4c/test/letest/
PortableFontInstance.cpp 399 // We really want to inherit this method from the superclass, but some compilers
406 // We really want to inherit this method from the superclass, but some compilers
  /external/jsr305/javadoc/javax/annotation/
ParametersAreNonnullByDefault.html 104 <li>The method overrides a method in a superclass (in which case the
105 annotation of the corresponding parameter in the superclass applies)
ParametersAreNullableByDefault.html 104 <li>The method overrides a method in a superclass (in which case the
105 annotation of the corresponding parameter in the superclass applies)
  /external/proguard/src/proguard/shrink/
ClassShrinker.java 237 // Go over the generic definitions, superclass and implemented interfaces.
258 // Append the superclass or interface.
  /external/protobuf/src/google/protobuf/
repeated_field.h 931 std::random_access_iterator_tag, Element> superclass; typedef in class:google::protobuf::internal::RepeatedPtrIterator
935 typedef typename superclass::reference reference;
936 typedef typename superclass::pointer pointer;
937 typedef typename superclass::difference_type difference_type;
1019 std::random_access_iterator_tag, Element*> superclass; typedef in class:google::protobuf::internal::RepeatedPtrOverPtrsIterator
    [all...]
  /dalvik/vm/mterp/out/
InterpC-x86.cpp     [all...]
  /art/test/087-gc-after-link/src/
Main.java 131 * Attempt to find the class with the superclass we refuse to
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget/
Test_sget.java 168 * @title Attempt to read superclass' private field from subclass.
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_boolean/
Test_sget_boolean.java 162 * @title Attempt to read superclass' private field from subclass.
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_byte/
Test_sget_byte.java 163 * @title Attempt to read superclass' private field from subclass.
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_char/
Test_sget_char.java 163 * @title Attempt to read superclass' private field from subclass.
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_object/
Test_sget_object.java 164 * @title Attempt to read superclass' private field from subclass.
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_short/
Test_sget_short.java 163 * @title Attempt to read superclass' private field from subclass.
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_wide/
Test_sget_wide.java 172 * @title Attempt to read superclass' private field from subclass.

Completed in 1838 milliseconds

<<11121314151617181920>>