Searched refs:run (Results 201 - 225 of 265) sorted by relevance

1234567891011

/frameworks/base/core/java/android/widget/
H A DFastScroller.java510 public void run() { method in class:FastScroller.ScrollFade
H A DZoomButtonsController.java374 public void run() {
/frameworks/base/core/java/com/android/internal/os/
H A DZygoteConnection.java126 void run() throws ZygoteInit.MethodAndArgsCaller { method in class:ZygoteConnection
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuItemImpl.java149 mItemCallback.run();
/frameworks/base/core/tests/coretests/src/android/util/
H A DListScenario.java578 public void run() {
/frameworks/base/core/tests/hosttests/src/android/content/pm/
H A DPackageManagerHostTestUtils.java119 * Helper method to run tests and return the listener that collected the results.
127 testRunner.run(listener);
476 Log.w(LOG_TAG, String.format("test run failed: %s", errorMessage));
498 * Get the test run failure error message.
499 * @return the test run failure error message or <code>null</code> if test run completed.
/frameworks/base/libs/rs/
H A DrsScriptC.cpp63 uint32_t ScriptC::run(Context *rsc, uint32_t launchIndex) function in class:ScriptC
66 rsc->setError(RS_ERROR_BAD_SCRIPT, "Attempted to run bad script");
/frameworks/base/libs/utils/
H A DThreads.cpp60 * Create and run a new thead.
185 * Create and run a new thread.
495 // any thread has a chance to run. Without it, another thread
660 status_t Thread::run(const char* name, int32_t priority, size_t stack) function in class:android::Thread
732 // (new ThreadSubclass())->run();
/frameworks/base/media/libmedia/
H A DAudioRecord.cpp282 t->run("ClientRecordThread", THREAD_PRIORITY_AUDIO_CLIENT);
/frameworks/base/media/libstagefright/codecs/avc/dec/src/
H A Davcdec_lib.h542 This function performs CAVLC syntax decoding to get the run and level information of the coefficients.
548 \param "run" "Pointer to array of run for output."
553 int *level, int *run, int *numcoeff);
/frameworks/base/media/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java321 public void run() { method in class:SoundPoolTest.TestThread
/frameworks/base/packages/VpnServices/src/com/android/server/vpn/
H A DVpnService.java328 public void run() {
/frameworks/policies/base/phone/com/android/internal/policy/impl/
H A DPatternUnlockScreen.java117 public void run() {
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java63 new Pm().run(args);
66 public void run(String[] args) { method in class:Pm
/frameworks/base/libs/audioflinger/
H A DAudioPolicyService.cpp580 run(mName.string(), ANDROID_PRIORITY_AUDIO);
582 run("AudioCommandThread", ANDROID_PRIORITY_AUDIO);
/frameworks/base/location/java/com/android/internal/location/
H A DGpsLocationProvider.java669 // run event listener thread while we are enabled
1352 public void run() { method in class:GpsLocationProvider.GpsEventThread
1409 public void run() { method in class:GpsLocationProvider.GpsLocationProviderThread
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java146 * public void run() {
513 * Queue a runnable to be run on the GL rendering thread. This can be used
516 * @param r the runnable to be run on the GL rendering thread.
1109 public void run() { method in class:GLSurfaceView.GLThread
1295 event.run();
1495 * Queue an "event" to be run on the GL rendering thread.
1496 * @param r the runnable to be run on the GL rendering thread.
1619 // Otherwise the device could run out of EGL contexts.
/frameworks/base/services/java/com/android/server/
H A DWatchdog.java319 public void run() { method in class:Watchdog.GlobalPssCollected
800 public void run() { method in class:Watchdog
811 // to timeout on is asleep as well and won't have a chance to run, causing a false
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaDataConnectionTracker.java467 mPollNetStat.run();
487 public void run() {
/frameworks/base/services/java/com/android/server/status/
H A DStatusBarService.java696 // run a ticker without being attached will crash!
1484 public void run() {
1822 public void run() {
1832 public void run() {
/frameworks/base/awt/javax/imageio/metadata/
H A DIIOMetadataFormatImpl.java1031 public ClassLoader run() {
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp68 run("BootAnimation", PRIORITY_DISPLAY);
/frameworks/base/core/java/android/content/pm/
H A DRegisteredServicesCache.java170 public void run() {
/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java736 public void run() { method in class:GestureOverlayView.FadeOutRunnable
/frameworks/base/core/java/android/webkit/
H A DCacheManager.java518 public void run() {

Completed in 456 milliseconds

1234567891011