Home
last modified time | relevance | path

Searched refs:_value (Results 1 – 25 of 119) sorted by relevance

12345

/external/opencv3/3rdparty/openexr/IlmImf/
DImfMatrixAttribute.cpp64 Xdr::write <StreamIO> (os, _value[0][0]); in writeValueTo()
65 Xdr::write <StreamIO> (os, _value[0][1]); in writeValueTo()
66 Xdr::write <StreamIO> (os, _value[0][2]); in writeValueTo()
68 Xdr::write <StreamIO> (os, _value[1][0]); in writeValueTo()
69 Xdr::write <StreamIO> (os, _value[1][1]); in writeValueTo()
70 Xdr::write <StreamIO> (os, _value[1][2]); in writeValueTo()
72 Xdr::write <StreamIO> (os, _value[2][0]); in writeValueTo()
73 Xdr::write <StreamIO> (os, _value[2][1]); in writeValueTo()
74 Xdr::write <StreamIO> (os, _value[2][2]); in writeValueTo()
82 Xdr::read <StreamIO> (is, _value[0][0]); in readValueFrom()
[all …]
DImfVecAttribute.cpp66 Xdr::write <StreamIO> (os, _value.x); in writeValueTo()
67 Xdr::write <StreamIO> (os, _value.y); in writeValueTo()
75 Xdr::read <StreamIO> (is, _value.x); in readValueFrom()
76 Xdr::read <StreamIO> (is, _value.y); in readValueFrom()
92 Xdr::write <StreamIO> (os, _value.x); in writeValueTo()
93 Xdr::write <StreamIO> (os, _value.y); in writeValueTo()
101 Xdr::read <StreamIO> (is, _value.x); in readValueFrom()
102 Xdr::read <StreamIO> (is, _value.y); in readValueFrom()
118 Xdr::write <StreamIO> (os, _value.x); in writeValueTo()
119 Xdr::write <StreamIO> (os, _value.y); in writeValueTo()
[all …]
DImfChromaticitiesAttribute.cpp60 Xdr::write <StreamIO> (os, _value.red.x); in writeValueTo()
61 Xdr::write <StreamIO> (os, _value.red.y); in writeValueTo()
62 Xdr::write <StreamIO> (os, _value.green.x); in writeValueTo()
63 Xdr::write <StreamIO> (os, _value.green.y); in writeValueTo()
64 Xdr::write <StreamIO> (os, _value.blue.x); in writeValueTo()
65 Xdr::write <StreamIO> (os, _value.blue.y); in writeValueTo()
66 Xdr::write <StreamIO> (os, _value.white.x); in writeValueTo()
67 Xdr::write <StreamIO> (os, _value.white.y); in writeValueTo()
75 Xdr::read <StreamIO> (is, _value.red.x); in readValueFrom()
76 Xdr::read <StreamIO> (is, _value.red.y); in readValueFrom()
[all …]
DImfBoxAttribute.cpp62 Xdr::write <StreamIO> (os, _value.min.x); in writeValueTo()
63 Xdr::write <StreamIO> (os, _value.min.y); in writeValueTo()
64 Xdr::write <StreamIO> (os, _value.max.x); in writeValueTo()
65 Xdr::write <StreamIO> (os, _value.max.y); in writeValueTo()
73 Xdr::read <StreamIO> (is, _value.min.x); in readValueFrom()
74 Xdr::read <StreamIO> (is, _value.min.y); in readValueFrom()
75 Xdr::read <StreamIO> (is, _value.max.x); in readValueFrom()
76 Xdr::read <StreamIO> (is, _value.max.y); in readValueFrom()
92 Xdr::write <StreamIO> (os, _value.min.x); in writeValueTo()
93 Xdr::write <StreamIO> (os, _value.min.y); in writeValueTo()
[all …]
DImfKeyCodeAttribute.cpp59 Xdr::write <StreamIO> (os, _value.filmMfcCode()); in writeValueTo()
60 Xdr::write <StreamIO> (os, _value.filmType()); in writeValueTo()
61 Xdr::write <StreamIO> (os, _value.prefix()); in writeValueTo()
62 Xdr::write <StreamIO> (os, _value.count()); in writeValueTo()
63 Xdr::write <StreamIO> (os, _value.perfOffset()); in writeValueTo()
64 Xdr::write <StreamIO> (os, _value.perfsPerFrame()); in writeValueTo()
65 Xdr::write <StreamIO> (os, _value.perfsPerCount()); in writeValueTo()
76 _value.setFilmMfcCode (tmp); in readValueFrom()
79 _value.setFilmType (tmp); in readValueFrom()
82 _value.setPrefix (tmp); in readValueFrom()
[all …]
DImfTileDescriptionAttribute.cpp60 Xdr::write <StreamIO> (os, _value.xSize); in writeValueTo()
61 Xdr::write <StreamIO> (os, _value.ySize); in writeValueTo()
63 unsigned char tmp = _value.mode | (_value.roundingMode << 4); in writeValueTo()
74 Xdr::read <StreamIO> (is, _value.xSize); in readValueFrom()
75 Xdr::read <StreamIO> (is, _value.ySize); in readValueFrom()
79 _value.mode = LevelMode (tmp & 0x0f); in readValueFrom()
80 _value.roundingMode = LevelRoundingMode ((tmp >> 4) & 0x0f); in readValueFrom()
DImfAttribute.h233 T _value;
244 _value (T()) in TypedAttribute()
253 _value (value) in TypedAttribute()
262 _value () in TypedAttribute()
279 return _value; in value()
287 return _value; in value()
321 Xdr::write <StreamIO> (os, _value); in writeValueTo()
329 Xdr::read <StreamIO> (is, _value); in readValueFrom()
337 _value = cast(other)._value; in copyValueFrom()
DImfPreviewImageAttribute.cpp60 Xdr::write <StreamIO> (os, _value.width()); in writeValueTo()
61 Xdr::write <StreamIO> (os, _value.height()); in writeValueTo()
63 int numPixels = _value.width() * _value.height(); in writeValueTo()
64 const PreviewRgba *pixels = _value.pixels(); in writeValueTo()
98 _value = p; in readValueFrom()
DImfRationalAttribute.cpp59 Xdr::write <StreamIO> (os, _value.n); in writeValueTo()
60 Xdr::write <StreamIO> (os, _value.d); in writeValueTo()
68 Xdr::read <StreamIO> (is, _value.n); in readValueFrom()
69 Xdr::read <StreamIO> (is, _value.d); in readValueFrom()
/external/xmlrpcpp/src/
DXmlRpcValue.cpp57 case TypeString: delete _value.asString; break; in invalidate()
58 case TypeDateTime: delete _value.asTime; break; in invalidate()
59 case TypeBase64: delete _value.asBinary; break; in invalidate()
60 case TypeArray: delete _value.asArray; break; in invalidate()
61 case TypeStruct: delete _value.asStruct; break; in invalidate()
65 _value.asBinary = 0; in invalidate()
76 case TypeString: _value.asString = new std::string(); break; in assertTypeOrInvalid()
77 case TypeDateTime: _value.asTime = new struct tm(); break; in assertTypeOrInvalid()
78 case TypeBase64: _value.asBinary = new BinaryData(); break; in assertTypeOrInvalid()
79 case TypeArray: _value.asArray = new ValueArray(); break; in assertTypeOrInvalid()
[all …]
DXmlRpcValue.h46 XmlRpcValue() : _type(TypeInvalid) { _value.asBinary = 0; } in XmlRpcValue()
47 XmlRpcValue(bool value) : _type(TypeBoolean) { _value.asBool = value; } in XmlRpcValue()
48 XmlRpcValue(int value) : _type(TypeInt) { _value.asInt = value; } in XmlRpcValue()
49 XmlRpcValue(double value) : _type(TypeDouble) { _value.asDouble = value; } in XmlRpcValue()
52 { _value.asString = new std::string(value); } in XmlRpcValue()
55 { _value.asString = new std::string(value); } in XmlRpcValue()
58 { _value.asTime = new struct tm(*value); } in XmlRpcValue()
63 _value.asBinary = new BinaryData((char*)value, ((char*)value)+nBytes); in XmlRpcValue()
88 operator bool&() { assertTypeOrInvalid(TypeBoolean); return _value.asBool; }
89 operator int&() { assertTypeOrInvalid(TypeInt); return _value.asInt; }
[all …]
/external/lzma/Java/SevenZip/
DCRC.java23 int _value = -1; field in CRC
27 _value = -1; in Init()
33 _value = Table[(_value ^ data[offset + i]) & 0xFF] ^ (_value >>> 8); in Update()
40 _value = Table[(_value ^ data[i]) & 0xFF] ^ (_value >>> 8); in Update()
45 _value = Table[(_value ^ b) & 0xFF] ^ (_value >>> 8); in UpdateByte()
50 return _value ^ (-1); in GetDigest()
/external/libgdx/gdx/src/com/badlogic/gdx/utils/compression/
DCRC.java20 int _value = -1; field in CRC
23 _value = -1; in Init()
28 _value = Table[(_value ^ data[offset + i]) & 0xFF] ^ (_value >>> 8); in Update()
34 _value = Table[(_value ^ data[i]) & 0xFF] ^ (_value >>> 8); in Update()
38 _value = Table[(_value ^ b) & 0xFF] ^ (_value >>> 8); in UpdateByte()
42 return _value ^ (-1); in GetDigest()
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h327 …inline static const char* GetChar( const char* p, char* _value, int* length, TiXmlEncoding encodin… in GetChar() argument
343 return GetEntity( p, _value, length, encoding ); in GetChar()
344 *_value = *p; in GetChar()
352 _value[i] = p[i]; in GetChar()
508 void SetValue(const char * _value) { value = _value;} in SetValue() argument
512 void SetValue( const std::string& _value ) { value = _value; } in SetValue() argument
526 TiXmlNode* FirstChild( const char * _value ) { in FirstChild() argument
529 return const_cast< TiXmlNode* > ((const_cast< const TiXmlNode* >(this))->FirstChild( _value )); in FirstChild()
535 TiXmlNode* LastChild( const char * _value ) { in LastChild() argument
536 return const_cast< TiXmlNode* > ((const_cast< const TiXmlNode* >(this))->LastChild( _value )); in LastChild()
[all …]
/external/tinyxml/
Dtinyxml.h280 …inline static const char* GetChar( const char* p, char* _value, int* length, TiXmlEncoding encodin… in GetChar() argument
296 return GetEntity( p, _value, length, encoding ); in GetChar()
297 *_value = *p; in GetChar()
305 _value[i] = p[i]; in GetChar()
468 void SetValue(const char * _value) { value = _value;} in SetValue() argument
472 void SetValue( const std::string& _value ) in SetValue() argument
474 StringToBuffer buf( _value ); in SetValue()
497 …const TiXmlNode* FirstChild( const std::string& _value ) const { return FirstChild (_value.c_str (… in FirstChild() argument
498 …TiXmlNode* FirstChild( const std::string& _value ) { return FirstChild (_value.c_str ()); } ///… in FirstChild() argument
499 …const TiXmlNode* LastChild( const std::string& _value ) const { return LastChild (_value.c_str ())… in LastChild() argument
[all …]
Dtinyxml.cpp322 const TiXmlNode* TiXmlNode::FirstChild( const char * _value ) const in FirstChild()
327 if ( strcmp( node->Value(), _value ) == 0 ) in FirstChild()
334 TiXmlNode* TiXmlNode::FirstChild( const char * _value ) in FirstChild() argument
339 if ( strcmp( node->Value(), _value ) == 0 ) in FirstChild()
346 const TiXmlNode* TiXmlNode::LastChild( const char * _value ) const in LastChild()
351 if ( strcmp( node->Value(), _value ) == 0 ) in LastChild()
357 TiXmlNode* TiXmlNode::LastChild( const char * _value ) in LastChild() argument
362 if ( strcmp( node->Value(), _value ) == 0 ) in LastChild()
420 const TiXmlNode* TiXmlNode::NextSibling( const char * _value ) const in NextSibling()
425 if ( strcmp( node->Value(), _value ) == 0 ) in NextSibling()
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds/
Dparametergroup.py86 self._value = None
104 self._value = value
130 if self._value is not None:
131 d[prefix+'ParameterValue'] = self._value
142 self._value = value
152 self._value = value
158 self._value = value
161 self._value = True
163 self._value = False
178 if self._value is None:
[all …]
/external/lzma/CS/7zip/Common/
DCRC.cs25 uint _value = 0xFFFFFFFF; field in SevenZip.CRC
27 public void Init() { _value = 0xFFFFFFFF; } in Init()
31 _value = Table[(((byte)(_value)) ^ b)] ^ (_value >> 8); in UpdateByte()
37 _value = Table[(((byte)(_value)) ^ data[offset + i])] ^ (_value >> 8); in Update()
40 public uint GetDigest() { return _value ^ 0xFFFFFFFF; } in GetDigest()
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/type/
Duniv.py25 def __and__(self, value): return self.clone(self._value & value)
26 def __rand__(self, value): return self.clone(value & self._value)
27 def __or__(self, value): return self.clone(self._value | value)
28 def __ror__(self, value): return self.clone(value | self._value)
29 def __xor__(self, value): return self.clone(self._value ^ value)
30 def __rxor__(self, value): return self.clone(value ^ self._value)
31 def __lshift__(self, value): return self.clone(self._value << value)
32 def __rshift__(self, value): return self.clone(self._value >> value)
34 def __add__(self, value): return self.clone(self._value + value)
35 def __radd__(self, value): return self.clone(value + self._value)
[all …]
Dbase.py71 self._value = value
75 if self._value is noValue:
78 return self.__class__.__name__ + '(%s)' % (self.prettyOut(self._value),)
79 def __str__(self): return str(self._value)
81 return self is other and True or self._value == other
82 def __ne__(self, other): return self._value != other
83 def __lt__(self, other): return self._value < other
84 def __le__(self, other): return self._value <= other
85 def __gt__(self, other): return self._value > other
86 def __ge__(self, other): return self._value >= other
[all …]
/external/tinyxml2/
Dtinyxml2.h487 …ldElement( const char* _value=0 ) { return const_cast<XMLElement*>(const_cast<const XMLNode*>(t…
497 …ildElement( const char* _value=0 ) { return const_cast<XMLElement*>(const_cast<const XMLNode*>(…
505 …gElement( const char* _value=0 ) { return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)…
513 …ngElement( const char* _value=0 ) { return const_cast<XMLElement*>(const_cast<const XMLNode*>(t…
907 …nt* _value ) const { const XMLAttribute* a = FindAttribute( name ); if ( !a ) retur… in QueryIntAttribute() argument
909 …d int* _value ) const { const XMLAttribute* a = FindAttribute( name ); if ( !a ) return XML_NO_… in QueryUnsignedAttribute() argument
911 …l* _value ) const { const XMLAttribute* a = FindAttribute( name ); if ( !a ) return… in QueryBoolAttribute() argument
913 …le* _value ) const { const XMLAttribute* a = FindAttribute( name ); if ( !a ) return XM… in QueryDoubleAttribute() argument
915 …oat* _value ) const { const XMLAttribute* a = FindAttribute( name ); if ( !a ) return X… in QueryFloatAttribute() argument
918 …e( const char* name, const char* _value ) { XMLAttribute* a = FindOrCreateAttribute( name ); a-… in SetAttribute() argument
[all …]
/external/jetty/src/java/org/eclipse/jetty/http/
DHttpCookie.java24 private final String _value; field in HttpCookie
38 _value = value; in HttpCookie()
53 _value = value; in HttpCookie()
69 _value = value; in HttpCookie()
90 _value = value; in HttpCookie()
105 _value = value; in HttpCookie()
124 return _value; in getValue()
/external/clang/test/CodeGenObjC/
Doptimize-ivar-offset-load.m9 int _value; field
25 foo (sample->_value);
29 // CHECK: [[IVAR:%.*]] = load i64, i64* @"OBJC_IVAR_$_SampleClass._value", align 8
43 foo (sample->_value);
48 // CHECK: [[IVAR:%.*]] = load i64, i64* @"OBJC_IVAR_$_SampleClass._value", align 8, !invariant.load
58 foo (sample->_value);
63 // CHECK: [[IVAR:%.*]] = load i64, i64* @"OBJC_IVAR_$_SampleClass._value", align 8, !invariant.load
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DExtension.java16 protected String _value; field in Extension
24 _value = value; in Extension()
32 return _value; in getValue()
36 return _key + LanguageTag.SEP + _value; in getID()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
DExtension.java12 protected String _value; field in Extension
20 _value = value; in Extension()
28 return _value; in getValue()
32 return _key + LanguageTag.SEP + _value; in getID()

12345