Home
last modified time | relevance | path

Searched refs:next (Results 1 – 15 of 15) sorted by relevance

/platform_testing/libraries/health/composers/host/src/android/host/test/composer/
DCompose.java28 default Compose<T, U> andThen(Compose<T, U> next) { in andThen() argument
29 return (args, list) -> next.apply(args, this.apply(args, list)); in andThen()
/platform_testing/libraries/device-collectors/src/hostsidetests/src/com/android/collectors/
DDeviceCollectorsTest.java90 TestRunResult result = results.iterator().next(); in testBaseListenerRuns()
117 TestRunResult result = results.iterator().next(); in testBaseListenerRuns_withExcludeFilters()
147 TestRunResult result = results.iterator().next(); in testBaseListenerRuns_withIncludeAndExcludeFilters()
177 TestRunResult result = results.iterator().next(); in testBaseListenerRuns_withIncludeFilters()
213 TestRunResult result = results.iterator().next(); in testScheduledListenerRuns()
236 TestRunResult result = results.iterator().next(); in testScheduledListenerRuns_defaultValue()
DBatterystatsCollectorHostTest.java124 TestRunResult result = results.iterator().next(); in testBatteryStatsListener_perRun()
129 String metricFileKey = result.getRunMetrics().keySet().iterator().next(); in testBatteryStatsListener_perRun()
DScreenshotOnFailureCollectorHostTest.java111 assertFalse(listener.getRunResults().iterator().next().isRunFailure()); in testScreenshotListener()
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DScheduler.java78 public TestCase next() {
152 public TestCase next() {
DDataCollector.java151 long gcdSoFar = values.iterator().next(); in gcd()
/platform_testing/libraries/automotive-helpers/utility-helper/src/android/platform/helpers/
DAutoJsonUtility.java180 String applicationName = applicationNames.next(); in updateConfigMapsFromFile()
202 String appConfigAndResourceKey = appConfigAndResourceKeys.next(); in parseJsonAndUpdateConfigMaps()
225 String configKey = configKeys.next(); in parseJsonAndUpdateApplicationConfigMap()
243 String resourceName = resourceNames.next(); in parseJsonAndUpdateApplicationResources()
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DReadElf.java290 VerNeed(int ver, int cnt, long file, long aux, long next) { in VerNeed() argument
295 this.vn_next = next; in VerNeed()
334 VerNAux(long hash, int flags, int other, long name, long next) { in VerNAux() argument
339 this.vna_next = next; in VerNAux()
378 VerDef(int ver, int flags, int ndx, int cnt, long hash, long aux, long next) { in VerDef() argument
385 this.vd_next = next; in VerDef()
418 VerDAux(long name, long next) { in VerDAux() argument
420 this.vda_next = next; in VerDAux()
DResultHandler.java361 switch (parser.next()) { in skipCurrentTag()
/platform_testing/libraries/device-collectors/src/hostsidetests/src/com/android/loggers/
DDeviceFileLoggerHostTest.java79 TestRunResult result = results.iterator().next(); in testFileIsLogged()
/platform_testing/libraries/metrics-helper/tests/src/android/support/test/metricshelper/
DMetricsAssertsTest.java75 when(mReader.next()) in setUp()
/platform_testing/libraries/audio-test-harness/server/src/test/java/com/android/media/audiotestharness/server/
DAudioTestHarnessGrpcServerTests.java163 AudioTestHarnessService.CaptureChunk chunk = chunks.next(); in assertServerRunningAsExpected()
/platform_testing/libraries/metrics-helper/src/android/support/test/metricshelper/
DMetricsAsserts.java127 return mMetricsReader.next(); in poll()
/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/
DProcessShowmapHelper.java190 sc.next(); in sampleMemory()
/platform_testing/libraries/flicker/test/src/com/android/server/wm/flicker/
DWindowManagerStateHelperTest.kt126 val wmState = iterator.next() in <lambda>()