Home
last modified time | relevance | path

Searched refs:prime (Results 1 – 5 of 5) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutPoint.java134 final int prime = 31; in hashCode() local
136 result = prime * result + x; in hashCode()
137 result = prime * result + y; in hashCode()
DControlPoint.java161 final int prime = 31; in hashCode() local
163 result = prime * result + x; in hashCode()
164 result = prime * result + y; in hashCode()
DIncludeFinder.java1004 final int prime = 31; in hashCode() local
1006 result = prime * result + ((mId == null) ? 0 : mId.hashCode()); in hashCode()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DLocale.java159 final int prime = 31; in hashCode() local
161 result = prime * result + qualifier.hashCode(); in hashCode()
/sdk/attribute_stats/src/
DAnalyzer.java640 final int prime = 31; in hashCode() local
642 result = prime * result + ((attribute == null) ? 0 : attribute.hashCode()); in hashCode()