Searched refs:last (Results 1 – 11 of 11) sorted by relevance
266 .let { it.first() to it.last() } in assertSdks()
160 methodList.last().invoke(mockService, info) in <lambda>()
309 AudioTimestamp last = mTimestamps.get(mTimestamps.size() - 1); in estimateSampleRate() local310 return calculateSampleRate(first, last); in estimateSampleRate()
467 protected String[] makeIds(String prefix, int first, int last) { in makeIds() argument468 final int len = last - first + 1; in makeIds()
424 private static Character last(StringBuilder sb) {429 if (Objects.equals(last(sb), c)) backspace(sb);
189 val deviceAddress = getAssociatedDevices(TEST_APP_PACKAGE_NAME).last() in testProfiles()
4356 Integer last = lastPositionForType.get(type);4357 last = last != null ? last : Integer.MIN_VALUE;4358 lastPositionForType.put(type, Math.max(last, i));
172 byte[] last = null; in testCompressWebpLossy()188 if (last != null) { in testCompressWebpLossy()190 assertTrue(webpCompressed.length > last.length); in testCompressWebpLossy()195 last = webpCompressed; in testCompressWebpLossy()
285 # Number of spaces of indent required when the last token on the preceding line
183 has been added in the non-executed part of the last "if" statement,
META-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...