Searched refs:run (Results 51 - 75 of 78) sorted by relevance

1234

/development/samples/ApiDemos/src/com/example/android/apis/view/
H A DVideoPlayerActivity.java75 @Override public void run() {
H A DGameView.java78 public void run() {
/development/samples/BluetoothHDP/src/com/example/bluetooth/health/
H A DBluetoothHDPService.java292 public void run() { method in class:BluetoothHDPService.ReadThread
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
H A DCubeWallpaper1.java62 public void run() {
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
H A DCubeWallpaper2.java82 public void run() {
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
H A DRssService.java83 // Need to run ourselves on a new thread, because
85 // Our run() method will check whether we need to requery
244 public void run() { method in class:RssService
/development/samples/SampleSyncAdapter/samplesyncadapter_server/
H A Ddashboard.py205 wsgiref.handlers.CGIHandler().run(application)
H A Dweb_services.py21 This script is designed to be run directly as a WSGI application.
397 wsgiref.handlers.CGIHandler().run(application)
/development/samples/SipDemo/src/com/example/android/sip/
H A DWalkieTalkieActivity.java238 public void run() {
/development/samples/USB/MissileLauncher/src/com/android/missilelauncher/
H A DMissileLauncherActivity.java216 public void run() { method in class:MissileLauncherActivity
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
H A DImageDownloader.java84 public void run() {
/development/scripts/app_engine_server/gae_shell/
H A Dshell.py22 May be run as a standalone app or in an existing app as an admin-only handler.
205 # extract the statement to be run
237 # globals, run the statement, and re-pickle the session globals, all
258 # run!
304 wsgiref.handlers.CGIHandler().run(application)
/development/tools/axl/
H A Daxl.py250 reactor.run()
/development/tools/emulator/system/camera/fake-pipeline2/
H A DJpegCompressor.cpp58 res = run("EmulatedFakeCamera2::JpegCompressor");
H A DSensor.cpp125 res = run("EmulatedFakeCamera2::Sensor",
/development/build/
H A DAndroid.mk87 # code is never going to be run anywhere, so just make a copy of the file.
/development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/
H A DWeatherWidgetProvider.java114 public void run() {
/development/samples/JetBoy/src/com/example/android/jetboy/
H A DJetBoyView.java620 public void run() { method in class:JetBoyView.JetBoyThread
645 public void run() {
1028 * Passing true allows the thread to run; passing false will shut it
1032 * @param b true to run, false to shut down
1219 public void run() {
1396 // start the thread here so that we don't busy-wait in run()
/development/tools/jdwpspy/
H A DNet.cpp723 int run(const char* connectHost, int connectPort, int listenPort) function
/development/cmds/monkey/src/com/android/commands/monkey/
H A DMonkey.java172 /** Packages we are allowed to run, or empty if no restriction. */
175 /** Packages we are not allowed to run. */
248 * Check whether we should run against the givn package.
251 * @return Returns true if we should run against pkg.
472 int resultCode = (new Monkey()).run(args);
482 private int run(String[] args) { method in class:Monkey
778 // do nothing - it's caught at the very start of run()
991 System.out.println("** No activities found to run, monkey aborted.");
/development/samples/training/multiscreen/newsreader/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/content/ ...
/development/samples/LunarLander/src/com/example/android/lunarlander/
H A DLunarView.java352 public void run() { method in class:LunarView.LunarThread
423 * Passing true allows the thread to run; passing false will shut it
427 * @param b true to run, false to shut down
705 // tricky case where we run out of fuel partway through the
859 // start the thread here so that we don't busy-wait in run()
/development/samples/training/basic/ActivityLifecycle/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/basic/FragmentBasics/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/location-aware/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 1562 milliseconds

1234