Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 1951) sorted by relevance

12345678910>>...79

/frameworks/av/media/codecs/m4v_h263/enc/src/
Dvlc_encode_inline.h25 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 …]
Dvlc_encode.cpp142 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 …]
Dvlc_encode.h24 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/
DStatusBarTest.java70 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 …]
DNotificationTestList.java99 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 …]
DPowerTest.java53 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() {
DToastTest.java85 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/packages/SystemUI/animation/src/com/android/systemui/animation/
DTextInterpolator.kt209 line.runs.forEach { run -> in <lambda>() method
210 for (i in run.baseX.indices) { in <lambda>()
211 run.baseX[i] = MathUtils.lerp(run.baseX[i], run.targetX[i], progress) in <lambda>()
212 run.baseY[i] = MathUtils.lerp(run.baseY[i], run.targetY[i], progress) in <lambda>()
214 run.fontRuns.forEach { in <lambda>()
231 line.runs.forEach { run -> in <lambda>() method
238 run.fontRuns.forEach { fontRun -> in <lambda>()
239 drawFontRun(canvas, run, fontRun, lineNo, tmpPaint) in <lambda>()
348 private fun drawFontRun(c: Canvas, line: Run, run: FontRun, lineNo: Int, paint: Paint) { in <lambda>()
350 val font = fontInterpolator.lerp(run.baseFont, run.targetFont, progress) in <lambda>()
[all …]
/frameworks/base/tools/lint/checks/src/test/java/com/google/android/lint/
DCallingIdentityTokenDetectorTest.kt71 .run() in getDetector()
107 .run() in testDetectsUnusedTokens()
158 .run() in testDetectsUnusedTokensInScopes()
198 .run() in testDoesNotDetectUsedTokensInScopes()
226 .run() in testDetectsUnusedTokensWithSimilarNamesInScopes()
277 .run() in testDetectsNonFinalTokens()
332 .run() in testDetectsNestedClearCallingIdentityCalls()
403 .run() in testDetectsClearIdentityCallNotFollowedByTryFinally()
488 .run() in testDetectsRestoreCallingIdentityCallNotInFinally()
566 .run() in testDetectsRestoreCallingIdentityCallNotInFinallyInScopes()
[all …]
/frameworks/base/services/tests/
Druntests.py31 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/
DCameraAgent.java73 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/codecs/m4v_h263/dec/src/
Dvlc_decode.cpp873 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/
DSipSessionListenerProxy.java51 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/
DShadeEventCoordinatorTest.kt62 (it.arguments[0] as Runnable).run() in setUp()
82 verify(shadeEmptiedCallback, never()).run() in testUserCancelLastNotification()
83 verify(notifRemovedByUserCallback, never()).run() in testUserCancelLastNotification()
85 verify(shadeEmptiedCallback).run() in testUserCancelLastNotification()
86 verify(notifRemovedByUserCallback).run() in testUserCancelLastNotification()
93 verify(shadeEmptiedCallback).run() in testAppCancelLastNotification()
94 verify(notifRemovedByUserCallback, never()).run() in testAppCancelLastNotification()
101 verify(shadeEmptiedCallback, never()).run() in testUserCancelOneOfTwoNotifications()
102 verify(notifRemovedByUserCallback).run() in testUserCancelOneOfTwoNotifications()
109 verify(shadeEmptiedCallback, never()).run() in testAppCancelOneOfTwoNotifications()
[all …]
/frameworks/base/core/tests/coretests/src/android/animation/
DValueAnimatorTests.java92 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/
DInitializeRecoverableSecondaryKeyTaskTest.java81 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 …]
/frameworks/minikin/libs/minikin/
DLineBreakerUtil.h66 const Run& run, // A run of this region. in populateHyphenationPoints() argument
74 if (!run.getRange().contains(contextRange) || !contextRange.contains(hyphenationTargetRange)) { in populateHyphenationPoints()
91 run.measureHyphenPiece(firstText, Range(0, firstText.size()), in populateHyphenationPoints()
95 run.measureHyphenPiece(secondText, Range(0, secondText.size()), in populateHyphenationPoints()
115 first += run.measureText(U16StringPiece(str, strSize)); in populateHyphenationPoints()
120 second += run.measureText(U16StringPiece(str, strSize)); in populateHyphenationPoints()
178 void updateLocaleIfNecessary(const Run& run) { in updateLocaleIfNecessary()
179 uint32_t newLocaleListId = run.getLocaleListId(); in updateLocaleIfNecessary()
182 nextWordBreak = breaker.followingWithLocale(locale, run.lineBreakStyle(), in updateLocaleIfNecessary()
183 run.lineBreakWordStyle(), in updateLocaleIfNecessary()
[all …]
/frameworks/base/packages/SystemUI/checks/tests/com/android/internal/systemui/lint/
DDemotingTestWithoutBugDetectorTest.kt53 .run() in getDetector()
74 .run() in getDetector()
98 .run() in testMarkFlaky_withoutBugId()
126 .run() in testMarkFlaky_withoutBugId()
157 .run() in testExcludeDevices_withBugId()
181 .run() in testExcludeDevices_withoutBugId()
212 .run() in testIgnore_withBug()
236 .run() in testIgnore_withoutBug()
264 .run() in testIgnore_withoutBug()
DDumpableNotRegisteredDetectorTest.kt46 .run() in getDetector()
77 .run() in classIsDumpable_andRegisterIsCalled_noViolation()
108 .run() in classIsDumpable_andRegisterNormalIsCalled_noViolation()
139 .run() in classIsDumpable_andRegisterCriticalIsCalled_noViolation()
164 .run() in classIsDumpable_noRegister_violation()
201 .run() in classIsDumpable_usesNotDumpManagerMethod_violation()
239 .run() in classIsDumpableAndCoreStartable_noRegister_noViolation()
266 .run() in classIsAbstract_noRegister_noViolation()
DBroadcastSentViaContextDetectorTest.kt53 .run() in getDetector()
86 .run() in testSendBroadcastAsUser()
120 .run() in testSendBroadcastInActivity()
155 .run() in testSuppressSendBroadcastInActivity()
182 .run() in testSendBroadcastInBroadcastSender()
207 .run() in testNoopIfNoCall()
DBindServiceOnMainThreadDetectorTest.kt52 .run() in getDetector()
85 .run() in testBindServiceAsUser()
117 .run() in testUnbindService()
150 .run() in testSuppressUnbindService()
184 .run() in testWorkerMethod()
222 .run() in testWorkerClass()
/frameworks/base/media/java/android/media/
DSubtitleTrack.java171 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/tests/backup/
Dbackup_helper_test.cpp34 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/opt/net/wifi/libs/WifiTrackerLib/tests/
Dsimulate_wifi.py790 subprocess.run(["adb", "root"])
793 subprocess.run(["adb", "shell", "cmd", "wifi", "settings-reset"])
805 subprocess.run(["adb", "shell", "cmd", "wifi", "start-scan"])
808 subprocess.run(["adb", "shell", "cmd", "wifi", "start-faking-scans"])
811 subprocess.run(["adb", "shell", "cmd", "wifi", "reset-fake-scans"])
818 …subprocess.run(["adb", "shell", "cmd", "wifi", "add-fake-scan", ssid, bssid, cap, str(freq), str(d…
847 subprocess.run(["adb", "shell", "cmd", "wifi", "add-network", ssid, "open"])
849 subprocess.run(["adb", "shell", "cmd", "wifi", "add-suggestion", ssid, "open"])
853 subprocess.run(["adb", "shell", "cmd", "wifi", "add-network", ssid, "owe"])
855 subprocess.run(["adb", "shell", "cmd", "wifi", "add-suggestion", ssid, "owe"])
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/
Dtesting.md9 be run via command line using `atest`:
14 If you use the SysUI Studio project, you can run and debug tests directly in the source files
17 These unit tests are run as a part of WindowManager presubmit, and the dashboards for these unit
20 This [GCL file](http://go/wm-unit-tests-gcl) configures the tests being run on the server.
25 and SurfaceFlinger traces captured during the run.
29 be run via command line using `atest`:
34 **Note**: Currently Flicker tests can only be run from the commandline and not via SysUI Studio
36 A subset of the flicker tests tests are run as a part of WindowManager presubmit, and the
46 These can also be run via commandline only using `atest`, for example:

12345678910>>...79