/frameworks/volley/tests/src/com/android/volley/mock/ |
D | MockHttpClient.java | 56 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/ |
D | AndroidHttpClient.java | 251 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/ |
D | testrunner.py | 159 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/ |
D | GraphReader.java | 42 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/ |
D | ProviderExecutor.java | 76 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/ |
D | TextGraphReader.java | 49 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/ |
D | BluetoothMasRequestUpdateInbox.java | 33 public void execute(ClientSession session) throws IOException { in execute() method in BluetoothMasRequestUpdateInbox
|
D | BluetoothMasRequestSetNotificationRegistration.java | 45 public void execute(ClientSession session) throws IOException { in execute() method in BluetoothMasRequestSetNotificationRegistration
|
D | BluetoothMasRequestGetFolderListingSize.java | 53 public void execute(ClientSession session) throws IOException { in execute() method in BluetoothMasRequestGetFolderListingSize
|
D | BluetoothMasRequestGetMessagesListingSize.java | 54 public void execute(ClientSession session) throws IOException { in execute() method in BluetoothMasRequestGetMessagesListingSize
|
D | BluetoothMasRequestSetMessageStatus.java | 49 public void execute(ClientSession session) throws IOException { in execute() method in BluetoothMasRequestSetMessageStatus
|
D | BluetoothMasRequestGetFolderListing.java | 72 public void execute(ClientSession session) throws IOException { in execute() method in BluetoothMasRequestGetFolderListing
|
D | BluetoothMasRequestSetPath.java | 52 public void execute(ClientSession session) { in execute() method in BluetoothMasRequestSetPath
|
D | BluetoothMasRequestGetMessage.java | 86 public void execute(ClientSession session) throws IOException { in execute() method in BluetoothMasRequestGetMessage
|
D | BluetoothMasRequestPushMessage.java | 76 public void execute(ClientSession session) throws IOException { in execute() method in BluetoothMasRequestPushMessage
|
D | BluetoothMasRequestGetMessagesListing.java | 147 public void execute(ClientSession session) throws IOException { in execute() method in BluetoothMasRequestGetMessagesListing
|
/frameworks/base/core/java/android/os/ |
D | AsyncTask.java | 227 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/ |
D | SQLiteStatement.java | 41 public void execute() { in execute() method in SQLiteStatement
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/ |
D | BluetoothPbapRequestSetPath.java | 52 public void execute(ClientSession session) { in execute() method in BluetoothPbapRequestSetPath
|
D | BluetoothPbapRequest.java | 59 public void execute(ClientSession session) throws IOException { in execute() method in BluetoothPbapRequest
|
/frameworks/base/tests/CoreTests/android/core/ |
D | TestHttpClient.java | 95 public HttpResponse execute( in execute() method in TestHttpClient
|
/frameworks/base/location/java/android/location/ |
D | LocalListenerHelper.java | 91 void execute(TListener listener) throws RemoteException; in execute() method
|
/frameworks/support/v4/java/android/support/v4/content/ |
D | ModernAsyncTask.java | 370 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/ |
D | gradlew.bat | 69 :execute label
|
/frameworks/testing/espresso/ |
D | gradlew.bat | 69 :execute label
|