/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
D | LintColumn.java | 132 public int compare(IMarker o1, IMarker o2) { in compare() method in LintColumn 218 public int compare(IMarker marker2, IMarker marker1) { in compare() method in LintColumn.MessageColumn 354 public int compare(IMarker marker1, IMarker marker2) { in compare() method in LintColumn.LocationColumn 475 public int compare(IMarker marker1, IMarker marker2) { in compare() method in LintColumn.LineColumn 523 public int compare(IMarker marker1, IMarker marker2) { in compare() method in LintColumn.PriorityColumn
|
D | LintList.java | 961 public int compare(Viewer viewer, Object e1, Object e2) { 962 return compare((IMarker) e1, (IMarker) e2, 0, true); 965 private int compare(IMarker marker1, IMarker marker2, int depth, 972 int result = property.compare(marker1, marker2); 974 return compare(marker1, marker2, depth + 1, continueSearching);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
D | TemplateManager.java | 175 int compare = compareTemplates(replaces, file); in getTemplates() local 176 if (compare > 0) { in getTemplates() 196 public int compare(File file1, File file2) { in getTemplates()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
D | UiResourceAttributeNode.java | 422 public int compare(String s1, String s2) { in sortAttributeChoices() 423 int compare = score(attributeInfo, s1) - score(attributeInfo, s2); in sortAttributeChoices() 424 if (compare == 0) { in sortAttributeChoices() 426 compare = s1.compareToIgnoreCase(s2); in sortAttributeChoices() 428 return compare; in sortAttributeChoices()
|
D | UiElementNode.java | 1695 int compare; in commitDirtyAttributesToXml() local 1703 compare = XmlAttributeSortOrder.compareAttributes(domAttributeName, in commitDirtyAttributesToXml() 1706 compare = 1; in commitDirtyAttributesToXml() 1711 compare = -1; in commitDirtyAttributesToXml() 1718 if (compare < 0) { in commitDirtyAttributesToXml() 1726 assert compare >= 0; in commitDirtyAttributesToXml() local 1727 if (compare == 0) { in commitDirtyAttributesToXml()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/ |
D | FrameSummaryViewPage.java | 410 public int compare(Viewer viewer, Object e1, Object e2) { in compare() method in FrameSummaryViewPage.StatsTableComparator 430 return String.CASE_INSENSITIVE_ORDER.compare(k1, k2); in compare() 438 return super.compare(viewer, e1, e2); in compare()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | ExtractStyleWizard.java | 247 public int compare(Map.Entry<String, List<Attr>> e1, in initialize() 281 public int compare(Attr a1, Attr a2) { in initialize() 314 public int compare(Attr a1, Attr a2) { in initialize()
|
D | VisualRefactoring.java | 558 public int compare(IndexedRegion r1, IndexedRegion r2) { in stripTopLayoutAttributes()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/ |
D | EclipseXmlFormatPreferences.java | 77 public int compare(Attr attr1, Attr attr2) {
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
D | ViewHierarchyLoader.java | 183 public int compare(ViewNode.Property source, ViewNode.Property destination) { in loadProperties()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | ExtractStyleRefactoringTest.java | 201 public int compare(Attr a1, Attr a2) { in checkRefactoring()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | TraceFileParserTask.java | 185 public int compare(GLCall c1, GLCall c2) { in run()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
D | LayoutContentAssist.java | 212 public int compare(IType type1, IType type2) { in computeAttributeValues()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
D | ConfigurationMatcher.java | 702 public int compare(ConfigMatch o1, ConfigMatch o2) { in compare() method in ConfigurationMatcher.TabletConfigComparator 776 public int compare(ConfigMatch o1, ConfigMatch o2) { in compare() method in ConfigurationMatcher.PhoneConfigComparator
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
D | RefactoringTestBase.java | 211 public int compare(Change change1, Change change2) { in describe()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
D | SdkSelectionPage.java | 244 public int compare(Pair<String, File> o1, Pair<String, File> o2) { in loadSamplesForTarget()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | RenderPreviewManager.java | 1082 public int compare(IFile file1, IFile file2) { in addVariationPreviews() 1523 public int compare(RenderPreview preview1, RenderPreview preview2) { in sortPreviewsByScreenSize() 1561 public int compare(RenderPreview preview1, RenderPreview preview2) { in sortPreviewsByOrientation()
|
D | RenderPreview.java | 1318 public int compare(RenderPreview preview1, RenderPreview preview2) { 1325 public int compare(RenderPreview preview1, RenderPreview preview2) {
|
D | DomUtilities.java | 911 public int compare(Attr a1, Attr a2) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
D | SourceRevealer.java | 288 public int compare(SearchMatch m1, SearchMatch m2) { in filterMatchByFileName()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/ |
D | BuildFileCreator.java | 95 public int compare(IFile o1, IFile o2) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/META-INF/ |
D | MANIFEST.MF | 54 org.eclipse.compare
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
D | GuidelineHandler.java | 739 public int compare(Match m1, Match m2) { in compare() method in GuidelineHandler.MatchComparator
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
D | BaseViewRule.java | 640 public int compare(RuleAction action1, RuleAction action2) { in addPropertyActions()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
D | AndroidContentAssist.java | 325 public int compare(ElementDescriptor e1, ElementDescriptor e2) { in sort()
|