Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dshape_tree.cc27 void IndexTable::CreateEntry(Entry& entry, const Shape& shape, in CreateEntry() function in xla::internal::IndexTable
/external/cronet/net/disk_cache/blockfile/
Din_flight_backend_io.cc153 void BackendIO::CreateEntry(const std::string& key) { in CreateEntry() function in disk_cache::BackendIO
469 void InFlightBackendIO::CreateEntry(const std::string& key, in CreateEntry() function in disk_cache::InFlightBackendIO
Dentry_impl.cc420 bool EntryImpl::CreateEntry(Addr node_address, in CreateEntry() function in disk_cache::EntryImpl
Dbackend_impl.cc1188 EntryResult BackendImpl::CreateEntry(const std::string& key, in CreateEntry() function in disk_cache::BackendImpl
/external/cronet/components/nacl/browser/
Dpnacl_translation_cache.cc184 void PnaclTranslationCacheEntry::CreateEntry() { in CreateEntry() function in pnacl::PnaclTranslationCacheEntry
/external/cronet/net/http/
Dmock_http_cache.cc469 disk_cache::EntryResult MockDiskCache::CreateEntry( in CreateEntry() function in net::MockDiskCache
802 disk_cache::EntryResult MockDiskCacheNoCB::CreateEntry( in CreateEntry() function in net::MockDiskCacheNoCB
Dhttp_cache.cc849 int HttpCache::CreateEntry(const std::string& key, in CreateEntry() function in net::HttpCache
Dhttp_cache_unittest.cc785 int CreateEntry(HttpCache* cache, in CreateEntry() function in net::HttpCacheIOCallbackTest
/external/cronet/net/disk_cache/memory/
Dmem_backend_impl.cc184 EntryResult MemBackendImpl::CreateEntry(const std::string& key, in CreateEntry() function in disk_cache::MemBackendImpl
/external/tink/cc/core/
Dkeyset_handle.cc219 util::StatusOr<KeysetHandle::Entry> KeysetHandle::CreateEntry( in CreateEntry() function in crypto::tink::KeysetHandle
/external/cronet/net/disk_cache/
Ddisk_cache_test_base.cc159 int DiskCacheTestWithCache::CreateEntry(const std::string& key, in CreateEntry() function in DiskCacheTestWithCache
Ddisk_cache_fuzzer.proto87 message CreateEntry { message
/external/cronet/net/url_request/
Durl_request_throttler_unittest.cc116 void CreateEntry(bool is_outdated) { in CreateEntry() function in net::__anond06731b40111::MockURLRequestThrottlerManager
/external/google-cloud-java/java-datacatalog/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/
Ddatacatalog.proto140 rpc CreateEntry(CreateEntryRequest) returns (Entry) { rpc
/external/googleapis/google/cloud/datacatalog/v1beta1/
Ddatacatalog.proto148 rpc CreateEntry(CreateEntryRequest) returns (Entry) { rpc
/external/cronet/net/disk_cache/simple/
Dsimple_backend_impl.cc406 EntryResult SimpleBackendImpl::CreateEntry( in CreateEntry() function in disk_cache::SimpleBackendImpl
Dsimple_entry_impl.cc195 EntryResult SimpleEntryImpl::CreateEntry(EntryResultCallback callback) { in CreateEntry() function in disk_cache::SimpleEntryImpl
Dsimple_synchronous_entry.cc382 void SimpleSynchronousEntry::CreateEntry( in CreateEntry() function in disk_cache::SimpleSynchronousEntry
/external/pigweed/pw_kvs/
Dkey_value_store.cc1307 KeyValueStore::Entry KeyValueStore::CreateEntry(Address address, in CreateEntry() function in pw::kvs::KeyValueStore
/external/googleapis/google/cloud/dataplex/v1/
Dcatalog.proto222 rpc CreateEntry(CreateEntryRequest) returns (Entry) { rpc
/external/google-cloud-java/java-datacatalog/google-cloud-datacatalog/src/main/java/com/google/cloud/datacatalog/v1beta1/
Dgapic_metadata.json13 "CreateEntry": { object
/external/google-cloud-java/java-datacatalog/google-cloud-datacatalog/src/main/java/com/google/cloud/datacatalog/v1/
Dgapic_metadata.json13 "CreateEntry": { object
/external/google-cloud-java/java-datacatalog/proto-google-cloud-datacatalog-v1/src/main/proto/google/cloud/datacatalog/v1/
Ddatacatalog.proto176 rpc CreateEntry(CreateEntryRequest) returns (Entry) { rpc
/external/googleapis/google/cloud/datacatalog/v1/
Ddatacatalog.proto176 rpc CreateEntry(CreateEntryRequest) returns (Entry) { rpc
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp7688 const auto CreateEntry = [](SDValue Node, Type *Ty) { in getMemset() local