/frameworks/av/media/libstagefright/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 | 104 public void run() { 109 public void run() 133 public void run() 151 public void run() 169 public void run() 201 public void run() 224 public void run() 236 public void run() 283 public void run() 294 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/tests/FlickerTests/src/com/android/server/wm/flicker/ |
D | DebugTest.java | 55 .recordAllRuns().build().run(); in openAppCold() 64 .recordAllRuns().build().run(); in openAppWarm() 73 Surface.ROTATION_270).recordAllRuns().build().run(); in changeOrientationFromNaturalToLeft() 81 CommonTransitions.closeAppWithBackKey(testApp, uiDevice).recordAllRuns().build().run(); in closeAppWithBackKey() 89 CommonTransitions.closeAppWithHomeKey(testApp, uiDevice).recordAllRuns().build().run(); in closeAppWithHomeKey() 98 .build().run(); in openAppToSplitScreen() 108 .build().run(); in splitScreenToLauncher() 119 .includeJankyRuns().recordEachRun().build().run(); in resizeSplitScreen() 132 .build().run(); in editTextSetFocus() 143 .build().run(); in editTextLoseFocusToHome() [all …]
|
D | CommonTransitions.java | 88 .run(testApp::open) in openAppWarm() 102 .run(device::pressBack) in closeAppWithBackKey() 103 .run(device::waitForIdle) in closeAppWithBackKey() 117 .run(device::pressHome) in closeAppWithHomeKey() 118 .run(device::waitForIdle) in closeAppWithHomeKey() 135 .run(testApp::open) in openAppCold() 151 .run(() -> setRotation(device, endRotation)) in changeAppRotation() 173 .run(() -> setRotation(device, endRotation)) in changeAppRotation() 187 .run(() -> launchSplitScreen(device)) in appToSplitScreen() 201 .run(() -> exitSplitScreen(device)) in splitScreenToLauncher() [all …]
|
/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/av/media/libstagefright/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/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/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/core/tests/coretests/src/android/animation/ |
D | ValueAnimatorTests.java | 92 public void run() { in testStartDelay() 106 public void run() { in testStartDelay() 115 public void run() { in testStartDelay() 138 public void run() { in testListenerCallbacks() 150 public void run() { in testListenerCallbacks() 161 public void run() { in testListenerCallbacks() 176 public void run() { in testListenerCallbacks() 202 public void run() { in testIsStarted() 216 public void run() { in testIsStarted() 227 public void run() { in testIsStarted() [all …]
|
/frameworks/base/packages/BackupEncryption/test/robolectric/src/com/android/server/backup/encryption/tasks/ |
D | InitializeRecoverableSecondaryKeyTaskTest.java | 81 RecoverableKeyStoreSecondaryKey key = mTask.run(); in testRun_generatesNewKeyInRecoveryController() 89 RecoverableKeyStoreSecondaryKey key = mTask.run(); in testRun_setsAliasOnServer() 97 RecoverableKeyStoreSecondaryKey key = mTask.run(); in testRun_setsAliasInSettings() 104 mTask.run(); in testRun_initializesSettings() 117 assertThrows(IllegalArgumentException.class, () -> mTask.run()); in testRun_initializeSettingsFails_throws() 122 RecoverableKeyStoreSecondaryKey key1 = mTask.run(); in testRun_doesNotGenerateANewKeyIfOneIsAvailable() 123 RecoverableKeyStoreSecondaryKey key2 = mTask.run(); in testRun_doesNotGenerateANewKeyIfOneIsAvailable() 131 RecoverableKeyStoreSecondaryKey key = mTask.run(); in testRun_existingKeyButDestroyed_throws() 135 assertThrows(InvalidKeyException.class, () -> mTask.run()); in testRun_existingKeyButDestroyed_throws() 144 assertThrows(InvalidKeyException.class, () -> mTask.run()); in testRun_settingsInitializedButNotSecondaryKeyAlias_throws() [all …]
|
D | RotateSecondaryKeyTaskTest.java | 110 mTask.run(); in run_failsIfThereIsNoActiveSecondaryKey() 125 mTask.run(); in run_failsIfActiveSecondaryIsNotInRecoveryController() 140 mTask.run(); in run_doesNothingIfFlagIsDisabled() 156 mTask.run(); in run_setsActiveSecondary() 172 mTask.run(); in run_rewrapsExistingTertiaryKeys() 194 mTask.run(); in run_persistsRewrappedKeysToDisk() 215 mTask.run(); in run_stillSetsActiveSecondaryIfNoTertiaries() 230 mTask.run(); in run_setsActiveSecondaryKeyAliasInSettings() 245 mTask.run(); in run_removesNextSecondaryKeyAliasInSettings() 259 mTask.run(); in run_deletesOldKeyFromRecoverableKeyStoreLoader() [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 …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/ |
D | SeekBarViewModelTest.kt | 59 runnable.run() in executeOnDiskIO() 62 runnable.run() in postToMainThread() 130 val metadata = MediaMetadata.Builder().run { in updateDurationWithPlayback() 136 val state = PlaybackState.Builder().run { in updateDurationWithPlayback() 152 val metadata = MediaMetadata.Builder().run { in updateDurationWithoutPlayback() 168 val metadata = MediaMetadata.Builder().run { in updateDurationNegative() 174 val state = PlaybackState.Builder().run { in updateDurationNegative() 189 val metadata = MediaMetadata.Builder().run { in updateDurationZero() 195 val state = PlaybackState.Builder().run { in updateDurationZero() 211 val state = PlaybackState.Builder().run { in updateDurationNoMetadata() [all …]
|
/frameworks/base/tests/backup/ |
D | backup_helper_test.cpp | 34 bool run; member 56 t->run = true; in main() 64 t->run = true; in main() 74 if (t->run) { in main() 85 if (t->run) { in main() 109 if (t->run) { in main()
|
/frameworks/base/tests/testables/tests/src/android/testing/ |
D | TestableLooperTest.java | 56 verify(r, never()).run(); in testMessageExecuted() 58 verify(r).run(); in testMessageExecuted() 78 verify(r, never()).run(); in testMessageCallback() 91 verify(r, times(2)).run(); in testProcessNumberOfMessages() 102 verify(r).run(); in testProcessAllMessages() 114 verify(r).run(); in test3Chain() 126 verify(r).run(); in testProcessAllMessages_2Messages() 127 verify(r2).run(); in testProcessAllMessages_2Messages() 145 verify(r).run(); in testMainLooper() 146 verify(r2, never()).run(); in testMainLooper()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiThreadRunnerTest.java | 76 runnable.run(); in callSuccess_returnExpectedValue() 101 runnable.run(); in runSuccess() 105 boolean result = mWifiThreadRunner.run(mRunnable); in runSuccess() 108 verify(mRunnable).run(); in runSuccess() 115 boolean runSuccess = mWifiThreadRunner.run(mRunnable); in runFailure() 118 verify(mRunnable, never()).run(); in runFailure() 130 verify(mRunnable, never()).run(); in postSuccess() 141 verify(mRunnable, never()).run(); in postFailure()
|
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
D | CameraDeviceState.java | 184 public void run() { in setCaptureResult() 191 public void run() { in setCaptureResult() 217 public void run() { in setRepeatingRequestError() 231 public void run() { in setRequestQueueEmpty() 268 public void run() { in doStateTransition() 281 public void run() { in doStateTransition() 299 public void run() { in doStateTransition() 322 public void run() { in doStateTransition() 341 public void run() { in doStateTransition() 348 public void run() { in doStateTransition()
|
/frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/ |
D | Camera2CaptureCallbackForwarder.java | 45 public void run() { in onCaptureCompleted() 55 public void run() { in onCaptureFailed() 66 public void run() { in onCaptureProgressed() 75 public void run() { in onCaptureSequenceAborted() 85 public void run() { in onCaptureSequenceCompleted() 95 public void run() { in onCaptureStarted()
|
/frameworks/minikin/libs/minikin/ |
D | MeasuredText.cpp | 135 for (const auto& run : runs) { in measure() local 136 const Range& range = run->getRange(); in measure() 137 run->getMetrics(textBuf, &widths, hint ? &hint->layoutPieces : nullptr, piecesOut); in measure() 139 if (!computeHyphenation || !run->canBreak()) { in measure() 143 proc.updateLocaleIfNecessary(*run); in measure() 147 const bool canBreak = run->canBreak() || (i + 1) == range.getEnd(); in measure() 155 populateHyphenationPoints(textBuf, *run, *proc.hyphenator, proc.contextRange(), in measure() 280 for (const auto& run : runs) { in buildLayout() local 281 const Range& runRange = run->getRange(); in buildLayout() 290 run->appendLayout(textBuf, targetRange, contextRange, layoutPieces, paint, range.getStart(), in buildLayout() [all …]
|
/frameworks/base/tools/preload-check/src/com/android/preload/check/ |
D | PreloadCheck.java | 52 run("com.android.preload.check.IntegrityCheck"); in testStatus() 60 run("com.android.preload.check.NotInitialized", "android.os.AsyncTask"); in testAsyncTask() 68 run("com.android.preload.check.Initialized", "android.animation.Animator"); in testAnimator() 86 run("com.android.preload.check.NotInitialized", s); in testBlackList() 105 run("com.android.preload.check.NotInitializedRegex", ".*NoPreloadHolder$", "true"); in testNoPreloadHolder() 108 private void run(String cmd, String... args) throws Exception { in run() method in PreloadCheck
|