Searched refs:run (Results 1 - 25 of 78) sorted by relevance

1234

/development/tools/mkstubs/tests/data/
H A DTestBaseClass.java40 public void run() { method in class:TestBaseClass
/development/ndk/platforms/android-9/arch-mips/src/
H A Dcrtbegin_dynamic.S34 # this is the small startup code that is first run when
H A Dcrtbegin_static.S34 # this is the small startup code that is first run when
/development/ndk/tests/
H A Drun-all.sh30 echo "Please run $NDK/build/tools/build-platforms.sh first !"
93 run () function
98 run () function
117 run $NDK/ndk-build -B $JOBS
/development/samples/ApiDemos/src/com/example/android/apis/preference/
H A DAdvancedPreferences.java43 public void run() {
70 mForceCheckBoxRunnable.run();
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
H A DClientSocketHandler.java25 public void run() { method in class:ClientSocketHandler
H A DChatManager.java31 public void run() { method in class:ChatManager
H A DGroupOwnerSocketHandler.java45 public void run() { method in class:GroupOwnerSocketHandler
/development/samples/training/basic/ActivityLifecycle/src/com/example/android/lifecycle/util/
H A DUtils.java39 public void run() {
/development/tools/hosttestlib/src/com/android/hosttest/
H A DDeviceTestSuite.java59 test.run(result);
/development/apps/Development/src/com/android/development/
H A DLogViewer.java92 public void run() { method in class:LogViewer.LogReader
147 public void run() { method in class:LogViewer.AppendThrowable
160 public void run() { method in class:LogViewer.AppendCharacters
/development/samples/ApiDemos/src/com/example/android/apis/view/
H A DList9.java45 public void run() { method in class:List9.RemoveWindow
78 public void run() {
/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
H A DMainActivity.java69 public void run() {
/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DLocalSampleInstrumentation.java66 public void run() {
H A DVoiceRecognition.java188 public void run() {
197 public void run() {
207 public void run() {
218 public void run() {
H A DAlarmService_Service.java35 * This is an example of implementing an application service that will run in
72 public void run() {
H A DNotifyingService.java68 public void run() {
/development/samples/ApiDemos/tests/src/com/example/android/apis/view/
H A DFocus2ActivityTest.java36 * user interface. When run via a {@link android.test.InstrumentationTestRunner},
73 * to run before other tests, as junit uses reflection to find the tests.
99 public void run() {
/development/tools/emulator/system/qemu-props/
H A DAndroid.mk16 # that should only run in the emulator.
28 # The 'qemu-props' program is run from /system/etc/init.goldfish.rc
/development/tools/jdwpspy/
H A DCommon.h84 int run(const char* connectHost, int connectPort, int listenPort);
/development/samples/SpellChecker/HelloSpellChecker/src/com/example/android/hellospellchecker/
H A DHelloSpellCheckerActivity.java123 public void run() {
153 public void run() {
/development/samples/Alarm/src/com/example/android/newalarm/
H A DAlarmService.java39 * a stopSelf(). The net effect is a new worker thread that takes 15 seconds to run and then
79 // A Thread object that will run the background task
85 public void run() {
143 mWorkTask, // the Runnable that will run in this thread
/development/samples/KeyChainDemo/src/com/example/android/keychain/
H A DKeyChainDemoActivity.java97 public void run() {
212 public void run() {
318 public void run() {
/development/samples/ToyVpn/src/com/example/android/toyvpn/
H A DToyVpnService.java89 public synchronized void run() { method in class:ToyVpnService
108 if (run(server)) {
132 private boolean run(InetSocketAddress server) throws Exception { method in class:ToyVpnService
/development/samples/training/NsdChat/src/com/example/android/nsdchat/
H A DChatConnection.java138 public void run() { method in class:ChatConnection.ChatServer.ServerThread
194 public void run() { method in class:ChatConnection.ChatClient.SendingThread
227 public void run() { method in class:ChatConnection.ChatClient.ReceivingThread

Completed in 795 milliseconds

1234