Home
last modified time | relevance | path

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

1234

/external/bcc/src/cc/api/
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
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
673 StatusTuple BPFDevmapTable::get_value(const int& index, in get_value() function in ebpf::BPFDevmapTable
700 StatusTuple BPFXskmapTable::get_value(const int& index, in get_value() function in ebpf::BPFXskmapTable
/external/harfbuzz_ng/src/
Dhb-ot-stat-table.hh63 float get_value () const { return value.to_float (); } in get_value() function
91 float get_value () const { return nominalValue.to_float (); } in get_value() function
123 float get_value () const { return value.to_float (); } in get_value() function
153 float get_value () const { return value.to_float (); } in get_value() function
201 bool get_value (unsigned int axis_index) const in get_value() function
295 bool get_value (hb_tag_t tag, float *value) const in get_value() function
Dhb-aat-layout-common.hh54 const T* get_value (hb_codepoint_t glyph_id, unsigned int num_glyphs) const in get_value() function
112 const T* get_value (hb_codepoint_t glyph_id) const in get_value() function
144 const T* get_value (hb_codepoint_t glyph_id, const void *base) const in get_value() function
183 const T* get_value (hb_codepoint_t glyph_id) const in get_value() function
240 const T* get_value (hb_codepoint_t glyph_id) const in get_value() function
271 const T* get_value (hb_codepoint_t glyph_id) const in get_value() function
345 const T* get_value (hb_codepoint_t glyph_id, unsigned int num_glyphs) const in get_value() function
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/subjects/
Drx-behavior.hpp56 T get_value() const { in get_value() function in rxcpp::subjects::detail::behavior_observer
84 T get_value() const { in get_value() function in rxcpp::subjects::behavior
/external/deqp/external/openglcts/modules/gles31/
Des31cFramebufferNoAttachmentsTests.cpp313 GLint get_value = ~0; in iterate() local
390 GLint get_value = ~0; in iterate() local
411 GLint get_value = ~0; in iterate() local
437 GLint get_value = ~0; in iterate() local
/external/ComputeLibrary/tests/framework/instruments/
DPMU.h91 T PMU::get_value() const in get_value() function
/external/clang/test/CodeGen/
Dtypedef.c6 int get_value(PValue v) { in get_value() function
/external/tensorflow/tensorflow/python/data/ops/
Doptional_ops.py85 def get_value(self, name=None): member in Optional
181 def get_value(self, name=None): member in _OptionalImpl
/external/clang/test/SemaCXX/
Dcxx11-user-defined-literals-unused.cpp12 double get_value() { return value<double>(); } in get_value() function
/external/grpc-grpc/src/ruby/stress/
Dstress_client.rb46 def get_value method in QpsGauge
Dmetrics_server.rb27 def get_value method in Gauge
/external/autotest/client/common_lib/
Denum.py64 def get_value(self, name): member in Enum
Dautotest_enum.py66 def get_value(self, name): member in AutotestEnum
/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dhex_float.h51 uint16_t get_value() const { return val; } in get_value() function
/external/deqp-deps/SPIRV-Tools/source/util/
Dhex_float.h51 uint16_t get_value() const { return val; } in get_value() function
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/util/
Dhex_float.h51 uint16_t get_value() const { return val; } in get_value() function
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
Dhex_float.h55 uint16_t get_value() const { return val; } in get_value() function
/external/deqp-deps/glslang/SPIRV/
Dhex_float.h55 uint16_t get_value() const { return val; } in get_value() function
/external/arm-trusted-firmware/include/drivers/
Dgpio.h25 int (*get_value)(int gpio); member
/external/jsoncpp/
Damalgamate.py44 def get_value(self): member in AmalgamationFile
/external/rust/crates/jni/src/wrapper/objects/
Djmap.rs142 let get_value = self in iter() localVariable
194 get_value: JMethodID<'a>, field
/external/tensorflow/tensorflow/lite/experimental/mlir/testing/op_tests/
Droll.py104 def get_value(param, dtype): function
/external/rust/crates/intrusive-collections/src/
Dadapter.rs55 unsafe fn get_value( in get_value() method
/external/tensorflow/tensorflow/core/kernels/
Dtopk_op_gpu.h68 __device__ T get_value(int i) const { return data[i].value; } in get_value() function
82 __device__ T get_value(int i) const { return data[i].value; } in get_value() function
97 __device__ T get_value(int i) const { return (*this)[i].value; } in get_value() function

1234