Home
last modified time | relevance | path

Searched refs:execute (Results 1 – 25 of 95) sorted by relevance

1234

/development/tools/otagui/
Dtarget_lib.py94 cursor.execute("""
122 cursor.execute("""
126 cursor.execute("""
129 cursor.execute("""
164 cursor.execute("""
178 cursor.execute("""
Dota_interface.py139 cursor.execute("""
165 cursor.execute("""
181 cursor.execute("""
197 cursor.execute("""
215 cursor.execute("""
Dtest_target_lib.py119 cursor.execute("PRAGMA table_info(Builds)")
138 cursor.execute("SELECT * FROM BUILDS")
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DAsyncTask.java252 public synchronized void execute(final Runnable r) { in execute() method in AsyncTask.SerialExecutor
269 THREAD_POOL_EXECUTOR.execute(mActive); in scheduleNext()
559 public final AsyncTask<Params, Progress, Result> execute(Params... params) { in execute() method in AsyncTask
615 exec.execute(mFuture); in executeOnExecutor()
628 public static void execute(Runnable runnable) { in execute() method in AsyncTask
629 sDefaultExecutor.execute(runnable); in execute()
DImageWorker.java151 new CacheAsyncTask().execute(MESSAGE_INIT_DISK_CACHE); in addImageCache()
164 new CacheAsyncTask().execute(MESSAGE_INIT_DISK_CACHE); in addImageCache()
520 new CacheAsyncTask().execute(MESSAGE_CLEAR); in clearCache()
524 new CacheAsyncTask().execute(MESSAGE_FLUSH); in flushCache()
528 new CacheAsyncTask().execute(MESSAGE_CLOSE); in closeCache()
/development/samples/devbytes/telephony/SmsSampleProject/
Dgradlew.bat60 if "x%~1" == "x" goto execute
63 goto execute
69 :execute label
/development/samples/training/testingfun/
Dgradlew.bat60 if "x%~1" == "x" goto execute
63 goto execute
69 :execute label
/development/tools/checkcolor/
Dgradlew.bat60 if "x%~1" == "x" goto execute
63 goto execute
69 :execute label
/development/samples/PictureInPicture/ComposePip/
Dgradlew.bat43 if "%ERRORLEVEL%" == "0" goto execute
57 if exist "%JAVA_EXE%" goto execute
67 :execute label
/development/apps/ShareTest/
Dgradlew.bat43 if "%ERRORLEVEL%" == "0" goto execute
57 if exist "%JAVA_EXE%" goto execute
67 :execute label
/development/samples/NsdManagerSample/
Dgradlew.bat43 if "%ERRORLEVEL%" == "0" goto execute
57 if exist "%JAVA_EXE%" goto execute
67 :execute label
/development/tools/winscope/src/viewers/viewer_input_method_service/
Dpresenter_input_method_service_test.ts51 new PresenterInputMethodServiceTest().execute();
/development/samples/DeviceAdminWhitelistedAccount/src/com/example/android/app/admin/whitelistedaccount/
DMyMain.java44 }.execute(); in onCreate()
/development/tools/winscope/src/viewers/viewer_input_method_clients/
Dpresenter_input_method_clients_test.ts52 new PresenterInputMethodClientsTest().execute();
/development/tools/winscope/src/viewers/viewer_input_method_manager_service/
Dpresenter_input_method_manager_service_test.ts64 new PresenterInputMethodManagerServiceTest().execute();
/development/samples/ReceiveContentDemo/src/com/example/android/receivecontent/
DMyReceiver.java127 MyExecutors.bg().execute(() -> { in showMessage()
139 MyExecutors.main().execute(() -> { in showMessage()
/development/samples/ApiDemos/src/com/example/android/apis/security/
DKeyStoreUsage.java162 new GenerateTask().execute(alias); in onCreate()
175 new SignTask().execute(alias, data); in onCreate()
189 new VerifyTask().execute(alias, data, signature); in onCreate()
201 new DeleteTask().execute(alias); in onCreate()
245 new UpdateKeyListTask().execute(); in updateKeyList()
/development/host/windows/usb/api/
DBUILDME.TXT34 "cd" back into this directory, and execute "build -cbeEIFZ" to clean and rebuild
35 this project, or you can execute "build -befEIF" to do a minimal build.
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
DGroupOwnerSocketHandler.java50 pool.execute(new ChatManager(socket.accept(), handler)); in run()
/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoManager.java299 mDecodeThreadPool.execute(photoTask.getPhotoDecodeRunnable()); in handleState()
413 sInstance.mDownloadThreadPool.execute(downloadTask.getHTTPDownloadRunnable()); in startDownload()
/development/host/windows/usb/winusb/
DBUILDME.TXT34 "cd" back into this directory, and execute "build -cbeEIFZ" to clean and rebuild
35 this project, or you can execute "build -befEIF" to do a minimal build.
/development/host/windows/usb/adb_winapi_test/
DBUILDME.TXT34 "cd" back into this directory, and execute "build -cbeEIFZ" to clean and rebuild
35 this project, or you can execute "build -befEIF" to do a minimal build.
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
DBatchOperation.java56 public List<Uri> execute() { in execute() method in BatchOperation
/development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
DSoundRecorder.java139 mRecordingAsyncTask.execute(); in startRecording()
244 mPlayingAsyncTask.execute(); in startPlay()
/development/samples/browseable/GridViewPager/src/com.example.android.wearable.gridviewpager/
DSampleGridPagerAdapter.java89 }.execute(resid);
111 }.execute(resid);

1234