Searched refs:last (Results 1 – 17 of 17) sorted by relevance
75 return points().last().distortion(); in getMaxDistortion()83 return Math.log10(points().last().rate()); in getMaxLog10Bitrate()
55 AudioHalVersionInfo last = AudioHalVersionInfo.VERSIONS.get(listSize - 1); in testComparator()56 assertTrue(last.compareTo(last) == 0); in testComparator()
294 AudioTimestamp last = mTimestamps.get(mTimestamps.size() - 1); in estimateSampleRate() local295 return calculateSampleRate(first, last); in estimateSampleRate()
565 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()
160 methodList.last().invoke(mockService, info) in <lambda>()
266 .let { it.first() to it.last() } in assertSdks()
483 protected String[] makeIds(String prefix, int first, int last) { in makeIds() argument484 final int len = last - first + 1; in makeIds()
424 private static Character last(StringBuilder sb) {429 if (Objects.equals(last(sb), c)) backspace(sb);
76 **Note:** If you reuse the WebViewSandboxTestSdk below you will only need to follow the last step …
85 The last thing we need to make for our requirement class is a create method.
4370 Integer last = lastPositionForType.get(type);4371 last = last != null ? last : Integer.MIN_VALUE;4372 lastPositionForType.put(type, Math.max(last, i));
88 assertColor(palette.last(), Color.BLACK) in <lambda>()
175 byte[] last = null; in testCompressWebpLossy()191 if (last != null) { in testCompressWebpLossy()193 assertTrue(webpCompressed.length > last.length); in testCompressWebpLossy()198 last = webpCompressed; in testCompressWebpLossy()
2684 int last = stopAtSample.length - 1;2692 stopAtSample[last] + 100, outputChecksums, outputTimestamps);2697 for (int i = last; i >= 0; --i) {
183 has been added in the non-executed part of the last "if" statement,
META-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
37022 …field public static final String QUERY_ARG_LAST_MODIFIED_AFTER = "android:query-arg-last-modified-…