Home
last modified time | relevance | path

Searched refs:keepRunning (Results 1 – 25 of 49) sorted by relevance

12

/frameworks/base/apct-tests/perftests/core/src/android/os/
DParcelPerfTest.java58 while (state.keepRunning()) { in timeSetDataPosition()
66 while (state.keepRunning()) { in timeGetDataPosition()
74 while (state.keepRunning()) { in timeSetDataSize()
82 while (state.keepRunning()) { in timeGetDataSize()
90 while (state.keepRunning()) { in timeSetDataCapacity()
98 while (state.keepRunning()) { in timeGetDataCapacity()
107 while (state.keepRunning()) { in timeWriteByte()
116 while (state.keepRunning()) { in timeReadByte()
126 while (state.keepRunning()) { in timeWriteInt()
135 while (state.keepRunning()) { in timeReadInt()
[all …]
DParcelArrayPerfTest.java86 while (state.keepRunning()) { in timeWriteByteArray()
95 while (state.keepRunning()) { in timeCreateByteArray()
104 while (state.keepRunning()) { in timeReadByteArray()
113 while (state.keepRunning()) { in timeWriteIntArray()
122 while (state.keepRunning()) { in timeCreateIntArray()
131 while (state.keepRunning()) { in timeReadIntArray()
140 while (state.keepRunning()) { in timeWriteLongArray()
149 while (state.keepRunning()) { in timeCreateLongArray()
158 while (state.keepRunning()) { in timeReadLongArray()
DPackageManagerPerfTest.java56 while (state.keepRunning()) { in testCheckPermissionExists()
67 while (state.keepRunning()) { in testCheckPermissionDoesntExist()
78 while (state.keepRunning()) { in testQueryIntentActivities()
89 while (state.keepRunning()) { in testGetPackageInfo()
100 while (state.keepRunning()) { in testGetApplicationInfo()
110 while (state.keepRunning()) { in testGetActivityInfo()
DStrictModeTest.java60 while (state.keepRunning()) { in causeVmViolations()
81 while (state.keepRunning()) { in causeThreadViolations()
121 while (state.keepRunning()) { in causeCrossProcessThreadViolations()
DBinderCallsStatsPerfTest.java60 while (state.keepRunning()) { in timeCallSession()
72 while (state.keepRunning()) { in timeCallSessionTrackingDisabled()
/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
DPathPerfTest.java37 while (state.keepRunning()) { in testReset()
46 while (state.keepRunning()) { in testAddReset()
56 while (state.keepRunning()) { in testRewind()
65 while (state.keepRunning()) { in testAddRewind()
76 while (state.keepRunning()) { in testIsEmpty()
86 while (state.keepRunning()) { in testIsConvex()
96 while (state.keepRunning()) { in testGetSetFillType()
108 while (state.keepRunning()) { in testIsRect()
DRenderNodePerfTest.java41 while (state.keepRunning()) { in testMeasureRenderNodeJniOverhead()
49 while (state.keepRunning()) { in testCreateRenderNodeNoName()
58 while (state.keepRunning()) { in testCreateRenderNode()
68 while (state.keepRunning()) { in testIsValid()
77 while (state.keepRunning()) { in testStartEnd()
92 while (state.keepRunning()) { in testStartEndDeepHierarchy()
106 while (state.keepRunning()) { in testHasIdentityMatrix()
121 while (state.keepRunning()) { in testSetOutline()
DTypefaceCreatePerfTest.java51 while (state.keepRunning()) { in testCreate_fromFamily()
60 while (state.keepRunning()) { in testCreate_fromFamilyName()
71 while (state.keepRunning()) { in testCreate_fromAsset()
100 while (state.keepRunning()) { in testCreate_fromFile()
DOutlinePerfTest.java38 while (state.keepRunning()) { in testSetEmpty()
47 while (state.keepRunning()) { in testSetRoundRect()
DCanvasPerfTest.java52 while (state.keepRunning()) { in testBasicViewGroupDraw()
79 while (state.keepRunning()) { in testRecordSimpleBitmapView()
/frameworks/base/apct-tests/perftests/core/src/android/perftests/
DSystemPerfTest.java46 while (state.keepRunning()) { in testNanoTimePerf()
54 while (state.keepRunning()) {} in testBenchmarkOverhead()
65 while (state.keepRunning()) { in testBenchmarkPauseResumeOverhead()
76 while (state.keepRunning()) { in testJniArrayNoop()
85 while (state.keepRunning()) { in testJniArrayGetLength()
94 while (state.keepRunning()) { in testJniArrayCriticalAccess()
103 while (state.keepRunning()) { in testJniArrayBasicAccess()
/frameworks/base/apct-tests/perftests/core/src/android/text/
DStaticLayoutPerfTest.java82 while (state.keepRunning()) { in testCreate_FixedText_NoStyle_Greedy_NoHyphenation()
93 while (state.keepRunning()) { in testCreate_RandomText_NoStyled_Greedy_NoHyphenation()
108 while (state.keepRunning()) { in testCreate_RandomText_NoStyled_Greedy_Hyphenation()
123 while (state.keepRunning()) { in testCreate_RandomText_NoStyled_Balanced_NoHyphenation()
138 while (state.keepRunning()) { in testCreate_RandomText_NoStyled_Balanced_Hyphenation()
153 while (state.keepRunning()) { in testCreate_RandomText_Styled_Greedy_NoHyphenation()
168 while (state.keepRunning()) { in testCreate_PrecomputedText_NoStyled_Greedy_NoHyphenation()
185 while (state.keepRunning()) { in testCreate_PrecomputedText_NoStyled_Greedy_Hyphenation()
202 while (state.keepRunning()) { in testCreate_PrecomputedText_NoStyled_Balanced_NoHyphenation()
219 while (state.keepRunning()) { in testCreate_PrecomputedText_NoStyled_Balanced_Hyphenation()
[all …]
DPrecomputedTextPerfTest.java74 while (state.keepRunning()) { in testCreate_NoStyled_Hyphenation()
91 while (state.keepRunning()) { in testCreate_NoStyled_NoHyphenation()
108 while (state.keepRunning()) { in testCreate_NoStyled_Hyphenation_WidthOnly()
125 while (state.keepRunning()) { in testCreate_NoStyled_NoHyphenation_WidthOnly()
142 while (state.keepRunning()) { in testCreate_Styled_Hyphenation()
159 while (state.keepRunning()) { in testCreate_Styled_NoHyphenation()
176 while (state.keepRunning()) { in testCreate_Styled_Hyphenation_WidthOnly()
193 while (state.keepRunning()) { in testCreate_Styled_NoHyphenation_WidthOnly()
DPaintMeasureDrawPerfTest.java84 while (state.keepRunning()) { in timeMeasure()
107 while (state.keepRunning()) { in timeDraw()
/frameworks/native/services/surfaceflinger/
DEventControlThread.cpp59 auto keepRunning = true; in threadMain() local
62 while (keepRunning) { in threadMain()
66 mCondition.wait(lock, [this, currentVsyncEnabled, keepRunning]() NO_THREAD_SAFETY_ANALYSIS { in threadMain()
67 return currentVsyncEnabled != mVsyncEnabled || keepRunning != mKeepRunning; in threadMain()
70 keepRunning = mKeepRunning; in threadMain()
/frameworks/base/apct-tests/perftests/core/src/android/widget/
DTextViewPrecomputedTextPerfTest.java104 while (state.keepRunning()) { in testNewLayout_RandomText()
123 while (state.keepRunning()) { in testNewLayout_RandomText_Selectable()
143 while (state.keepRunning()) { in testNewLayout_PrecomputedText()
165 while (state.keepRunning()) { in testNewLayout_PrecomputedText_Selectable()
188 while (state.keepRunning()) { in testSetText_RandomText()
205 while (state.keepRunning()) { in testSetText_RandomText_Selectable()
223 while (state.keepRunning()) { in testSetText_PrecomputedText()
243 while (state.keepRunning()) { in testSetText_PrecomputedText_Selectable()
265 while (state.keepRunning()) { in testOnMeasure_RandomText()
285 while (state.keepRunning()) { in testOnMeasure_RandomText_Selectable()
[all …]
DTextViewOnMeasurePerfTest.java114 while (state.keepRunning()) { in testMeasure_AtMost()
131 while (state.keepRunning()) { in testMeasure_Exactly()
148 while (state.keepRunning()) { in testMeasure_Unspecified()
/frameworks/base/apct-tests/perftests/core/src/android/database/
DSQLiteDatabasePerfTest.java81 while (state.keepRunning()) { in testSelect()
101 while (state.keepRunning()) { in testSelectMultipleRows()
127 while (state.keepRunning()) { in testCursorIterateForward()
150 while (state.keepRunning()) { in testCursorIterateBackwards()
178 while (state.keepRunning()) { in testInnerJoin()
205 while (state.keepRunning()) { in testInsert()
221 while (state.keepRunning()) { in testDelete()
238 while (state.keepRunning()) { in testUpdate()
DCursorWindowPerfTest.java105 while (state.keepRunning()) { in loadRowFromCursorWindow()
111 while (state.keepRunning()) { in loadRowFromCursorWindow()
/frameworks/base/apct-tests/perftests/core/src/android/app/
DPendingIntentPerfTest.java60 while (state.keepRunning()) { in create()
80 while (state.keepRunning()) { in createWithCancelFlag()
102 while (state.keepRunning()) { in createWithUpdateFlag()
124 while (state.keepRunning()) { in cancel()
/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
DManualBenchmarkState.java98 public boolean keepRunning(long duration) { in keepRunning() method in ManualBenchmarkState
118 final boolean keepRunning = mResults.size() < mMaxIterations; in keepRunning()
119 if (!keepRunning) { in keepRunning()
123 return keepRunning; in keepRunning()
/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
DUserLifecycleTests.java101 while (mRunner.keepRunning()) { in createAndStartUser()
117 while (mRunner.keepRunning()) { in switchUser()
134 while (mRunner.keepRunning()) { in stopUser()
153 while (mRunner.keepRunning()) { in lockedBootCompleted()
173 while (mRunner.keepRunning()) { in managedProfileUnlock()
192 while (mRunner.keepRunning()) { in ephemeralUserStopped()
224 while (mRunner.keepRunning()) { in managedProfileStopped()
/frameworks/base/apct-tests/perftests/core/src/android/view/
DViewPerfTest.java43 while (state.keepRunning()) { in testSimpleViewInflate()
54 while (state.keepRunning()) { in testTwelveKeyInflate()
DViewShowHidePerfTest.java172 while (state.keepRunning()) { in testRemove()
188 while (state.keepRunning()) { in testAdd()
204 while (state.keepRunning()) { in testRecordAfterAdd()
221 while (state.keepRunning()) { in testVisibility()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DSyncRunner.java120 boolean keepRunning = true; in run()
121 while (keepRunning) { in run()
122 keepRunning = performStep(); in run()

12