/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/undo/domain/interactor/ |
D | SnapshotStore.kt | 23 fun retrieve(): RestorableSnapshot in retrieve() method 28 override fun retrieve(): RestorableSnapshot { in retrieve() method
|
D | UndoInteractor.kt | 64 override fun retrieve(): RestorableSnapshot { in <lambda>() method
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/WallpaperPicker2/WallpaperPicker2Lib/android_common/kapt/gen/stubs/com/android/wallpaper/picker/undo/domain/interactor/ |
D | SnapshotStore.java | 9 public abstract com.android.wallpaper.picker.undo.shared.model.RestorableSnapshot retrieve(); in retrieve() method 28 public com.android.wallpaper.picker.undo.shared.model.RestorableSnapshot retrieve() { in retrieve() method in SnapshotStore.NOOP
|
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/ |
H A D | MonsterStorageGrpc.java | 233 public void retrieve(MyGame.Example.Stat request, in retrieve() method in MonsterStorageGrpc.MonsterStorageImplBase 314 public void retrieve(MyGame.Example.Stat request, in retrieve() method in MonsterStorageGrpc.MonsterStorageStub 364 public java.util.Iterator<MyGame.Example.Monster> retrieve( in retrieve() method in MonsterStorageGrpc.MonsterStorageBlockingStub
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ |
H A D | CustomIconCache.kt | 64 fun retrieve(component: ComponentName, controlId: String): Icon? { in retrieve() method
|
/aosp_15_r20/hardware/interfaces/gnss/common/utils/vts/include/ |
H A D | GnssCallbackEventQueue.h | 88 bool GnssCallbackEventQueue<T>::retrieve(T& event, int timeout_seconds) { in retrieve() function 100 int GnssCallbackEventQueue<T>::retrieve(std::list<T>& event_list, int count, int timeout_seconds) { in retrieve() function
|
/aosp_15_r20/packages/modules/AdServices/sdksandbox/service/java/com/android/server/sdksandbox/verifier/ |
D | StringTrie.java | 143 public @Nullable V retrieve(@NonNull String... strings) { in retrieve() method in StringTrie 161 public @Nullable V retrieve(@Nullable List<String> captures, @NonNull String... strings) { in retrieve() method in StringTrie
|
/aosp_15_r20/frameworks/base/packages/StatementService/src/com/android/statementservice/network/retriever/ |
H A D | StatementRetriever.kt | 68 suspend fun retrieve(source: AbstractAsset, network: Network? = null) = when (source) { in retrieve() method in com.android.statementservice.network.retriever.StatementRetriever 84 private suspend fun retrieve( in retrieve() method in com.android.statementservice.network.retriever.StatementRetriever
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/StatementService/StatementService/android_common/kapt/gen/stubs/com/android/statementservice/network/retriever/ |
D | StatementRetriever.java | 40 public final java.lang.Object retrieve(@org.jetbrains.annotations.NotNull() in retrieve() method in StatementRetriever 55 …private final java.lang.Object retrieve(java.lang.String urlString, int maxIncludeLevel, com.andro… in retrieve() method in StatementRetriever
|
/aosp_15_r20/tools/loganalysis/src/com/android/loganalysis/util/ |
H A D | RegexTrie.java | 252 public V retrieve(String... strings) { in retrieve() method in RegexTrie 273 public V retrieve(List<List<String>> captures, String... strings) { in retrieve() method in RegexTrie
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | RegexTrie.java | 252 public V retrieve(String... strings) { in retrieve() method in RegexTrie 273 public V retrieve(List<List<String>> captures, String... strings) { in retrieve() method in RegexTrie
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/ |
H A D | URLJarFile.java | 192 private static JarFile retrieve(final URL url) throws IOException { in retrieve() method in URLJarFile 200 …private static JarFile retrieve(final URL url, final URLJarFileCloseController closeController) th… in retrieve() method in URLJarFile
|
/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/ |
H A D | Shader.cpp | 165 VkDescriptorSetLayout ShaderLayoutCache::retrieve( in retrieve() function in vkcompute::vkapi::ShaderLayoutCache 198 VkShaderModule ShaderCache::retrieve(const ShaderCache::Key& key) { in retrieve() function in vkcompute::vkapi::ShaderCache
|
H A D | Pipeline.cpp | 346 VkPipelineLayout PipelineLayoutCache::retrieve( in retrieve() function in vkcompute::vkapi::PipelineLayoutCache 413 VkPipeline ComputePipelineCache::retrieve( in retrieve() function in vkcompute::vkapi::ComputePipelineCache
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/ |
H A D | Pipeline.cpp | 258 VkPipelineLayout PipelineLayoutCache::retrieve( in retrieve() function in at::native::vulkan::api::PipelineLayoutCache 317 VkPipeline ComputePipelineCache::retrieve( in retrieve() function in at::native::vulkan::api::ComputePipelineCache
|
H A D | Shader.cpp | 178 VkDescriptorSetLayout ShaderLayoutCache::retrieve( in retrieve() function in at::native::vulkan::api::ShaderLayoutCache 211 VkShaderModule ShaderCache::retrieve(const ShaderCache::Key& key) { in retrieve() function in at::native::vulkan::api::ShaderCache
|
/aosp_15_r20/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/ |
D | FakeSnapshotStore.kt | 28 override fun retrieve(): RestorableSnapshot { in retrieve() method
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/controls/ |
D | CustomIconCache.java | 48 public final android.graphics.drawable.Icon retrieve(@org.jetbrains.annotations.NotNull() in retrieve() method in CustomIconCache
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/ |
H A D | TypeInferenceCache.java | 27 …public static Optional<ResolvedType> retrieve(TypeSolver typeSolver, LambdaExpr lambdaExpr, String… in retrieve() method in TypeInferenceCache
|
/aosp_15_r20/external/scudo/standalone/ |
H A D | secondary.h | 105 CachedBlock retrieve(UNUSED uptr MaxAllowedFragmentedBytes, UNUSED uptr Size, in retrieve() function 351 CachedBlock retrieve(uptr MaxAllowedFragmentedPages, uptr Size, in retrieve() function
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/math/ |
H A D | BitSieve.java | 194 BigInteger retrieve(BigInteger initValue, int certainty, java.util.Random random) { in retrieve() method in BitSieve
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/math/ |
D | BitSieve.java | 194 BigInteger retrieve(BigInteger initValue, int certainty, java.util.Random random) { in retrieve() method in BitSieve
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/codegen/fuser/ |
H A D | kernel_cache.cpp | 70 std::optional<KernelSpec*> retrieve(const int64_t key) { in retrieve() function
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/5/libcore/ojluni/src/main/java/java/math/ |
D | BitSieve.java | 194 BigInteger retrieve(BigInteger initValue, int certainty, java.util.Random random) { in retrieve() method in BitSieve
|
/aosp_15_r20/external/flatbuffers/grpc/tests/ |
H A D | JavaGrpcTest.java | 66 public void retrieve(Stat request, io.grpc.stub.StreamObserver<Monster> responseObserver) { in retrieve() method in JavaGrpcTest.MyService
|