HomeSort by relevance Sort by last modified time
    Searched full:superclass (Results 426 - 450 of 779) sorted by null

<<11121314151617181920>>

  /external/dexmaker/src/main/java/com/google/dexmaker/
Code.java 133 * methods and for constructors to call their superclass's
141 * superclass's virtual method. The target must not be static, private,
651 * @param method either a private method or the superclass's constructor in
662 * Calls the closest superclass's virtual method {@code method} of {@code
    [all...]
  /external/dexmaker/src/main/java/com/google/dexmaker/stock/
ProxyBuilder.java 96 * Private, static or final methods will always call through to the superclass as normal.
364 * If the 5th method on the superclass Example that can be overridden were to look like
548 TypeId<G> generatedType, TypeId<T> superType, Class<T> superClass) {
557 for (Constructor<T> constructor : getConstructorsToOverwrite(superClass)) {
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/
ReflectionUtils.java 196 * the {@link Class} to get method from it, or its superclass.
  /external/gtest/include/gtest/internal/
gtest-linked_ptr.h 84 // the same object (linked_ptr<Superclass>(obj) vs linked_ptr<Subclass>(obj)).
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
AbstractMultisetSetCountTester.java 36 * Common superclass for {@link MultisetSetCountUnconditionallyTester} and
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableSetCollectionTest.java 191 + ", explicit superclass comparator, iterable")
  /external/javassist/src/main/javassist/bytecode/analysis/
MultiType.java 26 * interface or a superclass), then a <literal>MultiType</literal> is used to
  /external/javassist/src/main/javassist/scopedpool/
ScopedClassPool.java 207 // *NOTE* NEED TO TEST WHEN SUPERCLASS IS IN ANOTHER UCL!!!!!!
  /external/jsr305/javadoc/
index-all.html 175 The method overrides a method in a superclass (in which case the
176 annotation of the corresponding parameter in the superclass applies)
182 The method overrides a method in a superclass (in which case the
183 annotation of the corresponding parameter in the superclass applies)
  /external/junit/src/org/junit/runner/
Description.java 22 * a superclass below {@link Object}. We needed a way to pass a class and name together. Description
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-linked_ptr.h 84 // the same object (linked_ptr<Superclass>(obj) vs linked_ptr<Subclass>(obj)).
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ViaParser.java 141 * Overrides the superclass nameValue parser because we have to tolerate
  /external/protobuf/gtest/include/gtest/internal/
gtest-linked_ptr.h 84 // the same object (linked_ptr<Superclass>(obj) vs linked_ptr<Subclass>(obj)).
  /external/webkit/Source/WebCore/inspector/front-end/
WatchExpressionsSidebarPane.js 103 // last property, and then call the superclass's updateProperties()
  /frameworks/base/docs/html/sdk/api_diff/10/changes/
jdiff_help.html 120 There are some complex changes which can occur between versions, for example, when two or more methods with the same name change simultaneously, or when a method or field is moved into or from a superclass.
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
jdiff_help.html 120 There are some complex changes which can occur between versions, for example, when two or more methods with the same name change simultaneously, or when a method or field is moved into or from a superclass.
  /frameworks/base/docs/html/sdk/api_diff/12/changes/
jdiff_help.html 120 There are some complex changes which can occur between versions, for example, when two or more methods with the same name change simultaneously, or when a method or field is moved into or from a superclass.
  /frameworks/base/docs/html/sdk/api_diff/13/changes/
jdiff_help.html 120 There are some complex changes which can occur between versions, for example, when two or more methods with the same name change simultaneously, or when a method or field is moved into or from a superclass.
  /frameworks/base/docs/html/sdk/api_diff/14/changes/
dalvik.system.PathClassLoader.html 76 <p><font xsize="+1">The superclass changed from <code>java.lang.ClassLoader</code> to <code>dalvik.system.BaseDexClassLoader</code>.<br></font>
jdiff_help.html 120 There are some complex changes which can occur between versions, for example, when two or more methods with the same name change simultaneously, or when a method or field is moved into or from a superclass.
  /frameworks/base/docs/html/sdk/api_diff/15/changes/
jdiff_help.html 120 There are some complex changes which can occur between versions, for example, when two or more methods with the same name change simultaneously, or when a method or field is moved into or from a superclass.
  /frameworks/base/docs/html/sdk/api_diff/16/changes/
jdiff_help.html 120 There are some complex changes which can occur between versions, for example, when two or more methods with the same name change simultaneously, or when a method or field is moved into or from a superclass.
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
jdiff_help.html 120 There are some complex changes which can occur between versions, for example, when two or more methods with the same name change simultaneously, or when a method or field is moved into or from a superclass.
  /frameworks/base/docs/html/sdk/api_diff/4/changes/
jdiff_help.html 120 There are some complex changes which can occur between versions, for example, when two or more methods with the same name change simultaneously, or when a method or field is moved into or from a superclass.
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
jdiff_help.html 120 There are some complex changes which can occur between versions, for example, when two or more methods with the same name change simultaneously, or when a method or field is moved into or from a superclass.

Completed in 1053 milliseconds

<<11121314151617181920>>