/frameworks/base/apct-tests/perftests/core/src/android/os/ |
D | ParcelPerfTest.java | 58 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 …]
|
D | ParcelArrayPerfTest.java | 86 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()
|
D | PackageManagerPerfTest.java | 56 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()
|
D | StrictModeTest.java | 60 while (state.keepRunning()) { in causeVmViolations() 81 while (state.keepRunning()) { in causeThreadViolations() 121 while (state.keepRunning()) { in causeCrossProcessThreadViolations()
|
D | BinderCallsStatsPerfTest.java | 60 while (state.keepRunning()) { in timeCallSession() 72 while (state.keepRunning()) { in timeCallSessionTrackingDisabled()
|
/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/ |
D | PathPerfTest.java | 37 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()
|
D | RenderNodePerfTest.java | 41 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()
|
D | TypefaceCreatePerfTest.java | 51 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()
|
D | OutlinePerfTest.java | 38 while (state.keepRunning()) { in testSetEmpty() 47 while (state.keepRunning()) { in testSetRoundRect()
|
D | CanvasPerfTest.java | 52 while (state.keepRunning()) { in testBasicViewGroupDraw() 79 while (state.keepRunning()) { in testRecordSimpleBitmapView()
|
/frameworks/base/apct-tests/perftests/core/src/android/perftests/ |
D | SystemPerfTest.java | 46 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/ |
D | StaticLayoutPerfTest.java | 82 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 …]
|
D | PrecomputedTextPerfTest.java | 74 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()
|
D | PaintMeasureDrawPerfTest.java | 84 while (state.keepRunning()) { in timeMeasure() 107 while (state.keepRunning()) { in timeDraw()
|
/frameworks/native/services/surfaceflinger/ |
D | EventControlThread.cpp | 59 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/ |
D | TextViewPrecomputedTextPerfTest.java | 104 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 …]
|
D | TextViewOnMeasurePerfTest.java | 114 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/ |
D | SQLiteDatabasePerfTest.java | 81 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()
|
D | CursorWindowPerfTest.java | 105 while (state.keepRunning()) { in loadRowFromCursorWindow() 111 while (state.keepRunning()) { in loadRowFromCursorWindow()
|
/frameworks/base/apct-tests/perftests/core/src/android/app/ |
D | PendingIntentPerfTest.java | 60 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/ |
D | ManualBenchmarkState.java | 98 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/ |
D | UserLifecycleTests.java | 101 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/ |
D | ViewPerfTest.java | 43 while (state.keepRunning()) { in testSimpleViewInflate() 54 while (state.keepRunning()) { in testTwelveKeyInflate()
|
D | ViewShowHidePerfTest.java | 172 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/ |
D | SyncRunner.java | 120 boolean keepRunning = true; in run() 121 while (keepRunning) { in run() 122 keepRunning = performStep(); in run()
|