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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiClassAttributeNode.java 156 // get the type hierarchy and reference type is one of the super classes.
157 ITypeHierarchy hierarchy = type.newSupertypeHierarchy( local
160 IType[] supertypes = hierarchy.getAllSupertypes(type);
  /external/guava/guava-tests/test/com/google/common/eventbus/
EventBusTest.java 150 Set<Class<?>> hierarchy = bus.flattenHierarchy(fixture.getClass()); local
152 assertEquals(5, hierarchy.size());
153 assertContains(Object.class, hierarchy);
154 assertContains(HierarchyFixtureInterface.class, hierarchy);
155 assertContains(HierarchyFixtureSubinterface.class, hierarchy);
156 assertContains(HierarchyFixtureParent.class, hierarchy);
157 assertContains(HierarchyFixture.class, hierarchy);
237 // Exists only for hierarchy mapping; no members.
242 // Exists only for hierarchy mapping; no members.
247 // Exists only for hierarchy mapping; no members
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
CustomViewDescriptorService.java 156 // get the type hierarchy
157 ITypeHierarchy hierarchy = type.newSupertypeHierarchy( local
161 hierarchy.getSuperclass(type), project, hierarchy);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
BaseProjectHelper.java 283 // get the type hierarchy
284 ITypeHierarchy hierarchy = type.newSupertypeHierarchy(new NullProgressMonitor()); local
291 while ((superType = hierarchy.getSuperclass(superType)) != null &&
  /libcore/luni/src/main/java/java/io/
ObjectOutputStream.java 1039 List<ObjectStreamClass> hierarchy = classDesc.getHierarchy(); local
    [all...]
  /external/doclava/src/com/google/doclava/
ClassInfo.java 636 // rearrange our little inheritance hierarchy, because we need to hide classes that
904 // inheritance hierarchy
1543 public Iterable<ClassInfo> hierarchy() { method in class:ClassInfo
    [all...]

Completed in 157 milliseconds