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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiClassAttributeNode.java 160 // get the type hierarchy and reference type is one of the super classes.
161 ITypeHierarchy hierarchy = type.newSupertypeHierarchy( local
164 IType[] supertypes = hierarchy.getAllSupertypes(type);
706 ITypeHierarchy hierarchy = type.newTypeHierarchy(new NullProgressMonitor());
707 IType[] allSubtypes = hierarchy.getAllSubtypes(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/
LayoutContentAssist.java 186 ITypeHierarchy hierarchy = type.newTypeHierarchy(new NullProgressMonitor()); local
187 IType[] allSubtypes = hierarchy.getAllSubtypes(type);
198 ITypeHierarchy hierarchy = type.newTypeHierarchy( local
200 IType[] allSubtypes = hierarchy.getAllSubtypes(type);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LintOverlay.java 70 ViewHierarchy hierarchy = mCanvas.getViewHierarchy(); local
88 CanvasViewInfo vi = hierarchy.findViewInfoFor(node);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
BaseProjectHelper.java 296 // get the type hierarchy
297 ITypeHierarchy hierarchy = type.newSupertypeHierarchy(new NullProgressMonitor()); local
304 while ((superType = hierarchy.getSuperclass(superType)) != null &&
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
CustomViewDescriptorService.java 187 // get the type hierarchy
188 ITypeHierarchy hierarchy = type.newSupertypeHierarchy( local
192 hierarchy.getSuperclass(type), project, hierarchy);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfo.java 566 ITypeHierarchy hierarchy = local
568 activityTypes = hierarchy.getAllSubtypes(activityType);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidTypeRenameParticipant.java 155 ITypeHierarchy hierarchy = type.newSupertypeHierarchy(new NullProgressMonitor()); local
156 if (hierarchy.contains(classView)) {
  /libcore/luni/src/main/java/java/io/
ObjectOutputStream.java 1039 List<ObjectStreamClass> hierarchy = classDesc.getHierarchy(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintClient.java 956 ITypeHierarchy hierarchy = type.newSupertypeHierarchy(new NullProgressMonitor()); local
1005 ITypeHierarchy hierarchy = type.newSupertypeHierarchy(new NullProgressMonitor()); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplatePage.java 809 ITypeHierarchy hierarchy = activityType.newTypeHierarchy(monitor); local
    [all...]
  /external/doclava/src/com/google/doclava/
ClassInfo.java 639 // rearrange our little inheritance hierarchy, because we need to hide classes that
913 // inheritance hierarchy
1558 public Iterable<ClassInfo> hierarchy() { method in class:ClassInfo
    [all...]

Completed in 646 milliseconds