/sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/ |
D | Window.java | 23 private int hashCode; field in Window 25 public Window(String title, int hashCode) { in Window() argument 27 this.hashCode = hashCode; in Window() 35 return hashCode; in getHashCode() 39 return Integer.toHexString(hashCode); in encode()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | SimpleAttributeTest.java | 87 int ah = a.hashCode(); in testHashCode() 89 assertFalse(ah == new Object().hashCode()); in testHashCode() 94 "value = with space ").hashCode()); in testHashCode() 98 "value").hashCode()); in testHashCode() 100 assertFalse(ah == new SimpleAttribute("uri", "name", "value = with space ").hashCode()); in testHashCode() 102 assertFalse(ah == new SimpleAttribute("uri", "wrong name", "value").hashCode()); in testHashCode() 106 "value = with space ").hashCode()); in testHashCode()
|
D | SimpleElementTest.java | 310 int he = e.hashCode(); in testHashCode() 315 new Rect(0, 0, 320, 480)).hashCode()); in testHashCode() 322 new Rect(0, 0, 320, 480)).hashCode()); in testHashCode() 328 new Rect(0, 0, 320, 480)).hashCode()); in testHashCode() 334 new Rect(0, 0, 320, 480)).hashCode()); in testHashCode() 340 new Rect(10, 100, 160, 240)).hashCode()); in testHashCode()
|
D | LayoutPointTest.java | 36 assertEquals(point2.hashCode(), point2b.hashCode()); in testEquals()
|
D | ControlPointTest.java | 65 assertEquals(point2.hashCode(), point2b.hashCode()); in testEquals()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | SimpleAttribute.java | 113 public int hashCode() { in hashCode() method in SimpleAttribute 114 long c = mName.hashCode(); in hashCode() 116 c = 31*c + mUri.hashCode(); in hashCode() 117 c = 31*c + mValue.hashCode(); in hashCode()
|
D | SimpleElement.java | 348 public int hashCode() { in hashCode() method in SimpleElement 349 long c = mFqcn.hashCode(); in hashCode() 351 c = 31*c + mAttributes.hashCode(); in hashCode() 352 c = 31*c + mElements.hashCode(); in hashCode() 354 c = 31*c + mParentFqcn.hashCode(); in hashCode() 357 c = 31*c + mBounds.hashCode(); in hashCode() 360 c = 31*c + mParentBounds.hashCode(); in hashCode()
|
D | LayoutPoint.java | 133 public int hashCode() { in hashCode() method in LayoutPoint
|
D | ControlPoint.java | 160 public int hashCode() { in hashCode() method in ControlPoint
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/api/ |
D | PointTest.java | 113 assertEquals(p1.hashCode(), p.hashCode()); in testHashCode() 115 assertFalse(p2.hashCode() == p.hashCode()); in testHashCode()
|
D | RectTest.java | 282 assertFalse(r1.hashCode() == r.hashCode()); in testHashCode() 283 assertEquals(r2.hashCode(), r1.hashCode()); in testHashCode()
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
D | ViewNode.java | 159 public int hashCode() { in hashCode() method in ViewNode 161 hash = 67 * hash + (this.name != null ? this.name.hashCode() : 0); in hashCode() 191 public int hashCode() { in hashCode() method in ViewNode.Property 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()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/ |
D | AndroidTestReference.java | 62 public int hashCode() { in hashCode() method in AndroidTestReference 63 return getName().hashCode(); in hashCode()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/ |
D | XmlStorageEditorInput.java | 116 public int hashCode() { in hashCode() method in XmlStorageEditorInput 117 return mStorage.hashCode(); in hashCode()
|
D | FileStorage.java | 117 public int hashCode() { in hashCode() method in FileStorage 118 return mFile.hashCode(); in hashCode()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/io/ |
D | IFileWrapper.java | 141 public int hashCode() { 142 return mFile.hashCode();
|
D | IFolderWrapper.java | 145 public int hashCode() { in hashCode() method in IFolderWrapper 146 return mContainer.hashCode(); in hashCode()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
D | Locale.java | 158 public int hashCode() { in hashCode() method in Locale 161 result = prime * result + qualifier.hashCode(); in hashCode()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
D | ApkInstallManager.java | 73 public int hashCode() { in hashCode() method in ApkInstallManager.ApkInstall 74 return (device.getSerialNumber() + project.getName() + packageName).hashCode(); in hashCode()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
D | ProjectState.java | 156 public int hashCode() { in hashCode() method in ProjectState.LibraryState 157 return normalizePath(mRelativePath).hashCode(); in hashCode() 732 public int hashCode() { in hashCode() method in ProjectState 733 return mProject.hashCode(); in hashCode()
|
D | WidgetClassLoader.java | 118 public int hashCode() { in hashCode() method in WidgetClassLoader.ClassDescriptor 119 return mFqcn.hashCode(); in hashCode()
|
D | AndroidJarLoader.java | 91 public int hashCode() { in hashCode() method in AndroidJarLoader.ClassWrapper 92 return mClass.hashCode(); in hashCode()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
D | XmlPropertyComposite.java | 56 public int hashCode() { in hashCode() method in XmlPropertyComposite
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/resources/ |
D | ResourceHelperTest.java | 81 public int hashCode() { in hashCode() method in ResourceHelperTest.FakeQualifierClass
|
/sdk/testapps/gridlayoutTest/v7-gridlayout/libs/ |
D | android-support-v7-gridlayout.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |