Home
last modified time | relevance | path

Searched defs:retrieve (Results 1 – 25 of 136) sorted by relevance

123456

/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/undo/domain/interactor/
DSnapshotStore.kt23 fun retrieve(): RestorableSnapshot in retrieve() method
28 override fun retrieve(): RestorableSnapshot { in retrieve() method
DUndoInteractor.kt64 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/
DSnapshotStore.java9 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 DMonsterStorageGrpc.java233 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 DCustomIconCache.kt64 fun retrieve(component: ComponentName, controlId: String): Icon? { in retrieve() method
/aosp_15_r20/hardware/interfaces/gnss/common/utils/vts/include/
H A DGnssCallbackEventQueue.h88 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/
DStringTrie.java143 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 DStatementRetriever.kt68 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/
DStatementRetriever.java40 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 DRegexTrie.java252 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/
DRegexTrie.java252 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 DURLJarFile.java192 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 DShader.cpp165 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 DPipeline.cpp346 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 DPipeline.cpp258 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 DShader.cpp178 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/
DFakeSnapshotStore.kt28 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/
DCustomIconCache.java48 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 DTypeInferenceCache.java27 …public static Optional<ResolvedType> retrieve(TypeSolver typeSolver, LambdaExpr lambdaExpr, String… in retrieve() method in TypeInferenceCache
/aosp_15_r20/external/scudo/standalone/
H A Dsecondary.h105 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 DBitSieve.java194 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/
DBitSieve.java194 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 Dkernel_cache.cpp70 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/
DBitSieve.java194 BigInteger retrieve(BigInteger initValue, int certainty, java.util.Random random) { in retrieve() method in BitSieve
/aosp_15_r20/external/flatbuffers/grpc/tests/
H A DJavaGrpcTest.java66 public void retrieve(Stat request, io.grpc.stub.StreamObserver<Monster> responseObserver) { in retrieve() method in JavaGrpcTest.MyService

123456