Home
last modified time | relevance | path

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

12345678910>>...61

/frameworks/av/media/libstagefright/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.java104 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 …]
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/native/opengl/libagl/
DTokenizer.cpp49 const run_t& run = mRanges[0]; in acquire() local
50 uint32_t token = run.first + run.length; in acquire()
75 const run_t& run = mRanges[i]; in release() local
76 if ((token >= run.first) && (token < run.first+run.length)) { in release()
78 run_t& run = mRanges.editItemAt(i); in release() local
79 if ((token == run.first) || (token == run.first+run.length-1)) { in release()
80 if (token == run.first) { in release()
81 run.first += 1; in release()
83 run.length -= 1; in release()
84 if (run.length == 0) { in release()
[all …]
/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/
DDebugTest.java55 .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()
99 .build().run(); in openAppToSplitScreen()
109 .build().run(); in splitScreenToLauncher()
120 .includeJankyRuns().build().run(); in resizeSplitScreen()
133 .build().run(); in editTextSetFocus()
144 .build().run(); in editTextLoseFocusToHome()
[all …]
DCommonTransitions.java87 .run(testApp::open) in openAppWarm()
101 .run(device::pressBack) in closeAppWithBackKey()
102 .run(device::waitForIdle) in closeAppWithBackKey()
116 .run(device::pressHome) in closeAppWithHomeKey()
117 .run(device::waitForIdle) in closeAppWithHomeKey()
134 .run(testApp::open) in openAppCold()
150 .run(() -> setRotation(device, endRotation)) in changeAppRotation()
172 .run(() -> setRotation(device, endRotation)) in changeAppRotation()
190 .run(() -> launchSplitScreen(device)) in appToSplitScreen()
204 .run(() -> exitSplitScreen(device)) in splitScreenToLauncher()
[all …]
/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/libstagefright/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/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/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/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/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/base/tests/testables/tests/src/android/testing/
DTestableLooperTest.java56 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/base/core/java/android/hardware/camera2/legacy/
DCameraDeviceState.java184 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/
DCamera2CaptureCallbackForwarder.java45 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/
DMeasuredText.cpp135 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/
DPreloadCheck.java52 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
/frameworks/base/tests/testables/src/android/testing/
DDexmakerShareClassLoaderRule.java61 apply(r::run).run(); in runWithDexmakerShareClassLoader()
81 r.run(); in wrapInSetAndClearProperty()
112 r.run(); in wrapInMutex()
124 void run() throws T;
130 ThrowingRunnable.this.run();
/frameworks/base/tests/backup/src/com/android/backuptest/
DBackupTestActivity.java59 void run() {
78 void run() {
94 void run() {
108 void run() {
113 void run() {
122 void run() {
132 void run() {
154 void run() {
181 abstract void run(); in run() method in BackupTestActivity.Test
201 t.run(); in onListItemClick()
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/test/widgets/
DHookWidget.java88 sOnPreDrawHook.run(); in onDraw()
97 sOnPostDrawHook.run(); in onDraw()
102 sOnPreMeasure.run(); in onMeasure()
104 sOnPostMeasure.run(); in onMeasure()
109 sOnPreLayout.run(); in onLayout()
111 sOnPostLayout.run(); in onLayout()

12345678910>>...61