Home
last modified time | relevance | path

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

/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/ui/hideable/
H A DAutoHideSchedulerTest.java62 assertThat(mTestRunnable.runCount).isEqualTo(0); in schedule()
70 assertThat(mTestRunnable.runCount).isEqualTo(0); in setA11yEnabledThenSchedule()
79 assertThat(mTestRunnable.runCount).isEqualTo(0); in scheduleThenCancel()
86 assertThat(mTestRunnable.runCount).isEqualTo(0); in scheduleThenLoop()
89 assertThat(mTestRunnable.runCount).isEqualTo(0); in scheduleThenLoop()
92 assertThat(mTestRunnable.runCount).isEqualTo(1); in scheduleThenLoop()
99 assertThat(mTestRunnable.runCount).isEqualTo(0); in scheduleSetA11yEnabledThenLoop()
102 assertThat(mTestRunnable.runCount).isEqualTo(0); in scheduleSetA11yEnabledThenLoop()
106 assertThat(mTestRunnable.runCount).isEqualTo(0); in scheduleSetA11yEnabledThenLoop()
110 int runCount = 0; field in AutoHideSchedulerTest.TestRunnable
[all …]
/aosp12/frameworks/base/core/tests/utillib/src/android/test/
H A DBandwidthTestCase.java63 int runCount = 1; in runTest() local
66 runCount = method.getAnnotation(FlakyTest.class).tolerance(); in runTest()
68 runCount = method.getAnnotation(RepetitiveTest.class).numIterations(); in runTest()
73 final int tolerance = runCount; in runTest()
112 runMethod(method, runCount, isRepetitive); in runTest()
120 int runCount = 0; in runMethod() local
132 runCount++; in runMethod()
136 iterations.putInt("currentiterations", runCount); in runMethod()
140 } while ((runCount < tolerance) && (isRepetitive || exception != null)); in runMethod()
/aosp12/frameworks/base/test-base/src/android/test/
H A DInstrumentationTestCase.java178 int runCount = 1; in runTest() local
181 runCount = method.getAnnotation(FlakyTest.class).tolerance(); in runTest()
183 runCount = method.getAnnotation(RepetitiveTest.class).numIterations(); in runTest()
188 final int tolerance = runCount; in runTest()
205 runMethod(method, runCount, isRepetitive); in runTest()
217 int runCount = 0; in runMethod() local
229 runCount++; in runMethod()
233 iterations.putInt("currentiterations", runCount); in runMethod()
237 } while ((runCount < tolerance) && (isRepetitive || exception != null)); in runMethod()
/aosp12/frameworks/base/core/java/android/text/
H A DAndroidBidi.java85 int runCount = 1; in directions() local
90 ++runCount; in directions()
112 ++runCount; in directions()
116 if (runCount == 1 && minLevel == baseLevel) { in directions()
124 int[] ld = new int[runCount * 2]; in directions()
172 swap = runCount > 1; in directions()
H A DTextLine.java278 final int runCount = mDirections.getRunCount(); in draw() local
279 for (int runIndex = 0; runIndex < runCount; runIndex++) { in draw()
289 runIndex != (runCount - 1) || j != mLen); in draw()
317 final int runCount = mDirections.getRunCount(); in shape() local
318 for (int runIndex = 0; runIndex < runCount; runIndex++) { in shape()
328 runIndex != (runCount - 1) || j != mLen); in shape()
/aosp12/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/app/
H A DRunLocalBenchmarksActivity.java107 int runCount = 0; field in RunLocalBenchmarksActivity.LocalBenchmark
111 LocalBenchmark(int id, int runCount) { in LocalBenchmark() argument
113 this.runCount = 0; in LocalBenchmark()
114 this.totalCount = runCount; in LocalBenchmark()
150 int runCount = intent.getIntExtra(BenchmarkGroup.BENCHMARK_EXTRA_RUN_COUNT, RUN_COUNT); in initLocalBenchmarks() local
159 idString.append(runCount); in initLocalBenchmarks()
173 int localRunCount = runCount; in initLocalBenchmarks()
279 if (benchmark.runCount < benchmark.totalCount) { in runNextBenchmark()
280 runBenchmarkForId(mBenchmarksToRun.get(mBenchmarkCursor).id, benchmark.runCount++); in runNextBenchmark()
284 runBenchmarkForId(benchmark.id, benchmark.runCount++); in runNextBenchmark()
[all …]
/aosp12/frameworks/base/test-runner/src/junit/textui/
H A DResultPrinter.java86 …getWriter().println (" (" + result.runCount() + " test" + (result.runCount() == 1 ? "": "s") + ")"… in printFooter()
91 getWriter().println("Tests run: "+result.runCount()+ in printFooter()
/aosp12/packages/modules/NetworkStack/tests/hostlib/src/com/android/testutils/host/
H A DDeflakeHostTestBase.kt55 protected abstract val runCount: Int
114 val count = mRunCountOption ?: runCount
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DDeleteScreenshotReceiverTest.java105 int runCount = mFakeExecutor.runAllReady(); in testFileDeleted() local
107 assertEquals(1, runCount); in testFileDeleted()
/aosp12/packages/modules/Connectivity/tests/deflake/src/com/android/server/net/
H A DFrameworksNetDeflakeTest.kt25 override val runCount = 20
/aosp12/frameworks/base/test-base/src/junit/framework/
H A DTestResult.java125 public synchronized int runCount() { in runCount() method in TestResult
/aosp12/frameworks/base/test-base/api/
H A Dcurrent.txt200 method public int runCount();
/aosp12/packages/modules/RuntimeI18n/apex/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt1982 Landroid/icu/text/Bidi;->runCount:I
/aosp12/art/build/boot/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt4927 Ljava/text/AttributedString;->runCount:I
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt54120 method public synchronized int runCount();