Home
last modified time | relevance | path

Searched refs:hash (Results 1 – 2 of 2) sorted by relevance

/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
DViewNode.java160 int hash = 5; in hashCode() local
161 hash = 67 * hash + (this.name != null ? this.name.hashCode() : 0); in hashCode()
162 return hash; in hashCode()
192 int hash = 5; in hashCode() local
193 hash = 61 * hash + (this.name != null ? this.name.hashCode() : 0); in hashCode()
194 hash = 61 * hash + (this.value != null ? this.value.hashCode() : 0); in hashCode()
195 return hash; in hashCode()
/sdk/templates/docs/
Ddefault.js124 document.location.hash = id;