HomeSort by relevance Sort by last modified time
    Searched defs:supertype (Results 1 - 25 of 29) sorted by null

1 2

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
conversion_traits.hpp 47 typedef typename mpl::if_<subranged,S,T>::type supertype ; typedef in struct:boost::numeric::convdetail::non_trivial_traits_impl
71 typedef N supertype ; typedef in struct:boost::numeric::convdetail::trivial_traits_impl
  /dalvik/dx/src/com/android/dx/cf/code/
Merger.java 208 * Returns whether the given supertype is possibly assignable from
212 * type {@code Object} is the supertype of all reference
216 * @param supertypeBearer {@code non-null;} the supertype
221 Type supertype = supertypeBearer.getType(); local
224 if (supertype.equals(subtype)) {
229 int superBt = supertype.getBasicType();
235 supertype = Type.OBJECT;
249 return supertype.isIntlike() && subtype.isIntlike();
254 if (supertype == Type.KNOWN_NULL) {
256 * A known-null supertype is only assignable from anothe
    [all...]
  /external/dexmaker/src/main/java/com/google/dexmaker/
DexMaker.java 220 TypeId<?> supertype, TypeId<?>... interfaces) {
232 declaration.supertype = supertype;
404 private TypeId<?> supertype; field in class:DexMaker.TypeDeclaration
428 ClassDefItem out = new ClassDefItem(thisType, flags, supertype.constant,
  /libcore/dex/src/main/java/com/android/dex/
Dex.java 479 position += SizeOf.UINT; // superType
494 position += SizeOf.UINT; // superType
631 int supertype = readInt(); local
637 return new ClassDef(Dex.this, offset, type, accessFlags, supertype,
    [all...]
  /external/doclava/src/com/google/doclava/
ClassInfo.java 425 TypeInfo supertype = mRealSuperclassType; local
427 while (superclass != null && supertype != null) {
429 lastCtp = new ClassTypePair(superclass, supertype.getTypeWithArguments(typeArgumentsMap));
432 supertype = superclass.mRealSuperclassType;
    [all...]
  /prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
sisu-guice-3.1.3-no_aop.jar 
guava-14.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/misc/common/android-support-test/
espresso-core.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/sdk/tools/
jill.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/
guava-15.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/17.0/
guava-17.0.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /libcore/benchmarks/libs/
caliper.jar 

Completed in 481 milliseconds

1 2