Home
last modified time | relevance | path

Searched +defs:command +defs:list (Results 1 – 25 of 1299) sorted by relevance

12345678910>>...52

/aosp_15_r20/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java191 public static List<String> runCommand(Instrumentation instrumentation, String command) { in runCommand()
194 public static List<String> runCommand(Instrumentation instrumentation, String command, in runCommand()
210 public static void runCommandForNoOutput(Instrumentation instrumentation, String command) { in runCommandForNoOutput()
214 public static List<String> runShortcutCommand(Instrumentation instrumentation, String command, in runShortcutCommand()
220 String command) { in runShortcutCommandForSuccess()
413 public static <T> List<T> list(T... array) { in list() method in ShortcutManagerTestUtils
455 public static List<ShortcutInfo> filter(List<ShortcutInfo> list, Predicate<ShortcutInfo> p) { in filter()
461 public static List<ShortcutInfo> filterByActivity(List<ShortcutInfo> list, in filterByActivity()
468 public static List<ShortcutInfo> changedSince(List<ShortcutInfo> list, long time) { in changedSince()
666 public static <T> void assertAllUnique(Collection<T> list) { in assertAllUnique()
[all …]
/aosp_15_r20/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/command/
H A DAbstractFakeCommandHandler.java70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
403 protected List list(Object item) { in list() method in AbstractFakeCommandHandler
414 protected List list(Object item1, Object item2) { in list() method in AbstractFakeCommandHandler
415 List list = new ArrayList(2); in list() local
/aosp_15_r20/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/command/
H A DAbstractFakeCommandHandler.java70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
403 protected List list(Object item) { in list() method in AbstractFakeCommandHandler
414 protected List list(Object item1, Object item2) { in list() method in AbstractFakeCommandHandler
415 List list = new ArrayList(2); in list() local
/aosp_15_r20/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/command/
H A DAbstractFakeCommandHandler.java70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
403 protected List list(Object item) { in list() method in AbstractFakeCommandHandler
414 protected List list(Object item1, Object item2) { in list() method in AbstractFakeCommandHandler
415 List list = new ArrayList(2); in list() local
/aosp_15_r20/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/command/
H A DAbstractFakeCommandHandler.java70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
403 protected List list(Object item) { in list() method in AbstractFakeCommandHandler
414 protected List list(Object item1, Object item2) { in list() method in AbstractFakeCommandHandler
415 List list = new ArrayList(2); in list() local
/aosp_15_r20/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/command/
H A DAbstractFakeCommandHandler.java70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
403 protected List list(Object item) { in list() method in AbstractFakeCommandHandler
414 protected List list(Object item1, Object item2) { in list() method in AbstractFakeCommandHandler
415 List list = new ArrayList(2); in list() local
/aosp_15_r20/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/command/
H A DAbstractFakeCommandHandler.java72 public void handleCommand(Command command, Session session) { in handleCommand()
109 protected abstract void handle(Command command, Session session); in handle()
197 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
211 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
404 protected List list(Object item) { in list() method in AbstractFakeCommandHandler
408 protected List list(Object item1, Object item2) { in list() method in AbstractFakeCommandHandler
409 List list = new ArrayList(2); in list() local
/aosp_15_r20/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/command/
H A DAbstractFakeCommandHandler.java70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
403 protected List list(Object item) { in list() method in AbstractFakeCommandHandler
414 protected List list(Object item1, Object item2) { in list() method in AbstractFakeCommandHandler
415 List list = new ArrayList(2); in list() local
/aosp_15_r20/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/command/
H A DAbstractFakeCommandHandler.java70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
403 protected List list(Object item) { in list() method in AbstractFakeCommandHandler
414 protected List list(Object item1, Object item2) { in list() method in AbstractFakeCommandHandler
415 List list = new ArrayList(2); in list() local
/aosp_15_r20/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
H A DAbstractFakeCommandHandler.java70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
403 protected List list(Object item) { in list() method in AbstractFakeCommandHandler
414 protected List list(Object item1, Object item2) { in list() method in AbstractFakeCommandHandler
415 List list = new ArrayList(2); in list() local
/aosp_15_r20/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/command/
H A DAbstractFakeCommandHandler.java70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
403 protected List list(Object item) { in list() method in AbstractFakeCommandHandler
414 protected List list(Object item1, Object item2) { in list() method in AbstractFakeCommandHandler
415 List list = new ArrayList(2); in list() local
/aosp_15_r20/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
H A DAbstractFakeCommandHandler.java70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
403 protected List list(Object item) { in list() method in AbstractFakeCommandHandler
414 protected List list(Object item1, Object item2) { in list() method in AbstractFakeCommandHandler
415 List list = new ArrayList(2); in list() local
/aosp_15_r20/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
H A DAbstractFakeCommandHandler.java70 public void handleCommand(Command command, Session session) { in handleCommand()
111 protected abstract void handle(Command command, Session session); in handle()
198 …private void handleException(Command command, Session session, Throwable exception, int replyCode)… in handleException()
212 …private void handleFileSystemException(Command command, Session session, FileSystemException excep… in handleFileSystemException()
403 protected List list(Object item) { in list() method in AbstractFakeCommandHandler
414 protected List list(Object item1, Object item2) { in list() method in AbstractFakeCommandHandler
415 List list = new ArrayList(2); in list() local
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/device/metric/
DClangCodeCoverageCollectorTest.java256 List<String> command = mCommandArgumentCaptor.getCommand(); in testRun_misc_trace_only_logsCoverageFile() local
306 List<String> command = mCommandArgumentCaptor.getCommand(); in testRun_local_tmp_only_logsCoverageFile() local
359 List<String> command = mCommandArgumentCaptor.getCommand(); in testRun_both_locations_logsCoverageFile() local
401 List<String> command = mCommandArgumentCaptor.getCommand(); in testRun_noModuleName_logsCoverageFile() local
444 List<String> command = mCommandArgumentCaptor.getCommand(); in testRun_profraw_filter_option() local
482 List<String> command = mCommandArgumentCaptor.getCommand(); in testOtherFileTypes_ignored() local
539 List<String> command = mCommandArgumentCaptor.getCommand(); in testProfileToolInConfiguration_notFromBuild() local
736 void checkListContainsSuffixes(List<String> list, List<String> suffixes) { in checkListContainsSuffixes()
752 void checkListDoesNotContainSuffix(List<String> list, String suffix) { in checkListDoesNotContainSuffix()
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/util/
DClangProfileIndexerTest.java69 List<String> command = mCommandArgumentCaptor.getCommand(); in testProfileFiles_includesFiles() local
89 List<String> command = mCommandArgumentCaptor.getCommand(); in testLargeProfileCount_usesFile() local
105 List<String> command = mCommandArgumentCaptor.getCommand(); in testSingleFailure_usesFailureMode() local
148 void checkListContainsSuffixes(List<String> list, List<String> suffixes) { in checkListContainsSuffixes()
164 void checkListDoesNotContainSuffix(List<String> list, String suffix) { in checkListDoesNotContainSuffix()
/aosp_15_r20/system/logging/logcat/tests/
H A Dlogcat_test.cpp132 std::string command = android::base::StringPrintf( in TEST() local
770 static testing::AssertionResult IsFalse(int ret, const char* command) { in IsFalse()
784 char command[sizeof(buf) + sizeof(comm)]; in TEST() local
830 char command[sizeof(tmp_out_dir) + sizeof(logcat_cmd)]; in TEST() local
889 char command[sizeof(tmp_out_dir) + sizeof(logcat_cmd) + sizeof(log_filename)]; in TEST() local
1016 char command[sizeof(tmp_out_dir) + sizeof(logcat_cmd) + in TEST() local
1088 char command[strlen(tmp_out_dir) + strlen(logcat_cmd) + in logrotate_count_id() local
1156 char command[strlen(cleanup_cmd) + strlen(tmp_out_dir_form)]; in TEST() local
1163 static const char command[] = logcat_executable in TEST() local
1301 static bool get_prune_rules(char** list) { in get_prune_rules()
[all …]
/aosp_15_r20/external/kmod/libkmod/
H A Dlibkmod-config.c49 char *command; member
115 const char *command, in kmod_config_add_command()
117 struct kmod_list **list) in kmod_config_add_command()
146 struct kmod_list **list) in kmod_config_free_command()
158 struct kmod_list *list; in kmod_config_add_options() local
197 struct kmod_list *list; in kmod_config_add_alias() local
234 struct kmod_list *list; in kmod_config_add_blacklist() local
262 struct kmod_list *list; in kmod_config_add_softdep() local
787 struct kmod_list **list, in conf_files_insert_sorted()
844 static int conf_files_list(struct kmod_ctx *ctx, struct kmod_list **list, in conf_files_list()
[all …]
/aosp_15_r20/external/libcups/scheduler/
H A Dcups-lpd.c85 command, /* Command code */ in main() local
87 *list, /* Pointer to list */ in main() local
783 command, /* Command from line */ in recv_print_job() local
1223 const char *list) /* I - List of jobs or users */ in remove_jobs()
1306 const char *list, /* I - Job or user */ in send_state()
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/apphibernation/
H A DHibernationStateDiskStoreTest.java126 ArrayList<String> list = new ArrayList<>(); in readFromProto() local
143 public ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { in schedule()
154 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, in scheduleAtFixedRate()
160 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay, in scheduleWithFixedDelay()
230 public void execute(Runnable command) { in execute()
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DWrappingExecutorServiceTest.java57 List<Runnable> list = testExecutor.shutdownNow(); in testDelegations() local
59 assertEquals(ImmutableList.of(), list); in testDelegations() local
186 protected Runnable wrapTask(Runnable command) { in wrapTask()
293 public void execute(Runnable command) { in execute()
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
H A DWrappingExecutorServiceTest.java57 List<Runnable> list = testExecutor.shutdownNow(); in testDelegations() local
59 assertEquals(ImmutableList.of(), list); in testDelegations() local
186 protected Runnable wrapTask(Runnable command) { in wrapTask()
293 public void execute(Runnable command) { in execute()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/privacy/
DPrivacyItemController.java137 ….systemui.privacy.PrivacyItem> processNewList(java.util.List<com.android.systemui.privacy.PrivacyI… in processNewList()
144 …roid.systemui.privacy.PrivacyItem $this$isIn, java.util.List<com.android.systemui.privacy.PrivacyI… in isIn()
191 public void execute(@org.jetbrains.annotations.NotNull() in execute()
204 private final java.util.List<com.android.systemui.privacy.PrivacyItem> list = null; field in PrivacyItemController.NotifyChangesToCallback
208 java.util.List<com.android.systemui.privacy.PrivacyItem> list) { in NotifyChangesToCallback()
/aosp_15_r20/external/toybox/scripts/
H A Dmkflags.c18 char *command; member
85 struct flag *list = 0; in digest() local
166 char command[256], flags[1024], allflags[1024]; in main() local
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DCacheOomRankerTest.java206 ProcessList list = new ProcessList(); in reRankLruCachedApps_lruImpactsOrdering() local
247 ProcessList list = new ProcessList(); in reRankLruCachedApps_rssImpactsOrdering() local
291 ProcessList list = new ProcessList(); in reRankLruCachedApps_rssImpactsOrdering_cachedRssValues() local
344 ProcessList list = new ProcessList(); in reRankLruCachedApps_rssImpactsOrdering_profileRss() local
407 ProcessList list = new ProcessList(); in reRankLruCachedApps_usesImpactsOrdering() local
447 ProcessList list = new ProcessList(); in reRankLruCachedApps_fewProcesses() local
486 ProcessList list = new ProcessList(); in reRankLruCachedApps_fewNonServiceProcesses() local
590 ProcessList list = new ProcessList(); in reRankLruCachedApps_preservesTopNApps() local
631 ProcessList list = new ProcessList(); in reRankLruCachedApps_preservesTopNApps_allAppsUnchanged() local
671 ProcessList list = new ProcessList(); in reRankLruCachedApps_preservesTopNApps_negativeReplacedWithDefault() local
[all …]
/aosp_15_r20/external/libtracefs/src/
H A Dtracefs-hist.c78 char **list) in add_list()
91 enum tracefs_hist_command command) in add_hist_commands()
137 enum tracefs_hist_command command) in tracefs_hist_echo_cmd()
175 enum tracefs_hist_command command) in tracefs_hist_command()
499 add_sort_key(struct tracefs_hist *hist, const char *sort_key, char **list) in add_sort_key()
540 char **list = hist->sort; in tracefs_hist_add_sort_key() local
568 char **list = NULL; in tracefs_hist_set_sort_key() local
975 static int add_var(char ***list, const char *name, const char *var, bool is_var) in add_var()
1164 char **list; in add_synth_fields() local
1222 char **list; in tracefs_synth_add_match_field() local

12345678910>>...52