HomeSort by relevance Sort by last modified time
    Searched full:superclasses (Results 51 - 75 of 125) sorted by null

1 23 4 5

  /external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/
BufferPerformanceBench.java 208 * in superclasses and move the setup method depending on the bench state
  /external/proguard/src/proguard/classfile/
LibraryClass.java 338 // Visit the interfaces of the superclasses, if we haven't done so yet.
ProgramClass.java 391 // Visit the interfaces of the superclasses, if we haven't done so yet.
  /frameworks/support/v4/java/android/support/v4/view/
NestedScrollingParent.java 68 * an opportunity for the view and its superclasses to perform initial configuration
ViewParentCompat.java 276 * It offers an opportunity for the view and its superclasses to perform initial configuration
  /prebuilts/tools/common/api-generator/
api-generator-22.9.1.jar 
api-generator-22.9.2.jar 
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 54 const sc_iterator SuperClasses;
173 return SuperClasses;
179 return SuperClasses[0] != nullptr;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
gensuitemodule.py     [all...]
  /art/runtime/
common_throws.cc 295 << " in class " << c->GetDescriptor(&temp) << " or its superclasses";
runtime.h 586 // for differentiating between unfilled imt slots vs conflict slots in superclasses.
  /dalvik/docs/
java-constraints.html 734 superclasses.
dalvik-constraints.html 599 superclasses.
  /external/clang/include/clang/Basic/
DiagnosticASTKinds.td 210 "class %0 has incompatible superclasses">;
  /external/llvm/include/llvm/IR/
InstVisitor.h 70 /// supported, if you handle one of their superclasses.
  /external/llvm/lib/TableGen/
SetTheory.cpp 307 // Skip unnamed superclasses.
  /external/v8/src/base/platform/
platform.h 15 // superclasses with virtual methods and having specializations for each
  /art/runtime/mirror/
object_test.cc 733 // TODO: test static fields via superclasses.
735 // TODO: test that interfaces trump superclasses.
  /libcore/luni/src/main/java/java/io/
ObjectInputStream.java 440 * defined in the object's class and superclasses are read from the source
1228 List<Class<?>> superclasses = cachedSuperclasses.get(object.getClass()); local
    [all...]
  /external/doclava/src/com/google/doclava/
ClassInfo.java 410 * A list of ClassTypePairs that contain all superclasses
    [all...]
  /docs/source.android.com/src/devices/tech/dalvik/
constraints.jd 657 superclasses.
  /external/clang/docs/analyzer/
IPA.txt 340 receiver's class or by any superclasses.
  /external/icu/icu4c/source/test/intltest/
uobjtest.cpp 310 /* The whole purpose of this class is to expose the constructor, and gain access to the superclasses RTTI. */
  /external/llvm/docs/TableGen/
LangIntro.rst 228 superclasses, they are specified as a comma separated list that starts with a
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 742 assert(!SuperClasses.empty() && "Synthesized class without super class");
745 CodeGenRegisterClass &Super = *SuperClasses.back();
    [all...]

Completed in 1374 milliseconds

1 23 4 5