Home
last modified time | relevance | path

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

1234

/external/coreboot/src/console/
Dhw-debug_sink.adb27 procedure Put (Item : String) subprogram
43 end Put; argument
Dhw-debug_sink.ads5 procedure Put (Item : String); subprogspec
/external/tensorflow/tensorflow/core/data/service/
Ddataset_store.cc37 Status FileSystemDatasetStore::Put(const std::string& key, in Put() function in tensorflow::data::FileSystemDatasetStore
60 Status MemoryDatasetStore::Put(const std::string& key, in Put() function in tensorflow::data::MemoryDatasetStore
/external/leveldb/db/
Dwrite_batch.cc98 void WriteBatch::Put(const Slice& key, const Slice& value) { in Put() function in leveldb::WriteBatch
121 void Put(const Slice& key, const Slice& value) override { in Put() function in leveldb::__anon4b5b2a490111::MemTableInserter
/external/volley/testing/src/main/java/com/android/volley/mock/
DTestRequest.java107 public static class Put extends Base { class in TestRequest
108 public Put() { in Put() method in TestRequest.Put
/external/bazelbuild-rules_go/tests/legacy/examples/proto/grpc/
Dmy_svc.proto17 rpc Put(google.protobuf.Any) returns (examples.lib.LibObject); rpc
Dmain.go21 func (s *server) Put(ctx context.Context, req *apb.Any) (*lpb.LibObject, error) { func
/external/tensorflow/tensorflow/go/genop/internal/
Dapi_def_map.go88 func (m *apiDefMap) Put(data string) error { func
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
DDoubleKeyMap.cs9 public virtual TValue Put(TKey1 k1, TKey2 k2, TValue v) { in Put() method in Antlr.Runtime.Debug.Misc.DoubleKeyMap
/external/pigweed/pw_kvs/public/pw_kvs/
Dkey_value_store.h211 Status Put(const std::string_view& key, const T& value) { in Put() function
217 Status Put(const std::string_view& key, const T& value) { in Put() function
/external/cronet/stable/third_party/google_benchmark/src/test/
Dbenchmark_random_interleaving_gtest.cc22 void Put(const std::string& event) { push(event); } in Put() function in benchmark::internal::__anon45f659ac0111::EventQueue
/external/google-benchmark/test/
Dbenchmark_random_interleaving_gtest.cc22 void Put(const std::string& event) { push(event); } in Put() function in benchmark::internal::__anon98a621860111::EventQueue
/external/icing/icing/store/
Dpersistent-hash-map-key-mapper.h95 libtextclassifier3::Status Put(std::string_view key, T value) override { in Put() function
Ddynamic-trie-key-mapper.h255 libtextclassifier3::Status DynamicTrieKeyMapper<T, Formatter>::Put( in Put() function
/external/mesa3d/src/nouveau/headers/nvidia/classes/
Dcl006e.h46 NvU32 Put; /* put offset, write only 0040-0043*/ member
Dcl006c.h46 NvU32 Put; /* put offset, write only 0040-0043*/ member
/external/bazelbuild-rules_go/go/tools/bazel/
Drunfiles.go306 func (i *index) Put(entry *RunfileEntry) { func
/external/cronet/tot/third_party/google_benchmark/src/test/
Dbenchmark_random_interleaving_gtest.cc22 void Put(const std::string& event) { push(event); } in Put() function in benchmark::internal::__anon3c44ec480111::EventQueue
/external/grpc-grpc/src/core/tsi/ssl/session_cache/
Dssl_session_cache.cc100 void SslSessionLRUCache::Put(const char* key, SslSessionPtr session) { in Put() function in tsi::SslSessionLRUCache
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/ssl/session_cache/
Dssl_session_cache.cc96 void SslSessionLRUCache::Put(const char* key, SslSessionPtr session) { in Put() function in tsi::SslSessionLRUCache
/external/cronet/stable/net/base/
Dexpiring_cache.h144 void Put(const KeyType& key, in Put() function
/external/cronet/tot/net/base/
Dexpiring_cache.h144 void Put(const KeyType& key, in Put() function
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser_table.cc44 void HPackTable::MementoRingBuffer::Put(Memento m) { in Put() function in grpc_core::HPackTable::MementoRingBuffer
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser_table.cc44 void HPackTable::MementoRingBuffer::Put(Memento m) { in Put() function in grpc_core::HPackTable::MementoRingBuffer
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stackdepotbase.h98 StackDepotBase<Node, kReservedBits, kTabSizeLog>::Put(args_type args, in Put() function

1234