Home
last modified time | relevance | path

Searched defs:update_value (Results 1 – 8 of 8) sorted by relevance

/external/bcc/src/cc/api/
DBPFTable.h210 virtual StatusTuple update_value(const int& index, const ValueType& value) { in update_value() function
254 StatusTuple update_value(const int& index, in update_value() function
284 virtual StatusTuple update_value(const KeyType& key, const ValueType& value) { in update_value() function
356 StatusTuple update_value(const KeyType& key, in update_value() function
494 virtual StatusTuple update_value(const KeyType& key, const int& inner_map_fd) { in update_value() function
538 virtual StatusTuple update_value(const int& sock_fd, const ValueType& value) { in update_value() function
567 virtual StatusTuple update_value(const int& fd, const ValueType& value) { in update_value() function
596 virtual StatusTuple update_value(const int& fd, const ValueType& value) { in update_value() function
627 virtual StatusTuple update_value(struct bpf_cgroup_storage_key& key, const ValueType& value) { in update_value() function
657 virtual StatusTuple update_value(struct bpf_cgroup_storage_key& key, in update_value() function
DBPFTable.cc84 StatusTuple BPFTable::update_value(const std::string& key_str, in update_value() function in ebpf::BPFTable
105 StatusTuple BPFTable::update_value(const std::string& key_str, in update_value() function in ebpf::BPFTable
618 StatusTuple BPFProgTable::update_value(const int& index, const int& prog_fd) { in update_value() function in ebpf::BPFProgTable
637 StatusTuple BPFCgroupArray::update_value(const int& index, in update_value() function in ebpf::BPFCgroupArray
644 StatusTuple BPFCgroupArray::update_value(const int& index, in update_value() function in ebpf::BPFCgroupArray
666 StatusTuple BPFDevmapTable::update_value(const int& index, in update_value() function in ebpf::BPFDevmapTable
693 StatusTuple BPFXskmapTable::update_value(const int& index, in update_value() function in ebpf::BPFXskmapTable
720 StatusTuple BPFSockmapTable::update_value(const int& index, in update_value() function in ebpf::BPFSockmapTable
740 StatusTuple BPFSockhashTable::update_value(const int& key, in update_value() function in ebpf::BPFSockhashTable
/external/tensorflow/tensorflow/python/distribute/
Dvars_test.py87 def assign(fn, v, update_value, cross_replica): argument
132 def assign(fn, v, update_value, cross_replica): argument
182 def assign(fn, v, update_value, cross_replica): argument
713 def assign(fn, v, update_value, cross_replica): argument
760 def assign(fn, v, update_value, cross_replica): argument
827 def assign(fn, v, update_value, cross_replica): argument
870 def assign(fn, v, update_value, cross_replica): argument
/external/crosvm/devices/src/virtio/fs/
Dmultikey.rs177 fn update_value() { in update_value() function
/external/protobuf/php/src/Google/Protobuf/Internal/
DMessage.php1948 private function kvUpdateHelper($field, $update_key, $update_value)
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMessage.php1948 private function kvUpdateHelper($field, $update_key, $update_value)
/external/tensorflow/tensorflow/core/common_runtime/
Dquantize_training.cc392 Node* update_value; in MakeExponentialMovingAverage() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Ddynamic_ops_test.cc382 Literal update_value = in RunR0() local