HomeSort by relevance Sort by last modified time
    Searched refs:_value (Results 1 - 25 of 192) sorted by null

1 2 3 4 5 6 7 8

  /external/webrtc/src/system_wrappers/source/
atomic32_linux.h 44 volatile WebRtc_Word32* _value; member in class:webrtc::Atomic32Impl
50 _value(NULL)
51 { // Align the memory associated with _value on a 32-bit boundary. This is a
55 _value = (WebRtc_Word32*) (((uintptr_t)_ptrMemory+3)&(~0x3));
56 *_value = initialValue;
69 WebRtc_Word32 returnValue = __sync_fetch_and_add(_value,1);
76 WebRtc_Word32 returnValue = __sync_fetch_and_sub(_value,1);
83 *_value = *rhs._value;
89 *_value = rhs
    [all...]
atomic32_mac.h 43 volatile WebRtc_Word32* _value; member in class:webrtc::Atomic32Impl
50 _value(NULL)
51 { // Align the memory associated with _value on a 32-bit boundary. This is a
55 _value = (WebRtc_Word32*) (((uintptr_t)_ptrMemory+3)&(~0x3));
56 *_value = initialValue;
70 reinterpret_cast<volatile int32_t*>(_value));
76 reinterpret_cast<volatile int32_t*>(_value));
81 *_value = *rhs._value;
87 *_value = rhs
    [all...]
  /external/collada/include/1.4/dom/
domFx_basic_type_common.h 51 ::domBool _value; member in class:domFx_basic_type_common::domBool
58 ::domBool getValue() const { return _value; }
60 * Sets the _value of this element.
63 void setValue( ::domBool val ) { _value = val; }
69 domBool(DAE& dae) : daeElement(dae), _value() {}
109 ::domBool2 _value; member in class:domFx_basic_type_common::domBool2
113 * Gets the _value array.
114 * @return Returns a ::domBool2 reference of the _value array.
116 ::domBool2 &getValue() { return _value; }
118 * Gets the _value array
172 ::domBool3 _value; member in class:domFx_basic_type_common::domBool3
235 ::domBool4 _value; member in class:domFx_basic_type_common::domBool4
298 ::domInt _value; member in class:domFx_basic_type_common::domInt
356 ::domInt2 _value; member in class:domFx_basic_type_common::domInt2
419 ::domInt3 _value; member in class:domFx_basic_type_common::domInt3
482 ::domInt4 _value; member in class:domFx_basic_type_common::domInt4
545 ::domFloat _value; member in class:domFx_basic_type_common::domFloat
603 ::domFloat2 _value; member in class:domFx_basic_type_common::domFloat2
666 ::domFloat3 _value; member in class:domFx_basic_type_common::domFloat3
729 ::domFloat4 _value; member in class:domFx_basic_type_common::domFloat4
792 ::domFloat _value; member in class:domFx_basic_type_common::domFloat1x1
850 ::domFloat2 _value; member in class:domFx_basic_type_common::domFloat1x2
913 ::domFloat3 _value; member in class:domFx_basic_type_common::domFloat1x3
976 ::domFloat4 _value; member in class:domFx_basic_type_common::domFloat1x4
1039 ::domFloat2 _value; member in class:domFx_basic_type_common::domFloat2x1
1102 ::domFloat2x2 _value; member in class:domFx_basic_type_common::domFloat2x2
1165 ::domFloat2x3 _value; member in class:domFx_basic_type_common::domFloat2x3
1228 ::domFloat2x4 _value; member in class:domFx_basic_type_common::domFloat2x4
1291 ::domFloat3 _value; member in class:domFx_basic_type_common::domFloat3x1
1354 ::domFloat3x2 _value; member in class:domFx_basic_type_common::domFloat3x2
1417 ::domFloat3x3 _value; member in class:domFx_basic_type_common::domFloat3x3
1480 ::domFloat3x4 _value; member in class:domFx_basic_type_common::domFloat3x4
1543 ::domFloat4 _value; member in class:domFx_basic_type_common::domFloat4x1
1606 ::domFloat4x2 _value; member in class:domFx_basic_type_common::domFloat4x2
1669 ::domFloat4x3 _value; member in class:domFx_basic_type_common::domFloat4x3
1732 ::domFloat4x4 _value; member in class:domFx_basic_type_common::domFloat4x4
1795 xsString _value; member in class:domFx_basic_type_common::domEnum
    [all...]
domGles_basic_type_common.h 48 ::domBool _value; member in class:domGles_basic_type_common::domBool
55 ::domBool getValue() const { return _value; }
57 * Sets the _value of this element.
60 void setValue( ::domBool val ) { _value = val; }
66 domBool(DAE& dae) : daeElement(dae), _value() {}
106 ::domBool2 _value; member in class:domGles_basic_type_common::domBool2
110 * Gets the _value array.
111 * @return Returns a ::domBool2 reference of the _value array.
113 ::domBool2 &getValue() { return _value; }
115 * Gets the _value array
169 ::domBool3 _value; member in class:domGles_basic_type_common::domBool3
232 ::domBool4 _value; member in class:domGles_basic_type_common::domBool4
295 ::domInt _value; member in class:domGles_basic_type_common::domInt
353 ::domInt2 _value; member in class:domGles_basic_type_common::domInt2
416 ::domInt3 _value; member in class:domGles_basic_type_common::domInt3
479 ::domInt4 _value; member in class:domGles_basic_type_common::domInt4
542 ::domFloat _value; member in class:domGles_basic_type_common::domFloat
600 ::domFloat2 _value; member in class:domGles_basic_type_common::domFloat2
663 ::domFloat3 _value; member in class:domGles_basic_type_common::domFloat3
726 ::domFloat4 _value; member in class:domGles_basic_type_common::domFloat4
789 ::domFloat _value; member in class:domGles_basic_type_common::domFloat1x1
847 ::domFloat2 _value; member in class:domGles_basic_type_common::domFloat1x2
910 ::domFloat3 _value; member in class:domGles_basic_type_common::domFloat1x3
973 ::domFloat4 _value; member in class:domGles_basic_type_common::domFloat1x4
1036 ::domFloat2 _value; member in class:domGles_basic_type_common::domFloat2x1
1099 ::domFloat2x2 _value; member in class:domGles_basic_type_common::domFloat2x2
1162 ::domFloat2x3 _value; member in class:domGles_basic_type_common::domFloat2x3
1225 ::domFloat2x4 _value; member in class:domGles_basic_type_common::domFloat2x4
1288 ::domFloat3 _value; member in class:domGles_basic_type_common::domFloat3x1
1351 ::domFloat3x2 _value; member in class:domGles_basic_type_common::domFloat3x2
1414 ::domFloat3x3 _value; member in class:domGles_basic_type_common::domFloat3x3
1477 ::domFloat3x4 _value; member in class:domGles_basic_type_common::domFloat3x4
1540 ::domFloat4 _value; member in class:domGles_basic_type_common::domFloat4x1
1603 ::domFloat4x2 _value; member in class:domGles_basic_type_common::domFloat4x2
1666 ::domFloat4x3 _value; member in class:domGles_basic_type_common::domFloat4x3
1729 ::domFloat4x4 _value; member in class:domGles_basic_type_common::domFloat4x4
1792 domGles_enumeration _value; member in class:domGles_basic_type_common::domEnum
    [all...]
domCg_param_type.h 51 domCg_bool _value; member in class:domCg_param_type::domBool
58 domCg_bool getValue() const { return _value; }
60 * Sets the _value of this element.
63 void setValue( domCg_bool val ) { _value = val; }
69 domBool(DAE& dae) : daeElement(dae), _value() {}
109 domCg_bool1 _value; member in class:domCg_param_type::domBool1
116 domCg_bool1 getValue() const { return _value; }
118 * Sets the _value of this element.
121 void setValue( domCg_bool1 val ) { _value = val; }
127 domBool1(DAE& dae) : daeElement(dae), _value() {}
167 domCg_bool2 _value; member in class:domCg_param_type::domBool2
230 domCg_bool3 _value; member in class:domCg_param_type::domBool3
293 domCg_bool4 _value; member in class:domCg_param_type::domBool4
356 domCg_bool1x1 _value; member in class:domCg_param_type::domBool1x1
419 domCg_bool1x2 _value; member in class:domCg_param_type::domBool1x2
482 domCg_bool1x3 _value; member in class:domCg_param_type::domBool1x3
545 domCg_bool1x4 _value; member in class:domCg_param_type::domBool1x4
608 domCg_bool2x1 _value; member in class:domCg_param_type::domBool2x1
671 domCg_bool2x2 _value; member in class:domCg_param_type::domBool2x2
734 domCg_bool2x3 _value; member in class:domCg_param_type::domBool2x3
797 domCg_bool2x4 _value; member in class:domCg_param_type::domBool2x4
860 domCg_bool3x1 _value; member in class:domCg_param_type::domBool3x1
923 domCg_bool3x2 _value; member in class:domCg_param_type::domBool3x2
986 domCg_bool3x3 _value; member in class:domCg_param_type::domBool3x3
1049 domCg_bool3x4 _value; member in class:domCg_param_type::domBool3x4
1112 domCg_bool4x1 _value; member in class:domCg_param_type::domBool4x1
1175 domCg_bool4x2 _value; member in class:domCg_param_type::domBool4x2
1238 domCg_bool4x3 _value; member in class:domCg_param_type::domBool4x3
1301 domCg_bool4x4 _value; member in class:domCg_param_type::domBool4x4
1364 domCg_float _value; member in class:domCg_param_type::domFloat
1422 domCg_float1 _value; member in class:domCg_param_type::domFloat1
1480 domCg_float2 _value; member in class:domCg_param_type::domFloat2
1543 domCg_float3 _value; member in class:domCg_param_type::domFloat3
1606 domCg_float4 _value; member in class:domCg_param_type::domFloat4
1669 domCg_float1x1 _value; member in class:domCg_param_type::domFloat1x1
1732 domCg_float1x2 _value; member in class:domCg_param_type::domFloat1x2
1795 domCg_float1x3 _value; member in class:domCg_param_type::domFloat1x3
1858 domCg_float1x4 _value; member in class:domCg_param_type::domFloat1x4
1921 domCg_float2x1 _value; member in class:domCg_param_type::domFloat2x1
1984 domCg_float2x2 _value; member in class:domCg_param_type::domFloat2x2
2047 domCg_float2x3 _value; member in class:domCg_param_type::domFloat2x3
2110 domCg_float2x4 _value; member in class:domCg_param_type::domFloat2x4
2173 domCg_float3x1 _value; member in class:domCg_param_type::domFloat3x1
2236 domCg_float3x2 _value; member in class:domCg_param_type::domFloat3x2
2299 domCg_float3x3 _value; member in class:domCg_param_type::domFloat3x3
2362 domCg_float3x4 _value; member in class:domCg_param_type::domFloat3x4
2425 domCg_float4x1 _value; member in class:domCg_param_type::domFloat4x1
2488 domCg_float4x2 _value; member in class:domCg_param_type::domFloat4x2
2551 domCg_float4x3 _value; member in class:domCg_param_type::domFloat4x3
2614 domCg_float4x4 _value; member in class:domCg_param_type::domFloat4x4
2677 domCg_int _value; member in class:domCg_param_type::domInt
2735 domCg_int1 _value; member in class:domCg_param_type::domInt1
2793 domCg_int2 _value; member in class:domCg_param_type::domInt2
2856 domCg_int3 _value; member in class:domCg_param_type::domInt3
2919 domCg_int4 _value; member in class:domCg_param_type::domInt4
2982 domCg_int1x1 _value; member in class:domCg_param_type::domInt1x1
3045 domCg_int1x2 _value; member in class:domCg_param_type::domInt1x2
3108 domCg_int1x3 _value; member in class:domCg_param_type::domInt1x3
3171 domCg_int1x4 _value; member in class:domCg_param_type::domInt1x4
3234 domCg_int2x1 _value; member in class:domCg_param_type::domInt2x1
3297 domCg_int2x2 _value; member in class:domCg_param_type::domInt2x2
3360 domCg_int2x3 _value; member in class:domCg_param_type::domInt2x3
3423 domCg_int2x4 _value; member in class:domCg_param_type::domInt2x4
3486 domCg_int3x1 _value; member in class:domCg_param_type::domInt3x1
3549 domCg_int3x2 _value; member in class:domCg_param_type::domInt3x2
3612 domCg_int3x3 _value; member in class:domCg_param_type::domInt3x3
3675 domCg_int3x4 _value; member in class:domCg_param_type::domInt3x4
3738 domCg_int4x1 _value; member in class:domCg_param_type::domInt4x1
3801 domCg_int4x2 _value; member in class:domCg_param_type::domInt4x2
3864 domCg_int4x3 _value; member in class:domCg_param_type::domInt4x3
3927 domCg_int4x4 _value; member in class:domCg_param_type::domInt4x4
3990 domCg_half _value; member in class:domCg_param_type::domHalf
4048 domCg_half1 _value; member in class:domCg_param_type::domHalf1
4106 domCg_half2 _value; member in class:domCg_param_type::domHalf2
4169 domCg_half3 _value; member in class:domCg_param_type::domHalf3
4232 domCg_half4 _value; member in class:domCg_param_type::domHalf4
4295 domCg_half1x1 _value; member in class:domCg_param_type::domHalf1x1
4358 domCg_half1x2 _value; member in class:domCg_param_type::domHalf1x2
4421 domCg_half1x3 _value; member in class:domCg_param_type::domHalf1x3
4484 domCg_half1x4 _value; member in class:domCg_param_type::domHalf1x4
4547 domCg_half2x1 _value; member in class:domCg_param_type::domHalf2x1
4610 domCg_half2x2 _value; member in class:domCg_param_type::domHalf2x2
4673 domCg_half2x3 _value; member in class:domCg_param_type::domHalf2x3
4736 domCg_half2x4 _value; member in class:domCg_param_type::domHalf2x4
4799 domCg_half3x1 _value; member in class:domCg_param_type::domHalf3x1
4862 domCg_half3x2 _value; member in class:domCg_param_type::domHalf3x2
4925 domCg_half3x3 _value; member in class:domCg_param_type::domHalf3x3
4988 domCg_half3x4 _value; member in class:domCg_param_type::domHalf3x4
5051 domCg_half4x1 _value; member in class:domCg_param_type::domHalf4x1
5114 domCg_half4x2 _value; member in class:domCg_param_type::domHalf4x2
5177 domCg_half4x3 _value; member in class:domCg_param_type::domHalf4x3
5240 domCg_half4x4 _value; member in class:domCg_param_type::domHalf4x4
5303 domCg_fixed _value; member in class:domCg_param_type::domFixed
5361 domCg_fixed1 _value; member in class:domCg_param_type::domFixed1
5419 domCg_fixed2 _value; member in class:domCg_param_type::domFixed2
5482 domCg_fixed3 _value; member in class:domCg_param_type::domFixed3
5545 domCg_fixed4 _value; member in class:domCg_param_type::domFixed4
5608 domCg_fixed1x1 _value; member in class:domCg_param_type::domFixed1x1
5671 domCg_fixed1x2 _value; member in class:domCg_param_type::domFixed1x2
5734 domCg_fixed1x3 _value; member in class:domCg_param_type::domFixed1x3
5797 domCg_fixed1x4 _value; member in class:domCg_param_type::domFixed1x4
5860 domCg_fixed2x1 _value; member in class:domCg_param_type::domFixed2x1
5923 domCg_fixed2x2 _value; member in class:domCg_param_type::domFixed2x2
5986 domCg_fixed2x3 _value; member in class:domCg_param_type::domFixed2x3
6049 domCg_fixed2x4 _value; member in class:domCg_param_type::domFixed2x4
6112 domCg_fixed3x1 _value; member in class:domCg_param_type::domFixed3x1
6175 domCg_fixed3x2 _value; member in class:domCg_param_type::domFixed3x2
6238 domCg_fixed3x3 _value; member in class:domCg_param_type::domFixed3x3
6301 domCg_fixed3x4 _value; member in class:domCg_param_type::domFixed3x4
6364 domCg_fixed4x1 _value; member in class:domCg_param_type::domFixed4x1
6427 domCg_fixed4x2 _value; member in class:domCg_param_type::domFixed4x2
6490 domCg_fixed4x3 _value; member in class:domCg_param_type::domFixed4x3
6553 domCg_fixed4x4 _value; member in class:domCg_param_type::domFixed4x4
6616 ::xsString _value; member in class:domCg_param_type::domString
6674 domGl_enumeration _value; member in class:domCg_param_type::domEnum
    [all...]
domFx_sampler3D_common.h 41 xsNCName _value; member in class:domFx_sampler3D_common_complexType::domSource
48 xsNCName getValue() const { return _value; }
50 * Sets the _value of this element.
53 void setValue( xsNCName val ) { *(daeStringRef*)&_value = val; }
59 domSource(DAE& dae) : daeElement(dae), _value() {}
99 domFx_sampler_wrap_common _value; member in class:domFx_sampler3D_common_complexType::domWrap_s
106 domFx_sampler_wrap_common getValue() const { return _value; }
108 * Sets the _value of this element.
111 void setValue( domFx_sampler_wrap_common val ) { _value = val; }
117 domWrap_s(DAE& dae) : daeElement(dae), _value() {}
157 domFx_sampler_wrap_common _value; member in class:domFx_sampler3D_common_complexType::domWrap_t
215 domFx_sampler_wrap_common _value; member in class:domFx_sampler3D_common_complexType::domWrap_p
273 domFx_sampler_filter_common _value; member in class:domFx_sampler3D_common_complexType::domMinfilter
331 domFx_sampler_filter_common _value; member in class:domFx_sampler3D_common_complexType::domMagfilter
389 domFx_sampler_filter_common _value; member in class:domFx_sampler3D_common_complexType::domMipfilter
447 domFx_color_common _value; member in class:domFx_sampler3D_common_complexType::domBorder_color
510 xsUnsignedByte _value; member in class:domFx_sampler3D_common_complexType::domMipmap_maxlevel
568 xsFloat _value; member in class:domFx_sampler3D_common_complexType::domMipmap_bias
    [all...]
domFx_samplerCUBE_common.h 41 xsNCName _value; member in class:domFx_samplerCUBE_common_complexType::domSource
48 xsNCName getValue() const { return _value; }
50 * Sets the _value of this element.
53 void setValue( xsNCName val ) { *(daeStringRef*)&_value = val; }
59 domSource(DAE& dae) : daeElement(dae), _value() {}
99 domFx_sampler_wrap_common _value; member in class:domFx_samplerCUBE_common_complexType::domWrap_s
106 domFx_sampler_wrap_common getValue() const { return _value; }
108 * Sets the _value of this element.
111 void setValue( domFx_sampler_wrap_common val ) { _value = val; }
117 domWrap_s(DAE& dae) : daeElement(dae), _value() {}
157 domFx_sampler_wrap_common _value; member in class:domFx_samplerCUBE_common_complexType::domWrap_t
215 domFx_sampler_wrap_common _value; member in class:domFx_samplerCUBE_common_complexType::domWrap_p
273 domFx_sampler_filter_common _value; member in class:domFx_samplerCUBE_common_complexType::domMinfilter
331 domFx_sampler_filter_common _value; member in class:domFx_samplerCUBE_common_complexType::domMagfilter
389 domFx_sampler_filter_common _value; member in class:domFx_samplerCUBE_common_complexType::domMipfilter
447 domFx_color_common _value; member in class:domFx_samplerCUBE_common_complexType::domBorder_color
510 xsUnsignedByte _value; member in class:domFx_samplerCUBE_common_complexType::domMipmap_maxlevel
568 xsFloat _value; member in class:domFx_samplerCUBE_common_complexType::domMipmap_bias
    [all...]
domLookat.h 42 domFloat3x3 _value; member in class:domLookat
57 * Gets the _value array.
58 * @return Returns a domFloat3x3 reference of the _value array.
60 domFloat3x3 &getValue() { return _value; }
62 * Gets the _value array.
63 * @return Returns a constant domFloat3x3 reference of the _value array.
65 const domFloat3x3 &getValue() const { return _value; }
67 * Sets the _value array.
68 * @param val The new value for the _value array.
70 void setValue( const domFloat3x3 &val ) { _value = val;
    [all...]
domMatrix.h 41 domFloat4x4 _value; member in class:domMatrix
56 * Gets the _value array.
57 * @return Returns a domFloat4x4 reference of the _value array.
59 domFloat4x4 &getValue() { return _value; }
61 * Gets the _value array.
62 * @return Returns a constant domFloat4x4 reference of the _value array.
64 const domFloat4x4 &getValue() const { return _value; }
66 * Sets the _value array.
67 * @param val The new value for the _value array.
69 void setValue( const domFloat4x4 &val ) { _value = val;
    [all...]
domP.h 35 domListOfUInts _value; member in class:domP
39 * Gets the _value array.
40 * @return Returns a domListOfUInts reference of the _value array.
42 domListOfUInts &getValue() { return _value; }
44 * Gets the _value array.
45 * @return Returns a constant domListOfUInts reference of the _value array.
47 const domListOfUInts &getValue() const { return _value; }
49 * Sets the _value array.
50 * @param val The new value for the _value array.
52 void setValue( const domListOfUInts &val ) { _value = val;
    [all...]
domRotate.h 40 domFloat4 _value; member in class:domRotate
55 * Gets the _value array.
56 * @return Returns a domFloat4 reference of the _value array.
58 domFloat4 &getValue() { return _value; }
60 * Gets the _value array.
61 * @return Returns a constant domFloat4 reference of the _value array.
63 const domFloat4 &getValue() const { return _value; }
65 * Sets the _value array.
66 * @param val The new value for the _value array.
68 void setValue( const domFloat4 &val ) { _value = val;
    [all...]
domSkew.h 40 domFloat7 _value; member in class:domSkew
55 * Gets the _value array.
56 * @return Returns a domFloat7 reference of the _value array.
58 domFloat7 &getValue() { return _value; }
60 * Gets the _value array.
61 * @return Returns a constant domFloat7 reference of the _value array.
63 const domFloat7 &getValue() const { return _value; }
65 * Sets the _value array.
66 * @param val The new value for the _value array.
68 void setValue( const domFloat7 &val ) { _value = val;
    [all...]
domFx_annotate_type_common.h 44 ::domBool _value; member in class:domFx_annotate_type_common::domBool
51 ::domBool getValue() const { return _value; }
53 * Sets the _value of this element.
56 void setValue( ::domBool val ) { _value = val; }
62 domBool(DAE& dae) : daeElement(dae), _value() {}
102 ::domBool2 _value; member in class:domFx_annotate_type_common::domBool2
106 * Gets the _value array.
107 * @return Returns a ::domBool2 reference of the _value array.
109 ::domBool2 &getValue() { return _value; }
111 * Gets the _value array
165 ::domBool3 _value; member in class:domFx_annotate_type_common::domBool3
228 ::domBool4 _value; member in class:domFx_annotate_type_common::domBool4
291 ::domInt _value; member in class:domFx_annotate_type_common::domInt
349 ::domInt2 _value; member in class:domFx_annotate_type_common::domInt2
412 ::domInt3 _value; member in class:domFx_annotate_type_common::domInt3
475 ::domInt4 _value; member in class:domFx_annotate_type_common::domInt4
538 ::domFloat _value; member in class:domFx_annotate_type_common::domFloat
596 ::domFloat2 _value; member in class:domFx_annotate_type_common::domFloat2
659 ::domFloat3 _value; member in class:domFx_annotate_type_common::domFloat3
722 ::domFloat4 _value; member in class:domFx_annotate_type_common::domFloat4
785 ::domFloat2x2 _value; member in class:domFx_annotate_type_common::domFloat2x2
848 ::domFloat3x3 _value; member in class:domFx_annotate_type_common::domFloat3x3
911 ::domFloat4x4 _value; member in class:domFx_annotate_type_common::domFloat4x4
974 ::xsString _value; member in class:domFx_annotate_type_common::domString
    [all...]
domGlsl_param_type.h 51 domGlsl_bool _value; member in class:domGlsl_param_type::domBool
58 domGlsl_bool getValue() const { return _value; }
60 * Sets the _value of this element.
63 void setValue( domGlsl_bool val ) { _value = val; }
69 domBool(DAE& dae) : daeElement(dae), _value() {}
109 domGlsl_bool2 _value; member in class:domGlsl_param_type::domBool2
113 * Gets the _value array.
114 * @return Returns a domGlsl_bool2 reference of the _value array.
116 domGlsl_bool2 &getValue() { return _value; }
118 * Gets the _value array
172 domGlsl_bool3 _value; member in class:domGlsl_param_type::domBool3
235 domGlsl_bool4 _value; member in class:domGlsl_param_type::domBool4
298 domGlsl_float _value; member in class:domGlsl_param_type::domFloat
356 domGlsl_float2 _value; member in class:domGlsl_param_type::domFloat2
419 domGlsl_float3 _value; member in class:domGlsl_param_type::domFloat3
482 domGlsl_float4 _value; member in class:domGlsl_param_type::domFloat4
545 domGlsl_float2x2 _value; member in class:domGlsl_param_type::domFloat2x2
608 domGlsl_float3x3 _value; member in class:domGlsl_param_type::domFloat3x3
671 domGlsl_float4x4 _value; member in class:domGlsl_param_type::domFloat4x4
734 domGlsl_int _value; member in class:domGlsl_param_type::domInt
792 domGlsl_int2 _value; member in class:domGlsl_param_type::domInt2
855 domGlsl_int3 _value; member in class:domGlsl_param_type::domInt3
918 domGlsl_int4 _value; member in class:domGlsl_param_type::domInt4
981 domGl_enumeration _value; member in class:domGlsl_param_type::domEnum
    [all...]
domFx_sampler2D_common.h 41 xsNCName _value; member in class:domFx_sampler2D_common_complexType::domSource
48 xsNCName getValue() const { return _value; }
50 * Sets the _value of this element.
53 void setValue( xsNCName val ) { *(daeStringRef*)&_value = val; }
59 domSource(DAE& dae) : daeElement(dae), _value() {}
99 domFx_sampler_wrap_common _value; member in class:domFx_sampler2D_common_complexType::domWrap_s
106 domFx_sampler_wrap_common getValue() const { return _value; }
108 * Sets the _value of this element.
111 void setValue( domFx_sampler_wrap_common val ) { _value = val; }
117 domWrap_s(DAE& dae) : daeElement(dae), _value() {}
157 domFx_sampler_wrap_common _value; member in class:domFx_sampler2D_common_complexType::domWrap_t
215 domFx_sampler_filter_common _value; member in class:domFx_sampler2D_common_complexType::domMinfilter
273 domFx_sampler_filter_common _value; member in class:domFx_sampler2D_common_complexType::domMagfilter
331 domFx_sampler_filter_common _value; member in class:domFx_sampler2D_common_complexType::domMipfilter
389 domFx_color_common _value; member in class:domFx_sampler2D_common_complexType::domBorder_color
452 xsUnsignedByte _value; member in class:domFx_sampler2D_common_complexType::domMipmap_maxlevel
510 xsFloat _value; member in class:domFx_sampler2D_common_complexType::domMipmap_bias
    [all...]
domFx_samplerRECT_common.h 41 xsNCName _value; member in class:domFx_samplerRECT_common_complexType::domSource
48 xsNCName getValue() const { return _value; }
50 * Sets the _value of this element.
53 void setValue( xsNCName val ) { *(daeStringRef*)&_value = val; }
59 domSource(DAE& dae) : daeElement(dae), _value() {}
99 domFx_sampler_wrap_common _value; member in class:domFx_samplerRECT_common_complexType::domWrap_s
106 domFx_sampler_wrap_common getValue() const { return _value; }
108 * Sets the _value of this element.
111 void setValue( domFx_sampler_wrap_common val ) { _value = val; }
117 domWrap_s(DAE& dae) : daeElement(dae), _value() {}
157 domFx_sampler_wrap_common _value; member in class:domFx_samplerRECT_common_complexType::domWrap_t
215 domFx_sampler_filter_common _value; member in class:domFx_samplerRECT_common_complexType::domMinfilter
273 domFx_sampler_filter_common _value; member in class:domFx_samplerRECT_common_complexType::domMagfilter
331 domFx_sampler_filter_common _value; member in class:domFx_samplerRECT_common_complexType::domMipfilter
389 domFx_color_common _value; member in class:domFx_samplerRECT_common_complexType::domBorder_color
452 xsUnsignedByte _value; member in class:domFx_samplerRECT_common_complexType::domMipmap_maxlevel
510 xsFloat _value; member in class:domFx_samplerRECT_common_complexType::domMipmap_bias
    [all...]
domAsset.h 64 xsString _value; member in class:domAsset::domContributor::domAuthor
71 xsString getValue() const { return _value; }
73 * Sets the _value of this element.
76 void setValue( xsString val ) { *(daeStringRef*)&_value = val; }
82 domAuthor(DAE& dae) : daeElement(dae), _value() {}
126 xsString _value; member in class:domAsset::domContributor::domAuthoring_tool
133 xsString getValue() const { return _value; }
135 * Sets the _value of this element.
138 void setValue( xsString val ) { *(daeStringRef*)&_value = val; }
144 domAuthoring_tool(DAE& dae) : daeElement(dae), _value() {}
188 xsString _value; member in class:domAsset::domContributor::domComments
250 xsString _value; member in class:domAsset::domContributor::domCopyright
312 xsAnyURI _value; member in class:domAsset::domContributor::domSource_data
468 xsDateTime _value; member in class:domAsset::domCreated
530 xsString _value; member in class:domAsset::domKeywords
593 xsDateTime _value; member in class:domAsset::domModified
655 xsString _value; member in class:domAsset::domRevision
717 xsString _value; member in class:domAsset::domSubject
779 xsString _value; member in class:domAsset::domTitle
923 domUpAxisType _value; member in class:domAsset::domUp_axis
    [all...]
domGles_sampler_state.h 42 domGles_sampler_wrap _value; member in class:domGles_sampler_state_complexType::domWrap_s
49 domGles_sampler_wrap getValue() const { return _value; }
51 * Sets the _value of this element.
54 void setValue( domGles_sampler_wrap val ) { _value = val; }
60 domWrap_s(DAE& dae) : daeElement(dae), _value() {}
100 domGles_sampler_wrap _value; member in class:domGles_sampler_state_complexType::domWrap_t
107 domGles_sampler_wrap getValue() const { return _value; }
109 * Sets the _value of this element.
112 void setValue( domGles_sampler_wrap val ) { _value = val; }
118 domWrap_t(DAE& dae) : daeElement(dae), _value() {}
158 domFx_sampler_filter_common _value; member in class:domGles_sampler_state_complexType::domMinfilter
216 domFx_sampler_filter_common _value; member in class:domGles_sampler_state_complexType::domMagfilter
274 domFx_sampler_filter_common _value; member in class:domGles_sampler_state_complexType::domMipfilter
332 xsUnsignedByte _value; member in class:domGles_sampler_state_complexType::domMipmap_maxlevel
390 xsFloat _value; member in class:domGles_sampler_state_complexType::domMipmap_bias
    [all...]
domFx_sampler1D_common.h 41 xsNCName _value; member in class:domFx_sampler1D_common_complexType::domSource
48 xsNCName getValue() const { return _value; }
50 * Sets the _value of this element.
53 void setValue( xsNCName val ) { *(daeStringRef*)&_value = val; }
59 domSource(DAE& dae) : daeElement(dae), _value() {}
99 domFx_sampler_wrap_common _value; member in class:domFx_sampler1D_common_complexType::domWrap_s
106 domFx_sampler_wrap_common getValue() const { return _value; }
108 * Sets the _value of this element.
111 void setValue( domFx_sampler_wrap_common val ) { _value = val; }
117 domWrap_s(DAE& dae) : daeElement(dae), _value() {}
157 domFx_sampler_filter_common _value; member in class:domFx_sampler1D_common_complexType::domMinfilter
215 domFx_sampler_filter_common _value; member in class:domFx_sampler1D_common_complexType::domMagfilter
273 domFx_sampler_filter_common _value; member in class:domFx_sampler1D_common_complexType::domMipfilter
331 domFx_color_common _value; member in class:domFx_sampler1D_common_complexType::domBorder_color
394 xsUnsignedByte _value; member in class:domFx_sampler1D_common_complexType::domMipmap_maxlevel
452 xsFloat _value; member in class:domFx_sampler1D_common_complexType::domMipmap_bias
    [all...]
domFx_surface_format_hint_common.h 48 domFx_surface_format_hint_channels_enum _value; member in class:domFx_surface_format_hint_common_complexType::domChannels
55 domFx_surface_format_hint_channels_enum getValue() const { return _value; }
57 * Sets the _value of this element.
60 void setValue( domFx_surface_format_hint_channels_enum val ) { _value = val; }
66 domChannels(DAE& dae) : daeElement(dae), _value() {}
111 domFx_surface_format_hint_range_enum _value; member in class:domFx_surface_format_hint_common_complexType::domRange
118 domFx_surface_format_hint_range_enum getValue() const { return _value; }
120 * Sets the _value of this element.
123 void setValue( domFx_surface_format_hint_range_enum val ) { _value = val; }
129 domRange(DAE& dae) : daeElement(dae), _value() {}
175 domFx_surface_format_hint_precision_enum _value; member in class:domFx_surface_format_hint_common_complexType::domPrecision
237 domFx_surface_format_hint_option_enum _value; member in class:domFx_surface_format_hint_common_complexType::domOption
    [all...]
domCommon_newparam_type.h 39 xsNCName _value; member in class:domCommon_newparam_type_complexType::domSemantic
46 xsNCName getValue() const { return _value; }
48 * Sets the _value of this element.
51 void setValue( xsNCName val ) { *(daeStringRef*)&_value = val; }
57 domSemantic(DAE& dae) : daeElement(dae), _value() {}
97 ::domFloat _value; member in class:domCommon_newparam_type_complexType::domFloat
104 ::domFloat getValue() const { return _value; }
106 * Sets the _value of this element.
109 void setValue( ::domFloat val ) { _value = val; }
115 domFloat(DAE& dae) : daeElement(dae), _value() {}
155 ::domFloat2 _value; member in class:domCommon_newparam_type_complexType::domFloat2
218 ::domFloat3 _value; member in class:domCommon_newparam_type_complexType::domFloat3
281 ::domFloat4 _value; member in class:domCommon_newparam_type_complexType::domFloat4
    [all...]
domFx_surface_common.h 51 xsToken _value; member in class:domFx_surface_common_complexType::domFormat
58 xsToken getValue() const { return _value; }
60 * Sets the _value of this element.
63 void setValue( xsToken val ) { *(daeStringRef*)&_value = val; }
69 domFormat(DAE& dae) : daeElement(dae), _value() {}
112 domInt3 _value; member in class:domFx_surface_common_complexType::domSize
116 * Gets the _value array.
117 * @return Returns a domInt3 reference of the _value array.
119 domInt3 &getValue() { return _value; }
121 * Gets the _value array
179 domFloat2 _value; member in class:domFx_surface_common_complexType::domViewport_ratio
249 xsUnsignedInt _value; member in class:domFx_surface_common_complexType::domMip_levels
313 xsBoolean _value; member in class:domFx_surface_common_complexType::domMipmap_generate
    [all...]
domTapered_capsule.h 50 domFloat _value; member in class:domTapered_capsule::domHeight
57 domFloat getValue() const { return _value; }
59 * Sets the _value of this element.
62 void setValue( domFloat val ) { _value = val; }
68 domHeight(DAE& dae) : daeElement(dae), _value() {}
112 domFloat2 _value; member in class:domTapered_capsule::domRadius1
116 * Gets the _value array.
117 * @return Returns a domFloat2 reference of the _value array.
119 domFloat2 &getValue() { return _value; }
121 * Gets the _value array
179 domFloat2 _value; member in class:domTapered_capsule::domRadius2
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/
MockParserStream.java 48 public void setResult(Object _value) {
49 value = _value;
  /external/bluetooth/glib/gobject/
gvaluecollector.h 86 GValue *_value = (value); \
88 GType _value_type = G_VALUE_TYPE (_value); \
95 _vtable->value_free (_value); \
96 _value->g_type = _value_type; /* value_meminit() from gvalue.c */ \
97 memset (_value->data, 0, sizeof (_value->data)); \
123 *(__error) = _vtable->collect_value (_value, \
145 const GValue *_value = (value); \
147 GType _value_type = G_VALUE_TYPE (_value); \
178 *(__error) = _vtable->lcopy_value (_value, \
    [all...]

Completed in 5861 milliseconds

1 2 3 4 5 6 7 8