Searched refs:run (Results 351 - 375 of 650) sorted by relevance

<<11121314151617181920>>

/frameworks/base/tests/SerialChat/src/com/android/serialchat/
H A DSerialChat.java124 public void run() { method in class:SerialChat
125 Log.d(TAG, "run");
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxSessionManager.java56 public void run() { method in class:BordeauxSessionManager.PeriodicSave
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DYearPickerView.java134 public void run() {
H A DDayPickerView.java230 public void run() {
290 public void run() { method in class:DayPickerView.ScrollStateRunnable
/frameworks/opt/mailcommon/java/com/android/mailcommon/
H A DMultiAdapterSpinner.java177 public void run() {
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DTestBase.java57 public void run() { method in class:TestBase.MessageProcessor
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DTestBase.java59 public void run() { method in class:TestBase.MessageProcessor
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_copy_test.java105 public void run() { method in class:UT_copy_test
H A DUT_sampler.java141 public void run() { method in class:UT_sampler
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_copy_test.java105 public void run() { method in class:UT_copy_test
H A DUT_sampler.java143 public void run() { method in class:UT_sampler
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DRSTestCore.java108 public void run() {
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DRSTestCore.java112 public void run() {
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DAbsActionBarView.java151 public void run() {
/frameworks/base/core/java/android/widget/
H A DToast.java309 public void run() {
316 public void run() {
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardActivityLauncher.java143 * @param showsWhileLocked true if the activity can be run on top of keyguard.
215 // if worker + onStarted are supplied, run blocking activity launch call in the background
218 public void run() {
241 onStarted.run();
H A DKeyguardPatternView.java83 public void run() {
326 public void run(AccountManagerFuture<Bundle> future) { method in class:KeyguardPatternView.AccountAnalyzer
/frameworks/base/services/java/com/android/server/dreams/
H A DDreamManagerService.java338 public void run() {
352 public void run() {
/frameworks/base/services/java/com/android/server/location/
H A DComprehensiveCountryDetector.java286 public void run() {
331 if (DEBUG) Slog.d(TAG, "run startLocationBasedDetector()");
416 public void run() {
/frameworks/compile/libbcc/tests/data/src/
H A Dotcc-ansi.c439 int run(int g, int e) { function
465 result = run(g, e);
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dvlc_dequant.cpp101 /* enter the zero run decoding loop */
124 i += run_level.run;
414 /* enter the zero run decoding loop */
429 i += run_level.run;
570 i += run_level.run;
869 /* enter the zero run decoding loop */
881 i += run_level.run;
955 i += run_level.run;
1094 /* enter the zero run decoding loop */
1108 i += run_level.run;
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java722 public void run() {
802 // this will allow the navbar to run in an overlay on devices that support this
1514 public void run() {
1596 public void run() {
1617 mHandler.postDelayed(new Runnable() { public void run() { makeExpandedInvisible(); }}, 50);
1670 mPostCollapseCleanup.run();
1746 public void run() {
1804 // Cling (first-run help) handling.
1967 // run a ticker without being attached will crash!
2090 public void run() {
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_cavlc.c760 u32 run[16]; local
884 run[i] = INFO(tmp);
885 zerosLeft -= run[i]++;
889 run[i] = 1;
893 /* combining level and run, levelSuffix variable used to hold coeffMap,
896 /*lint -esym(771,level,run) level and run are always initialized */
902 tmp += run[i];
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs1012 <a href="<?cs var:toroot ?>training/run-background-service/index.html"
1019 <li><a href="<?cs var:toroot ?>training/run-background-service/create-service.html">
1023 <li><a href="<?cs var:toroot ?>training/run-background-service/send-request.html">
1027 <li><a href="<?cs var:toroot ?>training/run-background-service/report-status.html">
1106 <li><a href="<?cs var:toroot ?>training/multiple-threads/run-code.html">
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java90 public void run() { method in class:ServerThread
167 public void run() {
187 public void run() {
238 // Only run "core" apps if we're encrypting the device.
861 // We now tell the activity manager it is okay to run third party
863 // where third party code can really run (but before it has actually
867 public void run() {
1050 public void run() {
1059 // The system server has to run all of the time, so it needs to be

Completed in 1114 milliseconds

<<11121314151617181920>>