Home
last modified time | relevance | path

Searched defs:createTasks (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/
DDesktopTaskTest.kt64 private fun createTasks(vararg ids: Int): List<Task> { in createTasks() method in com.android.quickstep.util.DesktopTaskTest
/aosp_15_r20/tools/ndkports/buildSrc/src/main/kotlin/com/android/ndkports/
H A DNdkPortsPlugin.kt78 private fun createTasks() { in createTasks() method
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/emitters/tasks/
H A DBaseExceptionClassGeneratorTasks.java43 protected List<GeneratorTask> createTasks() throws Exception { in createTasks() method in BaseExceptionClassGeneratorTasks
H A DPackageInfoGeneratorTasks.java39 protected List<GeneratorTask> createTasks() throws Exception { in createTasks() method in PackageInfoGeneratorTasks
H A DCommonClientGeneratorTasks.java37 protected List<GeneratorTask> createTasks() throws Exception { in createTasks() method in CommonClientGeneratorTasks
H A DCommonInternalGeneratorTasks.java35 protected List<GeneratorTask> createTasks() throws Exception { in createTasks() method in CommonInternalGeneratorTasks
H A DEventStreamGeneratorTasks.java43 protected List<GeneratorTask> createTasks() throws Exception { in createTasks() method in EventStreamGeneratorTasks
H A DMarshallerGeneratorTasks.java41 protected List<GeneratorTask> createTasks() { in createTasks() method in MarshallerGeneratorTasks
H A DWaitersGeneratorTasks.java44 protected List<GeneratorTask> createTasks() { in createTasks() method in WaitersGeneratorTasks
H A DAsyncClientGeneratorTasks.java40 protected List<GeneratorTask> createTasks() throws Exception { in createTasks() method in AsyncClientGeneratorTasks
H A DSyncClientGeneratorTasks.java44 protected List<GeneratorTask> createTasks() throws Exception { in createTasks() method in SyncClientGeneratorTasks
H A DWaitersRuntimeGeneratorTask.java45 protected List<GeneratorTask> createTasks() throws Exception { in createTasks() method in WaitersRuntimeGeneratorTask
H A DAuthSchemeGeneratorTasks.java41 protected List<GeneratorTask> createTasks() { in createTasks() method in AuthSchemeGeneratorTasks
H A DBaseGeneratorTasks.java64 protected abstract List<GeneratorTask> createTasks() throws Exception; in createTasks() method in BaseGeneratorTasks
H A DModelClassGeneratorTasks.java53 protected List<GeneratorTask> createTasks() { in createTasks() method in ModelClassGeneratorTasks
H A DPaginatorsGeneratorTasks.java54 protected List<GeneratorTask> createTasks() throws Exception { in createTasks() method in PaginatorsGeneratorTasks
H A DRulesEngineRuntimeGeneratorTask2.java50 protected List<GeneratorTask> createTasks() throws Exception { in createTasks() method in RulesEngineRuntimeGeneratorTask2
H A DRulesEngineRuntimeGeneratorTask.java52 protected List<GeneratorTask> createTasks() throws Exception { in createTasks() method in RulesEngineRuntimeGeneratorTask
H A DEndpointProviderTasks.java48 protected List<GeneratorTask> createTasks() throws Exception { in createTasks() method in EndpointProviderTasks
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DWrappingExecutorServiceTest.java141 private static List<Callable<String>> createTasks(int n) { in createTasks() method in WrappingExecutorServiceTest
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
H A DWrappingExecutorServiceTest.java141 private static List<Callable<String>> createTasks(int n) { in createTasks() method in WrappingExecutorServiceTest