/frameworks/av/media/module/codecs/m4v_h263/enc/src/ |
D | vlc_encode_inline.h | 25 Int idx, run, level, j; in zero_run_search() local 30 run = 0; in zero_run_search() 41 run++; in zero_run_search() 55 RLB->run[idx] = run; in zero_run_search() 56 run = 0; in zero_run_search() 63 RLB->run[idx] = run; in zero_run_search() 64 run = 0; in zero_run_search() 78 run++; in zero_run_search() 92 RLB->run[idx] = run; in zero_run_search() 93 run = 0; in zero_run_search() [all …]
|
D | vlc_encode.cpp | 142 Int PutCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream); 143 Int PutCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream); 144 Int PutCoeff_Intra(Int run, Int level, BitstreamEncVideo *bitstream); 145 Int PutCoeff_Intra_Last(Int run, Int level, BitstreamEncVideo *bitstream); 154 Int PutCoeff_Inter_RVLC(Int run, Int level, BitstreamEncVideo *bitstream); 155 Int PutCoeff_Inter_RVLC_Last(Int run, Int level, BitstreamEncVideo *bitstream); 156 Int PutCoeff_Intra_RVLC(Int run, Int level, BitstreamEncVideo *bitstream); 157 Int PutCoeff_Intra_RVLC_Last(Int run, Int level, BitstreamEncVideo *bitstream); 159 Int PutRunCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream); 160 Int PutRunCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream); [all …]
|
D | vlc_encode.h | 24 Int PutCoeff_Inter(Int run, Int level, Int last, BitstreamEncVideo *bitstream); 25 Int PutCoeff_Intra(Int run, Int level, Int last, BitstreamEncVideo *bitstream); 33 Int PutCoeff_Inter_RVLC(Int run, Int level, Int last, BitstreamEncVideo *bitstream); 34 Int PutCoeff_Intra_RVLC(Int run, Int level, Int last, BitstreamEncVideo *bitstream); 35 Int PutRunCoeff_Inter(Int run, Int level, Int last, BitstreamEncVideo *bitstream); 36 Int PutRunCoeff_Intra(Int run, Int level, Int last, BitstreamEncVideo *bitstream); 37 Int PutLevelCoeff_Inter(Int run, Int level, Int last, BitstreamEncVideo *bitstream); 38 Int PutLevelCoeff_Intra(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
D | StatusBarTest.java | 70 public void run() { 80 public void run() { 91 public void run() { 104 public void run() { 109 public void run() { 130 public void run() { 138 public void run() { 145 public void run() { 150 public void run() { 155 public void run() { [all …]
|
D | NotificationTestList.java | 99 public void run() { 104 public void run() 128 public void run() 146 public void run() 164 public void run() 197 public void run() 220 public void run() 232 public void run() 279 public void run() 290 public void run() [all …]
|
D | PowerTest.java | 53 public void run() { 62 public void run() { 71 public void run() { 76 public void run() { 81 public void run() { 86 public void run() { 90 public void run() { 98 public void run() { 102 public void run() {
|
D | ToastTest.java | 85 public void run() 95 public void run() 102 public void run() 109 public void run() 119 public void run() 126 public void run() 133 public void run() 142 public void run()
|
/frameworks/base/tools/lint/framework/checks/src/test/java/com/google/android/lint/parcel/ |
D | SaferParcelCheckerTest.kt | 60 .run() in getDetector() 90 .run() in testParcelDoesNotDetectSafeReadSerializable() 111 .run() in testParcelDetectUnsafeReadArrayList() 141 .run() in testParcelDoesNotDetectSafeReadArrayList() 165 .run() in testParcelDetectUnsafeReadList() 197 .run() in testDParceloesNotDetectSafeReadList() 219 .run() in testParcelDetectUnsafeReadParcelable() 249 .run() in testParcelDoesNotDetectSafeReadParcelable() 273 .run() in testParcelDetectUnsafeReadParcelableList() 306 .run() in testParcelDoesNotDetectSafeReadParcelableList() [all …]
|
/frameworks/base/tools/lint/global/checks/src/test/java/com/google/android/lint/aidl/ |
D | SimpleManualPermissionEnforcementDetectorTest.kt | 51 .run() in getDetector() 89 .run() in testClass_orSelfFalse_warning() 127 .run() in testClass_enforcesFalse_warning() 168 .run() in testAnonClass() 209 .run() in testConstantEvaluation() 252 .run() in testAllOf() 298 .run() in testAllOf_mixedOrSelf_warning() 344 .run() in testAllOf_mixedEnforces_warning() 386 .run() in testPrecedingExpressions() 414 .run() in testPermissionHelper() [all …]
|
D | EnforcePermissionDetectorTest.kt | 53 .run() in getDetector() 72 .run() in testDoesNotDetectIssuesCorrectAnnotationAllOnMethod() 92 .run() in testDoesNotDetectIssuesCorrectAnnotationAllLiteralOnMethod() 111 .run() in testDoesNotDetectIssuesCorrectAnnotationAnyOnMethod() 130 .run() in testDoesNotDetectIssuesCorrectAnnotationAnyLiteralOnMethod() 147 .run() in testDetectIssuesMismatchingAnnotationOnMethod() 170 .run() in testDetectIssuesAnnotationOnNonStubMethod() 198 .run() in testDetectNoIssuesAnnotationOnNonStubMethod() 215 .run() in testDetectIssuesEmptyAnnotationOnMethod() 239 .run() in testDetectIssuesMismatchingAnyAnnotationOnMethod() [all …]
|
D | EnforcePermissionHelperDetectorTest.kt | 49 .run() in getDetector() 87 .run() in testFirstExpressionIsVariableDeclaration() 122 .run() in testMethodIsEmpty() 151 .run() in testOkay() 173 .run() in testHelperWithoutSuperPrefix_Okay() 191 .run() in testInterfaceDefaultMethod_notStubAncestor_error() 247 .run() in testInheritance_callSuper_okay() 296 .run() in testInheritance_callHelper_okay() 345 .run() in testInheritance_missingCallInChain_error() 401 .run() in testInheritance_missingCall_error() [all …]
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
D | TextInterpolator.kt | 217 line.runs.forEach { run -> in <lambda>() method 218 for (i in run.baseX.indices) { in <lambda>() 219 run.baseX[i] = MathUtils.lerp(run.baseX[i], run.targetX[i], progress) in <lambda>() 220 run.baseY[i] = MathUtils.lerp(run.baseY[i], run.targetY[i], progress) in <lambda>() 222 run.fontRuns.forEach { fontRun -> in <lambda>() 242 line.runs.forEach { run -> in <lambda>() method 249 run.fontRuns.forEach { fontRun -> in <lambda>() 250 drawFontRun(canvas, run, fontRun, lineNo, tmpPaint) in <lambda>() 359 private fun drawFontRun(c: Canvas, line: Run, run: FontRun, lineNo: Int, paint: Paint) { in <lambda>() 361 val font = fontInterpolator.lerp(run.baseFont, run.targetFont, progress) in <lambda>() [all …]
|
/frameworks/base/tools/lint/framework/checks/src/test/java/com/google/android/lint/ |
D | CallingIdentityTokenDetectorTest.kt | 79 .run() in getDetector() 115 .run() in testDetectsUnusedTokens() 166 .run() in testDetectsUnusedTokensInScopes() 206 .run() in testDoesNotDetectUsedTokensInScopes() 234 .run() in testDetectsUnusedTokensWithSimilarNamesInScopes() 285 .run() in testDetectsNonFinalTokens() 340 .run() in testDetectsNestedClearCallingIdentityCalls() 411 .run() in testDetectsClearIdentityCallNotFollowedByTryFinally() 496 .run() in testDetectsRestoreCallingIdentityCallNotInFinally() 574 .run() in testDetectsRestoreCallingIdentityCallNotInFinallyInScopes() [all …]
|
/frameworks/base/services/tests/ |
D | runtests.py | 31 def run(shell_command, echo=True): function 61 run('make -j32 -C %s -f build/core/main.mk ' 67 run('adb root') 68 run('adb wait-for-device') 72 run('adb install -t -r -g "%s"' % apk_path) 76 run('adb shell am instrument -w %s "%s"' % 83 run('adb shell am instrument -w -e package %s %s' %
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
D | CameraAgent.java | 73 public void run() { in onPreviewStarted() 115 public void run() { in onCameraOpened() 124 public void run() { in onCameraDisabled() 133 public void run() { in onDeviceOpenFailure() 142 public void run() { in onDeviceOpenedAlready() 151 public void run() { in onReconnectionFailure() 291 public void run() { in openCamera() 318 public void run() { in closeCamera() 325 public void run() { in closeCamera() 424 public void run() { in reconnect() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | BigPictureIconManagerTest.kt | 107 iconManager.updateIcon(mockConsumer, supportedIcon).run() in onIconUpdated_supportedType_placeholderLoaded() 119 iconManager.updateIcon(mockConsumer, unsupportedIcon).run() in onIconUpdated_unsupportedType_fullImageLoaded() 131 iconManager.updateIcon(mockConsumer, null).run() in onIconUpdated_withNull_drawableIsNull() 141 iconManager.updateIcon(mockConsumer, invalidIcon).run() in onIconUpdated_invalidIcon_drawableIsNull() 151 iconManager.updateIcon(mockConsumer, supportedIcon).run() in onIconUpdated_consumerAlreadySet_newConsumerIsUpdatedWithPlaceholder() 156 iconManager.updateIcon(newConsumer, supportedIcon).run() in onIconUpdated_consumerAlreadySet_newConsumerIsUpdatedWithPlaceholder() 170 iconManager.updateIcon(mockConsumer, supportedIcon).run() in onIconUpdated_consumerAlreadySet_newConsumerIsUpdatedWithFullImage() 178 iconManager.updateIcon(newConsumer, supportedIcon).run() in onIconUpdated_consumerAlreadySet_newConsumerIsUpdatedWithFullImage() 192 iconManager.updateIcon(mockConsumer, supportedIcon).run() in onIconUpdated_iconAlreadySet_loadsNewIcon() 196 iconManager.updateIcon(mockConsumer, unsupportedIcon).run() in onIconUpdated_iconAlreadySet_loadsNewIcon() [all …]
|
/frameworks/base/tools/hoststubgen/ |
D | common.sh | 26 run() { function 50 run ${ANDROID_BUILD_TOP}/build/soong/soong_ui.bash --make-mode "$@" 57 run rm -fr $out 58 run mkdir -p $out 63 run unzip $f -d $out || true 109 run cd "${jar%/*}" 111 run $JAVA $JAVA_OPTS \
|
/frameworks/av/media/module/codecs/m4v_h263/dec/src/ |
D | vlc_decode.cpp | 873 pTcoef->run = (uint) tab->run; //(tab->val >> 8) & 255; in VlcDecTCOEFIntra() 920 pTcoef->run = (uint)tab->run; //(tab->val >> 8) & 255; in VlcDecTCOEFIntra() 926 if ((pTcoef->last == 0 && pTcoef->run > 14) || (pTcoef->last == 1 && pTcoef->run > 20)) in VlcDecTCOEFIntra() 930 pTcoef->level = pTcoef->level + intra_max_level[pTcoef->last][pTcoef->run]; in VlcDecTCOEFIntra() 972 pTcoef->run = (uint)tab->run; //(tab->val >> 8) & 255; in VlcDecTCOEFIntra() 985 pTcoef->run = pTcoef->run + intra_max_run1[pTcoef->level] + 1; in VlcDecTCOEFIntra() 993 pTcoef->run = pTcoef->run + intra_max_run0[pTcoef->level] + 1; in VlcDecTCOEFIntra() 1003 pTcoef->run = (code >> 1) & 0x3F; in VlcDecTCOEFIntra() 1055 pTcoef->run = (uint)tab->run; //(tab->val >> 4) & 255; in VlcDecTCOEFInter() 1060 if (tab->run != 0xBF) in VlcDecTCOEFInter() [all …]
|
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
D | SipSessionListenerProxy.java | 51 public void run() { in onCalling() 67 public void run() { in onRinging() 82 public void run() { in onRingingBack() 98 public void run() { in onCallEstablished() 113 public void run() { in onCallEnded() 129 public void run() { in onCallTransferring() 144 public void run() { in onCallBusy() 160 public void run() { in onCallChangeFailed() 176 public void run() { in onError() 191 public void run() { in onRegistering() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | ShadeEventCoordinatorTest.kt | 63 (it.arguments[0] as Runnable).run() in setUp() 83 verify(shadeEmptiedCallback, never()).run() in testUserCancelLastNotification() 84 verify(notifRemovedByUserCallback, never()).run() in testUserCancelLastNotification() 86 verify(shadeEmptiedCallback).run() in testUserCancelLastNotification() 87 verify(notifRemovedByUserCallback).run() in testUserCancelLastNotification() 94 verify(shadeEmptiedCallback).run() in testAppCancelLastNotification() 95 verify(notifRemovedByUserCallback, never()).run() in testAppCancelLastNotification() 102 verify(shadeEmptiedCallback, never()).run() in testUserCancelOneOfTwoNotifications() 103 verify(notifRemovedByUserCallback).run() in testUserCancelOneOfTwoNotifications() 110 verify(shadeEmptiedCallback, never()).run() in testAppCancelOneOfTwoNotifications() [all …]
|
/frameworks/base/packages/SystemUI/checks/tests/com/android/internal/systemui/lint/ |
D | DumpableNotRegisteredDetectorTest.kt | 45 .run() in getDetector() 76 .run() in classIsDumpable_andRegisterIsCalled_noViolation() 107 .run() in classIsDumpable_andRegisterNormalIsCalled_noViolation() 138 .run() in classIsDumpable_andRegisterCriticalIsCalled_noViolation() 163 .run() in classIsDumpable_noRegister_violation() 200 .run() in classIsDumpable_usesNotDumpManagerMethod_violation() 238 .run() in classIsDumpableAndCoreStartable_noRegister_noViolation() 265 .run() in classIsAbstract_noRegister_noViolation()
|
D | DemotingTestWithoutBugDetectorTest.kt | 52 .run() in getDetector() 73 .run() in getDetector() 97 .run() in testMarkFlaky_withoutBugId() 125 .run() in testMarkFlaky_withoutBugId() 156 .run() in testExcludeDevices_withBugId() 180 .run() in testExcludeDevices_withoutBugId() 211 .run() in testIgnore_withBug() 235 .run() in testIgnore_withoutBug() 263 .run() in testIgnore_withoutBug()
|
/frameworks/base/core/tests/coretests/src/android/animation/ |
D | ValueAnimatorTests.java | 94 public void run() { in testStartDelay() 108 public void run() { in testStartDelay() 117 public void run() { in testStartDelay() 140 public void run() { in testListenerCallbacks() 152 public void run() { in testListenerCallbacks() 163 public void run() { in testListenerCallbacks() 178 public void run() { in testListenerCallbacks() 204 public void run() { in testIsStarted() 218 public void run() { in testIsStarted() 229 public void run() { in testIsStarted() [all …]
|
/frameworks/minikin/libs/minikin/ |
D | LineBreakerUtil.h | 77 const Run& run, // A run of this region. in populateHyphenationPoints() argument 85 if (!run.getRange().contains(contextRange) || !contextRange.contains(hyphenationTargetRange)) { in populateHyphenationPoints() 102 run.measureHyphenPiece(firstText, Range(0, firstText.size()), in populateHyphenationPoints() 106 run.measureHyphenPiece(secondText, Range(0, secondText.size()), in populateHyphenationPoints() 126 first += run.measureText(U16StringPiece(str, strSize)); in populateHyphenationPoints() 131 second += run.measureText(U16StringPiece(str, strSize)); in populateHyphenationPoints() 144 bool update(const Run& run) { in update() argument 145 const uint32_t newLocaleListId = run.getLocaleListId(); in update() 146 const LineBreakStyle newLineBreakStyle = run.lineBreakStyle(); in update() 147 const LineBreakWordStyle newLineBreakWordStyle = run.lineBreakWordStyle(); in update() [all …]
|
/frameworks/base/media/java/android/media/ |
D | SubtitleTrack.java | 171 Run run = mRunsByEndTime.valueAt(ix); in removeRunsByEndTimeIndex() local 172 while (run != null) { in removeRunsByEndTimeIndex() 173 Cue cue = run.mFirstCue; in removeRunsByEndTimeIndex() 180 mRunsByID.remove(run.mRunID); in removeRunsByEndTimeIndex() 181 Run nextRun = run.mNextRunAtEndTimeMs; in removeRunsByEndTimeIndex() 182 run.mPrevRunAtEndTimeMs = null; in removeRunsByEndTimeIndex() 183 run.mNextRunAtEndTimeMs = null; in removeRunsByEndTimeIndex() 184 run = nextRun; in removeRunsByEndTimeIndex() 311 Run run = mRunsByID.get(cue.mRunID); in addCue() local 312 if (run == null) { in addCue() [all …]
|