Searched refs:each (Results 1 – 13 of 13) sorted by relevance
/platform_testing/libraries/runner/src/main/java/platform/test/runner/parameterized/ |
D | ParameterizedRunnerDelegate.java | 144 for (FrameworkField each : annotatedFieldsByParameter) { in validateFields() 145 int index = each.getField().getAnnotation(Parameter.class).value(); in validateFields() 201 for (FrameworkMethod each : methods) { in getParametersMethod() 202 int modifiers = each.getMethod().getModifiers(); in getParametersMethod() 204 switch (each.getAnnotation(Parameters.class).target()) { in getParametersMethod() 205 case ALL -> fallback = each; in getParametersMethod() 207 if (isRunningOnDevice) return each; in getParametersMethod() 210 if (!isRunningOnDevice) return each; in getParametersMethod()
|
/platform_testing/libraries/flicker/src/android/tools/flicker/junit/ |
D | FlickerServiceJUnit4ClassRunner.kt | 111 val each: FrameworkMethod = iter.next() in <lambda>() constant 112 if (isInjectedFaasTest(each)) { in <lambda>() 116 if (shouldRun(filter, each)) { in <lambda>() 118 filter.apply(each) in <lambda>() 235 private fun shouldRun(filter: Filter, each: FrameworkMethod): Boolean { in <lambda>() 236 return filter.shouldRun(describeChild(each)) in <lambda>() 246 for (each in getFilteredChildren()) { in <lambda>() method 247 sorter.apply(each) in <lambda>() 347 for (each in getFilteredChildren()) { in <lambda>() constant 348 currentScheduler.schedule { this.runChild(each, notifier) } in <lambda>() [all …]
|
D | LegacyFlickerJUnit4ClassRunner.kt | 165 val each: FrameworkMethod = iter.next() in <lambda>() constant 166 if (isInjectedFaasTest(each)) { in <lambda>() 170 if (shouldRun(filter, each)) { in <lambda>() 172 filter.apply(each) in <lambda>() 300 private fun shouldRun(filter: Filter, each: FrameworkMethod): Boolean { in <lambda>() 301 return filter.shouldRun(describeChild(each)) in <lambda>() 311 for (each in getFilteredChildren()) { in <lambda>() method 312 sorter.apply(each) in <lambda>() 412 for (each in getFilteredChildren()) { in <lambda>() constant 413 currentScheduler.schedule { this.runChild(each, notifier) } in <lambda>()
|
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/cpu-time-per-thread-freq/ |
D | README.md | 3 These configs are used to pull CPU usage for each thread per frequency at the start and end of test…
|
/platform_testing/libraries/flicker/ |
D | README.md | 16 …phics/tracing-win-transitions) and exposes common assertions that can be tested against each trace. 50 Run the transition to get a list of `TransitionResult` for each time the transition is repeated. 120 Monitors capture test artifacts for each transition run. They are started before each iteration of … 127 …disabled by default. Build a transition with `recordEachRun()` to capture each transition or build…
|
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/ |
D | README.md | 17 This ensures that each config has a unique name.
|
/platform_testing/libraries/health/runners/microbenchmark/src/android/platform/test/microbenchmark/ |
D | Microbenchmark.java | 316 for (org.junit.rules.MethodRule each : rules(target)) { in withRules() 317 if (!testRules.contains(each)) { in withRules() 318 result = each.apply(result, method, target); in withRules()
|
/platform_testing/libraries/audio-test-harness/proto/ |
D | audio_format.proto | 28 // The desired size of each sample, by default 16.
|
/platform_testing/tests/bettertogether/betocq/ |
D | ReadMe.md | 24 The function test ensures hardware and software readiness for each radio 29 The directed test measures performance of each wireless medium against 103 - Failure reason for each failed iteration 129 - Makes debugging job more straightforward, with the test isolating each failure 167 the internet for at least one hour to ensure each is properly configured. 259 - Specify `wifi_ssid` and `wifi_password` for each Wi-Fi channel: 390 5. Click each test case (for example, `test_scc_5g_wfd_sta`) to display the 391 status of each iteration under **Repeats**. 395 1. For each failed test case: 451 3. Review the logcat and bug report of each failing iteration on both
|
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/ |
D | profile.proto | 31 // Information for each scenario.
|
/platform_testing/libraries/screenshot/proto/src/main/proto/ |
D | screenshot_result.proto | 50 // PNG encoded image. Use when comparing two generated images against each
|
/platform_testing/libraries/rdroidtest/ |
D | README.md | 98 The test method will be invoked with each of the parameter values in turn, passed in as the single
|
/platform_testing/libraries/health/runners/longevity/ |
D | README.md | 71 * `rename-iterations <bool>` - rename each iteration by appending the iteration number to the
|