/frameworks/volley/src/test/java/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/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
|
/frameworks/base/core/java/android/os/ |
D | AsyncTask.java | 230 public synchronized void execute(final Runnable r) { in execute() method in AsyncTask.SerialExecutor 550 public final AsyncTask<Params, Progress, Result> execute(Params... params) { in execute() method in AsyncTask 621 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/rs/ |
D | rsScriptGroup2.cpp | 14 void ScriptGroup2::execute(Context* rsc) { in execute() function in android::renderscript::ScriptGroup2
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/ |
D | BluetoothPbapRequestSetPath.java | 52 public void execute(ClientSession session) { in execute() method in BluetoothPbapRequestSetPath
|
/frameworks/base/tests/CoreTests/android/core/ |
D | TestHttpClient.java | 95 public HttpResponse execute( in execute() method in TestHttpClient
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GpsMeasurementsProvider.java | 95 public void execute(IGpsMeasurementsListener listener) throws RemoteException { in execute() method in GpsMeasurementsProvider.StatusChangedOperation
|
D | GpsNavigationMessageProvider.java | 96 public void execute(IGpsNavigationMessageListener listener) throws RemoteException { in execute() method in GpsNavigationMessageProvider.StatusChangedOperation
|
/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 | 375 public final ModernAsyncTask<Params, Progress, Result> execute(Params... params) { in execute() method in ModernAsyncTask 437 public static void execute(Runnable runnable) { in execute() method in ModernAsyncTask
|
/frameworks/data-binding/integration-tests/TestApp/ |
D | gradlew.bat | 69 :execute label
|
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/ |
D | gradlew.bat | 69 :execute label
|