/external/armnn/src/backends/backendsCommon/ |
D | DynamicBackend.cpp | 75 return CreateBackend(); in GetBackend() 88 return CreateBackend(); in GetFactoryFunction() 116 IBackendInternalUniquePtr DynamicBackend::CreateBackend() in CreateBackend() function in armnn::DynamicBackend
|
/external/cronet/net/tools/quic/ |
D | quic_simple_server_backend_factory.cc | 12 QuicSimpleServerBackendFactory::CreateBackend() { in CreateBackend() function in net::QuicSimpleServerBackendFactory 14 return backend_factory.CreateBackend(); in CreateBackend()
|
D | quic_simple_server_backend_factory.h | 17 std::unique_ptr<quic::QuicSimpleServerBackend> CreateBackend() override;
|
/external/cronet/net/third_party/quiche/src/quiche/quic/tools/ |
D | quic_toy_server.h | 37 virtual std::unique_ptr<QuicSimpleServerBackend> CreateBackend() = 0; 44 std::unique_ptr<quic::QuicSimpleServerBackend> CreateBackend() override;
|
D | quic_toy_server.cc | 72 QuicToyServer::MemoryCacheBackendFactory::CreateBackend() { in CreateBackend() function in quic::QuicToyServer::MemoryCacheBackendFactory 160 auto backend = backend_factory_->CreateBackend(); in Start()
|
/external/cronet/net/http/ |
D | mock_http_cache.h | 283 disk_cache::BackendResult CreateBackend( 361 disk_cache::BackendResult CreateBackend( 372 disk_cache::BackendResult CreateBackend(
|
D | http_cache.h | 77 virtual disk_cache::BackendResult CreateBackend( 107 disk_cache::BackendResult CreateBackend( 416 int CreateBackend(CompletionOnceCallback callback);
|
D | http_cache.cc | 101 disk_cache::BackendResult HttpCache::DefaultBackend::CreateBackend( in CreateBackend() function in net::HttpCache::DefaultBackend 306 CreateBackend(base::BindOnce(&HttpCache::ReportGetBackendResult, in GetBackend() 384 CreateBackend(CompletionOnceCallback()); in CreateTransaction() 568 int HttpCache::CreateBackend(CompletionOnceCallback callback) { in CreateBackend() function in net::HttpCache 593 disk_cache::BackendResult result = backend_factory_->CreateBackend( in CreateBackend()
|
D | mock_http_cache.cc | 651 disk_cache::BackendResult MockBackendFactory::CreateBackend( in CreateBackend() function in net::MockBackendFactory 811 disk_cache::BackendResult MockBackendNoCbFactory::CreateBackend( in CreateBackend() function in net::MockBackendNoCbFactory 822 disk_cache::BackendResult MockBlockingBackendFactory::CreateBackend( in CreateBackend() function in net::MockBlockingBackendFactory
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
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()
|
D | backend.h | 77 static StatusOr<std::unique_ptr<Backend>> CreateBackend(
|
D | local_service.cc | 60 Backend::CreateBackend(backend_options)); in NewService()
|
D | hlo_runner.cc | 42 backend_ = Backend::CreateBackend(backend_options).value(); in HloRunner()
|
D | service.cc | 155 TF_ASSIGN_OR_RETURN(execute_backend, Backend::CreateBackend(backend_options)); in NewService()
|
/external/armnn/include/armnn/backends/ |
D | DynamicBackend.hpp | 38 IBackendInternalUniquePtr CreateBackend();
|
/external/cronet/net/disk_cache/ |
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
|
D | disk_cache_test_base.h | 84 void CreateBackend(uint32_t flags);
|
D | disk_cache_fuzzer.cc | 192 void CreateBackend( 459 CreateBackend(commands.cache_backend(), mask, type, in RunCommands() 1151 void DiskCacheLPMFuzzer::CreateBackend( in CreateBackend() function in DiskCacheLPMFuzzer
|
D | backend_unittest.cc | 588 TEST_F(DiskCacheTest, CreateBackend) { in TEST_F() argument 596 cache = disk_cache::MemBackendImpl::CreateBackend(0, nullptr); in TEST_F() 923 CreateBackend(flags); in BackendShutdownWithPendingFileIO() 986 CreateBackend(disk_cache::kNoBuffering); in TEST_F() 1015 CreateBackend(flags); in BackendShutdownWithPendingIO() 1055 CreateBackend(flags); in BackendShutdownWithPendingCreate() 1089 CreateBackend(flags); in BackendShutdownWithPendingDoom() 4763 CreateBackend(disk_cache::kNone); in BackendOpenOrCreateEntry() 4904 CreateBackend(disk_cache::kNone); in TEST_F() 5246 CreateBackend(disk_cache::kNone); in TEST_F()
|
D | disk_cache.cc | 327 disk_cache::MemBackendImpl::CreateBackend(max_bytes, net_log); in CreateCacheBackendImpl()
|
/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/ |
D | tpu_node_context.cc | 75 xla::Backend::CreateBackend( in backend()
|
/external/cronet/net/disk_cache/memory/ |
D | mem_backend_impl.h | 53 static std::unique_ptr<MemBackendImpl> CreateBackend(int64_t max_bytes,
|
D | mem_backend_impl.cc | 63 std::unique_ptr<MemBackendImpl> MemBackendImpl::CreateBackend( in CreateBackend() function in disk_cache::MemBackendImpl
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | llvm_compiler_test.cc | 84 Backend::CreateBackend(backend_options); in SetUp()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/ |
D | mlir_gpu_test_base.cc | 38 backend_ = xla::Backend::CreateBackend(options).value(); in MlirGpuTestBase()
|