/cts/libs/vogar-expect/src/vogar/ |
D | Outcome.java | 161 @Override public int hashCode() { in hashCode() method in Outcome 162 int hashCode = 17; in hashCode() local 163 hashCode = 37 * hashCode + outcomeName.hashCode(); in hashCode() 164 hashCode = 37 * hashCode + result.hashCode(); in hashCode() 165 hashCode = 37 * hashCode + output.hashCode(); in hashCode() 166 return hashCode; in hashCode()
|
/cts/tools/dasm/src/java_cup/ |
D | action_part.java | 78 public int hashCode() in hashCode() method in action_part 80 return super.hashCode() ^ in hashCode() 81 (code_string()==null ? 0 : code_string().hashCode()); in hashCode()
|
D | symbol_part.java | 81 public int hashCode() in hashCode() method in symbol_part 83 return super.hashCode() ^ in hashCode() 84 (the_symbol()==null ? 0 : the_symbol().hashCode()); in hashCode()
|
D | shift_action.java | 69 public int hashCode() in hashCode() method in shift_action 72 return shift_to().hashCode(); in hashCode()
|
D | reduce_action.java | 69 public int hashCode() in hashCode() method in reduce_action 72 return reduce_with().hashCode(); in hashCode()
|
D | production_part.java | 76 public int hashCode() in hashCode() method in production_part 78 return label()==null ? 0 : label().hashCode(); in hashCode()
|
D | parse_action.java | 74 public int hashCode() in hashCode() method in parse_action
|
/cts/tests/JobScheduler/src/android/jobscheduler/cts/ |
D | TimingConstraintsTest.java | 28 private static final int TIMING_JOB_ID = TimingConstraintsTest.class.hashCode() + 0; 29 private static final int CANCEL_JOB_ID = TimingConstraintsTest.class.hashCode() + 1; 30 private static final int EXPIRED_JOB_ID = TimingConstraintsTest.class.hashCode() + 2; 31 private static final int UNEXPIRED_JOB_ID = TimingConstraintsTest.class.hashCode() + 3;
|
/cts/tools/vm-tests-tf/src/util/build/ |
D | JavacBuildStep.java | 92 public int hashCode() { in hashCode() method in JavacBuildStep 93 return destPath.hashCode() ^ classPath.hashCode() ^ sourceFiles.hashCode(); in hashCode()
|
D | JarBuildStep.java | 83 public int hashCode() { in hashCode() method in JarBuildStep 84 return inputFile.hashCode() ^ outputFile.hashCode() in hashCode() 85 ^ destFileName.hashCode(); in hashCode()
|
D | DxBuildStep.java | 67 public int hashCode() { in hashCode() method in DxBuildStep 68 return inputFile.hashCode() ^ outputFile.hashCode(); in hashCode()
|
D | DFHBuildStep.java | 78 public int hashCode() { in hashCode() method in DFHBuildStep 79 return (inputFile == null ? 31 : inputFile.hashCode()) in hashCode() 80 ^ (outputFile == null ? 37 : outputFile.hashCode()); in hashCode()
|
D | JillBuildStep.java | 92 public int hashCode() { in hashCode() method in JillBuildStep 93 return inputFile.hashCode() ^ outputFile.hashCode(); in hashCode()
|
D | JackBuildStep.java | 135 public int hashCode() { in hashCode() method in JackBuildStep 136 return destPath.hashCode() ^ classPath.hashCode() ^ sourceFiles.hashCode(); in hashCode()
|
D | JackDexBuildStep.java | 102 public int hashCode() { in hashCode() method in JackDexBuildStep 103 return inputFile.hashCode() ^ outputFile.hashCode(); in hashCode()
|
D | BuildStep.java | 50 public int hashCode() { in hashCode() method in BuildStep.BuildFile 51 return fileName.hashCode(); in hashCode() 102 public abstract int hashCode(); in hashCode() method in BuildStep
|
D | DasmBuildStep.java | 171 public int hashCode() { in hashCode() method in DasmBuildStep 172 return inputFile.hashCode() ^ outputFile.hashCode() in hashCode()
|
/cts/tools/dasm/etc/ |
D | java_cup.jar.old | META-INF/
META-INF/MANIFEST.MF
java_cup/
java_cup/action_part.class
action_part ... |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/jobscheduler/ |
D | ConnectivityConstraintTestActivity.java | 29 ConnectivityConstraintTestActivity.class.hashCode() + 0; 31 ConnectivityConstraintTestActivity.class.hashCode() + 1; 33 ConnectivityConstraintTestActivity.class.hashCode() + 2; 35 ConnectivityConstraintTestActivity.class.hashCode() + 3;
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | PointTest.java | 70 assertTrue(p.hashCode() != mPoint.hashCode()); in testHashCode()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/ |
D | StreamingVideoActivity.java | 90 public int hashCode() { in hashCode() method in StreamingVideoActivity.Stream 91 return name.hashCode() ^ uri.hashCode() ^ code.hashCode(); in hashCode()
|
/cts/tests/tests/util/src/android/util/cts/ |
D | ArrayMapTest.java | 107 public final int hashCode() { in hashCode() method in ArrayMapTest.ControlledHash 173 if (map.entrySet().hashCode() != array.entrySet().hashCode()) { in compareMaps() 175 + Integer.toHexString(map.entrySet().hashCode()) + " array=0x" in compareMaps() 176 + Integer.toHexString(array.entrySet().hashCode())); in compareMaps() 187 if (map.keySet().hashCode() != array.keySet().hashCode()) { in compareMaps() 189 + Integer.toHexString(map.keySet().hashCode()) + " array=0x" in compareMaps() 190 + Integer.toHexString(array.keySet().hashCode())); in compareMaps()
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | Script.java | 173 public int hashCode() { in hashCode() method in Script.ScriptParameter 174 return mScriptClass.hashCode() ^ mValueClass.hashCode(); in hashCode()
|
/cts/tests/tests/content/src/android/content/cts/ |
D | ContentValuesTest.java | 152 assertEquals(0, mContentValues.hashCode()); in testHashCode() 156 assertTrue(0 != mContentValues.hashCode()); in testHashCode() 158 int hashcode = mContentValues.hashCode(); in testHashCode() 160 assertTrue(hashcode != mContentValues.hashCode()); in testHashCode() 163 assertTrue(hashcode == mContentValues.hashCode()); in testHashCode() 166 assertEquals(0, mContentValues.hashCode()); in testHashCode()
|
/cts/tests/tests/tv/src/android/media/tv/cts/ |
D | TvInputInfoTest.java | 92 assertEquals(id.hashCode(), mStubInfo.hashCode()); in testTvInputInfoOp() 110 assertEquals(mStubInfo.hashCode(), infoFromParcel.hashCode()); in testTvInputInfoOp()
|