Home
last modified time | relevance | path

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

1234567

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/commandline/
DParseableCommandTest.kt48 override fun execute(pw: PrintWriter) {} in testFactoryMethods() method
54 override fun execute(pw: PrintWriter) {} in testFactoryMethods() method
69 override fun execute(pw: PrintWriter) {} in testFactoryMethods() method
100 override fun execute(pw: PrintWriter) {} in factoryMethods_enforceShortNameRules() method
109 override fun execute(pw: PrintWriter) {} in factoryMethods_enforceShortNameRules() method
122 override fun execute(pw: PrintWriter) {} in factoryMethods_enforceLongNames_notPrefixed() method
131 override fun execute(pw: PrintWriter) {} in factoryMethods_enforceLongNames_notPrefixed() method
141 override fun execute(pw: PrintWriter) {} in executeDoesNotPropagateExceptions() method
161 override fun execute(pw: PrintWriter) {} in executeFailingCommand_callsOnParseFailed() method
211 override fun execute(pw: PrintWriter) {} in commandWithRequiredParam_provided() method
[all …]
DCommandRegistryTest.kt50 override fun execute(command: Runnable) { in safeEq() method in com.android.systemui.statusbar.commandline.CommandRegistryTest
86 override fun execute(pw: PrintWriter, args: List<String>) { in safeEq() method in com.android.systemui.statusbar.commandline.CommandRegistryTest.FakeCommand
/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
DSchemePrefixPerfTest.java45 String execute(String spec) { in JAVA() method
77 String execute(String spec) { in REGEX() method
87 abstract String execute(String spec); in execute() method in SchemePrefixPerfTest.Strategy
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DShellExecutor.java36 void execute(Runnable runnable); in execute() method
48 execute(() -> { in executeBlocking() method
72 execute(() -> { in executeBlockingForResult() method
/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/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/base/core/java/android/app/servertransaction/
DWindowStateTransactionItem.java54 public final void execute(@NonNull ClientTransactionHandler client, in execute() method in WindowStateTransactionItem
67 public abstract void execute(@NonNull ClientTransactionHandler client, in execute() method in WindowStateTransactionItem
DActivityTransactionItem.java57 public final void execute(@NonNull ClientTransactionHandler client, in execute() method in ActivityTransactionItem
68 public abstract void execute(@NonNull ClientTransactionHandler client, in execute() method in ActivityTransactionItem
DBaseClientRequest.java43 void execute(@NonNull ClientTransactionHandler client, in execute() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/
DCommandRegistry.kt144 fun execute(pw: PrintWriter, args: List<String>) in execute() method
161 override fun execute(pw: PrintWriter, args: List<String>) { in execute() method in com.android.systemui.statusbar.commandline.PrefsCommand
DParseableCommand.kt102 abstract fun execute(pw: PrintWriter) in execute() method in com.android.systemui.statusbar.commandline.ParseableCommand
114 override fun execute(pw: PrintWriter, args: List<String>) { in execute() method in com.android.systemui.statusbar.commandline.ParseableCommand
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DStatusBarInsetsCommand.kt31 override fun execute(pw: PrintWriter) { in execute() method in com.android.systemui.StatusBarInsetsCommand
66 override fun execute(pw: PrintWriter) { in execute() method in com.android.systemui.BottomMarginCommand
DUiOffloadThread.java40 public Future<?> execute(Runnable runnable) { in execute() method in UiOffloadThread
/frameworks/base/keystore/java/android/security/
DCheckedRemoteRequest.java32 R execute() throws RemoteException; in execute() method
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridgeRenderSession.java191 execute(() -> { in triggerTouchEvent() method
202 public void execute(Runnable r) { in execute() method in BridgeRenderSession
/frameworks/base/telephony/java/com/android/internal/telephony/util/
DHandlerExecutor.java42 public void execute(Runnable command) { in execute() method in HandlerExecutor
/frameworks/libs/modules-utils/java/com/android/modules/utils/
DHandlerExecutor.java38 public void execute(Runnable command) { in execute() method in HandlerExecutor
/frameworks/base/core/java/android/os/
DHandlerExecutor.java42 public void execute(Runnable command) { in execute() method in HandlerExecutor
DAsyncTask.java301 public synchronized void execute(final Runnable r) { in execute() method in AsyncTask.SerialExecutor
670 public final AsyncTask<Params, Progress, Result> execute(Params... params) { in execute() method in AsyncTask
741 public static void execute(Runnable runnable) { in execute() method in AsyncTask
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupRestoreTask.java25 void execute(); in execute() method
/frameworks/base/services/core/java/com/android/server/media/
DHandlerExecutor.java40 public void execute(Runnable command) { in execute() method in HandlerExecutor
/frameworks/base/core/java/com/android/internal/listeners/
DListenerTransport.java47 default void execute(Executor executor, Consumer<TListener> operation) { in execute() method
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/
DTestUiOffloadThread.java36 public Future<?> execute(Runnable runnable) { in execute() method in TestUiOffloadThread
/frameworks/libs/systemui/viewcapturelib/src/com/android/app/viewcapture/
DLooperExecutor.java40 public void execute(Runnable runnable) { in execute() method in LooperExecutor
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DSyncExecutor.java27 public void execute(Runnable runnable) { in execute() method in SyncExecutor

1234567