Home
last modified time | relevance | path

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

12345678

/aosp_15_r20/external/bcc/src/cc/api/
H A DBPFTable.h204 virtual StatusTuple get_value(const int& index, ValueType& value) { in get_value() function
249 StatusTuple get_value(const int& index, std::vector<ValueType>& value) { in get_value() function
278 virtual StatusTuple get_value(const KeyType& key, ValueType& value) { in get_value() function
351 StatusTuple get_value(const KeyType& key, std::vector<ValueType>& value) { in get_value() function
532 virtual StatusTuple get_value(const int& sock_fd, ValueType& value) { in get_value() function
561 virtual StatusTuple get_value(const int& fd, ValueType& value) { in get_value() function
590 virtual StatusTuple get_value(const int& fd, ValueType& value) { in get_value() function
619 virtual StatusTuple get_value(struct bpf_cgroup_storage_key& key, in get_value() function
648 virtual StatusTuple get_value(struct bpf_cgroup_storage_key& key, in get_value() function
H A DBPFTable.cc42 StatusTuple BPFTable::get_value(const std::string& key_str, in get_value() function in ebpf::BPFTable
59 StatusTuple BPFTable::get_value(const std::string& key_str, in get_value() function in ebpf::BPFTable
674 StatusTuple BPFDevmapTable::get_value(const int& index, in get_value() function in ebpf::BPFDevmapTable
701 StatusTuple BPFXskmapTable::get_value(const int& index, in get_value() function in ebpf::BPFXskmapTable
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-stat-table.hh99 float get_value () const { return value.to_float (); } in get_value() function
154 float get_value () const { return nominalValue.to_float (); } in get_value() function
213 float get_value () const { return value.to_float (); } in get_value() function
270 float get_value () const { return value.to_float (); } in get_value() function
353 float get_value (unsigned int axis_index) const in get_value() function
481 bool get_value (hb_tag_t tag, float *value) const in get_value() function
H A Dhb-aat-layout-common.hh100 const T* get_value (hb_codepoint_t glyph_id, unsigned int num_glyphs) const in get_value() function
172 const T* get_value (hb_codepoint_t glyph_id) const in get_value() function
212 const T* get_value (hb_codepoint_t glyph_id, const void *base) const in get_value() function
261 const T* get_value (hb_codepoint_t glyph_id) const in get_value() function
334 const T* get_value (hb_codepoint_t glyph_id) const in get_value() function
373 const T* get_value (hb_codepoint_t glyph_id) const in get_value() function
468 const T* get_value (hb_codepoint_t glyph_id, unsigned int num_glyphs) const in get_value() function
H A Dhb-ot-math-table.hh112 hb_position_t get_value (hb_ot_math_constant_t constant, in get_value() function
230 hb_position_t get_value (hb_codepoint_t glyph, in get_value() function
283 hb_position_t get_value (hb_codepoint_t glyph, in get_value() function
341 hb_position_t get_value (hb_position_t correction_height, hb_font_t *font) const in get_value() function
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cFramebufferNoAttachmentsTests.cpp316 GLint get_value = ~0; in iterate() local
393 GLint get_value = ~0; in iterate() local
415 GLint get_value = ~0; in iterate() local
441 GLint get_value = ~0; in iterate() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/detail/
Dptree_implementation.hpp665 basic_ptree<K, D, C>::get_value(Translator tr) const in get_value() function in boost::property_tree::basic_ptree
677 Type basic_ptree<K, D, C>::get_value() const in get_value() function in boost::property_tree::basic_ptree
685 Type basic_ptree<K, D, C>::get_value(const Type &default_value, in get_value() function in boost::property_tree::basic_ptree
697 basic_ptree<K, D, C>::get_value(const Ch *default_value, Translator tr)const in get_value() function in boost::property_tree::basic_ptree
705 basic_ptree<K, D, C>::get_value(const Type &default_value) const in get_value() function in boost::property_tree::basic_ptree
717 basic_ptree<K, D, C>::get_value(const Ch *default_value) const in get_value() function in boost::property_tree::basic_ptree
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/well_known_types/
Dwrappers.rs48 pub fn get_value(&self) -> f64 { in get_value() method
203 pub fn get_value(&self) -> f32 { in get_value() method
358 pub fn get_value(&self) -> i64 { in get_value() method
513 pub fn get_value(&self) -> u64 { in get_value() method
668 pub fn get_value(&self) -> i32 { in get_value() method
823 pub fn get_value(&self) -> u32 { in get_value() method
978 pub fn get_value(&self) -> bool { in get_value() method
1133 pub fn get_value(&self) -> &str { in get_value() method
1295 pub fn get_value(&self) -> &[u8] { in get_value() method
/aosp_15_r20/trusty/user/app/avb/
Davb_messages.h73 uint64_t get_value() const { return value_; } in get_value() function
91 uint64_t get_value() { return value_; } in get_value() function
/aosp_15_r20/external/tensorflow/tensorflow/python/data/ops/
H A Doptional_ops.py78 def get_value(self, name=None): member in Optional
175 def get_value(self, name=None): member in _OptionalImpl
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dtest_transparent_unordered.h58 int get_value() const { in get_value() function
85 int get_value() const { in get_value() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/parameter/include/boost/parameter/aux_/
Dtagged_argument.hpp278 inline BOOST_CONSTEXPR reference get_value() const in get_value() function in boost::parameter::aux::tagged_argument
501 inline BOOST_CONSTEXPR reference get_value() const in get_value() function
695 inline BOOST_CONSTEXPR reference get_value() const in get_value() function in boost::parameter::aux::tagged_argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dtopk_op_gpu.h69 __device__ T get_value(int i) const { return data[i].value; } in get_value() function
83 __device__ T get_value(int i) const { return data[i].value; } in get_value() function
98 __device__ T get_value(int i) const { return (*this)[i].value; } in get_value() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/lex/lexer/lexertl/
Dstatic_functor_data.hpp200 iterator_range<Iterator> get_value() const in get_value() function in boost::spirit::lex::lexertl::detail::static_data
401 TokenValue const& get_value() const in get_value() function in boost::spirit::lex::lexertl::detail::static_data
540 TokenValue const& get_value() const in get_value() function in boost::spirit::lex::lexertl::detail::static_data
Dfunctor_data.hpp176 iterator_range<Iterator> get_value() const in get_value() function in boost::spirit::lex::lexertl::detail::data
372 TokenValue const& get_value() const in get_value() function in boost::spirit::lex::lexertl::detail::data
511 token_value_type const& get_value() const in get_value() function in boost::spirit::lex::lexertl::detail::data
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/objects/
Djmap.rs142 let get_value = self in iter() localVariable
194 get_value: JMethodID, field
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/objects/
Djmap.rs196 let get_value = env.get_method_id(&entry_class, "getValue", "()Ljava/lang/Object;")?; in iter() localVariable
249 get_value: JMethodID, field
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/
H A Dsharedbuffer_configuration.py69 def get_value(self, objid): member in RandomValuePicker
108 def get_value(self, objid): member in RecordValuePicker
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/io/
Dduration_get.hpp371 …iter_type get_value(iter_type s, iter_type end, std::ios_base& ios, std::ios_base::iostate& err, R… in get_value() function in boost::chrono::duration_get
376 …iter_type get_value(iter_type s, iter_type end, std::ios_base& ios, std::ios_base::iostate& err, p… in get_value() function in boost::chrono::duration_get
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dloop_unrolling.cpp64 auto get_value = [&](Value* v) { in inlineBody() local
101 auto get_value = [&](Value* v) { in insertBlockCopy() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/distutils/
Dmsvc9compiler.py63 def get_value(cls, path, key): member in Reg
69 get_value = classmethod(get_value) variable in Reg
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dmsvc9compiler.py78 def get_value(cls, path, key): member in Reg
85 get_value = classmethod(get_value) variable in Reg
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dmsvc9compiler.py78 def get_value(cls, path, key): member in Reg
85 get_value = classmethod(get_value) variable in Reg
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/distutils/
Dmsvc9compiler.py63 def get_value(cls, path, key): member in Reg
69 get_value = classmethod(get_value) variable in Reg
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/
Dmsvc9compiler.py63 def get_value(cls, path, key): member in Reg
69 get_value = classmethod(get_value) variable in Reg

12345678