Searched refs:another (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/location/src/android/location/cts/psedorange/ |
D | GpsMeasurement.java | 62 protected GpsMeasurement(GpsMeasurement another) { in GpsMeasurement() argument 63 this(another.arrivalTimeSinceGpsWeekNs, another.accumulatedDeltaRangeMeters, in GpsMeasurement() 64 another.validAccumulatedDeltaRangeMeters, another.pseudorangeRateMps, in GpsMeasurement() 65 another.signalToNoiseRatioDb, another.accumulatedDeltaRangeUncertaintyMeters, in GpsMeasurement() 66 another.pseudorangeRateUncertaintyMps); in GpsMeasurement()
|
D | GpsMeasurementWithRangeAndUncertainty.java | 33 public GpsMeasurementWithRangeAndUncertainty(GpsMeasurement another, double pseudorangeMeters, in GpsMeasurementWithRangeAndUncertainty() argument 35 super(another); in GpsMeasurementWithRangeAndUncertainty()
|
/cts/tests/tests/net/src/android/net/http/cts/ |
D | HttpResponseCacheTest.java | 70 HttpResponseCache another = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testSecondEquivalentInstallDoesNothing() local 71 assertSame(first, another); in testSecondEquivalentInstallDoesNothing() 78 HttpResponseCache another = HttpResponseCache.install(cacheDir, 8 * 1024 * 1024); in testInstallClosesPreviouslyInstalled() local 81 assertNotSame(first, another); in testInstallClosesPreviouslyInstalled()
|
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
D | ApiConstructor.java | 44 public int compareTo(ApiConstructor another) { in compareTo() argument 45 return mParameterTypes.size() - another.mParameterTypes.size(); in compareTo()
|
D | ApiMethod.java | 68 public int compareTo(ApiMethod another) { in compareTo() argument 69 return mName.compareTo(another.mName); in compareTo()
|
D | ApiClass.java | 67 public int compareTo(ApiClass another) { in compareTo() argument 68 return mName.compareTo(another.mName); in compareTo()
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | Rationale | 27 been the version made by Rick Richardson by another translation from 147 with another language and compiler.) The assignment to Int_2_Loc
|