Home
last modified time | relevance | path

Searched refs:compare (Results 1 – 25 of 39) sorted by relevance

12

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DLintColumn.java132 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
DLintList.java961 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/
DTemplateManager.java175 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/
DUiResourceAttributeNode.java422 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()
DUiElementNode.java1695 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/
DFrameSummaryViewPage.java410 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/
DExtractStyleWizard.java247 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()
DVisualRefactoring.java558 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/
DEclipseXmlFormatPreferences.java77 public int compare(Attr attr1, Attr attr2) {
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
DViewHierarchyLoader.java183 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/
DExtractStyleRefactoringTest.java201 public int compare(Attr a1, Attr a2) { in checkRefactoring()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DTraceFileParserTask.java185 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/
DLayoutContentAssist.java212 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/
DConfigurationMatcher.java702 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/
DRefactoringTestBase.java211 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/
DSdkSelectionPage.java244 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/
DRenderPreviewManager.java1082 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()
DRenderPreview.java1318 public int compare(RenderPreview preview1, RenderPreview preview2) {
1325 public int compare(RenderPreview preview1, RenderPreview preview2) {
DDomUtilities.java911 public int compare(Attr a1, Attr a2) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DSourceRevealer.java288 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/
DBuildFileCreator.java95 public int compare(IFile o1, IFile o2) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/META-INF/
DMANIFEST.MF54 org.eclipse.compare
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DGuidelineHandler.java739 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/
DBaseViewRule.java640 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/
DAndroidContentAssist.java325 public int compare(ElementDescriptor e1, ElementDescriptor e2) { in sort()

12