Searched defs:run (Results 226 - 250 of 259) sorted by relevance

1234567891011

/frameworks/base/voip/java/com/android/server/sip/
H A DSipService.java726 public void run() { method in class:SipService.IntervalMeasurementProcess
930 public void run() { method in class:SipService.AutoRegistrationProcess
1012 run();
1071 public void run() {
1195 task.run();
1197 Log.e(TAG, "run task: " + task, t);
H A DSipSessionGroup.java554 public void run() {
665 public void run() {
1524 // No need to run the first time in a separate thread for now
1525 run();
1559 public void run() { method in class:SipSessionGroup.SipSessionImpl.KeepAliveProcess
1794 /** Class to help safely run KeepAliveProcessCallback in a different thread. */
1812 public void run() {
1825 public void run() {
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiMonitor.java365 public void run() { method in class:WifiMonitor.MonitorThread
/frameworks/ex/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java1000 public void run() { method in class:PhotoView.ScaleRunnable
1070 public void run() { method in class:PhotoView.TranslateRunnable
1166 public void run() { method in class:PhotoView.SnapRunnable
1259 public void run() { method in class:PhotoView.RotateRunnable
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Davcenc_int.h389 int level[24][16], run[24][16]; /* scratch memory */ member in struct:tagEncObject
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4lib_int.h161 uint run; member in struct:tagTcoef
182 uint8 run; member in struct:tagVLCtab2
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A 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, In
291 PutCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream) argument
311 PutCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
333 PutCoeff_Intra(Int run, Int level, BitstreamEncVideo *bitstream) argument
365 PutCoeff_Intra_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
393 PutCoeff_Inter_RVLC(Int run, Int level, BitstreamEncVideo *bitstream) argument
449 PutCoeff_Inter_RVLC_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
483 PutCoeff_Intra_RVLC(Int run, Int level, BitstreamEncVideo *bitstream) argument
545 PutCoeff_Intra_RVLC_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
580 PutRunCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream) argument
609 PutRunCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
638 PutRunCoeff_Intra(Int run, Int level, BitstreamEncVideo *bitstream) argument
688 PutRunCoeff_Intra_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
729 PutLevelCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream) argument
756 PutLevelCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
783 PutLevelCoeff_Intra(Int run, Int level, BitstreamEncVideo *bitstream) argument
829 PutLevelCoeff_Intra_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
1437 Int run; local
1510 Int run; local
1579 Int run; local
1794 Int run, idx; local
[all...]
H A Dmp4lib_int.h139 Int run[64]; /* Runlength */ member in struct:tagRunLevelBlock
/frameworks/base/core/java/android/accounts/
H A DAccountManagerService.java620 public void run() throws RemoteException { method in class:AccountManagerService.TestFeaturesSession
706 public void run() throws RemoteException { method in class:AccountManagerService.RemoveAccountSession
1040 public void run() throws RemoteException {
1125 public void run() throws RemoteException {
1281 public void run() throws RemoteException {
1326 public void run() throws RemoteException {
1359 public void run() throws RemoteException {
1392 public void run() throws RemoteException {
1418 public void run() throws RemoteException { method in class:AccountManagerService.GetAccountsByTypeAndFeatureSession
1762 run();
1785 public abstract void run() throws RemoteException; method in class:AccountManagerService.Session
[all...]
/frameworks/base/core/java/android/app/
H A DInstrumentation.java103 * loop so that the application can run), you can simply begin your
114 * Create and start a new thread in which to run instrumentation. This new
128 * you to run your instrumentation code in a separate thread than the
334 * @param runner The code to run on the main thread.
349 * starts), and it does not allow you to start activities that run in a
489 * actual activity to run) or allows them to execute normally.
751 public void run() {
814 public void run() {
1246 // waiting for their finalizers to be run.
1363 * if there was no Activity found to run th
1650 public void run() { method in class:Instrumentation.InstrumentationThread
1666 public void run() { method in class:Instrumentation.EmptyRunnable
1678 public void run() { method in class:Instrumentation.SyncRunnable
[all...]
/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java276 * @return true if the action was run
1122 public void run() { method in class:HardwareRenderer.GlRenderer.FunctorsRunnable
1393 public void run() {
1541 action.run();
1557 public void run() {
1586 public void run() {
/frameworks/base/core/java/android/webkit/
H A DZoomManager.java963 // the time it's actually run.
975 public void run() { method in class:ZoomManager.PostScale
/frameworks/base/core/java/android/widget/
H A DCalendarView.java1304 public void run() { method in class:CalendarView.ScrollStateRunnable
H A DListView.java1090 public void run() { method in class:ListView.FocusSelector
H A DNumberPicker.java2022 public void run() { method in class:NumberPicker.PressedStateHelper
2068 public void run() { method in class:NumberPicker.SetSelectionCommand
2084 public void run() { method in class:NumberPicker.ChangeCurrentByOneFromLongPressCommand
2114 public void run() { method in class:NumberPicker.BeginSoftInputOnLongPressCommand
H A DEditor.java1551 public void run() {
1695 public void run() { method in class:Editor.Blink
1853 public void run() {
2994 public void run() {
3203 public void run() {
3685 // Update in case text is edited while the animation is run
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java200 public void run() { method in class:LocationManagerService
346 of new location providers at run-time. The new package does not
/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java1376 public void run() { method in class:TouchExplorer.ExitGestureDetectionModeDelayed
1411 public void run() { method in class:TouchExplorer.PerformLongPressDelayed
1540 run();
1545 public void run() { method in class:TouchExplorer.SendHoverDelayed
1591 run();
1597 public void run() { method in class:TouchExplorer.SendAccessibilityEventDelayed
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java1006 public void run() { method in class:PhotoView.ScaleRunnable
1076 public void run() { method in class:PhotoView.TranslateRunnable
1172 public void run() { method in class:PhotoView.SnapRunnable
1265 public void run() { method in class:PhotoView.RotateRunnable
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java152 * public void run() {
565 * Queue a runnable to be run on the GL rendering thread. This can be used
568 * @param r the runnable to be run on the GL rendering thread.
1233 public void run() { method in class:GLSurfaceView.GLThread
1462 event.run();
1714 * Queue an "event" to be run on the GL rendering thread.
1715 * @param r the runnable to be run on the GL rendering thread.
1855 // Otherwise the device could run out of EGL contexts.
/frameworks/base/tools/aapt/
H A DResource.cpp317 virtual bool run() { function in class:PreProcessImageWorkUnit
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java287 run() { method in class:RIL.RILSender
504 run() { method in class:RIL.RILReceiver
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DRenderScript.java144 // There is a race condition here. The calling code may be run
561 * fields will be filled in and then the run method called by a message
570 public void run() { method in class:RenderScript.RSMessageHandler
591 * the fields in this class will be filled and the run method called.
597 public void run() { method in class:RenderScript.RSErrorHandler
669 public void run() { method in class:RenderScript.MessageThread
693 mRS.mMessageCallback.run();
710 mRS.mErrorCallback.run();
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java213 // There is a race condition here. The calling code may be run
791 * fields will be filled in and then the run method called by a message
800 public void run() { method in class:RenderScript.RSMessageHandler
821 * the fields in this class will be filled and the run method called.
827 public void run() { method in class:RenderScript.RSErrorHandler
899 public void run() { method in class:RenderScript.MessageThread
923 mRS.mMessageCallback.run();
940 mRS.mErrorCallback.run();
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java708 public void run() {
742 public void run() {
808 public void run() {
2250 @Override public void run() {
2297 @Override public void run() {
3047 public void run() {
3084 public void run() {
3108 public void run() {
3219 // This dance forces the code in setHdmiPlugged to run.
3268 @Override public void run() {
4257 public void run() { method in class:PhoneWindowManager.ScreenLockTimeout
[all...]

Completed in 527 milliseconds

1234567891011