/aosp_15_r20/external/armnn/src/backends/backendsCommon/ |
H A D | DynamicBackend.cpp | 75 return CreateBackend(); in GetBackend() 88 return CreateBackend(); in GetFactoryFunction() 116 IBackendInternalUniquePtr DynamicBackend::CreateBackend() in CreateBackend() function in armnn::DynamicBackend
|
/aosp_15_r20/external/cronet/net/tools/quic/ |
H A D | quic_simple_server_backend_factory.cc | 12 QuicSimpleServerBackendFactory::CreateBackend() { in CreateBackend() function in net::QuicSimpleServerBackendFactory 14 return backend_factory.CreateBackend(); in CreateBackend()
|
H A D | quic_simple_server_backend_factory.h | 17 std::unique_ptr<quic::QuicSimpleServerBackend> CreateBackend() override;
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/tools/ |
H A D | quic_toy_server.h | 37 virtual std::unique_ptr<QuicSimpleServerBackend> CreateBackend() = 0; 44 std::unique_ptr<quic::QuicSimpleServerBackend> CreateBackend() override;
|
H A D | quic_toy_server.cc | 68 QuicToyServer::MemoryCacheBackendFactory::CreateBackend() { in CreateBackend() function in quic::QuicToyServer::MemoryCacheBackendFactory 143 auto backend = backend_factory_->CreateBackend(); in Start()
|
/aosp_15_r20/external/cronet/net/http/ |
H A D | mock_http_cache.h | 283 disk_cache::BackendResult CreateBackend( 363 disk_cache::BackendResult CreateBackend( 374 disk_cache::BackendResult CreateBackend(
|
H A D | http_cache.h | 75 virtual disk_cache::BackendResult CreateBackend( 106 disk_cache::BackendResult CreateBackend( 504 int CreateBackend(CompletionOnceCallback callback);
|
H A D | http_cache.cc | 100 disk_cache::BackendResult HttpCache::DefaultBackend::CreateBackend( in CreateBackend() function in net::HttpCache::DefaultBackend 453 CreateBackend(base::BindOnce(&HttpCache::ReportGetBackendResult, in GetBackend() 538 CreateBackend(CompletionOnceCallback()); in CreateTransaction() 706 int HttpCache::CreateBackend(CompletionOnceCallback callback) { in CreateBackend() function in net::HttpCache 733 disk_cache::BackendResult result = backend_factory_->CreateBackend( in CreateBackend()
|
H A D | mock_http_cache.cc | 700 disk_cache::BackendResult MockBackendFactory::CreateBackend( in CreateBackend() function in net::MockBackendFactory 864 disk_cache::BackendResult MockBackendNoCbFactory::CreateBackend( in CreateBackend() function in net::MockBackendNoCbFactory 875 disk_cache::BackendResult MockBlockingBackendFactory::CreateBackend( in CreateBackend() function in net::MockBlockingBackendFactory
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | backend.cc | 81 /* static */ StatusOr<std::unique_ptr<Backend>> Backend::CreateBackend( in CreateBackend() function in xla::Backend 104 return CreateBackend(backend_options); in CreateDefaultBackend()
|
H A D | backend.h | 77 static StatusOr<std::unique_ptr<Backend>> CreateBackend(
|
H A D | local_service.cc | 60 Backend::CreateBackend(backend_options)); in NewService()
|
H A D | hlo_runner.cc | 42 backend_ = Backend::CreateBackend(backend_options).value(); in HloRunner()
|
H A D | service.cc | 155 TF_ASSIGN_OR_RETURN(execute_backend, Backend::CreateBackend(backend_options)); in NewService()
|
/aosp_15_r20/external/cronet/net/disk_cache/ |
H A D | disk_cache_test_base.cc | 108 CreateBackend(disk_cache::kNoRandom); in SimulateCrash() 380 CreateBackend(disk_cache::kNoRandom); in InitDiskCache() 383 void DiskCacheTestWithCache::CreateBackend(uint32_t flags) { in CreateBackend() function in DiskCacheTestWithCache
|
H A D | disk_cache_fuzzer.cc | 192 void CreateBackend( 452 CreateBackend(commands.cache_backend(), mask, type, in RunCommands() 1141 void DiskCacheLPMFuzzer::CreateBackend( in CreateBackend() function in DiskCacheLPMFuzzer
|
H A D | disk_cache_test_base.h | 84 void CreateBackend(uint32_t flags);
|
H A D | backend_unittest.cc | 584 TEST_F(DiskCacheTest, CreateBackend) { in TEST_F() argument 592 cache = disk_cache::MemBackendImpl::CreateBackend(0, nullptr); in TEST_F() 912 CreateBackend(flags); in BackendShutdownWithPendingFileIO() 975 CreateBackend(disk_cache::kNoBuffering); in TEST_F() 1004 CreateBackend(flags); in BackendShutdownWithPendingIO() 1044 CreateBackend(flags); in BackendShutdownWithPendingCreate() 1078 CreateBackend(flags); in BackendShutdownWithPendingDoom() 4713 CreateBackend(disk_cache::kNone); in BackendOpenOrCreateEntry() 4854 CreateBackend(disk_cache::kNone); in TEST_F() 5194 CreateBackend(disk_cache::kNone); in TEST_F()
|
H A D | disk_cache.cc | 330 disk_cache::MemBackendImpl::CreateBackend(max_bytes, net_log); in CreateCacheBackendImpl()
|
/aosp_15_r20/external/armnn/include/armnn/backends/ |
H A D | DynamicBackend.hpp | 38 IBackendInternalUniquePtr CreateBackend();
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/ |
H A D | tpu_node_context.cc | 75 xla::Backend::CreateBackend( in backend()
|
/aosp_15_r20/external/cronet/net/disk_cache/memory/ |
H A D | mem_backend_impl.h | 53 static std::unique_ptr<MemBackendImpl> CreateBackend(int64_t max_bytes,
|
H A D | mem_backend_impl.cc | 63 std::unique_ptr<MemBackendImpl> MemBackendImpl::CreateBackend( in CreateBackend() function in disk_cache::MemBackendImpl
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/ |
H A D | llvm_compiler_test.cc | 84 Backend::CreateBackend(backend_options); in SetUp()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/ |
H A D | mlir_gpu_test_base.cc | 38 backend_ = xla::Backend::CreateBackend(options).value(); in MlirGpuTestBase()
|