Home
last modified time | relevance | path

Searched defs:ReadValue (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/external/pigweed/pw_bluetooth/public/pw_bluetooth/gatt/
H A Dclient2.h41 struct ReadValue { struct
61 pw::expected<ReadValue, Error> result; argument
H A Dclient.h44 struct ReadValue { struct
65 Result<Error, ReadValue> result; argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dragged_cross_op.cc87 void ReadValue(int64_t batch, int64_t n, uint64* out) const override { in ReadValue() function in tensorflow::__anondcaf5b2b0111::RaggedFeatureReader
91 void ReadValue(int64_t batch, int64_t n, tstring* out) const override { in ReadValue() function in tensorflow::__anondcaf5b2b0111::RaggedFeatureReader
110 void ReadValue(int64_t batch, int64_t n, uint64* out) const override { in ReadValue() function in tensorflow::__anondcaf5b2b0111::DenseFeatureReader
114 void ReadValue(int64_t batch, int64_t n, tstring* out) const override { in ReadValue() function in tensorflow::__anondcaf5b2b0111::DenseFeatureReader
145 void ReadValue(int64_t batch, int64_t n, uint64* out) const override { in ReadValue() function in tensorflow::__anondcaf5b2b0111::SparseFeatureReader
149 void ReadValue(int64_t batch, int64_t n, tstring* out) const override { in ReadValue() function in tensorflow::__anondcaf5b2b0111::SparseFeatureReader
H A Ddecode_proto_op.cc258 Status ReadValue(CodedInputStream* input, const FieldInfo& field) { in ReadValue() function in tensorflow::__anon9e74c1ef0111::CountCollector
493 Status ReadValue(CodedInputStream* input, const FieldInfo& field) { in ReadValue() function in tensorflow::__anon9e74c1ef0111::DenseCollector
/aosp_15_r20/external/webrtc/rtc_base/win/
H A Dwindows_version.cc122 LONG ReadValue(const wchar_t* name, std::wstring* out_value) const { in ReadValue() function in __anonb2aa74f00111::RegKey
153 LONG ReadValue(const wchar_t* name, in ReadValue() function in __anonb2aa74f00111::RegKey
/aosp_15_r20/system/core/libsparse/
H A Dsparse_read.cpp106 int ReadValue(void* ptr, int len) override { return read_all(fd, ptr, len); } in ReadValue() function in SparseFileFdSource
175 int ReadValue(void* ptr, int len) override { in ReadValue() function in SparseFileBufSource
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/wav/
H A Dwav_io.h82 Status ReadValue(const std::string& data, T* value, int* offset) { in ReadValue() function
/aosp_15_r20/external/cronet/base/win/
H A Dregistry.cc354 LONG RegKey::ReadValue(const wchar_t* name, std::wstring* out_value) const { in ReadValue() function in base::win::RegKey
384 LONG RegKey::ReadValue(const wchar_t* name, in ReadValue() function in base::win::RegKey
/aosp_15_r20/external/pigweed/pw_bluetooth_profiles/
H A Ddevice_info_service.cc47 void DeviceInfoServiceImpl::Delegate::ReadValue( in ReadValue() function in pw::bluetooth_profiles::DeviceInfoServiceImpl::Delegate
/aosp_15_r20/frameworks/compile/mclinker/lib/Target/
DELFAttributeData.cpp35 bool ELFAttributeData::ReadValue(ELFAttributeValue& pValue, in ReadValue() function in mcld::ELFAttributeData
/aosp_15_r20/external/pigweed/pw_kvs/
H A Dentry_test.cc149 TEST_F(ValidEntryInFlash, ReadValue) { in TEST_F() argument
266 TEST_F(TombstoneEntryInFlash, ReadValue) { in TEST_F() argument
H A Dentry.cc144 StatusWithSize Entry::ReadValue(span<byte> buffer, size_t offset_bytes) const { in ReadValue() function in pw::kvs::internal::Entry
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/saved_model/core/revived_types/
H A Dvariable.cc63 Status Variable::ReadValue(ImmediateTensorHandlePtr* out) { in ReadValue() function in tensorflow::Variable
/aosp_15_r20/external/perfetto/src/profiling/perf/
H A Dregs_parsing.cc64 const char* ReadValue(T* value_out, const char* ptr) { in ReadValue() function
H A Devent_reader.cc35 const char* ReadValue(T* value_out, const char* ptr) { in ReadValue() function
/aosp_15_r20/external/webrtc/modules/audio_processing/agc2/rnn_vad/
H A Dtest_utils.cc59 bool ReadValue(float& dst) override { return ReadChunk({&dst, 1}); } in ReadValue() function in webrtc::rnn_vad::__anon96ab64690111::FloatFileReader
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dobject_reader.cc104 absl::Status ObjectReader::ReadValue(uint32_t idx, Value** value) { in ReadValue() function in tflite::gpu::ObjectReader
/aosp_15_r20/external/tensorflow/tensorflow/core/util/proto/
H A Ddecode.h389 inline Status ReadValue(CodedInputStream* input, in ReadValue() function
/aosp_15_r20/external/federated-compute/fcp/secagg/shared/
H A Dsecagg_vector.cc255 uint64_t SecAggVector::Decoder::ReadValue() { in ReadValue() function in fcp::secagg::SecAggVector::Decoder
/aosp_15_r20/external/leveldb/db/
H A Dfault_injection_test.cc409 Status ReadValue(int i, std::string* val) const { in ReadValue() function in leveldb::FaultInjectionTest
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/
H A Dcpu_reader.cc111 T ReadValue(const uint8_t* ptr) { in ReadValue() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TargetParser/
H A DHost.cpp1364 int ReadValue = *StartToCVTOffset; in getHostCPUName() local
/aosp_15_r20/frameworks/native/vulkan/vkjson/
H A Dvkjson.cc1506 bool ReadValue(Json::Value* object, const char* key, T* value, in ReadValue() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2058 auto ReadValue = MTracker->readReg(SrcReg); in transferSpillOrRestoreInst() local
2100 auto ReadValue = MTracker->readMLoc(SrcIdx); in transferSpillOrRestoreInst() local
/aosp_15_r20/external/libchrome/ipc/
H A Dipc_message_utils.cc195 bool ReadValue(const base::Pickle* m, in ReadValue() function

12