Searched refs:m_value (Results 1 - 25 of 85) sorted by relevance

1234

/external/pdfium/core/fxcrt/css/
H A Dcfx_cssvalue.cpp9 CFX_CSSValue::CFX_CSSValue(CFX_CSSPrimitiveType type) : m_value(type) {}
H A Dcfx_cssvalue.h14 CFX_CSSPrimitiveType GetType() const { return m_value; }
20 CFX_CSSPrimitiveType m_value; member in class:CFX_CSSValue
/external/emma/ant/ant14/com/vladium/emma/ant/
H A DStringValue.java27 if (m_value == null)
29 m_value = new StringBuffer (value);
33 m_value.append (separator);
34 m_value.append (value); // no trailing separator kept
41 return m_value != null ? m_value.toString () : null;
62 private StringBuffer m_value; field in class:StringValue
H A DPropertyElement.java34 return m_value;
44 m_value = value;
54 private String m_name, m_value; field in class:PropertyElement
/external/libhevc/decoder/
H A Dihevcd_trace.h68 #define BITS_PARSE(m_str, m_value, m_ps_bitstrm, m_numbits) \
70 m_value = ihevcd_bits_get(m_ps_bitstrm, m_numbits); \
71 fprintf( g_trace.fp, "%-40s u(%d) : %d\n", m_str, m_numbits, m_value ); \
79 #define UEV_PARSE(m_str, m_value, m_ps_bitstrm) \
81 m_value = ihevcd_uev(m_ps_bitstrm); \
82 fprintf( g_trace.fp, "%-40s ue(v) : %d\n", m_str, m_value ); \
88 #define SEV_PARSE(m_str, m_value, m_ps_bitstrm) \
90 m_value = ihevcd_sev(m_ps_bitstrm); \
91 fprintf( g_trace.fp, "%-40s se(v) : %d\n", m_str, m_value ); \
109 #define AEV_TRACE(m_str, m_value, m_rang
[all...]
/external/testng/src/main/java/org/testng/internal/annotations/
H A DExpectedExceptionsAnnotation.java15 private Class[] m_value = {}; field in class:ExpectedExceptionsAnnotation
19 return m_value;
23 m_value = value;
H A DListenersAnnotation.java8 private Class<? extends ITestNGListener>[] m_value; field in class:ListenersAnnotation
12 return m_value;
17 m_value = value;
H A DParametersAnnotation.java16 private String[] m_value = {}; field in class:ParametersAnnotation
20 return m_value;
24 m_value = value;
/external/deqp/modules/glshared/
H A DglsVertexArrayTests.hpp244 static WrappedType<Type> create (Type value) { WrappedType<Type> v; v.m_value = value; return v; }
245 static WrappedType<Type> fromFloat (float value) { WrappedType<Type> v; v.m_value = (Type)value; return v; }
246 inline Type getValue (void) const { return m_value; }
248 inline WrappedType<Type> operator+ (const WrappedType<Type>& other) const { return WrappedType<Type>::create((Type)(m_value + other.getValue())); }
249 inline WrappedType<Type> operator* (const WrappedType<Type>& other) const { return WrappedType<Type>::create((Type)(m_value * other.getValue())); }
250 inline WrappedType<Type> operator/ (const WrappedType<Type>& other) const { return WrappedType<Type>::create((Type)(m_value / other.getValue())); }
251 inline WrappedType<Type> operator% (const WrappedType<Type>& other) const { return WrappedType<Type>::create((Type)(m_value % other.getValue())); }
252 inline WrappedType<Type> operator- (const WrappedType<Type>& other) const { return WrappedType<Type>::create((Type)(m_value - other.getValue())); }
254 inline WrappedType<Type>& operator+= (const WrappedType<Type>& other) { m_value += other.getValue(); return *this; }
255 inline WrappedType<Type>& operator*= (const WrappedType<Type>& other) { m_value *
270 Type m_value; member in class:deqp::gls::GLValue::WrappedType
303 Type m_value; member in class:deqp::gls::GLValue::WrappedFloatType
349 deFloat16 m_value; member in class:deqp::gls::GLValue::Half
381 deInt32 m_value; member in class:deqp::gls::GLValue::Fixed
[all...]
/external/emma/core/java12/com/vladium/jcd/cls/constant/
H A DCONSTANT_Double_info.java33 public double m_value; field in class:CONSTANT_Double_info
38 m_value = value;
55 return Double.toString (m_value);
75 out.writeDouble (m_value);
83 m_value = bytes.readDouble ();
H A DCONSTANT_Float_info.java33 public float m_value; field in class:CONSTANT_Float_info
38 m_value = value;
55 return Float.toString (m_value);
66 out.writeFloat (m_value);
74 m_value = bytes.readFloat ();
H A DCONSTANT_Integer_info.java34 public int m_value; field in class:CONSTANT_Integer_info
39 m_value = value;
56 return Integer.toString (m_value);
67 out.writeInt (m_value);
75 m_value = bytes.readInt ();
H A DCONSTANT_Long_info.java35 public long m_value; field in class:CONSTANT_Long_info
40 m_value = value;
57 return Long.toString (m_value);
76 out.writeLong (m_value);
84 m_value = bytes.readLong ();
H A DCONSTANT_Utf8_info.java37 public String m_value; field in class:CONSTANT_Utf8_info
42 m_value = value;
60 return "CONSTANT_Utf8: [" + m_value + ']';
71 out.writeUTF (m_value);
79 m_value = bytes.readUTF ();
H A DCONSTANT_NameAndType_info.java58 return ((CONSTANT_Utf8_info) cls.getConstants ().get (m_name_index)).m_value;
63 return ((CONSTANT_Utf8_info) cls.getConstants ().get (m_descriptor_index)).m_value;
/external/v8/tools/clang/rewrite_to_chrome_style/tests/
H A Dfunction-templates-original.cc26 if (!isInBounds<T>(rhs.m_value))
28 m_value = static_cast<T>(rhs.m_value);
35 T m_value; member in class:WTF::Checked
/external/deqp/framework/randomshaders/
H A DrsgVariableValue.hpp77 StridedValueRead (const VariableType& type, const Scalar* value) : m_type(type), m_value(value) {}
80 const Scalar* getValuePtr (void) const { return m_value; }
84 const Scalar* m_value; member in class:rsg::StridedValueRead
91 ConstStridedValueAccess (void) : m_type(DE_NULL), m_value(DE_NULL) {}
92 ConstStridedValueAccess (const VariableType& type, const Scalar* valuePtr) : m_type(&type), m_value(const_cast<Scalar*>(valuePtr)) {}
97 ConstStridedValueAccess component (int compNdx) const { return ConstStridedValueAccess(getType().getElementType(), m_value + Stride*compNdx); }
98 ConstStridedValueAccess arrayElement (int elementNdx) const { return ConstStridedValueAccess(getType().getElementType(), m_value + Stride*getType().getElementScalarOffset(elementNdx)); }
99 ConstStridedValueAccess member (int memberNdx) const { return ConstStridedValueAccess(getType().getMembers()[memberNdx].getType(), m_value + Stride*getType().getMemberScalarOffset(memberNdx)); }
101 float asFloat (void) const { DE_STATIC_ASSERT(Stride == 1); return m_value->floatVal; }
102 int asInt (void) const { DE_STATIC_ASSERT(Stride == 1); return m_value
119 Scalar* m_value; // \\note Non-const internal pointer is used so that ValueAccess can extend this class with RW access member in class:rsg::ConstStridedValueAccess
325 std::vector<Scalar> m_value; member in class:rsg::ValueStorage
[all...]
H A DrsgExpression.hpp118 ExecConstValueAccess getValue (void) const { return m_value.getValue(VariableType::getScalarType(VariableType::TYPE_FLOAT)); }
121 ExecValueStorage m_value; member in class:rsg::FloatLiteral
136 ExecConstValueAccess getValue (void) const { return m_value.getValue(VariableType::getScalarType(VariableType::TYPE_INT)); }
139 ExecValueStorage m_value; member in class:rsg::IntLiteral
154 ExecConstValueAccess getValue (void) const { return m_value.getValue(VariableType::getScalarType(VariableType::TYPE_BOOL)); }
157 ExecValueStorage m_value; member in class:rsg::BoolLiteral
172 ExecConstValueAccess getValue (void) const { return m_value.getValue(m_valueRange.getType()); }
176 ExecValueStorage m_value; member in class:rsg::ConstructorOp
197 ExecConstValueAccess getValue (void) const { return m_value.getValue(m_valueRange.getType()); }
201 ExecValueStorage m_value; member in class:rsg::AssignOp
245 ExecValueStorage m_value; member in class:rsg::SwizzleOp
281 ExecValueStorage m_value; member in class:rsg::TexLookup
[all...]
/external/deqp/framework/common/
H A DtcuRGBA.hpp57 RGBA (void) { m_value = 0; }
65 m_value = ((deUint32)a << ALPHA_SHIFT) | ((deUint32)r << RED_SHIFT) | ((deUint32)g << GREEN_SHIFT) | ((deUint32)b << BLUE_SHIFT);
70 m_value = val;
75 void setRed (int v) { DE_ASSERT(deInRange32(v, 0, 255)); m_value = (m_value & ~((deUint32)0xFFu << RED_SHIFT)) | ((deUint32)v << RED_SHIFT); }
76 void setGreen (int v) { DE_ASSERT(deInRange32(v, 0, 255)); m_value = (m_value & ~((deUint32)0xFFu << GREEN_SHIFT)) | ((deUint32)v << GREEN_SHIFT); }
77 void setBlue (int v) { DE_ASSERT(deInRange32(v, 0, 255)); m_value = (m_value & ~((deUint32)0xFFu << BLUE_SHIFT)) | ((deUint32)v << BLUE_SHIFT); }
78 void setAlpha (int v) { DE_ASSERT(deInRange32(v, 0, 255)); m_value
104 deUint32 m_value; member in class:tcu::RGBA
[all...]
H A DtcuFormatUtil.hpp90 : m_value (value)
98 deUint64 bitsLeft = m_value;
103 if (bitsLeft != m_value)
112 if (bitsLeft != m_value)
121 deUint64 m_value; member in class:tcu::Format::Bitfield
142 , m_value (value)
148 const char* name = m_getName(m_value);
152 return stream << Hex<NumBytes*2>((deUint64)m_value);
157 const char* name = m_getName(m_value);
161 return Hex<NumBytes*2>((deUint64)m_value)
166 const T m_value; member in class:tcu::Format::Enum
[all...]
/external/deqp/framework/opengl/
H A DgluContextInfo.hpp43 , m_value (defaultValue)
52 m_value = m_compute(context);
55 return m_value;
60 mutable T m_value; member in class:glu::CachedValue
/external/testng/src/main/java/org/testng/collections/
H A DObjects.java14 private String m_value; field in class:Objects.ValueHolder
18 m_value = value;
22 return m_value == null;
27 return m_name + "=" + m_value;
31 return Strings.isNullOrEmpty(m_value);
/external/deqp/executor/
H A DxeContainerFormatParser.cpp88 return m_value.c_str();
94 return m_value.c_str();
100 return m_value.c_str();
136 m_value.clear();
252 parseContainerValue(m_value, offset);
266 m_value.clear();
277 m_value.push_back((char)curChar);
283 parseContainerValue(m_value, offset);
/external/deqp/modules/internal/
H A DditBuildInfoTests.cpp96 , m_value (value)
102 m_testCtx.getLog() << TestLog::Message << m_valueName << " = " << m_value << TestLog::EndMessage;
109 std::string m_value; member in class:dit::BuildInfoStringCase
120 , m_value (value)
127 const char* valueName = m_getString(m_value);
129 std::string logValue = valueName ? std::string(valueName) : de::toString(m_value);
140 int m_value; member in class:dit::BuildEnumCase
/external/eigen/unsupported/Eigen/src/AutoDiff/
H A DAutoDiffScalar.h89 : m_value(value), m_derivatives(DerType::Zero(nbDer))
97 : m_value(value)
105 : m_value(value), m_derivatives(der)
116 : m_value(other.value()), m_derivatives(other.derivatives())
125 : m_value(other.value()), m_derivatives(other.derivatives())
131 m_value = other.value();
138 m_value = other.value();
145 m_value = other;
151 // inline operator const Scalar& () const { return m_value; }
152 // inline operator Scalar& () { return m_value; }
378 Scalar m_value; member in class:Eigen::AutoDiffScalar
[all...]

Completed in 557 milliseconds

1234