Home
last modified time | relevance | path

Searched refs:locations (Results 1 – 16 of 16) sorted by relevance

/cts/hostsidetests/multidevices/
DAndroid.bp45 cmd: "echo $(locations :multidevice_apps_to_include) >$(genDir)/list && " +
58 cmd: "echo $(locations :multidevice_tests_to_include) >$(genDir)/test_list && " +
78 …cmd: "echo $(locations tools/*.py) $(locations utils/*.py) $(locations build/envsetup.sh) $(locati…
/cts/tests/location/location_privileged/src/android/location/cts/privileged/
DGnssMeasurementCorrectionsInjectionTest.java118 List<Location> locations = locationListener.getReceivedLocationList(); in testInjectGnssMeasurementCorrections() local
119 Log.i(TAG, "Received location list size = " + locations.size()); in testInjectGnssMeasurementCorrections()
120 Assert.assertTrue("Received location list must be non-empty.", locations.size() > 0); in testInjectGnssMeasurementCorrections()
121 for (Location location : locations) { in testInjectGnssMeasurementCorrections()
/cts/tests/location/location_fine/src/android/location/cts/fine/
DLocationProviderBaseTest.java130 List<Location> locations = Arrays.asList( in testReportLocations() local
134 mLocationProvider.reportLocations(locations); in testReportLocations()
135 verify(mManager).onReportLocations(locations); in testReportLocations()
148 List<Location> locations = Arrays.asList(location1, location2); in testReportLocations_stripExtras() local
156 mLocationProvider.reportLocations(locations); in testReportLocations_stripExtras()
/cts/tests/tests/rscpp/
DAndroid.bp61 cmd: "for f in $(locations src/**/*.rscript); do " +
63 " -I $$(dirname $$(echo $(locations :rs_script_api) | awk '{ print $$1 }')) " +
64 " -I $$(dirname $$(echo $(locations :rs_clang_headers) | awk '{ print $$1 }')) $${f}; " +
/cts/tests/location/location_gnss/src/android/location/cts/gnss/
DGnssLocationUpdateIntervalTest.java212 List<Location> locations = locationListener.getReceivedLocationList(); in testUtcToElapsedRealtimeDriftAtInterval() local
213 validateTimeDriftBetweenUtcTimeAndElapsedRealtime(locations); in testUtcToElapsedRealtimeDriftAtInterval()
255 private static List<Long> getTimeBetweenFixes(String provider, List<Location> locations, in getTimeBetweenFixes() argument
257 List<Long> deltas = new ArrayList(locations.size()); in getTimeBetweenFixes()
260 for (Location location : locations) { in getTimeBetweenFixes()
/cts/tests/tests/renderscript/
DAndroid.bp66 cmd: "for f in $(locations src/**/*.rscript); do " +
69 " -I $$(dirname $$(echo $(locations :rs_script_api) | awk '{ print $$1 }')) " +
70 " -I $$(dirname $$(echo $(locations :rs_clang_headers) | awk '{ print $$1 }')) $${f}; " +
/cts/tests/tests/rsblas/
DAndroid.bp62 cmd: "for f in $(locations src/**/*.rscript); do " +
65 " -I $$(dirname $$(echo $(locations :rs_script_api) | awk '{ print $$1 }')) " +
66 " -I $$(dirname $$(echo $(locations :rs_clang_headers) | awk '{ print $$1 }')) $${f}; " +
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityTextActionTest.java468 final RectF[] locations = Arrays.copyOf(parcelables, parcelables.length, RectF[].class); in testTextLocation_testLocationBoundary_locationShouldBeLimitationLength() local
469 assertEquals(locations.length, in testTextLocation_testLocationBoundary_locationShouldBeLimitationLength()
581 final RectF[] locations = Arrays.copyOf(parcelables, parcelables.length, RectF[].class); in assertNodeContainsTextLocationInfoOnOneLineLTR() local
582 assertEquals(info.getText().length(), locations.length); in assertNodeContainsTextLocationInfoOnOneLineLTR()
584 for (int i = 0; i < locations.length; i++) { in assertNodeContainsTextLocationInfoOnOneLineLTR()
585 if (i != 0 && locations[i] == null) { in assertNodeContainsTextLocationInfoOnOneLineLTR()
590 assertEquals(locations[0].top, locations[i].top, 0.01); in assertNodeContainsTextLocationInfoOnOneLineLTR()
591 assertEquals(locations[0].bottom, locations[i].bottom, 0.01); in assertNodeContainsTextLocationInfoOnOneLineLTR()
592 assertTrue(locations[i].right > locations[i].left); in assertNodeContainsTextLocationInfoOnOneLineLTR()
594 assertTrue(locations[i].left > locations[i-1].left); in assertNodeContainsTextLocationInfoOnOneLineLTR()
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DLayoutTests.java299 final int[][] locations = new int[2][2]; in assertLayoutEquals() local
300 view1.getLocationOnScreen(locations[0]); in assertLayoutEquals()
301 view2.getLocationOnScreen(locations[1]); in assertLayoutEquals()
302 assertArrayEquals("Location must be the same.", locations[0], locations[1]); in assertLayoutEquals()
/cts/hostsidetests/compilation/
DAndroid.bp161 "$(locations :libartservice_protos) " +
174 "$(locations :libartservice_protos) " +
196 "$(locations :libartservice_protos) " +
/cts/tests/tests/selinux/common/src/android/security/
DSELinuxTargetSdkTestBase.java103 String[] locations = {"/apex/com.android.art/bin", in checkDex2oatAccess() local
106 for (String loc : locations) { in checkDex2oatAccess()
/cts/apps/CameraITS/
DAndroid.bp37 cmd: "echo $(locations **/*) >$(genDir)/list && " +
/cts/hostsidetests/security/
DAndroid.bp81 cmd: "echo $(locations :prebuilt_sepolicy_cts_data) > $(out).prebuilt_list.txt && " +
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dreduce.rscript92 // finds min and max half values (not their locations)
161 // finds min and max half2 values (not their locations), element-wise:
229 // finds min values (not their locations) from matrix input
262 // finds min and max values (not their locations) from matrix input
/cts/apps/CtsVerifier/
DAndroid.bp233 …cmd: "echo $(locations :cts_apps_to_include) $(location :CtsVerifier) $(location :android-cts-veri…
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...