/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 | 84 public void run() { 94 public void run() { 105 public void run() { 118 public void run() { 123 public void run() { 144 public void run() { 152 public void run() { 159 public void run() { 164 public void run() { 169 public void run() { [all …]
|
D | NotificationTestList.java | 91 public void run() { 113 public void run() 120 public void run() { 133 public void run() { 145 public void run() { 155 public void run() { 163 public void run() { 173 public void run() 201 public void run() { 211 public void run() { [all …]
|
D | PowerTest.java | 72 public void run() { 81 public void run() { 90 public void run() { 95 public void run() { 100 public void run() { 105 public void run() { 116 public void run() { 126 public void run() { 137 public void run() { 148 public void run() { [all …]
|
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/native/opengl/libagl/ |
D | Tokenizer.cpp | 49 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/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
D | armVCM4P2_CheckVLCEscapeMode.c | 57 OMX_U32 run, in armVCM4P2_CheckVLCEscapeMode() argument 74 if (run <= maxStoreRun) in armVCM4P2_CheckVLCEscapeMode() 76 entries = pRunIndexTable[run + 1] in armVCM4P2_CheckVLCEscapeMode() 77 - pRunIndexTable[run]; in armVCM4P2_CheckVLCEscapeMode() 78 if (run > maxRunForMultipleEntries) in armVCM4P2_CheckVLCEscapeMode() 102 if (run <= maxStoreRun) in armVCM4P2_CheckVLCEscapeMode() 104 entries = pRunIndexTable[run + 1] in armVCM4P2_CheckVLCEscapeMode() 105 - pRunIndexTable[run]; in armVCM4P2_CheckVLCEscapeMode() 106 if (run > maxRunForMultipleEntries) in armVCM4P2_CheckVLCEscapeMode()
|
D | armVCM4P2_PutVLCBits.c | 107 OMX_U32 storeRun = 0, run, storeRunPlus; in armVCM4P2_PutVLCBits() local 113 for (i = start, run=0; i < 64; i++) in armVCM4P2_PutVLCBits() 120 run++; in armVCM4P2_PutVLCBits() 160 storeRun = run; in armVCM4P2_PutVLCBits() 162 run = 0; in armVCM4P2_PutVLCBits() 172 (armAbs(storeLevel) - pLMAXTableL1[run]); in armVCM4P2_PutVLCBits()
|
/frameworks/base/voip/java/com/android/server/sip/ |
D | SipSessionListenerProxy.java | 49 public void run() { in onCalling() 63 public void run() { in onRinging() 76 public void run() { in onRingingBack() 90 public void run() { in onCallEstablished() 103 public void run() { in onCallEnded() 117 public void run() { in onCallTransferring() 130 public void run() { in onCallBusy() 144 public void run() { in onCallChangeFailed() 158 public void run() { in onError() 171 public void run() { in onRegistering() [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/testing/uiautomator/utils/uiautomatorviewer/src/com/android/uiautomator/actions/ |
D | ScreenshotAction.java | 54 public void run() { in run() method in ScreenshotAction 57 dialog.run(true, false, new IRunnableWithProgress() { in run() 63 public void run() { in run() 72 public void run(IProgressMonitor monitor) throws InvocationTargetException, in run() 99 retCode = procRunner.run(30000); in run() 119 retCode = procRunner.run(30000); in run() 135 retCode = procRunner.run(30000); in run() 148 retCode = procRunner.run(30000); in run() 163 retCode = procRunner.run(30000); in run() 179 retCode = procRunner.run(30000); in run() [all …]
|
/frameworks/base/core/tests/coretests/src/android/animation/ |
D | EventsTest.java | 69 public void run() { in run() method in EventsTest.Canceler 97 public void run() { in run() method in EventsTest.Ender 128 public void run() { in FutureReleaseListener() 139 public void run() { in onAnimationEnd() 229 public void run() { in testStartCancel() 252 public void run() { in testStartEnd() 275 public void run() { in testStartDelayedCancel() 298 public void run() { in testStartDelayedEnd() 320 public void run() { in testPlayingCancel() 343 public void run() { in testPlayingEnd() [all …]
|
D | ViewPropertyAnimatorTest.java | 72 public void run() { in run() method in ViewPropertyAnimatorTest.Canceler 110 public void run() { in FutureReleaseListener() 121 public void run() { in onAnimationEnd() 208 public void run() { in testStartCancel() 231 public void run() { in testStartDelayedCancel() 253 public void run() { in testPlayingCancel() 277 public void run() { in testPlayingDelayedCancel() 300 public void run() { in testPlayingDelayedCancelMidDelay() 328 public void run() { in testStartDoubleCancel() 352 public void run() { in testStartDelayedDoubleCancel()
|
/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/docs/html/tools/building/ |
D | building-eclipse.jd | 25 <code>.apk</code> with a debug key, by default. When you run the application, 28 following topics show you how to run an application, which will automatically build your 34 <p>This document shows you how to run your application on an emulator or a real device 41 <p>Before you can run your application on the Android Emulator, you must <a href= 44 <p>To run (or debug) your application, select <strong>Run</strong> > <strong>Run</strong> (or 46 automatically create a default run configuration for the project. Eclipse will then perform the 52 <li>Create a default run configuration (if one does not already exist for the project).</li> 55 Target defined by the run configuration. 57 <p>By default, Android run configurations use an "automatic target" mode for selecting a 63 …<p>If you run the application with the Debug option, the application will start in the "Waiting Fo… [all …]
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
D | residual.cpp | 155 int *level, *run; in enc_residual_block() local 166 run = encvid->run[cindx]; in enc_residual_block() 172 run = encvid->rundc; in enc_residual_block() 180 run = encvid->run[cindx]; in enc_residual_block() 189 run = encvid->runcdc + 4; in enc_residual_block() 195 run = encvid->runcdc; in enc_residual_block() 203 run = encvid->run[cindx]; in enc_residual_block() 221 zerosLeft += run[i]; in enc_residual_block() 380 ce_RunBefore(stream, run[i], zerosLeft); in enc_residual_block() 383 zerosLeft = zerosLeft - run[i]; in enc_residual_block()
|
/frameworks/base/tests/backup/src/com/android/backuptest/ |
D | BackupTestActivity.java | 59 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/base/core/tests/coretests/src/android/database/ |
D | DatabasePerformanceTests.java | 110 public void run() { in run() method in DatabasePerformanceTests.PerformanceBase 179 public void run() { in run() method in DatabasePerformanceTests.ContactReadingTest1 219 public void run() { in run() method in DatabasePerformanceTests.Perf1Test 253 public void run() { in run() method in DatabasePerformanceTests.Perf2Test 292 public void run() { in run() method in DatabasePerformanceTests.Perf3Test 330 public void run() { in run() method in DatabasePerformanceTests.Perf4Test 371 public void run() { in run() method in DatabasePerformanceTests.Perf5Test 411 public void run() { in run() method in DatabasePerformanceTests.Perf6Test 451 public void run() { in run() method in DatabasePerformanceTests.Perf7Test 491 public void run() { in run() method in DatabasePerformanceTests.Perf8Test [all …]
|
/frameworks/base/tests/WebViewTests/src/com/android/webviewtests/ |
D | JavaBridgeBasicsTest.java | 102 public void run() { in injectObjectAndReload() 129 public void run() { in testAdditionNotReflectedUntilReload() 136 public void run() { in testAdditionNotReflectedUntilReload() 149 public void run() { in testRemovalNotReflectedUntilReload() 156 public void run() { in testRemovalNotReflectedUntilReload() 167 public void run() { in testRemoveObjectNotAdded() 271 public void run() { in testObjectPersistsAcrossPageLoads() 287 public void run() { in testSameObjectInjectedMultipleTimes() 325 public void run() { in testReturnedObjectInjectedElsewhere() 349 public void run() { in testMethodInvokedOnBackgroundThread()
|
/frameworks/base/core/java/android/webkit/ |
D | ClientCertRequestHandler.java | 70 public void run() { in proceed() 83 public void run() { in setSslClientCertFromCtx() 94 public void run() { in setSslClientCertFromPKCS8() 105 public void run() { in ignore() 117 public void run() { in cancel()
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | AutoCompleteTextViewPopup.java | 60 public void run() { in testPopupSetListSelection() 123 public void run() { in testPopupClearListSelection() 156 public void run() { in testPopupNavigateNoAdapter() 189 public void run() { in testPopupShow() 200 public void run() { in testPopupShow() 211 public void run() { in testPopupShow() 255 public void run() { in clearText()
|
/frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/ |
D | Launcher.java | 69 public abstract void run(String args[]); in run() method in Launcher.Command 83 command.run(args2); in main() 87 HELP_COMMAND.run(args); in main() 101 public void run(String[] args) {
|
/frameworks/base/cmds/svc/src/com/android/commands/svc/ |
D | Svc.java | 34 public abstract void run(String[] args); // run the command in run() method in Svc.Command 41 c.run(args); in main() 45 COMMAND_HELP.run(args); in main() 66 public void run(String[] args) {
|