Searched refs:score (Results 1 – 2 of 2) sorted by relevance
423 int compare = score(attributeInfo, s1) - score(attributeInfo, s2); in sortAttributeChoices()434 private static final int score(IAttributeInfo attributeInfo, String value) { in score() method in UiResourceAttributeNode
645 int score = 1; // we have a valid project at least in initializeFromSelection() local663 score += 2; in initializeFromSelection()669 score += fileName != null ? 4 : 0; in initializeFromSelection()671 if (score > targetScore) { in initializeFromSelection()672 targetScore = score; in initializeFromSelection()