Searched refs:execute (Results 26 - 50 of 213) sorted by relevance

123456789

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilterFunction.java43 public Frame execute(KeyValueMap inputMap) { method in class:FilterFunction
48 throw new RuntimeException("Calling execute on filter " + mFilter + " with multiple "
97 return execute(KeyValueMap.fromKeyValues(inputs));
/frameworks/support/compat/tests/java/android/support/v4/content/
H A DModernAsyncTaskTest.java71 mModernAsyncTask.execute();
116 public void execute(@NonNull Runnable command) {
/frameworks/base/core/java/android/os/
H A DAsyncTask.java94 * new DownloadFilesTask().execute(url1, url2, url3);
153 * <li>{@link #execute} must be invoked on the UI thread.</li>
203 * An {@link Executor} that can be used to execute tasks in parallel.
241 public synchronized void execute(final Runnable r) { method in class:AsyncTask.SerialExecutor
258 THREAD_POOL_EXECUTOR.execute(mActive);
388 * specified parameters are the parameters passed to {@link #execute}
591 * @see #execute(Runnable)
594 public final AsyncTask<Params, Progress, Result> execute(Params... params) { method in class:AsyncTask
629 * @see #execute(Object[])
637 throw new IllegalStateException("Cannot execute tas
665 public static void execute(Runnable runnable) { method in class:AsyncTask
[all...]
/frameworks/base/tests/testables/src/android/testing/
H A DTestableLooper.java193 Runnable execute) {
195 if (!queueWrapper.hasMessages(handler, null, execute)) {
202 if (!queueWrapper.hasMessages(handler, null, execute)) {
249 // Already on the right thread from another statement, just execute then.
260 Runnable execute = () -> {
267 Message m = Message.obtain(mHandler, execute);
271 mTestableLooper.mQueueWrapper.execute(m);
325 * Return false to not execute the message and stop executing messages.
192 waitForMessage(TestLooperManager queueWrapper, Handler handler, Runnable execute) argument
/frameworks/base/services/core/java/com/android/server/
H A DNetworkManagementService.java573 mConnector.execute("bandwidth", "enable");
592 mConnector.execute("strict", "enable");
952 event = mConnector.execute("interface", "getcfg", iface);
1006 mConnector.execute(cmd);
1032 mConnector.execute(
1045 mConnector.execute("interface", "clearaddrs", iface);
1055 mConnector.execute("interface", "ipv6", iface, "enable");
1065 mConnector.execute("interface", "ipv6", iface, "disable");
1075 mConnector.execute(
1116 mConnector.execute(cm
[all...]
/frameworks/base/core/tests/overlaytests/
H A Dtestrunner.py161 def execute(self): member in class:CompilationTask
178 def execute(self): member in class:InstrumentationTask
192 def execute(self): member in class:PushTask
212 def execute(self): member in class:MkdirTask
225 def execute(self): member in class:RmTask
242 def execute(self): member in class:SetPropTask
257 def execute(self): member in class:IdmapPathTask
274 def execute(self): member in class:IdmapScanTask
287 def execute(self): member in class:FileExistsTest
302 def execute(sel member in class:GrepIdmapTest
322 def execute(self): member in class:Md5Test
338 def execute(self): member in class:StartTask
360 def execute(self): member in class:StopTask
373 def execute(self): member in class:RootTask
398 def execute(self): member in class:RemountTask
418 def execute(self): member in class:CompoundTask
[all...]
/frameworks/base/core/tests/coretests/src/android/net/http/
H A DAbstractProxyTest.java75 HttpResponse response = httpClient.execute(
124 HttpResponse response = httpProxyClient.execute(request);
169 HttpResponse response = httpProxyClient.execute(request);
199 HttpResponse response = client.execute(request);
215 HttpResponse response = client.execute(request);
233 httpProxyClient.execute(request);
/frameworks/base/tests/TouchLatency/
H A Dgradlew.bat60 if "x%~1" == "x" goto execute
63 goto execute
69 :execute label
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
H A Dgradlew.bat60 if "x%~1" == "x" goto execute
63 goto execute
69 :execute label
/frameworks/data-binding/compiler/
H A Dgradlew.bat60 if "x%~1" == "x" goto execute
63 goto execute
69 :execute label
/frameworks/data-binding/developmentPlugins/
H A Dgradlew.bat60 if "x%~1" == "x" goto execute
63 goto execute
69 :execute label
/frameworks/data-binding/integration-tests/App With Spaces/
H A Dgradlew.bat60 if "x%~1" == "x" goto execute
63 goto execute
69 :execute label
/frameworks/data-binding/integration-tests/IndependentLibrary/
H A Dgradlew.bat60 if "x%~1" == "x" goto execute
63 goto execute
69 :execute label
/frameworks/data-binding/integration-tests/MultiModuleTestApp/
H A Dgradlew.bat60 if "x%~1" == "x" goto execute
63 goto execute
69 :execute label
/frameworks/data-binding/integration-tests/TestApp/
H A Dgradlew.bat60 if "x%~1" == "x" goto execute
63 goto execute
69 :execute label
/frameworks/data-binding/samples/BindingDemo/
H A Dgradlew.bat60 if "x%~1" == "x" goto execute
63 goto execute
69 :execute label
/frameworks/support/buildSrc/src/main/groovy/android/support/
H A DSupportLibraryPlugin.groovy113 public void execute(LibraryVariant libraryVariant) {
135 public void execute(MavenDeployer mavenDeployer) {
182 void execute(LibraryVariant libraryVariant) {
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/
H A Dgradlew.bat60 if "x%~1" == "x" goto execute
63 goto execute
69 :execute label
/frameworks/support/samples/SupportLeanbackShowcase/
H A Dgradlew.bat60 if "x%~1" == "x" goto execute
63 goto execute
69 :execute label
/frameworks/base/location/java/android/location/
H A DLocalListenerHelper.java95 void execute(TListener listener) throws RemoteException; method in interface:LocalListenerHelper.ListenerOperation
104 operation.execute(listener);
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DPipeManager.java47 mExecutor.execute(task);
53 mExecutor.execute(task);
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasRequestGetFolderListing.java72 public void execute(ClientSession session) throws IOException { method in class:BluetoothMasRequestGetFolderListing
/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup2.h66 void execute() override;
/frameworks/rs/driver/
H A DrsdScriptGroup.cpp53 sgi->execute();
/frameworks/rs/rsov/driver/
H A DrsovScriptGroup.cpp50 sgi->execute();

Completed in 603 milliseconds

123456789