/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()
|
/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 | 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 | JackDexBuildStep.java | 102 public int hashCode() { in hashCode() method in JackDexBuildStep 103 return inputFile.hashCode() ^ outputFile.hashCode(); in hashCode()
|
D | DasmBuildStep.java | 171 public int hashCode() { in hashCode() method in DasmBuildStep 172 return inputFile.hashCode() ^ outputFile.hashCode() in hashCode()
|
/cts/tests/tests/net/src/android/net/wifi/aware/cts/ |
D | TestUtils.java | 65 public int hashCode() { in hashCode() method in TestUtils.MacWrapper 66 return Arrays.hashCode(mMac); in hashCode()
|
/cts/tools/dasm/etc/ |
D | java_cup.jar | META-INF/
META-INF/MANIFEST.MF
java_cup/
java_cup/action_part.class
action_part ... |
D | java_cup-new.jar | META-INF/
META-INF/MANIFEST.MF
java_cup/
java_cup/runtime/
java_cup/ ... |
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/util/src/android/util/cts/ |
D | HalfTest.java | 562 assertNotEquals(Half.hashCode(POSITIVE_INFINITY), Half.hashCode(NEGATIVE_INFINITY)); in hashCodeGeneration() 563 assertNotEquals(Half.hashCode(POSITIVE_ZERO), Half.hashCode(NEGATIVE_ZERO)); in hashCodeGeneration() 564 assertNotEquals(Half.hashCode(toHalf(1.999f)), Half.hashCode(toHalf(1.998f))); in hashCodeGeneration() 565 assertEquals(Half.hashCode(NaN), Half.hashCode((short) 0x7c01)); in hashCodeGeneration() 566 assertEquals(Half.hashCode(NaN), Half.hashCode((short) 0xfc98)); in hashCodeGeneration() 568 assertEquals(Half.hashCode(POSITIVE_INFINITY), Half.valueOf(POSITIVE_INFINITY).hashCode()); in hashCodeGeneration() 569 assertEquals(Half.hashCode(NEGATIVE_INFINITY), Half.valueOf(NEGATIVE_INFINITY).hashCode()); in hashCodeGeneration() 570 assertEquals(Half.hashCode(POSITIVE_ZERO), Half.valueOf(POSITIVE_ZERO).hashCode()); in hashCodeGeneration() 571 assertEquals(Half.hashCode(NEGATIVE_ZERO), Half.valueOf(NEGATIVE_ZERO).hashCode()); in hashCodeGeneration() 572 assertEquals(Half.hashCode(NaN), Half.valueOf(NaN).hashCode()); in hashCodeGeneration() [all …]
|
/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/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/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
D | CddCoverage.java | 70 public int hashCode() { in hashCode() method in CddCoverage.CddRequirement 71 return mRequirementId.hashCode(); in hashCode()
|