Home
last modified time | relevance | path

Searched defs:fetch (Results 76 – 100 of 367) sorted by relevance

12345678910>>...15

/aosp_15_r20/external/coreboot/payloads/external/depthcharge/
H A DMakefile44 fetch: $(project_dir) target
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/StatementService/StatementService/android_common/kapt/gen/stubs/com/android/statementservice/network/retriever/
DUrlFetcher.java24 public final java.lang.Object fetch(@org.jetbrains.annotations.NotNull() in fetch() method in UrlFetcher
/aosp_15_r20/external/okhttp/samples/crawler/src/main/java/com/squareup/okhttp/sample/
H A DCrawler.java82 public void fetch(HttpUrl url) throws IOException { in fetch() method in Crawler
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Dweak.rs137 unsafe fn fetch(name: &str) -> *mut libc::c_void { in fetch() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Dweak.rs137 unsafe fn fetch(name: &str) -> *mut libc::c_void { in fetch() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Dweak.rs137 unsafe fn fetch(name: &str) -> *mut libc::c_void { in fetch() function
/aosp_15_r20/external/toolchain-utils/llvm_tools/
H A Dcros_cls.py172 def fetch(cls, bot_id: BuildID) -> "CQOrchestratorOutput": member in CQOrchestratorOutput
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Dweak.rs137 unsafe fn fetch(name: &str) -> *mut libc::c_void { in fetch() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Dweak.rs137 unsafe fn fetch(name: &str) -> *mut libc::c_void { in fetch() function
/aosp_15_r20/frameworks/base/packages/StatementService/src/com/android/statementservice/network/retriever/
H A DUrlFetcher.kt37 suspend fun fetch( in fetch() method in com.android.statementservice.network.retriever.UrlFetcher
/aosp_15_r20/system/libvintf/
H A DHostFileSystem.cpp36 status_t HostFileSystem::fetch(const std::string& path, std::string* fetched, in fetch() function in android::vintf::details::HostFileSystem
H A DRuntimeInfo-target.cpp146 std::function<status_t(RuntimeInfoFetcher*, RuntimeInfo::FetchFlags)> fetch; member
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/clusters/
H A Dvirtual_cluster.cc68 const std::vector<string>& fetch, in Run()
/aosp_15_r20/external/python/cpython3/PCbuild/
Dget_externals.bat42 :fetch label
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dparallel_execute_to_islands.cc171 tf_executor::FetchOp fetch = graph_op.GetFetch(); in CreateIslandsFromParallelExecute() local
/aosp_15_r20/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
H A DAlbumArtCache.java80 public void fetch(final String artUrl, final FetchListener listener) { in fetch() method in AlbumArtCache
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dgrappler_item.h53 std::vector<string> fetch; member
/aosp_15_r20/external/toolchain-utils/afdo_tools/
H A Dupdate_kernel_afdo_test.py234 def test_newest_afdo_artifact_finding_works(self, fetch): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dmlir_tf2xla.cc90 for (const tf2xla::Fetch& fetch : config.fetch()) { in ConvertOutputInfo() local
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/cache/
H A DNonBlocking.java150 public <T> RefreshResult<T> fetch(Supplier<RefreshResult<T>> supplier) { in fetch() method in NonBlocking
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/zstd/
Dbits.go113 func (rbr *reverseBitReader) fetch(b uint8) bool { func
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/aggregation/
DAggregateEncryptionKeyFetcher.java155 public Optional<List<AggregateEncryptionKey>> fetch( in fetch() method in AggregateEncryptionKeyFetcher
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/notification/collection/
DNotifCollectionCache.java76 kotlin.jvm.functions.Function1<? super java.lang.String, ? extends V> fetch) { in getOrFetch()
/aosp_15_r20/frameworks/av/media/codec2/sfplugin/utils/
H A DCodec2BufferUtils.cpp710 std::list<MemoryBlockPoolBlock>::const_iterator fetch(size_t size) { in fetch() function
763 MemoryBlock MemoryBlockPool::fetch(size_t size) { in fetch() function in android::MemoryBlockPool
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/network/
H A DNetworkCache.java58 Pair<FileExtension, InputStream> fetch(String url) { in fetch() method in NetworkCache

12345678910>>...15