Home
last modified time | relevance | path

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

12

/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()
80 while (state.keepRunning()) { in testRecordSimpleBitmapView()
DPaintHasGlyphPerfTest.java70 while (state.keepRunning()) { in testHasGlyph()
DPaintMeasureTextTest.java82 while (state.keepRunning()) { in testMeasureTextPerf()
DVectorDrawablePerfTest.java72 while (state.keepRunning()) { in testBitmapDrawPerf()
/frameworks/base/apct-tests/perftests/core/src/android/os/
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()
DParcelPerfTest.java54 while (state.keepRunning()) { in timeSetDataPosition()
63 while (state.keepRunning()) { in timeWriteByte()
72 while (state.keepRunning()) { in timeReadByte()
82 while (state.keepRunning()) { in timeWriteInt()
91 while (state.keepRunning()) { in timeReadInt()
101 while (state.keepRunning()) { in timeWriteLong()
110 while (state.keepRunning()) { in timeReadLong()
/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/multiuser/src/android/multiuser/
DUserLifecycleTest.java106 while (mState.keepRunning()) { in createAndStartUserPerf()
122 while (mState.keepRunning()) { in switchUserPerf()
139 while (mState.keepRunning()) { in stopUserPerf()
158 while (mState.keepRunning()) { in lockedBootCompletedPerf()
178 while (mState.keepRunning()) { in managedProfileUnlockPerf()
197 while (mState.keepRunning()) { in ephemeralUserStoppedPerf()
/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()
/frameworks/base/apct-tests/perftests/core/src/android/util/perftests/
DLogPerfTest.java49 while (state.keepRunning()) { in testLogPerf()
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
DSwarm.java208 mBackground.keepRunning = false; in onPause()
280 mBackground.keepRunning = false; in restartSimulation()
294 boolean keepRunning = true; field in Swarm.Background
341 while (keepRunning) { in doInBackground()
/frameworks/base/apct-tests/perftests/core/src/android/widget/
DTextViewFontFamilyLayoutPerfTest.java68 while (state.keepRunning()) { in testConstruction()
DTextViewSetTextLocalePerfTest.java75 while (state.keepRunning()) { in testSetTextLocale()
DTextViewAutoSizeLayoutPerfTest.java90 while (state.keepRunning()) { in testConstruction()
DEditTextCursorMovementPerfTest.java112 while (state.keepRunning()) { in testCursorMovement()
DLayoutPerfTest.java97 while (state.keepRunning()) { in testLayoutPerf()
DEditTextBackspacePerfTest.java118 while (state.keepRunning()) { in testBackspace()
DEditTextLongTextPerfTest.java114 while (state.keepRunning()) { in testEditText()
/frameworks/base/apct-tests/perftests/core/src/android/text/
DDynamicLayoutPerfTest.java128 while (state.keepRunning()) {

12