Home
last modified time | relevance | path

Searched defs:execute (Results 1 – 25 of 53) sorted by relevance

123

/frameworks/volley/tests/src/com/android/volley/mock/
DMockHttpClient.java56 public HttpResponse execute(HttpUriRequest request, HttpContext context) { in execute() method in MockHttpClient
70 public HttpResponse execute(HttpUriRequest request) { in execute() method in MockHttpClient
75 public HttpResponse execute(HttpHost target, HttpRequest request) { in execute() method in MockHttpClient
80 public <T> T execute(HttpUriRequest arg0, ResponseHandler<? extends T> arg1) { in execute() method in MockHttpClient
85 public HttpResponse execute(HttpHost target, HttpRequest request, HttpContext context) { in execute() method in MockHttpClient
90 public <T> T execute(HttpUriRequest arg0, ResponseHandler<? extends T> arg1, HttpContext arg2) { in execute() method in MockHttpClient
95 public <T> T execute(HttpHost arg0, HttpRequest arg1, ResponseHandler<? extends T> arg2) { in execute() method in MockHttpClient
100 public <T> T execute(HttpHost arg0, HttpRequest arg1, ResponseHandler<? extends T> arg2, in execute() method in MockHttpClient
/frameworks/base/core/java/android/net/http/
DAndroidHttpClient.java251 public HttpResponse execute(HttpUriRequest request) throws IOException { in execute() method in AndroidHttpClient
255 public HttpResponse execute(HttpUriRequest request, HttpContext context) in execute() method in AndroidHttpClient
260 public HttpResponse execute(HttpHost target, HttpRequest request) in execute() method in AndroidHttpClient
265 public HttpResponse execute(HttpHost target, HttpRequest request, in execute() method in AndroidHttpClient
270 public <T> T execute(HttpUriRequest request, in execute() method in AndroidHttpClient
276 public <T> T execute(HttpUriRequest request, in execute() method in AndroidHttpClient
282 public <T> T execute(HttpHost target, HttpRequest request, in execute() method in AndroidHttpClient
288 public <T> T execute(HttpHost target, HttpRequest request, in execute() method in AndroidHttpClient
/frameworks/base/core/tests/overlaytests/
Dtestrunner.py159 def execute(self): member in CompilationTask
176 def execute(self): member in InstrumentationTask
190 def execute(self): member in PushTask
207 def execute(self): member in MkdirTask
220 def execute(self): member in RmTask
238 def execute(self): member in IdmapPathTask
255 def execute(self): member in IdmapScanTask
268 def execute(self): member in FileExistsTest
283 def execute(self): member in GrepIdmapTest
303 def execute(self): member in Md5Test
[all …]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DGraphReader.java42 public void execute(CommandStack stack); in execute() method
57 public void execute() { in execute() method in GraphReader.CommandStack
88 public void execute(CommandStack stack) { in execute() method in GraphReader.ImportPackageCommand
105 public void execute(CommandStack stack) { in execute() method in GraphReader.AddLibraryCommand
120 public void execute(CommandStack stack) { in execute() method in GraphReader.AllocateFilterCommand
143 public void execute(CommandStack stack) { in execute() method in GraphReader.AddSourceSlotCommand
158 public void execute(CommandStack stack) { in execute() method in GraphReader.AddTargetSlotCommand
173 public void execute(CommandStack stack) { in execute() method in GraphReader.AddVariableCommand
190 public void execute(CommandStack stack) { in execute() method in GraphReader.SetFilterInputCommand
217 public void execute(CommandStack stack) { in execute() method in GraphReader.ConnectCommand
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DProviderExecutor.java76 public <P> void execute(AsyncTask<P, ?, ?> task, P... params) { in execute() method in ProviderExecutor
96 public void execute(Runnable command) { in execute() method in ProviderExecutor
/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
DTextGraphReader.java49 public void execute(TextGraphReader reader) throws GraphIOException; in execute() method
60 public void execute(TextGraphReader reader) throws GraphIOException { in execute() method in TextGraphReader.ImportPackageCommand
77 public void execute(TextGraphReader reader) { in execute() method in TextGraphReader.AddLibraryCommand
91 public void execute(TextGraphReader reader) throws GraphIOException { in execute() method in TextGraphReader.AllocateFilterCommand
113 public void execute(TextGraphReader reader) throws GraphIOException { in execute() method in TextGraphReader.InitFilterCommand
141 public void execute(TextGraphReader reader) { in execute() method in TextGraphReader.ConnectCommand
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMasRequestUpdateInbox.java33 public void execute(ClientSession session) throws IOException { in execute() method in BluetoothMasRequestUpdateInbox
DBluetoothMasRequestSetNotificationRegistration.java45 public void execute(ClientSession session) throws IOException { in execute() method in BluetoothMasRequestSetNotificationRegistration
DBluetoothMasRequestGetFolderListingSize.java53 public void execute(ClientSession session) throws IOException { in execute() method in BluetoothMasRequestGetFolderListingSize
DBluetoothMasRequestGetMessagesListingSize.java54 public void execute(ClientSession session) throws IOException { in execute() method in BluetoothMasRequestGetMessagesListingSize
DBluetoothMasRequestSetMessageStatus.java49 public void execute(ClientSession session) throws IOException { in execute() method in BluetoothMasRequestSetMessageStatus
DBluetoothMasRequestGetFolderListing.java72 public void execute(ClientSession session) throws IOException { in execute() method in BluetoothMasRequestGetFolderListing
DBluetoothMasRequestSetPath.java52 public void execute(ClientSession session) { in execute() method in BluetoothMasRequestSetPath
DBluetoothMasRequestGetMessage.java86 public void execute(ClientSession session) throws IOException { in execute() method in BluetoothMasRequestGetMessage
DBluetoothMasRequestPushMessage.java76 public void execute(ClientSession session) throws IOException { in execute() method in BluetoothMasRequestPushMessage
DBluetoothMasRequestGetMessagesListing.java147 public void execute(ClientSession session) throws IOException { in execute() method in BluetoothMasRequestGetMessagesListing
/frameworks/base/core/java/android/os/
DAsyncTask.java227 public synchronized void execute(final Runnable r) { in execute() method in AsyncTask.SerialExecutor
534 public final AsyncTask<Params, Progress, Result> execute(Params... params) { in execute() method in AsyncTask
603 public static void execute(Runnable runnable) { in execute() method in AsyncTask
/frameworks/base/core/java/android/database/sqlite/
DSQLiteStatement.java41 public void execute() { in execute() method in SQLiteStatement
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
DBluetoothPbapRequestSetPath.java52 public void execute(ClientSession session) { in execute() method in BluetoothPbapRequestSetPath
DBluetoothPbapRequest.java59 public void execute(ClientSession session) throws IOException { in execute() method in BluetoothPbapRequest
/frameworks/base/tests/CoreTests/android/core/
DTestHttpClient.java95 public HttpResponse execute( in execute() method in TestHttpClient
/frameworks/base/location/java/android/location/
DLocalListenerHelper.java91 void execute(TListener listener) throws RemoteException; in execute() method
/frameworks/support/v4/java/android/support/v4/content/
DModernAsyncTask.java370 public final ModernAsyncTask<Params, Progress, Result> execute(Params... params) { in execute() method in ModernAsyncTask
432 public static void execute(Runnable runnable) { in execute() method in ModernAsyncTask
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
Dgradlew.bat69 :execute label
/frameworks/testing/espresso/
Dgradlew.bat69 :execute label

123