/external/llvm-project/lldb/source/Interpreter/ |
D | OptionValueSInt64.cpp | 33 Status OptionValueSInt64::SetValueFromString(llvm::StringRef value_ref, in SetValueFromString() argument 45 std::string value_str = value_ref.trim().str(); in SetValueFromString() 59 value_ref.str().c_str()); in SetValueFromString() 68 error = OptionValue::SetValueFromString(value_ref, op); in SetValueFromString()
|
D | OptionValueUInt64.cpp | 37 Status OptionValueUInt64::SetValueFromString(llvm::StringRef value_ref, in SetValueFromString() argument 49 std::string value_str = value_ref.trim().str(); in SetValueFromString() 66 error = OptionValue::SetValueFromString(value_ref, op); in SetValueFromString()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | map_container.cc | 233 MapValueRef* value_ref) { in PythonToMapValueRef() argument 237 value_ref->SetInt32Value(value); in PythonToMapValueRef() 242 value_ref->SetInt64Value(value); in PythonToMapValueRef() 247 value_ref->SetUInt32Value(value); in PythonToMapValueRef() 252 value_ref->SetUInt64Value(value); in PythonToMapValueRef() 257 value_ref->SetFloatValue(value); in PythonToMapValueRef() 262 value_ref->SetDoubleValue(value); in PythonToMapValueRef() 267 value_ref->SetBoolValue(value); in PythonToMapValueRef() 275 value_ref->SetStringValue(str); in PythonToMapValueRef() 281 value_ref->SetEnumValue(value); in PythonToMapValueRef() [all …]
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessTexturesTests.cpp | 6813 glw::GLint value_ref = GL_DEPTH_COMPONENT; in iterate() local 6819 is_ok &= CompareAndLog(value_ref, value_dst, name); in iterate() 6824 glw::GLint value_ref = 0; in iterate() local 6830 is_ok &= CompareAndLog(value_ref, value_dst, name); in iterate() 6835 glw::GLfloat value_ref[4] = { 0.f, 0.f, 0.f, 0.f }; in iterate() local 6841 is_ok &= CompareAndLog(value_ref, value_dst, name); in iterate() 6846 glw::GLint value_ref = GL_LEQUAL; in iterate() local 6852 is_ok &= CompareAndLog(value_ref, value_dst, name); in iterate() 6857 glw::GLint value_ref = GL_NONE; in iterate() local 6863 is_ok &= CompareAndLog(value_ref, value_dst, name); in iterate() [all …]
|
D | gl4cDirectStateAccessTests.hpp | 5784 bool CompareAndLog(glw::GLint value_ref, glw::GLint value_dst, glw::GLenum pname); 5785 bool CompareAndLog(glw::GLuint value_ref, glw::GLuint value_dst, glw::GLenum pname); 5786 bool CompareAndLog(glw::GLfloat value_ref, glw::GLfloat value_dst, glw::GLenum pname); 5787 bool CompareAndLog(glw::GLfloat value_ref[4], glw::GLfloat value_dst[4], glw::GLenum pname); 5788 bool CompareAndLog(glw::GLint value_ref[4], glw::GLint value_dst[4], glw::GLenum pname); 5789 bool CompareAndLog(glw::GLuint value_ref[4], glw::GLuint value_dst[4], glw::GLenum pname);
|
/external/rust/crates/rusqlite/src/types/ |
D | mod.rs | 56 pub use self::value_ref::ValueRef; 71 mod value_ref; module
|
/external/rust/crates/rusqlite/src/ |
D | row.rs | 279 let value = self.stmt.value_ref(idx); in get() 325 let val_ref = self.stmt.value_ref(idx); in get_raw_checked()
|
D | statement.rs | 743 pub(super) fn value_ref(&self, col: usize) -> ValueRef<'_> { in value_ref() method
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | IRForTarget.cpp | 357 ArrayRef<Metadata *> value_ref(values, 2); in CreateResultVariable() local 359 MDNode *persistent_global_md = MDNode::get(m_module->getContext(), value_ref); in CreateResultVariable() 1114 ArrayRef<llvm::Metadata *> value_ref(values, 2); in RewritePersistentAlloc() local 1116 MDNode *persistent_global_md = MDNode::get(m_module->getContext(), value_ref); in RewritePersistentAlloc()
|
/external/XNNPACK/bench/ |
D | convolution.cc | 809 const float value_ref = output_ref[idx]; in compare_with_convolution_f32_reference_output() local 811 …if (std::abs(value - value_ref) > std::max(std::abs(value_ref) * relative_error_tolerance, std::nu… in compare_with_convolution_f32_reference_output() 814 << ", channel = " << c << ", refValue = " << value_ref in compare_with_convolution_f32_reference_output() 816 << ", absDiff=" << std::abs(value - value_ref); in compare_with_convolution_f32_reference_output()
|