/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
D | ResourceContentProvider.java | 104 List<ResourceType> types = mResources.getAvailableResourceTypes(); in getElements() local 105 Collections.sort(types); in getElements() 106 return types.toArray(); in getElements()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
D | NewXmlFileCreationPage.java | 547 TypeInfo[] types = (TypeInfo[]) mTypeCombo.getData(); in initialSelectType() local 552 assert mValues.type == types[typeIndex]; in initialSelectType() local 555 onSelectType(types[typeIndex]); in initialSelectType() 556 updateRootCombo(types[typeIndex]); in initialSelectType() 942 TypeInfo[] types = (TypeInfo[]) mTypeCombo.getData(); in setSelectedType() local 943 if (types != null) { in setSelectedType() 944 for (int i = 0, n = types.length; i < n; i++) { in setSelectedType() 945 if (types[i] == type) { in setSelectedType() 957 TypeInfo[] types = (TypeInfo[]) mTypeCombo.getData(); in getSelectedType() local 958 return types[index]; in getSelectedType() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
D | ConstraintType.java | 146 ConstraintType[] types = ConstraintType.values(); in fromAttribute() local 147 Map<String, ConstraintType> map = new HashMap<String, ConstraintType>(types.length); in fromAttribute() 148 for (ConstraintType type : types) { in fromAttribute()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
D | ReplaceStringsVisitor.java | 252 ITypeBinding[] types = methodBinding.getParameterTypes(); in examineMethodInvocation() local 253 if (index < types.length) { in examineMethodInvocation() 254 ITypeBinding type = types[index]; in examineMethodInvocation() 271 if (types.length == len2) { in examineMethodInvocation() 279 } else if (!types[i].equals(types2[i])) { in examineMethodInvocation()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
D | ChangedFileSet.java | 21 import org.apache.tools.ant.types.selectors.SelectorUtils;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
D | XmlPropertyEditor.java | 421 List<ResourceType> types = null; in openDialog() local 448 if (types == null) { in openDialog() 449 types = new ArrayList<ResourceType>(); in openDialog() 450 types.add(type); in openDialog() 452 types.add(t); in openDialog() 460 if (types != null || referenceAllowed) { in openDialog()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
D | ClientRulesEngine.java | 536 Object[] types = dialog.getResult(); 537 if (types != null && types.length > 0) { 538 return ((IType) types[0]).getFullyQualifiedName(); 628 Object[] types = dialog.getResult(); 629 if (types != null && types.length > 0) { 630 return ((IType) types[0]).getFullyQualifiedName();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | ChangeViewRefactoring.java | 268 List<String> types = new ArrayList<String>(); in getOldTypes() local 275 types.add(oldType); in getOldTypes() 278 return types; in getOldTypes()
|
D | ExtractStyleRefactoring.java | 551 Set<String> types = new HashSet<String>(); in getParentStyle() local 553 types.add(element.getTagName()); in getParentStyle() 556 if (types.size() == 1) { in getParentStyle() 557 String view = DescriptorsUtils.getBasename(types.iterator().next()); in getParentStyle()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/ |
D | AndroidJUnitLaunchConfigurationTab.java | 557 IType[] types = new IType[0]; in handleSearchButtonSelected() local 565 types = TestSearchEngine.findTests(getLaunchConfigurationDialog(), javaProject, in handleSearchButtonSelected() 578 SelectionDialog dialog = new TestSelectionDialog(shell, types); in handleSearchButtonSelected() 857 IType[] types = TestSearchEngine.findTests(getLaunchConfigurationDialog(), in initializeTestType() local 859 if ((types == null) || (types.length < 1)) { in initializeTestType() 863 name = types[0].getFullyQualifiedName('.'); in initializeTestType()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
D | AddSuppressAnnotation.java | 363 if (root.types() != null && root.types().size() > 0) { in createFixes() 364 Object type = root.types().get(0); in createFixes()
|
D | LintList.java | 353 Multimap<String, IMarker> types = ArrayListMultimap.<String, IMarker>create(100, 20); in getElements() local 356 types.put(id, marker); in getElements() 359 Set<String> ids = types.keySet(); in getElements() 366 Collection<IMarker> markers = types.get(id); in getElements()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | ClipboardSupport.java | 124 Transfer[] types = new Transfer[] { in copySelectionToClipboard() local 129 mClipboard.setContents(data, types); in copySelectionToClipboard()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
D | NewTemplatePage.java | 846 Object[] types = dialog.getResult(); in chooseActivity() local 847 if (types != null && types.length > 0) { in chooseActivity() 848 return ((IType) types[0]).getFullyQualifiedName(); in chooseActivity()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
D | ProjectHelper.java | 547 IVMInstallType[] types = JavaRuntime.getVMInstallTypes(); in enforcePreferredCompilerCompliance() local 548 for (int i = 0; i < types.length; i++) { in enforcePreferredCompilerCompliance() 549 IVMInstallType type = types[i]; in enforcePreferredCompilerCompliance()
|
/sdk/templates/docs/ |
D | prettify.js | 11 …/(?=[^*/])(?:[^/[\\]|\\[\S\s]|\[(?:[^\\\]]|\\[\S\s])*(?:]|$))+\/)/]);(h=a.types)&&e.push(["typ",h]…
|
/sdk/ |
D | changes.txt | 70 between translated versions, as well as incompatible types
|
/sdk/files/ |
D | NOTICE | 46 and conversions to other media types.
|
/sdk/find_lock/ |
D | NOTICE | 46 and conversions to other media types.
|
/sdk/avdlauncher/ |
D | NOTICE | 46 and conversions to other media types.
|
/sdk/emulator/mksdcard/ |
D | NOTICE | 46 and conversions to other media types.
|
/sdk/eventanalyzer/ |
D | NOTICE | 46 and conversions to other media types.
|
/sdk/apps/SdkController/ |
D | NOTICE | 46 and conversions to other media types.
|
/sdk/sdklauncher/ |
D | NOTICE | 46 and conversions to other media types.
|
/sdk/emulator/ |
D | NOTICE | 46 and conversions to other media types.
|