HomeSort by relevance Sort by last modified time
    Searched refs:IType (Results 1 - 19 of 19) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitPropertyTester.java 27 import org.eclipse.jdt.core.IType;
113 IType testType = null;
118 } else if (element instanceof IType) {
119 testType = (IType) element;
AndroidJUnitLaunchConfigurationTab.java 45 import org.eclipse.jdt.core.IType;
558 IType[] types = new IType[0];
590 IType type = (IType) results[0];
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
PostActivityCreationAction.java 25 import org.eclipse.jdt.core.IType;
52 public void processNewType(IType newType) {
PostReceiverCreationAction.java 25 import org.eclipse.jdt.core.IType;
51 public void processNewType(IType newType) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
CustomViewDescriptorService.java 33 import org.eclipse.jdt.core.IType;
151 // look for the IType object for this class
152 IType type = javaProject.findType(javaClassName);
189 // there was an error accessing any of the IType, we'll just return null;
201 private ViewElementDescriptor createViewDescriptor(IType type, IProject project,
235 IType parentType = typeHierarchy.getSuperclass(type);
285 * Returns the array of {@link AttributeDescriptor} for the specified {@link IType}.
292 private static AttributeDescriptor[] getAttributeDescriptor(IType type,
298 private static AttributeDescriptor[] getLayoutAttributeDescriptors(IType type,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ClientRulesEngine.java 64 import org.eclipse.jdt.core.IType;
309 IType oldFragmentType = javaProject.findType(CLASS_V4_FRAGMENT);
341 IType[] fragmentTypes = new IType[0];
342 IType[] oldFragmentTypes = new IType[0];
348 IType fragmentType = javaProject.findType(CLASS_FRAGMENT);
354 IType[] subTypes = new IType[fragmentTypes.length + oldFragmentTypes.length];
422 return ((IType) types[0]).getFullyQualifiedName()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiClassAttributeNode.java 42 import org.eclipse.jdt.core.IType;
102 private IType mReferenceType;
136 IType type = mJavaProject.findType(className);
160 IType[] supertypes = hierarchy.getAllSupertypes(type);
163 IType st = supertypes[i];
206 * @param newType the IType representing the newly created class.
208 public void processNewType(IType newType);
376 handleNewType((IType)results[0]);
414 IType result = javaProject.findType(fullClassName);
493 private void handleNewType(IType type)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/
AndroidPackageRenameParticipant.java 47 import org.eclipse.jdt.core.IType;
238 final IType type = javaProject.findType(SdkConstants.CLASS_VIEW);
244 final HashSet<IType> elements = new HashSet<IType>();
250 if (elem instanceof IType) {
251 IType eType = (IType) elem;
252 IType[] superTypes = JavaModelUtil.getAllSuperTypes(eType,
269 for (IType elem : elements) {
AndroidTypeRenameParticipant.java 45 import org.eclipse.jdt.core.IType;
129 if (element instanceof IType) {
130 IType type = (IType) element;
170 IType[] superTypes = typeHierarchy.getAllSuperclasses(type);
172 IType superType = superTypes[i];
AndroidTypeMoveParticipant.java 46 import org.eclipse.jdt.core.IType;
174 if (element instanceof IType) {
175 IType type = (IType) element;
210 IType[] superTypes = typeHierarchy.getAllSuperclasses(type);
212 IType superType = superTypes[i];
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
BaseProjectHelper.java 37 import org.eclipse.jdt.core.IType;
228 // look for the IType object for this class
229 IType type = javaProject.findType(javaClassName);
258 IType declaringType = type;
260 IType tmpType = declaringType.getDeclaringType();
289 IType superType = type;
351 // look for the IType matching the class name.
352 IType result = javaProject.findType(className);
  /sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/
SourceRevealer.java 26 import org.eclipse.jdt.core.IType;
76 // look for the IType matching the class name.
77 IType result = javaProject.findType(className);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfo.java 61 import org.eclipse.jdt.core.IType;
414 IType declaringType = method.getDeclaringType();
439 IType type = javaProject.findType(typeFqcn);
503 IType declaringType = method.getDeclaringType();
539 IType activityType = javaProject.findType(SdkConstants.CLASS_ACTIVITY);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CustomViewFinder.java 41 import org.eclipse.jdt.core.IType;
249 IType viewType = javaProject.findType(className);
287 private static boolean isValidView(IType type, boolean layoutsOnly)
FragmentMenu.java 40 import org.eclipse.jdt.core.IType;
107 IType type = javaProject.findType(fqcn);
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java 93 import org.eclipse.jdt.core.IType;
622 IType activityType = null;
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 584 milliseconds