Home
last modified time | relevance | path

Searched refs:last (Results 1 – 17 of 17) sorted by relevance

/cts/hostsidetests/mediapc/videoencodingquality/bdrate/src/main/java/com/android/media/videoquality/bdrate/
DRateDistortionCurve.java75 return points().last().distortion(); in getMaxDistortion()
83 return Math.log10(points().last().rate()); in getMaxLog10Bitrate()
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioHalVersionInfoTest.java55 AudioHalVersionInfo last = AudioHalVersionInfo.VERSIONS.get(listSize - 1); in testComparator()
56 assertTrue(last.compareTo(last) == 0); in testComparator()
DAudioTrackSurroundTest.java294 AudioTimestamp last = mTimestamps.get(mTimestamps.size() - 1); in estimateSampleRate() local
295 return calculateSampleRate(first, last); in estimateSampleRate()
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandMultiUserTest.kt565 assertTrue(out.split(":").last().split(",").size == 1) in testListPackageDefaultAllUsers()
566 var primaryUid = out.split(":").last().split(",").last() in testListPackageDefaultAllUsers()
573 var listedUids = out.split(":").last().split(",") in testListPackageDefaultAllUsers()
582 assertTrue(out, out.split(":").last().split(",").size == 1) in testListPackageDefaultAllUsers()
583 assertEquals(primaryUid, out.split(":").last().split(",").last()) in testListPackageDefaultAllUsers()
587 assertTrue(out, out.split(":").last().split(",").size == 1) in testListPackageDefaultAllUsers()
588 var secondaryUid = out.split(":").last().split(",").last() in testListPackageDefaultAllUsers()
591 listedUids = out.split(":").last().split(",") in testListPackageDefaultAllUsers()
/cts/tests/tests/instantapp/src/android/cts/instantapp/resolver/
DResolverServiceMethodFallbackTest.kt160 methodList.last().invoke(mockService, info) in <lambda>()
/cts/hostsidetests/packagemanager/parsing/host/src/android/content/pm/parsing/cts/host/
DUsesSdkTest.kt266 .let { it.first() to it.last() } in assertSdks()
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerCtsTestsBase.java483 protected String[] makeIds(String prefix, int first, int last) { in makeIds() argument
484 final int len = last - first + 1; in makeIds()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DUiDumpUtils.java424 private static Character last(StringBuilder sb) {
429 if (Objects.equals(last(sb), c)) backspace(sb);
/cts/libs/webkit-shared/
DREADME.md76 **Note:** If you reuse the WebViewSandboxTestSdk below you will only need to follow the last step …
/cts/tests/mediapc/common/
DREADME.md85 The last thing we need to make for our requirement class is a create method.
/cts/tests/tests/accounts/src/android/accounts/cts/
DAccountManagerTest.java4370 Integer last = lastPositionForType.get(type);
4371 last = last != null ? last : Integer.MIN_VALUE;
4372 lastPositionForType.put(type, Math.max(last, i));
/cts/tests/tests/graphics/src/android/graphics/cts/
DSystemPaletteTest.kt88 assertColor(palette.last(), Color.BLACK) in <lambda>()
DBitmapTest.java175 byte[] last = null; in testCompressWebpLossy()
191 if (last != null) { in testCompressWebpLossy()
193 assertTrue(webpCompressed.length > last.length); in testCompressWebpLossy()
198 last = webpCompressed; in testCompressWebpLossy()
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DDecoderTest.java2684 int last = stopAtSample.length - 1;
2692 stopAtSample[last] + 100, outputChecksums, outputTimestamps);
2697 for (int i = last; i >= 0; --i) {
/cts/hostsidetests/sustainedperf/dhrystone/
DRationale183 has been added in the non-executed part of the last "if" statement,
/cts/tools/vm-tests-tf/lib/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt37022 …field public static final String QUERY_ARG_LAST_MODIFIED_AFTER = "android:query-arg-last-modified-…