Home
last modified time | relevance | path

Searched refs:probes (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DWifiTest.java115 for (int probes = 0; probes * UPDATE_INTERVAL_MS <= UPDATE_TIMEOUT_MS; probes++) { in awaitNetworkState()
116 if (probes != 0) { in awaitNetworkState()
132 for (int probes = 0; probes * UPDATE_INTERVAL_MS <= UPDATE_TIMEOUT_MS; probes++) { in awaitWifiEnabledState()
133 if (probes != 0) { in awaitWifiEnabledState()
/cts/tests/pdf/module/src/android/graphics/pdf/cts/module/
DCommonRendererTest.java70 int[] probes = getColorProbes(bitmap); in renderNoTransformationAndComparePoints() local
74 assertEquals(Color.RED, probes[0]); in renderNoTransformationAndComparePoints()
75 assertEquals(Color.RED, probes[1]); in renderNoTransformationAndComparePoints()
76 assertEquals(Color.GREEN, probes[2]); in renderNoTransformationAndComparePoints()
77 assertEquals(Color.GREEN, probes[3]); in renderNoTransformationAndComparePoints()
78 assertEquals(Color.RED, probes[4]); in renderNoTransformationAndComparePoints()
79 assertEquals(Color.RED, probes[5]); in renderNoTransformationAndComparePoints()
80 assertEquals(Color.GREEN, probes[6]); in renderNoTransformationAndComparePoints()
81 assertEquals(Color.GREEN, probes[7]); in renderNoTransformationAndComparePoints()
82 assertEquals(Color.BLUE, probes[8]); in renderNoTransformationAndComparePoints()
[all …]
DUtils.java555 int[] probes = new int[16]; in getColorProbes() local
559 probes[row * 4 + column] = bm.getPixel((int) (bm.getWidth() * (column + 0.5) / 4), in getColorProbes()
564 return probes; in getColorProbes()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DWifiNetworkConfigurationWithoutFineLocationPermissionTest.java83 for (int probes = 0; probes * UPDATE_INTERVAL_MS <= UPDATE_TIMEOUT_MS; probes++) { in awaitWifiEnabled()
84 if (probes != 0) { in awaitWifiEnabled()
/cts/common/device-side/util/jni/
Dandroid_cts_CpuFeatures.cpp90 riscv_hwprobe probes[] = {{.key = RISCV_HWPROBE_KEY_CPUPERF_0}}; in android_cts_CpuFeatures_isRiscv64MisalignedFast() local
91 __riscv_hwprobe(probes, 1, 0, nullptr, 0); in android_cts_CpuFeatures_isRiscv64MisalignedFast()
92 if ((probes[0].value & RISCV_HWPROBE_MISALIGNED_MASK) == RISCV_HWPROBE_MISALIGNED_FAST) { in android_cts_CpuFeatures_isRiscv64MisalignedFast()