| /external/bcc/src/cc/api/ | 
| D | BPFTable.h | 204   virtual StatusTuple get_value(const int& index, ValueType& value) {  in get_value()  function249   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
 
 | 
| D | BPFTable.cc | 42 StatusTuple BPFTable::get_value(const std::string& key_str,  in get_value()  function in ebpf::BPFTable59 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/linux-kselftest/tools/testing/selftests/drivers/net/netdevsim/ | 
| D | ethtool-coalesce.sh | 6 function get_value {  function
 | 
| D | ethtool-ring.sh | 6 function get_value {  function
 | 
| /external/deqp/external/openglcts/modules/gles31/ | 
| D | es31cFramebufferNoAttachmentsTests.cpp | 313 			GLint  get_value = ~0;  in iterate()  local390 				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/ | 
| D | PMU.h | 91 T PMU::get_value() const  in get_value()  function
 | 
| /external/clang/test/CodeGen/ | 
| D | typedef.c | 6 int get_value(PValue v) {  in get_value()  function
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/support/ | 
| D | test_transparent_unordered.h | 58   int get_value() const {  in get_value()  function85   int get_value() const {  in get_value()  function
 
 | 
| /external/tensorflow/tensorflow/python/data/ops/ | 
| D | optional_ops.py | 78   def get_value(self, name=None):  member in Optional175   def get_value(self, name=None):  member in _OptionalImpl
 
 | 
| /external/clang/test/SemaCXX/ | 
| D | cxx11-user-defined-literals-unused.cpp | 12   double get_value() { return value<double>(); }  in get_value()  function
 | 
| /external/harfbuzz_ng/src/ | 
| D | hb-ot-stat-table.hh | 88   float get_value ()             const { return value.to_float (); }  in get_value()  function147   float get_value ()             const { return nominalValue.to_float (); }  in get_value()  function
 210   float get_value ()             const { return value.to_float (); }  in get_value()  function
 271   float get_value ()             const { return value.to_float (); }  in get_value()  function
 354   bool get_value (unsigned int axis_index) const  in get_value()  function
 483   bool get_value (hb_tag_t tag, float *value) const  in get_value()  function
 
 | 
| D | hb-aat-layout-common.hh | 54   const T* get_value (hb_codepoint_t glyph_id, unsigned int num_glyphs) const  in get_value()  function112   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/grpc-grpc/src/ruby/stress/ | 
| D | stress_client.rb | 46   def get_value  method in QpsGauge
 | 
| D | metrics_server.rb | 27   def get_value  method in Gauge
 | 
| /external/deqp-deps/glslang/SPIRV/ | 
| D | hex_float.h | 42   uint16_t get_value() const { return val; }  in get_value()  function
 | 
| /external/autotest/client/common_lib/ | 
| D | autotest_enum.py | 66     def get_value(self, name):  member in AutotestEnum
 | 
| /external/angle/third_party/vulkan-deps/glslang/src/SPIRV/ | 
| D | hex_float.h | 42   uint16_t get_value() const { return val; }  in get_value()  function
 | 
| /external/deqp-deps/SPIRV-Tools/source/util/ | 
| D | hex_float.h | 51   uint16_t get_value() const { return val; }  in get_value()  function
 | 
| /external/swiftshader/third_party/SPIRV-Tools/source/util/ | 
| D | hex_float.h | 51   uint16_t get_value() const { return val; }  in get_value()  function
 | 
| /external/angle/third_party/vulkan-deps/spirv-tools/src/source/util/ | 
| D | hex_float.h | 51   uint16_t get_value() const { return val; }  in get_value()  function
 | 
| /external/arm-trusted-firmware/include/drivers/ | 
| D | gpio.h | 25 	int (*get_value)(int gpio);  member
 | 
| /external/jsoncpp/ | 
| D | amalgamate.py | 44     def get_value(self):  member in AmalgamationFile
 | 
| /external/rust/crates/jni/src/wrapper/objects/ | 
| D | jmap.rs | 142         let get_value = self  in iter()  localVariable194     get_value: JMethodID,  field
 
 | 
| /external/tensorflow/tensorflow/lite/testing/op_tests/ | 
| D | roll.py | 100   def get_value(param, dtype):  function
 | 
| /external/tensorflow/tensorflow/lite/experimental/mlir/testing/op_tests/ | 
| D | roll.py | 104   def get_value(param, dtype):  function
 |