Home
last modified time | relevance | path

Searched refs:another (Results 1 – 10 of 10) sorted by relevance

/cts/tests/location/location_gnss/src/android/location/cts/gnss/pseudorange/
DGpsMeasurement.java62 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()
DGpsMeasurementWithRangeAndUncertainty.java33 public GpsMeasurementWithRangeAndUncertainty(GpsMeasurement another, double pseudorangeMeters, in GpsMeasurementWithRangeAndUncertainty() argument
35 super(another); in GpsMeasurementWithRangeAndUncertainty()
/cts/tests/tests/apache-http/src/android/net/http/cts/
DHttpResponseCacheTest.java70 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/
DApiConstructor.java46 public int compareTo(ApiConstructor another) { in compareTo() argument
47 return mParameterTypes.size() - another.mParameterTypes.size(); in compareTo()
DApiMethod.java70 public int compareTo(ApiMethod another) { in compareTo() argument
71 return mName.compareTo(another.mName); in compareTo()
DApiClass.java67 public int compareTo(ApiClass another) { in compareTo() argument
68 return mName.compareTo(another.mName); in compareTo()
/cts/tools/cts-tradefed/
DREADME15 - automatically continue a CTS test run on another device if connection
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DMatrixTest.rscript557 // Test combining scale with another transformation.
622 // Test combining translate with another transformation.
724 // Test combining rotate with another transformation.
/cts/hostsidetests/sustainedperf/dhrystone/
DRationale27 been the version made by Rick Richardson by another translation from
147 with another language and compiler.) The assignment to Int_2_Loc
/cts/apps/CtsVerifier/
DNOTICE.txt561 either verbatim or with modifications and/or translated into another
622 In addition, mere aggregation of another work not based on the Program
966 straightforwardly into another language. (Hereinafter, translation is
1039 In addition, mere aggregation of another work not based on the Library
1470 straightforwardly into another language. (Hereinafter, translation is
1543 In addition, mere aggregation of another work not based on the Library
1909 either verbatim or with modifications and/or translated into another
1970 In addition, mere aggregation of another work not based on the Program
2281 either verbatim or with modifications and/or translated into another
2342 In addition, mere aggregation of another work not based on the Program
[all …]